<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DoNotYet.com &#187; JSON</title>
	<atom:link href="http://www.donotyet.com/tag/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.donotyet.com</link>
	<description>Freebie Resources for Tech Users, AIR, Flex, Flash Developers and Photoshop, web Designers</description>
	<lastBuildDate>Wed, 07 Dec 2011 06:35:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>3 Examples of Facebook Like Autosuggestion</title>
		<link>http://www.donotyet.com/2009/08/30/3-examples-of-facebook-like-autosuggestion/</link>
		<comments>http://www.donotyet.com/2009/08/30/3-examples-of-facebook-like-autosuggestion/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 07:31:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Autocomplete]]></category>
		<category><![CDATA[Autosuggestion]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2009/08/30/3-examples-of-facebook-like-autosuggestion/</guid>
		<description><![CDATA[Facebook is a social networking website, whose users can add friends and send them messages, and update their personal profiles to notify friends about themselves.&#160; There are more than 250 million active users. We are interested in Facebook style, so try to find some Facebook like autosuggestion examples and share with you.



 
&#160;

Facebook-Like Auto Suggest

Guillermo [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook is a social networking website, whose users can add friends and send them messages, and update their personal profiles to notify friends about themselves.&#160; There are more than 250 million active users. We are interested in Facebook style, so try to find some Facebook like autosuggestion examples and share with you.</p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-159"></span> </p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/08/facebook1.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="facebook" border="0" alt="facebook" src="http://www.donotyet.com/wp-content/uploads/2009/08/facebook_thumb1.jpg" width="500" height="373" /></a>&#160;</p>
</p>
<p><a href="http://devthought.com/blog/projects-news/2008/01/textboxlist-meets-autocompletion/" target="_blank"><font size="4">Facebook-Like Auto Suggest</font></a></p>
<hr />
<p>Guillermo Rauch&#8217;s Facebook-like Auto Suggest is an auto suggest script which simulate Facebook auto suggest feature. It works by caching all the results from a JSON Request and feeding them to the autocompleter object. When a item is added as a box, it&#8217; removed from the feed array, and when the box is disposed it&#8217;s added back, so that it becomes available in the list when the user types.</p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/08/facebooklikeautosuggest.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="facebook-like-auto-suggest" border="0" alt="facebook-like-auto-suggest" src="http://www.donotyet.com/wp-content/uploads/2009/08/facebooklikeautosuggest_thumb.png" width="500" height="200" /></a></p>
<p><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="search-256x256" src="http://www.donotyet.com/wp-content/uploads/2009/07/search-256x256.png" width="23" height="23" /> <a href="http://devthought.com/wp-content/articles/autocompletelist/test.html" target="_blank">Demo</a>&#160;<img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="download" src="http://www.donotyet.com/wp-content/uploads/2009/07/download.png" width="19" height="19" /> <a href="http://devthought.com/wp-content/articles/autocompletelist/AutocompleteList.zip?v0.2" target="_blank">Download</a></p>
<p>&#160;</p>
<p><a href="http://convincingmail.com/autosuggest-autocomplete.aspx" target="_blank"><font size="4">ASP.NET AJAX AutoComplete Control Demonstration</font></a></p>
<hr />
<p>I want to share a free AJAX autocomplete extender (facebook like). It is based on ASP.NET 2.0, AJAX toolkit, and prototype js framework. Fully customizable with external CSS and easy to setup.</p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/08/ASP.NETAJAXAutoCompleteControlDemonstration.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ASP.NET AJAX AutoComplete Control Demonstration" border="0" alt="ASP.NET AJAX AutoComplete Control Demonstration" src="http://www.donotyet.com/wp-content/uploads/2009/08/ASP.NETAJAXAutoCompleteControlDemonstration_thumb.png" width="500" height="242" /></a></p>
<p><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="search-256x256" src="http://www.donotyet.com/wp-content/uploads/2009/07/search-256x256.png" width="23" height="23" /> <a href="http://convincingmail.com/autosuggest-autocomplete.aspx" target="_blank">Demo</a>&#160;<img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="download" src="http://www.donotyet.com/wp-content/uploads/2009/07/download.png" width="19" height="19" /> <a href="http://convincingmail.com/Download.aspx" target="_blank">Download</a></p>
<p>&#160;</p>
<p><a href="http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/" target="_blank"><font size="4">jQuery Plugin: Tokenizing Autocomplete Text Entry</font></a></p>
<hr />
<p>This is a jQuery plugin to allow users to select multiple items from a predefined list, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook.</p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/08/tokeninputfacebookstyle.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="tokeninput-facebook-style" border="0" alt="tokeninput-facebook-style" src="http://www.donotyet.com/wp-content/uploads/2009/08/tokeninputfacebookstyle_thumb.png" width="500" height="182" /></a></p>
<p><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="search-256x256" src="http://www.donotyet.com/wp-content/uploads/2009/07/search-256x256.png" width="23" height="23" /> <a href="http://loopj.com/tokeninput/demo.html" target="_blank">Demo</a>&#160;<img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="download" src="http://www.donotyet.com/wp-content/uploads/2009/07/download.png" width="19" height="19" /> <a href="http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/" target="_blank">Download</a></p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2009/11/01/collection-of-50-ajax-photoimagegallery-plugins/" title="Collection of 50+ AJAX Photo/Image/Gallery Plugins">Collection of 50+ AJAX Photo/Image/Gallery Plugins</a></li>
<li><a href="http://www.donotyet.com/2009/10/18/collection-of-9-ajax-combo-box-plugins-controls/" title="Collection of 9+ AJAX Combo Box Plugins / Controls">Collection of 9+ AJAX Combo Box Plugins / Controls</a></li>
<li><a href="http://www.donotyet.com/2009/10/04/collection-of-ajax-inline-edit-plugins/" title="Collection of AJAX Inline Edit Plugins">Collection of AJAX Inline Edit Plugins</a></li>
<li><a href="http://www.donotyet.com/2009/09/27/collection-of-fade-in-fade-out-effect-plugins/" title="Collection of Fade in Fade out Effect Plugins">Collection of Fade in Fade out Effect Plugins</a></li>
<li><a href="http://www.donotyet.com/2009/09/20/the-ultimate-collection-of-ajax-form-validation-plugins-controls/" title="The Ultimate Collection of AJAX Form Validation Plugins (Controls)">The Ultimate Collection of AJAX Form Validation Plugins (Controls)</a></li>
<li><a href="http://www.donotyet.com/2009/09/13/the-ultimate-collection-of-ajax-accordion/" title="The Ultimate Collection of AJAX Accordion Plugins (Controls)">The Ultimate Collection of AJAX Accordion Plugins (Controls)</a></li>
<li><a href="http://www.donotyet.com/2009/08/09/the-ultimate-collections-of-ajax-file-upload-plugins/" title="The Ultimate Collection of AJAX File Upload Plugins">The Ultimate Collection of AJAX File Upload Plugins</a></li>
<li><a href="http://www.donotyet.com/2009/10/11/collection-of-ajax-calendar-datepicker-plugins-scripts/" title="Collection of AJAX Calendar / Datepicker Plugins &amp; Scripts">Collection of AJAX Calendar / Datepicker Plugins &amp; Scripts</a></li>
<li><a href="http://www.donotyet.com/2009/08/04/what-is-ajax-amazing-ajax-based-applications-and-resources/" title="What is AJAX &amp; amazing AJAX based applications and resources">What is AJAX &amp; amazing AJAX based applications and resources</a></li>
<li><a href="http://www.donotyet.com/2009/07/28/the-list-of-jquery-twitter-plugins-and-apis/" title="The list of jQuery Twitter Plugins and APIs(Very Userful)">The list of jQuery Twitter Plugins and APIs(Very Userful)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2009/08/30/3-examples-of-facebook-like-autosuggestion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is AJAX &amp; amazing AJAX based applications and resources</title>
		<link>http://www.donotyet.com/2009/08/04/what-is-ajax-amazing-ajax-based-applications-and-resources/</link>
		<comments>http://www.donotyet.com/2009/08/04/what-is-ajax-amazing-ajax-based-applications-and-resources/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 14:30:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2009/08/04/what-is-ajax-amazing-ajax-based-applications-and-resources/</guid>
		<description><![CDATA[In classical web applications, when we submit a form, although most of the page remains the same, whole page is reloaded from the server. This causes long waiting times and waste of bandwidth. The combination of a group of web technologies known as AJAX is come up with to create interactive web&#160; applications. With AJAX, [...]]]></description>
			<content:encoded><![CDATA[<p>In classical web applications, when we submit a form, although most of the page remains the same, whole page is reloaded from the server. This causes long waiting times and waste of bandwidth. The combination of a group of web technologies known as AJAX is come up with to create interactive web&#160; applications. With AJAX, web applications can retrieve data asynchronously from server while not refreshing the whole page.</p>
<p>AJAX is a shorthand for asynchronous JavaScript and XML. AJAX is not a technology in itself, but a term that refers to the use of a group of technologies together. </p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-75"></span>  </p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/08/ajaxwebapplicationmodel.png"><img title="ajax web application model" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="483" alt="ajax web application model" src="http://www.donotyet.com/wp-content/uploads/2009/08/ajaxwebapplicationmodel_thumb.png" width="504" border="0" /></a> </p>
<p>So what AJAX is made up of? Jesse James Garrett gave his definition: </p>
<p>1. XHTML and CSS for presentation    <br />2. the Document Object Model for dynamic display of and interaction with data     <br />3. XML and XSLT for the interchange, manipulation and display of data, respectively     <br />4. the XMLHttpRequest object for asynchronous communication     <br />5. JavaScript to bring these technologies together </p>
<p>Since AJAX was coined, however, there have been a lot of developments. JavaScript is not the only client-side scripting language used for AJAX application, other languages such as VBScript can also be used. And XML is not required for data interchange, JavaScript Object Notation(JSON) is often used as an alternative format for data interchange.</p>
<p>Here comes three examples of using AJAX to show you what can be done with.</p>
<p>1. <a href="http://maps.google.com/" target="_blank">Google Maps</a></p>
<p>You can drag &amp; drop and resize the map, just like desktop applications.</p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/08/image.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="320" alt="image" src="http://www.donotyet.com/wp-content/uploads/2009/08/image_thumb2.png" width="504" border="0" /></a> </p>
<p>2. <a href="http://mail.google.com/mail/?hl=en&amp;tab=wm" target="_blank">Gmail</a></p>
<p>You can use all of the mail functions without leaving the Gmail page.</p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/08/image1.gif"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="321" alt="image" src="http://www.donotyet.com/wp-content/uploads/2009/08/image_thumb1.gif" width="504" border="0" /></a> </p>
<p>3. <a href="http://www.flickr.com/" target="_blank">Flickr</a></p>
<p>Flickr is a photo storage and display program that uses AJAX.</p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/08/image81.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="321" alt="image" src="http://www.donotyet.com/wp-content/uploads/2009/08/image8_thumb1.png" width="504" border="0" /></a> </p>
<p><font size="4">Resources from the web</font></p>
<p>1. <a href="http://www.javapassion.com/ajax/AJAXBasics_speakernoted.pdf" target="_blank">AJAX Basics</a> is a presentation from Sang Shin.</p>
<p>2. <a href="http://www.yourhtmlsource.com/javascript/ajax.html" target="_blank">AJAX</a> introduces to you the essential of AJAX.</p>
<p>3. <a href="http://www.ibm.com/developerworks/web/library/wa-ajaxintro1.html" target="_blank">Mastering AJAX, Part 1</a> demonstrates how AJAX make extremely efficient Web development an easy reality.</p>
<p>4. <a href="http://www.learn-ajax-tutorial.com/AjaxBasics.cfm#h1.1" target="_blank">AJAX Basics</a> tells you how AJAX works, how to create cross-browser AJAX and how to send data using Head, Get, Post.</p>
<p>5. <a href="http://www.jaxtut.com/" target="_blank">AJAX Tutorial for Java Programmer</a> covers “Hello, World” to “Optimization Issues”.</p>
<p>6. <a href="http://www.easywms.com/easywms/?q=en/node/95" target="_blank">70 Popular Ajax Applications’ Demo and Source Code</a> shows what AJAX is capable of by examples.</p>
<p>7. <a href="http://www.c-point.com/javascript_tutorial/Editor/ajax_tutorial.htm" target="_blank">JavaScript Tutorial: AJAX Tutorial</a> provides two examples with source code.</p>
<p>8. There are various AJAX tutorials and other resources in the site of <a href="http://www.ajaxprojects.com/ajax/tutorials.php" target="_blank">ajaxprojects</a>.</p>
<p>9. <a href="http://www.maxkiesler.com/2006/05/08/60-more-helpful-ajax-tutorials/" target="_blank">60 More AJAX Tutorials</a> is intended for you who learn best by examples.</p>
<p>10. There are various AJAX Lessons, Tutorials and Workshops in the site of <a href="http://www.ajaxlessons.com/category/tutorials/" target="_blank">ajaxlessons</a>.</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2009/11/11/22-userful-ajax-css-tables-you-should-know/" title="22+ Userful Ajax CSS Tables You Should Know">22+ Userful Ajax CSS Tables You Should Know</a></li>
<li><a href="http://www.donotyet.com/2009/08/30/3-examples-of-facebook-like-autosuggestion/" title="3 Examples of Facebook Like Autosuggestion">3 Examples of Facebook Like Autosuggestion</a></li>
<li><a href="http://www.donotyet.com/2010/01/14/7-actionscript-class-let-you-using-xml-easily/" title="7+ ActionScript Class Let You Using XML Easily">7+ ActionScript Class Let You Using XML Easily</a></li>
<li><a href="http://www.donotyet.com/2009/11/02/dreamweaver-8-0-tutorial-how-to-use-css-to-create-glowing-texts/" title="Dreamweaver 8.0 Tutorial &#8212;- How to Use CSS to Create Glowing Texts">Dreamweaver 8.0 Tutorial &#8212;- How to Use CSS to Create Glowing Texts</a></li>
<li><a href="http://www.donotyet.com/2009/11/01/collection-of-50-ajax-photoimagegallery-plugins/" title="Collection of 50+ AJAX Photo/Image/Gallery Plugins">Collection of 50+ AJAX Photo/Image/Gallery Plugins</a></li>
<li><a href="http://www.donotyet.com/2009/10/26/dreamweaver-8-0-tutorial-properties-of-css-styles/" title="Dreamweaver 8.0 Tutorial &#8212;- Properties of CSS Styles (I)">Dreamweaver 8.0 Tutorial &#8212;- Properties of CSS Styles (I)</a></li>
<li><a href="http://www.donotyet.com/2009/10/18/collection-of-9-ajax-combo-box-plugins-controls/" title="Collection of 9+ AJAX Combo Box Plugins / Controls">Collection of 9+ AJAX Combo Box Plugins / Controls</a></li>
<li><a href="http://www.donotyet.com/2009/10/04/collection-of-ajax-inline-edit-plugins/" title="Collection of AJAX Inline Edit Plugins">Collection of AJAX Inline Edit Plugins</a></li>
<li><a href="http://www.donotyet.com/2009/09/27/collection-of-fade-in-fade-out-effect-plugins/" title="Collection of Fade in Fade out Effect Plugins">Collection of Fade in Fade out Effect Plugins</a></li>
<li><a href="http://www.donotyet.com/2009/09/20/the-ultimate-collection-of-ajax-form-validation-plugins-controls/" title="The Ultimate Collection of AJAX Form Validation Plugins (Controls)">The Ultimate Collection of AJAX Form Validation Plugins (Controls)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2009/08/04/what-is-ajax-amazing-ajax-based-applications-and-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

