RSS SubjectsBlogs about "Web 2.0"

Web 2.0

Software + Services in Plain English
2009-01-19 11:31:00
Video: Software + Services: Microsoft Customer Video Tags: Windows Azure Cloud Computing Online Services Live Services Web 2.0 Windows Live
Cut off 10 Facebook friends for a Burger?
2009-01-10 14:28:00
This is really funny (thank you Sasha for sharing this!), and a good advertisement from Burger King: Just install the WHOPPER® Sacrifice App on Facebook, ?sacrifice? 10 of your friends and you?ll get a free WHOPPER® from Burger King (just FYI, this is a US only initiative) Up to now, 121.501 friends had been bartered for food :D Tags: Food Burger King Facebook Social Media Fun Web 2.0 Link to: Would you cut off 10 Facebook friends for a Whopper? - Network World
Las Corporaciones en la web 2.0
2007-11-15 19:49:00
Los grandes nombres en la web 2.0 tienen logotipos distintivos con un vistoso diseño y faciles de reconocer.¿Que sucede cuando las grandes corporaciones deciden aprovechar el reconocimiento logrado por tales marcas figurativas?Otras entradas en Ver para Creer:El Laptop mas dulce del mundoAmistad verdaderaHumor Matemático Entretenimiento Online logo design trademark corporation web 2.0 graphic humor Entretenimiento Online web 2.0 logotipo corporaciones diseño humor grafico marca registrada marca figurativa derecho marcario
Nokia N810 with Gizmo,Skype and GPS coming in November
2007-10-17 20:36:00
I am in the market for a GPS unit that is capable of GeoCache for archiving my photos with Geo Location information. Also as I do not have a GPS in my car, I would like it to help me with location services when needed. Well there were a lot of GPS devices and I have looked at N800 with GPS addon. Now Nokia says it will release a new device, N810 with GPS built in.The N810 is capable of providing wireless connections Cooperation with Boingo Wireless, Earthlink and The Cloud enable Wi-Fi connectivity across thousands of different locations globally and comes with everything that N800 has plus more. The VoIP is supported via, Gizmo and Skype when you are in a wireless network range.This certainly going to be one of my X-MAS wishes.Here is the press release.Web 2.0 Summit 2007, San Francisco, CA, USA - Nokia today introduced the Nokia N810 Internet Tablet, signifying a new phase in portable internet communication. You have ability to connect this pocket-sized device to the nearest Wi-F...
Nueva definición de Web 2.0
2007-09-08 21:08:00
Según Don Dodge, la nueva definición de la Web 2.0 […] Ver nota completa en Negocios ß Innet Tags: nueva york, nueva vida, crear cuenta nueva, nueva vizcaya, nueva cuba,
AJAX & Web 2.0 Tutorial (Section 5) - Debug & Performance
2007-09-08 17:56:00
digg_url = 'http://luxplus.blogspot.com/20-07/09/ajax-web-20-tutorial-sect-ion-5-debug.html';digg_bgcolor- = 'transparent';digg_skin = 'compact';1. AJAX applications don?t exist in a vacuum, while much of the code can reside on the client, the essence of AJAX applications is the interaction with the server, which necessarily involves load.2. Debugging AJAX applications can be challenging for a couple reasons, including:- Browsers suck- Multiple languages involved- Development environment probably doesn?t support debuging PHP & JavaScript- Communication between client and server may notbe visible3. Debugging Tools- Firebug - Firefox Extension(Supports step by step debugging, breakpoints and watches; Handles multiple JavaScript documents concurrently; Gives you somewhat nicer error messages)- Ethereal/Wireshark (Industry standard tool for packet sniffing)-Live HTTP Headers and HTTP Inspector(built into Komondo, acts as a proxy for requests)-Yahoo! Logger library (YAHOO.log)
?S?k Kullan?lanlar? ?n Payla??m Sitesi Web 2.0 ?a Uyarlan?yor
2007-09-08 11:46:00
del.icio.us adl? internet sitesini art?k bir çok kullan?c? biliyor. Sitenin amac? internet kullan?c?lar?n?n kendi “s?k kullan?lanlar”?n? siteye aktar?p di?er internet kullan?c?lar?yla payla?mak. Bu sayede be?endi?imiz siteleri ba?kalar?yla da payla??yorduk en k?sa yolda ??te böyle bir nimeti bize sunan bu güzelim site dedi ki en iyisi ben bu kullan?c?lara daha düzneli daha göze ho? bir ...
Free Web 2.0 Ribbon Generator
2007-09-08 03:11:00
I’m not sure about you, but I absolutely love some awesome generators, especially ones that are free. I’ve blogged before on a MyCoolButton review. Basically, MyCoolButton is a site where you can generate your own button to use. You choose its size, background, text, just about everything - and it’s 100% free. But enough talk about button generators. Now I’ve found something at least just as cool, maybe even better. And it’s a cool ribbon generator. Surely you’ve seen them before: those thin ribbons that grace the upper right corners of websites. Well, you can make your own and add it to your site in seconds; it’s so easy. You pick the ribbon’s text, you can choose where it links to if someone clicks on it, and you can even pick its color. When that’s all said and done, you’ve just made a ribbon and it’s ready to be put in the top right corner of your site or blog. The ribbon generator is so quick, clean, and professi...
Web 2.0 in brief
2007-09-07 22:46:00
The phrase Web 2.0 refers to a perceived second generation of web-based communities and hosted services ? such as social-networking sites, wikis and folksonomies ? which aim to facilitate collaboration and sharing between users. The term became popular following the first O'Reilly Media Web 2.0 conference in 2004, and has since become widely adopted.Although the term suggests a new version of the World Wide Web, it does not refer to an update to Web technical specifications, but to changes in the ways software developers and end-users use the web as a platform. According to Tim O'Reilly, "Web 2.0 is the business revolution in the computer industry caused by the move to the internet as platform, and an attempt to understand the rules for success on that new platform."Some technology experts, notably Tim Berners-Lee, have questioned whether one can use the term in a meaningful way, since many of the technology components of "Web 2.0" have existed since the early days of the Web.In a...
Nueva definición de Web 2.0
2007-09-07 20:04:00
Según Don Dodge, la nueva definición de la Web 2.0 podría ser algo así como: Web 2.0 = web app + 2 fundadores + 0 ganancias ¿Real? — ahí tenemos los comentarios para discutir al respecto… me encantaría conocer su opinión, especialmente en el mercado hispano. Vía: Denken Über Comparte esta anotación Ver nota completa en Negocios ß
AJAX & Web 2.0 Tutorial (Section 5) - Applications
2007-09-07 18:54:00
digg_url = 'http://luxplus.blogspot.com/20-07/09/ajax-web-20-tutorial-sect-ion-5.html';digg_bgcolor = 'transparent';digg_skin = 'compact';If you ask someone what Ajax stands for, they might answer it doesn?t stand for anything, or they might say ?Asynchronous JavaScript And XML?Asynchronous means that you?re welcome to send requests one after another, but they?re not guaranteed to return in that order (really, they?re not guaranteed to return at all, but that?s rare)Server load affects your scripts in two similarbut different ways, including:Everything gets slowerDifferent parts of things get slower (So some scripts that originally took similar amounts of time can now take drastically different amounts of time)While Ajax encourages more communication between client and server, it?s generally the same information you would provide anyways, developers simply need to maintain their normal level of vigilance.There are many situations within Ajax applications where this is sub-optima...
8+ Web 2.0 Site Reviews
2007-09-07 13:04:00
FlyUpload is the industry's leading web site which allows you to share video, audio and photos online. You may share anything with FlyUpload. Share files (up to 2GB), Unlimited downloads per 24 hours, Unlimited downloads (2000MB). Always free. Whether you have a business site, blog, or online educational course, with Bubble Guru you can easily improve communications with your web site visitors and provide important information in a straightforward and engaging manner. ZuKool... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
'India's 1st Web 2.0 Matrimony site is SimplyMarry!' hahaha.. What a Joke?!
2007-09-07 06:53:00
Yes and im not kidding! If you don't believe me you can read this press release or the most unbiased newspaper on this earth the timesofindia. SimplyMarry is claiming to be India's 1st Web 2.0 matrimony site.And what is the path breaking super creative and amazingly excellent web 2.0 changes that Simply Marry has done?Hold your breath!!!  They have added a feature in which when you update your profile it gets updated immediately and doesnt take ages.. (Times group remember its suppose to take ages!). Wow! I mean that is SO Web 2.0!! Right! They claim to have used web 2.0 technologies like such as AJAX, JSP, and XML. Wow so if i add one Ajax form in my site its Web 2.0!!! Brilliant! This is what Mr. R. Sundar, President, Times Business Solutions had to say, “Simple Match Making is the Mantra of the Day. SimplyMarry.com is all that its name stands for, simple, uncomplicated, and designed to ensure that your soulmate finds you; the Simple Registration Web 2.0 technolo...
By: WATblog
How to Overcome the Web 2.0 Time Deficit by Batching Reactive Tasks
2007-09-07 04:25:00
Photography by fabbio I doubt there are any dedicated bloggers, webmasters, or web 2.0 users who feel they have enough time to do everything they want to do online. The recent proliferation of lifehacks and productivity tips reflect this. It’s a reaction to a climate where web users have more tasks and less time than ever before. These ...
AJAX & Web 2.0 Tutorial (Section 4) - Yahoo User Interface (YUI )
2007-09-06 19:55:00
digg_url = 'http://luxplus.blogspot.com/20-07/09/ajax-web-20-tutorial-sect-ion-3-yahoo.html';digg_bgcolor- = 'transparent';digg_skin = 'compact';The Yahoo! User Interface Library is a set of utilities and controls that make your life easier;They?re released under a BSD style license;Apart from solving cross browser problems, the library also includes code to do a lot of nifty things;The library is available at http://developer.yahoo.com/yui/- Please go download the library and set it up in your development environment; :-)Auto Complete is one of those nice finishing touches that can make most websites just seem better. It?s also a perfect case of supplementing the user experience, rather than providing it, worst case scenario the user doesn?t receivethe drop down.Sample Code:<script type="text/javascript">YAHOO-.example.ACFlatData = function(){var mylogger;var oACDS;var oAutoComp0,oAutoComp1,oAutoComp-2;return {init: function() {mylogger = new YAHOO.widget.LogReader("logger"-);...
18+ Web 2.0 Site Reviews
2007-09-06 10:20:00
NowThen is a free, addictive and easy way for you and your family & friends to share pictures back and forth on your cell phones. You can automatically broadcast your pictures straight to your site, blog or Myspace, show family and friends what you’re up to when you travel for business or vacation, follow your friends updates - receive them directly to your phone, and more. Look someone up by their email address to view their reputation related information, profile stats, and social... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Internet Marketing Online in a Web 2.0 World
2007-09-06 00:00:00
Fact - your customers now spend more time online than they do with traditional media. This reflects a huge shift in society. Clear and simple, online marketing is where it's at. Introducing PR2.0
AJAX & Web 2.0 Tutorial (Section 3) - JSON
2007-09-05 23:15:00
digg_url = 'http://luxplus.blogspot.com/20-07/09/ajax-web-20-tutorial-sect-ion-3-json.html';digg_bgcolor = 'transparent';digg_skin = 'compact';JSON (JavaScript Object Notation) is a subset of how objects are represented in JavaScriptIt?s presented as a lightweight information transfer protocol, similar in many respects to XMLWhat makes JSON useful in JavaScript is that it can be parsed very easily (eval())JSON can contain any number of elements, nested key value pairs, objects, arrays, etc.Until a library is introduced the easiest way to transfer data between your script and PHP is to use simple GET & POST based requests for transmission, and JSON for receipt.Different browsers interpret JavaScript differently, IE in particular goes off in its own direction (xmlHTTP request works differently, it?s difficult to re-use ajax objects, data is stored in linked lists rather than a hash table so it?s notably slower)You could do some serious research, understand all the little differenc...
4+ Web 2.0 Site Reviews
2007-09-05 20:19:00
Fuser develops tools that improve Internet user's digital lifestyles. Fuser tools make it easier to communicate online, whether that means one web-based inbox for email and social networks or some other method the community has yet to dream up. This service allows you convert an Online Video like 'YouTube videos' to more popular formats like wmv, mov, mp4, mp3, 3gp etc. converttube.com converts FLV to the selected format faster and less lossy than a typical transcoder. Pix.ie... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Web 2.0 Style Images & Fonts - How to Add Reflections
2007-09-05 20:00:00
One of the visible traits in web 2.0 rich websites are either their logo, domain name or images i.e. they have some reflection better understood as mirror reflections or shadows at bottom (most of them having written 'Beta' alongside or superscript). This is better known as "Web 2.0 Style" Images and Fonts and to make a normal images or a text into this web2-style images/ text here are tools and resources...
AJAX & Web 2.0 Tutorial (Section 2) - Web Services
2007-09-05 19:18:00
digg_url = 'http://luxplus.blogspot.com/20-07/09/ajax-web-20-tutorial-sect-ion-2-web.html';digg_bgcolor = 'transparent';digg_skin = 'compact';Web Services are a way for disparate applications to work with each other over the web;In order for different applications to communicate with each other they need to agree on a protocol, webservices have three common protocols, JavaScript throws a fourth into the mix;REST - Simple request protocol, looks identical to a form being filled out, response is a basic XML document;XML-RPC - XML request-response protocol, format chosen is sub-optimal for parsing with DOM tools;SOAP - Heavy but well defined XML based request-response protocol;JSON - JavaScript Object Notation - information is passed back and forth in the JavaScript notation;Ditch SOAP & XML-RPC, (SOAP is too heavy for frequent small requests, XML-RPC is just ugly);REST - Light weight requests, some basic frameworks are available. Define your own response XML format;JSON - The JSON...
Take A Web 2.0 Picnik
2007-09-05 14:45:00
There is an explosion of online services thanks to Web 2.0 technology. Picnik is one of my new favorites. Although it is not as powerful as Photoshop, it has a simpler interface for those of us who are not true creatives. It allows you to connect to your online photos at Flickr, Picasa and other online ...
By: THINKing
Ya web 2.0 olsayd? nas?l olurdu?
2007-09-05 00:00:00
Logoblog isimli site ünlü ?irketlerin logolar?n?n web 2.0 versiyonunu haz?rlam??.
What does web 2.0 mean to my business ?
2007-09-05 00:00:00
Trends are fantastic and the internet has taken hold of the iconic web 2.0 phenomenon like the drop-shadow of an e-Fish to Water; luckily for web design firms across the world, a new era of web 2.0 design and web 2.0 development has ensued.
AJAX & Web 2.0 Tutorial (Section 1) - Javascript Basics
2007-09-04 14:30:00
digg_url = 'http://luxplus.blogspot.com/20-07/09/ajax-web-20-tutorial-sect-ion-1.html';digg_bgcolor = 'transparent';digg_skin = 'compact';Javascript has nothing to do with Java.Javascript is a client side language, it is executed by the browser, not the server.Javascript can be used to manipulate HTML documents, this allows the programmer to do all sort of nifty things. (Like AJAX)Creating Valid HTML documents is the first step to giving yourself an easier JavaScript existence, things will start working sooner, and generally break in more predictable and understandable ways.Many developers new to JavaScript look at the source code of their application to look for output, which seems like it should hold the answer, it doesn?t. When you modify the document using JavaScript you?re modifying the document in memory, the source doesn?tactually change.Proper code needs a finished document with which to work, store your initialization code inside a function called in the body tag?s onlo...
I have a Web 2.0 idea - “Who are you?â€
2007-09-03 23:39:00
With Twitter, you answer “What are you doing?â€At 43 things, you say, “What you want to do?â€At WAYN, they ask, “Where are you now?â€Now, I propose a new idea for another web service. Answer a simple question, “Who are you?â€Huh, you don’t say a thing. Let your friends say all about you. Let your friends add tags (sort of one-word testimonials) on you saying, ‘sexy’, ‘brave’, ‘good guy’, ‘SOB’, ‘BS’ or whatever. Part this idea is inspired by the movie “Citizen Kaneâ€. What if we sit back and ask our friends to describe us. We can borrow a dictionary of adjectives; let the users tag their friends. We need not develop this as a web service (enough of existing social networks), this service can be developed as a facebook application.Ok, you heard this idea from me. But, I no nothing about programming or APIs (I know there are geeks out there, come on!). I can give more details on this idea, we can develop a cool widget.Wants to get famous, Precious?...
Otra ilustración de la Web 2.0
2007-09-03 18:39:00
Sabemos que es la Web 2.0 en plan chorra, también sabemos la definición de Web 3.0 por parte de Google. Pero aún no tenemos ninguna ilustración de la web 2.0, y a través de aysoon he visto esta: ilustracion, imagen, web 2.0
By: Pablogeo
web 2.0 arkaplan ar?ivi
2007-09-03 12:39:00
joserico blogun da animasyon,.illüstrasyon,we-b dizayn gibi yaz?lar ekleyen bir zad.buraya da bu ??k, 9 kategoride 180 adet arkaplan imajlar?n? eklemi?… Bu Yaz?y? Payla??n
Create web 2.0 style text in The Gimp
2007-09-02 19:53:00
The web 2.0 effect really helps websites look great, this is done with web 2.0 style buttons, gradients, lines etc. One effect is also web 2.0 text usually used in logos. I am going to show you how to create a simple web 2.0 looking text for the words Help Developer! Firstly I am going to ...
Create a web 2.0 button with Gimp
2007-09-01 00:31:00
Web 2.0 design lifts sites into a new league of elegance, and one of the main features is web 2.0 buttons, they look hard to make but in actual fact, they are really simple. Just follow this tutorial to create this: Create a new canvas with the dimensions 100px by 27px We are going to make our button ...
looking for a web 2.0 job? here are over 1900 of them
2007-08-31 19:19:00
israeli blogger yehuda berlinger is on a mission to go through a list of about 5,000 web 2.0 companies and bring to you a list of all open positions. so far he has gone through 586 companies out of the 5,000 and has come up with over 1900 jobs. Of course, I’m recording a lot ...
Fred Thompson Exploits Social Networking and Web 2.0
2007-08-31 19:16:00
Yesterday’s announcement by Fred Thompson’s non-campaign that he will formally announce next week was upstaged by a call from Mitt Romney’s campaign for supporters to create their own Romney campaign video. While Fred will be announcing through a webcast, some web-savvy political analysts like Patrick Ruffini think Romney caught the other GOP candidates (and non-candidates) flat-footed. I ...
Web 2.0 Marketing for Small Business
2007-08-31 15:20:00
Many large web based companies have adopted web 2.0 sites and marketing strategies. It is harder though, for a small business to redesign their site, find someone who can build all these new technologies and re-learn the strategies of marketing in this newly flat world. That is why it’s impressive and a little heartwarming to see ...
Start for Free your own Web 2.0 Project
2007-08-30 22:28:00
The first web marketing rule is to give readers motivation to return at least once a day on your site. This characteristic at the basis of web 2.0 sites (think about Digg, for example): most part of traffic is generated by people that return on the site to check for upgrade, to know something new or to interact. Actually, if you want to start your own web 2.0 site, you can use a good quantity of Content Management System (CMS - totally free or open source platforms). The real problem isn't... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
9+ Web 2.0 Site Reviews
2007-08-30 21:49:00
NoteSake allows you to completely do away with tattered three-ring binders and coffee-stained loose leaf. These obsolete resources only seem to take you one more step away from total productivity. With NoteSake, you can take your notes during class, share them with a friend, or groups can work together on the same note, all through your laptop. Phoja is a free "social photo discussion" service, where users can share photos and discuss about them with the rest of the community. You... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Unleash Web 2.0 blogging!
2007-08-30 19:24:00
In a nutshell, Web 2.0 Wealth Unleashed represents a complete blog system integrated with multiple monetization options but what makes it so simple is 161 minutes worth of video training. Alex Sysoef will take you by the hand and walk you through every segment of creating PROFITABLE Web 2.0 blogs, like: 1) how to find a perfect ...
Understanding the Web 2.0 phenomenon.
2007-08-30 19:20:00
Those who have been Internet users for more than five or so years are certainly aware that the World Wide Web has changed a great deal in recent history. The Web 2.0 definition, although not commonly agreed upon, is frequently used to describe the current state of the Internet, as it continues to evolve into ...
Web 2.0 Marketing Gyaan - A journey into Social Networking
2007-08-29 11:29:00
Keen on Social Media Marketing? Or have no clue what’s it all about? Want to know how to reach out to people on Social Networks?Here’s a report on social networking, commissioned by Fox Interactive Media, titled,"Never Ending Friending: A journey into social networking."The main sections of the report are:- The Evolving World of Social Networking;- The Momentum Effect: Creating Brand Value in the Social Networking Space;- Implications for Brands and Agencies.Excerpt:"Dependin-g on your vantage point, social networking represents:- A fad, especially among the young and tech-obsessed.- An unprecedented tool for keeping in touch with friends and family.- A disruptive, unscripted environment.- An unparalleled opportunity for brands and consumers to make real connections.- Some combination of all of the above…and then some...""The secret to activating the momentum effect appears to revolve around giving consumers the opportunity to share their o...
By: WATblog
Web 2.0 Free Traffic
2007-08-28 22:56:00
It seems like Web 2.0 free traffic is all the rage today. If you want to tap into this stream of traffic, you must first understand what makes Web 2.0 tick. The answer isn’t all that fancy. You just have to remember that the web is made up of individuals connected to one another. The following ...
Web 2.0 User Interface Developer
2007-08-28 12:11:00
Creative User Interface Developer wanted to work on cutting edge web 2.0 sites in a highly competitive and fast-paced, fun agency.
Web 2.0: World Wide Web At Its Peak
2007-08-27 20:05:00
The emergence of the Web 2.0 has brought about many question marks in the minds of many. The main question asked is, ?Is Web 2.0 a newer version of the Web with up-to-the-minute applications that could be beyond our imagination??The answer is no!The precise definition of Web 2.0 is an evolution in the World Wide Web that serves as the parent program for all users, including software creators, and of course, us. What distinguishes Web 2.0 from Web 1.0 is the communication between the user and the provider that seems more detectable than before.The relation between the user and the provider is no longer passive. Blogs and forums are the most obvious avenues for interaction between the publishers, Internet surfers and the advertisers and forum webmasters.Watch this video from Mediated CulturesA business owner can analyze the marketability of his or her products by communicating with the targeted market, all with the help of Web 2.0. An employee can end up telecommuting, meaning that he...
By: NAFASG
130 sfumature (gradients) web 2.0 per Photoshop
2007-08-27 16:07:00
Grazie a queste sfumature potrete creare scritte o bottoni con lo stile web 2.0. L?uso è semplicissimo, vi basterà avviare Photoshop, selezionare una sfumatura qualsiasi, e una volta nel pannello premete il tasto ?carica? (load se è in inglese) per inserire il file con le 130 sfumature web 2.0. Enjoy it! ...
Sex offender search - Web 2.0 style
2007-08-27 16:01:00
Vision 20/20 - saw this on TechCrunch.  See satellite images of your neighborhood - if you see an Italian looking construction guy, you’ve located a sex offender.
By: TechBox
Hacking 2.0 - oder wie sicher ist die Web 2.0 Technologie Ajax?
2007-08-27 16:00:00
Mit dem Einzug "neuer" Technologie ergeben sich regelmäßig auch thematisch neue Herausforderungen in Hacker- bzw. vielmehr Crackerkreisen. Aktuell betroffen ist natürlich auch das Thema Web 2.0 welches in letzter Zeit nicht nur bei Anwendern verstärkt Aufmerksamkeit erfährt. Aktuell beschäftigt sich u.a. der Amerikaner Billy Hoffman vom erst kürzlich von HP übernommenen Security Spezialist SPI ...
NOSO - Web 2.0-Auszeit
2007-08-27 14:44:00
Wer von Web 2.0 eine Auszeit braucht, kann sich mit NOSO behelfen. Bloggen, Skypen, Chatten - die Liste möglicher Anwendungen zum Austausch mit anderen liesse sich endlos erweitern. Dem Onlinekonsum wird bei NOSO (für No Social Networking) der Offlinekonsum gegenübergestellt. Wie läuft das Ganze nun ab? NOSO-Mitglieder treffen sich, ohne sich direkt zu treffen, sie ...
By: taxipluto
Sheetster. Hojas de calculo y el Web 2.0
2007-08-26 22:22:00
A la lista de aplicaciones ofimaticas online se enlista Sheetster que es una nueva herramienta para crear, gestionar y compartir hojas de cálculo online. Esta aplicacion nos permite crear nuestras hojas de cálculo totalmente online, editarlas y almacenarlas de manera totalmente gratuita. El sistema soporta más de 180 fórmulas de Excel y ademas permite tambien la exportacion de documentos de Excel a Sheetster. Se pueden compratir los documentos con nuestro grupo de trabajo. Entre las caracteristicas que tiene estan: Sindicacion R3S™ (Really Simple Spreadsheet Syndication) Exportacion a Excel Soporte de mas de 180 formulas de Excel Lista segura para compartir Subir y compratir archivos existentes de Excel Incrustar hojas de calculo en blogs y webs Blog gratuito
schmedley ?> Web 2.0
2007-08-26 18:48:00
schmedley is so much more than that. The Web 2.0 world is overrun with ?startpages? that are filled with handy little items called widgets. Most of these widgets have limited functionality and don?t offer much more than an alternative door into content that is already easy to get elsewhere ? like RSS news and blog ...
Showcase of Web 2.0 HTML/CSS Websites @ CSS Remix
2007-08-25 20:43:00
Long time I didn?t enter to CSS Remix website because previously this website got hacked. Today I have tried to visit CSS Remix again, surprising to know that it work fine now. I was thinking that this website will be gone after hacked. Anyway, I like to visit CSS Remix because I can find many ...
Web 2.0 by Page Rank
2007-08-25 19:35:00
PR9http://netscape.com/PR8http:-//360.yahoo.com/http://del.icio-.us/http://digg.com/http://face-book.com/http://feedburner.com/-http://flickr.com/http://livejo-urnal.com/http://myspace.com/ht-tp://spaces.live.com/http://stu-mbleupon.com/http://technorati.-com/http://wikipedia.com/PR7htt-p://43things.com/http://blogcat-alog.com/http://fark.com/http:/-/friendster.com/http://mybloglo-g.com/http://ning.com/http://ww-w.wikihow.com/http://xanga.com/-http://yelp.com/PR6http://tribe-.net/
111629 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2012 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker