<?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>SimcoMedia Professional Web Design &#187; JQuery</title>
	<atom:link href="http://www.simcomedia.com/category/tutorials/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simcomedia.com</link>
	<description>Custom Web Designs And Ecommerce Specialists</description>
	<lastBuildDate>Sun, 08 Jan 2012 21:02:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hide Email Address From Spam Harvesters with JQuery</title>
		<link>http://www.simcomedia.com/hide-email-address-from-spam-harvesters-with-jquery</link>
		<comments>http://www.simcomedia.com/hide-email-address-from-spam-harvesters-with-jquery#comments</comments>
		<pubDate>Thu, 26 May 2011 00:02:55 +0000</pubDate>
		<dc:creator>SimcoMedia Design</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.simcomedia.com/?p=1158</guid>
		<description><![CDATA[I used to scramble email addresses embedded into web pages so the spam harvesters wouldn&#8217;t snag them by searching the source code for the mailto: tag. Then I came across this great and simple way of using JQuery&#8217;s Ajax functionality to do the trick. Basically the concept is to summon the email address using an [...]]]></description>
			<content:encoded><![CDATA[<p>I used to scramble email addresses embedded into web pages so the spam harvesters wouldn&#8217;t snag them by searching the source code for the mailto: tag. Then I came across this great and simple way of using JQuery&#8217;s Ajax functionality to do the trick.<span id="more-1158"></span></p>
<p>Basically the concept is to summon the email address using an Ajax function so that it displays in the specified location on your web page. The email address itself is kept in a separate file. Therefore it&#8217;s not part of the source code that the spambots cruise through to snag email addresses. Here&#8217;s how it works:</p>
<p>First Step: The External File</p>
<p>This step is simple. Create an HTML page with only one item in the body section&#8230; the email address! That&#8217;s going to look like this:</p>
<pre class="[brush:html]">
<a href="mailto:email@mydomain.com">mailto:email@mydomain.com</a>
</pre>
<h2>Step Two: The JQuery Code</h2>
<p>This is also simple since it&#8217;s one function. Here&#8217;s the JQuery code:</p>
<pre class="[brush:javascript]">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">		

	$(document).ready(function(){
		var content = $(".email");
		content.load("email_address.htm");
});

</script>
</pre>
<p>Let&#8217;s explain a little on how this is going to work within your page. The element we&#8217;re looking for in your target web page is the item with the .email class name. Once JQuery locates that it&#8217;s going to load the content in the parentheses which in this case is our external file that we named email_address.htm (code posted above). Essentially JQuery, as soon as the document is ready, finds the .email class item and loads that content into it. The location where this will be inserted can be located anywhere on your page. Here&#8217;s the HTML tag you will need for that to happen:</p>
<h2>Step Three: The Target HTML</h2>
<p>This is very simple. Place this tag where you want the email address to display:</p>
<pre class="[brush:html]"><span class="email"> </span>
</pre>
<p>JQuery will insert the email file between those two span tags and keep it out of the hands of those nasty spammers</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/hide-email-address-from-spam-harvesters-with-jquery" target="_blank"><img src="http://www.simcomedia.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/hide-email-address-from-spam-harvesters-with-jquery" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div class='sociable'><div><span class='sociable-tagline'>Share and Enjoy:</span></div><ul><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.simcomedia.com%2Fhide-email-address-from-spam-harvesters-with-jquery&amp;title=Hide%20Email%20Address%20From%20Spam%20Harvesters%20with%20JQuery&amp;bodytext=I%20used%20to%20scramble%20email%20addresses%20embedded%20into%20web%20pages%20so%20the%20spam%20harvesters%20wouldn%27t%20snag%20them%20by%20searching%20the%20source%20code%20for%20the%20mailto%3A%20tag.%20Then%20I%20came%20across%20this%20great%20and%20simple%20way%20of%20using%20JQuery%27s%20Ajax%20functionality%20to%20do%20the%20trick.%0D" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.simcomedia.com%2Fhide-email-address-from-spam-harvesters-with-jquery&amp;t=Hide%20Email%20Address%20From%20Spam%20Harvesters%20with%20JQuery" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.simcomedia.com%2Fhide-email-address-from-spam-harvesters-with-jquery" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/sphinn.png" class="sociable-img sociable-hovers" title="Sphinn" alt="Sphinn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.simcomedia.com%2Fhide-email-address-from-spam-harvesters-with-jquery&amp;title=Hide%20Email%20Address%20From%20Spam%20Harvesters%20with%20JQuery&amp;notes=I%20used%20to%20scramble%20email%20addresses%20embedded%20into%20web%20pages%20so%20the%20spam%20harvesters%20wouldn%27t%20snag%20them%20by%20searching%20the%20source%20code%20for%20the%20mailto%3A%20tag.%20Then%20I%20came%20across%20this%20great%20and%20simple%20way%20of%20using%20JQuery%27s%20Ajax%20functionality%20to%20do%20the%20trick.%0D" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.simcomedia.com%2Fhide-email-address-from-spam-harvesters-with-jquery&amp;title=Hide%20Email%20Address%20From%20Spam%20Harvesters%20with%20JQuery" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/mixx.png" class="sociable-img sociable-hovers" title="Mixx" alt="Mixx" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.simcomedia.com%2Fhide-email-address-from-spam-harvesters-with-jquery&amp;title=Hide%20Email%20Address%20From%20Spam%20Harvesters%20with%20JQuery&amp;annotation=I%20used%20to%20scramble%20email%20addresses%20embedded%20into%20web%20pages%20so%20the%20spam%20harvesters%20wouldn%27t%20snag%20them%20by%20searching%20the%20source%20code%20for%20the%20mailto%3A%20tag.%20Then%20I%20came%20across%20this%20great%20and%20simple%20way%20of%20using%20JQuery%27s%20Ajax%20functionality%20to%20do%20the%20trick.%0D" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/googlebookmark.png" class="sociable-img sociable-hovers" title="Google Bookmarks" alt="Google Bookmarks" /></a></li><li><a rel="nofollow" target="_blank" title="Add to favorites" href="#" onclick="AddToFavorites(); return false;"><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/addtofavorites.png" class="sociable-img sociable-hovers" title="Add to favorites" alt="Add to favorites" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=Hide%20Email%20Address%20From%20Spam%20Harvesters%20with%20JQuery%20-%20http%3A%2F%2Fwww.simcomedia.com%2Fhide-email-address-from-spam-harvesters-with-jquery" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.simcomedia.com/hide-email-address-from-spam-harvesters-with-jquery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS and JQuery Zebra Stripes</title>
		<link>http://www.simcomedia.com/css-and-jquery-zebra-stripes</link>
		<comments>http://www.simcomedia.com/css-and-jquery-zebra-stripes#comments</comments>
		<pubDate>Fri, 13 May 2011 21:00:29 +0000</pubDate>
		<dc:creator>SimcoMedia Design</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.simcomedia.com/?p=1143</guid>
		<description><![CDATA[Looking for an easy way to create that striped look for your tables? Plus, add a little excitement with some hover effects? Well, here&#8217;s a quick example of how easy that is to do with a bit of CSS, HTML and good &#8216;ol JQuery! For the purposes of this tutorial we&#8217;re using some very basic [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for an easy way to create that striped look for your tables? Plus, add a little excitement with some hover effects? Well, here&#8217;s a quick example of how easy that is to do with a bit of CSS, HTML and good &#8216;ol JQuery!</p>
<p><span id="more-1143"></span></p>
<p>For the purposes of this tutorial we&#8217;re using some very basic methods of table creation, CSS and very simple JQuery methods to accomplish our goals. What we will be doing is adding a stripe to every other row and then adding a hover effect to the others. This tutorial is only designed to show you how these actions can be implemented. You can redo the CSS and table layout any way you wish.</p>
<h3>The HTML</h3>
<p>Let&#8217;s start with a basic table. But, for our purposes, we are using all the necessary table tags like tbody, tfoot and theadso we can further isolate exactly what rows we want to have striped. This makes it easier for JQuery to differentiate between those rows in the area that you may wish to be excluded.</p>
<p>&nbsp;</p>
<pre class="[brush:html]">
<table id="zebra" width="500" align="center">
<thead>
<tr>
<th>Example Title</th>
<th>Example Title</th>
<th>Example Title</th>
</tr>
</thead>
<tbody>
<tr>
<td>Some Content Here</td>
<td>Some Content Here</td>
<td>Some Content Here</td>
</tr>
<tr>
<td>Some Content Here</td>
<td>Some Content Here</td>
<td>Some Content Here</td>
</tr>
<tr>
<td>Some Content Here</td>
<td>Some Content Here</td>
<td>Some Content Here</td>
</tr>
<tr>
<td>Some Content Here</td>
<td>Some Content Here</td>
<td>Some Content Here</td>
</tr>
<tr>
<td>Some Content Here</td>
<td>Some Content Here</td>
<td>Some Content Here</td>
</tr>
<tr>
<td>Some Content Here</td>
<td>Some Content Here</td>
<td>Some Content Here</td>
</tr>
</tbody>
<tfoot> </tfoot>
<caption>Zebra Stripe Demo</caption>
</table>
</pre>
<p>Notice that I gave the table an ID of &#8216;zebra&#8217;. This is so you can specify this particular table in the event you have others on your page or even on other pages since JQuery will apply its magic to any table unless specified.</p>
<h3>The CSS</h3>
<p>This is pretty simple and the body styling is just for the demo purposes and not necessary for the JQuery to do its thing.</p>
<pre class="[brush:css]">
body { 	font-family: Arial; font-size: 10pt; }

.zebra { 	background-color: #9CF; 	color: #fff; }

caption { 	font-weight: bold; color: #ff0000; font-size: 14pt; }

#zebra td { padding: 5px; }

.grey { background-color: #ddd; }
</pre>
<h3>The JQuery Code</h3>
<p>And, finally, the JQuery code that identifies the table ID, sorts through the elements to identify just those that we wish to apply the changes to, and works its magic. I&#8217;ll explain below.</p>
<p>&nbsp;</p>
<pre class="[brush:javascript]"><script type="text/javascript">
$(document).ready(function() {
	$('#zebra tbody tr:even').addClass('zebra');
	$('#zebra tbody tr:odd').mouseover(function(){
			$(this).addClass('grey');
	$('#zebra tbody tr:odd').mouseout(function(){
			$(this).removeClass('grey');
                         });

			});
		 });
</script>
</pre>
<p>&nbsp;</p>
<p>JQuery works off the ID and class names of your elements and CSS. So let&#8217;s walk through it. First, we&#8217;ve asked it to identify the even table rows bu only inside the tabled with the ID of zebra and only the ones within the tbody tag. This excludes the thead area in case you wish to format that differently than the rest. What we want to do is add a  CSS &#8216;class&#8217; to those even rows. Using JQuery&#8217;s addClass function alllows us to do just that. The result is the even rows ONLY within the</p>
<p>tag have the blue background applied. The odd rows remain untouched.</p>
<p>&nbsp;</p>
<p>Now we thought it would be fun to add a hover effect to the other rows. For this we add a function that sorts through the ODD rows and uses the mouseover JQuery function and the addClass function to accomplish. Now, keeping in mind that this works on the mouseover, we need to add a mouseout function to return it to normal. Otherwise the mouseover effect will be permanent, the background will remain grey. A true hover effect would change the color then return it to normal after the mouse leaves. So what we&#8217;ve done is simply apply the removeClass on mouseover function. Mouse on&#8230; mouse off!</p>
<h3>Demo</h3>
<div class='et-box et-shadow'>
					<div class='et-box-content'>You can view the demo by <a href="http://www.simcomedia.com/zebra.html" target="_blank">clicking here</a></div></div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/css-and-jquery-zebra-stripes" target="_blank"><img src="http://www.simcomedia.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/css-and-jquery-zebra-stripes" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div class='sociable'><div><span class='sociable-tagline'>Share and Enjoy:</span></div><ul><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.simcomedia.com%2Fcss-and-jquery-zebra-stripes&amp;title=CSS%20and%20JQuery%20Zebra%20Stripes&amp;bodytext=Looking%20for%20an%20easy%20way%20to%20create%20that%20striped%20look%20for%20your%20tables%3F%20Plus%2C%20add%20a%20little%20excitement%20with%20some%20hover%20effects%3F%20Well%2C%20here%27s%20a%20quick%20example%20of%20how%20easy%20that%20is%20to%20do%20with%20a%20bit%20of%20CSS%2C%20HTML%20and%20good%20%27ol%20JQuery%21%0D%0A%0D%0AFor%20the%20purposes%20of%20thi" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.simcomedia.com%2Fcss-and-jquery-zebra-stripes&amp;t=CSS%20and%20JQuery%20Zebra%20Stripes" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.simcomedia.com%2Fcss-and-jquery-zebra-stripes" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/sphinn.png" class="sociable-img sociable-hovers" title="Sphinn" alt="Sphinn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.simcomedia.com%2Fcss-and-jquery-zebra-stripes&amp;title=CSS%20and%20JQuery%20Zebra%20Stripes&amp;notes=Looking%20for%20an%20easy%20way%20to%20create%20that%20striped%20look%20for%20your%20tables%3F%20Plus%2C%20add%20a%20little%20excitement%20with%20some%20hover%20effects%3F%20Well%2C%20here%27s%20a%20quick%20example%20of%20how%20easy%20that%20is%20to%20do%20with%20a%20bit%20of%20CSS%2C%20HTML%20and%20good%20%27ol%20JQuery%21%0D%0A%0D%0AFor%20the%20purposes%20of%20thi" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.simcomedia.com%2Fcss-and-jquery-zebra-stripes&amp;title=CSS%20and%20JQuery%20Zebra%20Stripes" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/mixx.png" class="sociable-img sociable-hovers" title="Mixx" alt="Mixx" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.simcomedia.com%2Fcss-and-jquery-zebra-stripes&amp;title=CSS%20and%20JQuery%20Zebra%20Stripes&amp;annotation=Looking%20for%20an%20easy%20way%20to%20create%20that%20striped%20look%20for%20your%20tables%3F%20Plus%2C%20add%20a%20little%20excitement%20with%20some%20hover%20effects%3F%20Well%2C%20here%27s%20a%20quick%20example%20of%20how%20easy%20that%20is%20to%20do%20with%20a%20bit%20of%20CSS%2C%20HTML%20and%20good%20%27ol%20JQuery%21%0D%0A%0D%0AFor%20the%20purposes%20of%20thi" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/googlebookmark.png" class="sociable-img sociable-hovers" title="Google Bookmarks" alt="Google Bookmarks" /></a></li><li><a rel="nofollow" target="_blank" title="Add to favorites" href="#" onclick="AddToFavorites(); return false;"><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/addtofavorites.png" class="sociable-img sociable-hovers" title="Add to favorites" alt="Add to favorites" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=CSS%20and%20JQuery%20Zebra%20Stripes%20-%20http%3A%2F%2Fwww.simcomedia.com%2Fcss-and-jquery-zebra-stripes" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.simcomedia.com/css-and-jquery-zebra-stripes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mega Web Buttons Pack #1</title>
		<link>http://www.simcomedia.com/mega-web-buttons-pack-1-codrops</link>
		<comments>http://www.simcomedia.com/mega-web-buttons-pack-1-codrops#comments</comments>
		<pubDate>Mon, 25 Apr 2011 17:48:38 +0000</pubDate>
		<dc:creator>SimcoMedia Design</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://www.simcomedia.com/?p=1126</guid>
		<description><![CDATA[&#160; This awesome set of highly usable icon styled buttons is powered by JQuery and free! I came across this great article showing how to create the rollover effects and the proper way to implement these into your design. Mega Web Buttons Pack #1. Share on FacebookShare and Enjoy:]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: left;">This awesome set of highly usable icon styled buttons is powered by JQuery and free! I came across this great article showing how to create the rollover effects and the proper way to implement these into your design.</p>
<p><a href="http://tympanus.net/codrops/2011/04/17/mega-web-buttons-pack-1/" target="_blank">Mega Web Buttons Pack #1</a>.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/mega-web-buttons-pack-1-codrops" target="_blank"><img src="http://www.simcomedia.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/mega-web-buttons-pack-1-codrops" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div class='sociable'><div><span class='sociable-tagline'>Share and Enjoy:</span></div><ul><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.simcomedia.com%2Fmega-web-buttons-pack-1-codrops&amp;title=Mega%20Web%20Buttons%20Pack%20%231&amp;bodytext=%26nbsp%3B%0D%0AThis%20awesome%20set%20of%20highly%20usable%20icon%20styled%20buttons%20is%20powered%20by%20JQuery%20and%20free%21%20I%20came%20across%20this%20great%20article%20showing%20how%20to%20create%20the%20rollover%20effects%20and%20the%20proper%20way%20to%20implement%20these%20into%20your%20design.%0D%0AMega%20Web%20Buttons%20Pack%20%231" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.simcomedia.com%2Fmega-web-buttons-pack-1-codrops&amp;t=Mega%20Web%20Buttons%20Pack%20%231" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.simcomedia.com%2Fmega-web-buttons-pack-1-codrops" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/sphinn.png" class="sociable-img sociable-hovers" title="Sphinn" alt="Sphinn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.simcomedia.com%2Fmega-web-buttons-pack-1-codrops&amp;title=Mega%20Web%20Buttons%20Pack%20%231&amp;notes=%26nbsp%3B%0D%0AThis%20awesome%20set%20of%20highly%20usable%20icon%20styled%20buttons%20is%20powered%20by%20JQuery%20and%20free%21%20I%20came%20across%20this%20great%20article%20showing%20how%20to%20create%20the%20rollover%20effects%20and%20the%20proper%20way%20to%20implement%20these%20into%20your%20design.%0D%0AMega%20Web%20Buttons%20Pack%20%231" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.simcomedia.com%2Fmega-web-buttons-pack-1-codrops&amp;title=Mega%20Web%20Buttons%20Pack%20%231" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/mixx.png" class="sociable-img sociable-hovers" title="Mixx" alt="Mixx" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.simcomedia.com%2Fmega-web-buttons-pack-1-codrops&amp;title=Mega%20Web%20Buttons%20Pack%20%231&amp;annotation=%26nbsp%3B%0D%0AThis%20awesome%20set%20of%20highly%20usable%20icon%20styled%20buttons%20is%20powered%20by%20JQuery%20and%20free%21%20I%20came%20across%20this%20great%20article%20showing%20how%20to%20create%20the%20rollover%20effects%20and%20the%20proper%20way%20to%20implement%20these%20into%20your%20design.%0D%0AMega%20Web%20Buttons%20Pack%20%231" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/googlebookmark.png" class="sociable-img sociable-hovers" title="Google Bookmarks" alt="Google Bookmarks" /></a></li><li><a rel="nofollow" target="_blank" title="Add to favorites" href="#" onclick="AddToFavorites(); return false;"><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/addtofavorites.png" class="sociable-img sociable-hovers" title="Add to favorites" alt="Add to favorites" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=Mega%20Web%20Buttons%20Pack%20%231%20-%20http%3A%2F%2Fwww.simcomedia.com%2Fmega-web-buttons-pack-1-codrops" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.simcomedia.com/mega-web-buttons-pack-1-codrops/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Toggle Panel</title>
		<link>http://www.simcomedia.com/jquery-toggle-panel</link>
		<comments>http://www.simcomedia.com/jquery-toggle-panel#comments</comments>
		<pubDate>Tue, 16 Mar 2010 21:10:36 +0000</pubDate>
		<dc:creator>SimcoMedia Design</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ajax scripts]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.simcomedia.com/?p=828</guid>
		<description><![CDATA[UPDATED! More examples provided in the demo Sometimes we&#8217;re convinced that certain special effects we see in web pages are some sort of cult voodoo and appear mysterious. The &#8216;slide toggle&#8217; effect is one of those. We&#8217;re going to show you just how easy it is to use this cool feature for revealing hidden content. [...]]]></description>
			<content:encoded><![CDATA[<h3>UPDATED!</h3>
<p>More examples provided in the demo</p>
<p>Sometimes we&#8217;re convinced that certain special effects we see in web pages are some sort of cult voodoo and appear mysterious. The &#8216;slide toggle&#8217; effect is one of those. We&#8217;re going to show you just how easy it is to use this cool feature for revealing hidden content.<span id="more-828"></span></p>
<p>We&#8217;re going to make a simple panel slider using the JQuery toggle function. Here&#8217;s how the code will look:</p>
<pre class="[brush:javascript]">
<script type="text/javascript">
$(document).ready(function() {
	$(".trigger").click(function(){
	$(".panel").slideToggle("slow");
	});
});
</script>
</pre>
<h3>Code Explanation</h3>
<p>Let&#8217;s break this down to show how simple it is using JQuery</p>
<dl>
<dt>$(document).ready(function() {</dt>
<dd>Our standard JQuery statement declaring that when the document is fully loaded we can execute the following</dd>
<dt>$(&#8220;.trigger&#8221;).click(function(){</dt>
<dd>Here we are stating that our page element with the class &#8216;trigger&#8217;  is going to do something when it&#8217;s clicked on</dd>
<dt>$(&#8220;.panel&#8221;).slideToggle(&#8220;slow&#8221;);</dt>
<dd>Here we see the details of our instructions for when the &#8216;trigger&#8217; is clicked. Essentially telling the div with the class name &#8216;panel&#8217; to &#8216;slide &#8211; Toggle&#8217; open. The &#8216;Toggle&#8217; part means that it will open when clicked then close when clicked again.</dd>
</dl>
<h3>The HTML</h3>
<p>The HTML is relatively simple. First, though, we need a little styling for our elements</p>
<pre class="[brush:css]">
<style type="text/css">
div.panel,p.trigger {
width: 500px;
padding: 20px;
background-color: #EAEAEA;
border: 1px #000 dashed;
font: normal normal Arial, Helvetica, sans-serif/1.2em;
}

div.panel {
height: 200px;
display: none;
}
</style>
</pre>
<p>Followed by our HTML which is entirely up to you how you want it to look. For our demo purposes we&#8217;re using just the standard Lorem Ipsum text jargon:</p>
<pre class="[brush:html]">
<div class="panel">

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Section 1.10.32 of de Finibus Bonorum et Malorum, written by Cicero in 45 BC
</div>
<p class="trigger">The standard Lorem Ipsum passage, used since the 1500s
</pre>
<h3>Live Demo</h3>
<p>To get a live view of the sliding/toggling panel <a href="http://www.simcomedia.com/jquery-toggle.html" target="_blank">Click Here</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/jquery-toggle-panel" target="_blank"><img src="http://www.simcomedia.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/jquery-toggle-panel" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div class='sociable'><div><span class='sociable-tagline'>Share and Enjoy:</span></div><ul><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.simcomedia.com%2Fjquery-toggle-panel&amp;title=JQuery%20Toggle%20Panel&amp;bodytext=UPDATED%21%0D%0AMore%20examples%20provided%20in%20the%20demo%0D%0ASometimes%20we%27re%20convinced%20that%20certain%20special%20effects%20we%20see%20in%20web%20pages%20are%20some%20sort%20of%20cult%20voodoo%20and%20appear%20mysterious.%20The%20%27slide%20toggle%27%20effect%20is%20one%20of%20those.%20We%27re%20going%20to%20show%20you%20just%20how%20e" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.simcomedia.com%2Fjquery-toggle-panel&amp;t=JQuery%20Toggle%20Panel" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.simcomedia.com%2Fjquery-toggle-panel" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/sphinn.png" class="sociable-img sociable-hovers" title="Sphinn" alt="Sphinn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.simcomedia.com%2Fjquery-toggle-panel&amp;title=JQuery%20Toggle%20Panel&amp;notes=UPDATED%21%0D%0AMore%20examples%20provided%20in%20the%20demo%0D%0ASometimes%20we%27re%20convinced%20that%20certain%20special%20effects%20we%20see%20in%20web%20pages%20are%20some%20sort%20of%20cult%20voodoo%20and%20appear%20mysterious.%20The%20%27slide%20toggle%27%20effect%20is%20one%20of%20those.%20We%27re%20going%20to%20show%20you%20just%20how%20e" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.simcomedia.com%2Fjquery-toggle-panel&amp;title=JQuery%20Toggle%20Panel" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/mixx.png" class="sociable-img sociable-hovers" title="Mixx" alt="Mixx" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.simcomedia.com%2Fjquery-toggle-panel&amp;title=JQuery%20Toggle%20Panel&amp;annotation=UPDATED%21%0D%0AMore%20examples%20provided%20in%20the%20demo%0D%0ASometimes%20we%27re%20convinced%20that%20certain%20special%20effects%20we%20see%20in%20web%20pages%20are%20some%20sort%20of%20cult%20voodoo%20and%20appear%20mysterious.%20The%20%27slide%20toggle%27%20effect%20is%20one%20of%20those.%20We%27re%20going%20to%20show%20you%20just%20how%20e" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/googlebookmark.png" class="sociable-img sociable-hovers" title="Google Bookmarks" alt="Google Bookmarks" /></a></li><li><a rel="nofollow" target="_blank" title="Add to favorites" href="#" onclick="AddToFavorites(); return false;"><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/addtofavorites.png" class="sociable-img sociable-hovers" title="Add to favorites" alt="Add to favorites" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=JQuery%20Toggle%20Panel%20-%20http%3A%2F%2Fwww.simcomedia.com%2Fjquery-toggle-panel" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.simcomedia.com/jquery-toggle-panel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JQuery&#8217;s Ajax Functions</title>
		<link>http://www.simcomedia.com/using-jquerys-ajax-functions</link>
		<comments>http://www.simcomedia.com/using-jquerys-ajax-functions#comments</comments>
		<pubDate>Tue, 16 Mar 2010 18:58:42 +0000</pubDate>
		<dc:creator>SimcoMedia Design</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.simcomedia.com/?p=810</guid>
		<description><![CDATA[AJAX methods can be way over used but at the same time can provide a great way to consolidate related content into a confined space. JQuery provides an easy way to use their AJAX functionality with some simple code and, of course, the JQuery library. Here&#8217;s a simple example.First we have to understand the way [...]]]></description>
			<content:encoded><![CDATA[<p>AJAX methods can be way over used but at the same time can provide a great way to consolidate related content into a confined space. JQuery provides an easy way to use their AJAX functionality with some simple code and, of course, the JQuery library. Here&#8217;s a simple example.<span id="more-810"></span>First we have to understand the way JQuery works. Once we&#8217;ve done that then modifying this code becomes much simpler.JQuery is a library of functions that you can call upon to perform various tasks. The ones we will be working with today are the &#8216;load&#8217; and &#8216;onClick&#8217; functions. Our goal is to summon an external file ( .txt, .html, etc.) into an element in our page, preferably a div element. The functions will be called when someone clicks on a hyperlink (or, an image could be used or even a button). Here&#8217;s the basic code:</p>
<pre class="[brush:javascript]">
$(document).ready(function(){
  $("#link1").click(function() {
  $('#text').load('latin.txt');
});
  $("#link2").click(function() {
  $('#text').load('latin2.txt');
});
  $("link3").click(function() {
  $('text').load('latin3.txt');
  });
});
</pre>
<p>Ok, what we&#8217;ve created here is a series of functions that specify the id&#8217;s of 3 hyperlinks (shown below) that, when clicked, will &#8216;load&#8217; the external pages referenced (latin.txt, latin2.txt and latin3.txt) into the same div element with the id of &#8216;text&#8217;. Here&#8217;s the HTML:</p>
<pre class="[brush:html]">
<html>
<head>
<script src="jquery.js" type="text/javascript"></script>
</head>
<body>
<div id="text">This text will be replaced when you click the hyperlinks below</div>

<a href="#" id="link1">Link One</a>
<a href="#" id="link2">Link Two</a>
<a href="#" id="link3">Link Three</a>

</body>
</html>
</pre>
<h3>Explaining The Code</h3>
<p>JQuery is pretty easy to learn once you get the hang of how the functions flow. Here&#8217;s some tidbits about this simple AJAX call:</p>
<dl>
<dt>$(document).ready(function(){</dt>
<dd>JQuery uses the $(document).ready(function() { to ensure that the document is fully loaded and ready to provide you with the ability to execute your code</dd>
<dt>$(&#8220;#link1&#8243;).click(function(){</dt>
<dd>We are stating here that the hyperlink with the #id of link1 should perform a function when it is clicked. So, basically, if you read it like a sentence it states &#8220;when someone clicks on the #link1 do the following&#8221;.</dd>
<dt>$(&#8216;#text&#8217;).load(&#8216;latin.txt&#8217;);</dt>
<dd>The function we want to perform is to insert content into a specific div element in our page. The first part, $(&#8216;#text&#8217;) identifies the element by using it&#8217;s id tag #text, the id of our target div. The second part, .load(&#8216;latin.txt&#8217;);,  tells what content to load into that location. So, reading it like a sentence it says: &#8220;find the div with the id of &#8216;text&#8217; and load this file into that location&#8221;.</dd>
</dl>
<p>I&#8217;ve repeated the process three times in order to identify the 3 different links. The hyperlinks can be placed anywhere on your page and point to your target div. The content you summon can be a wide variety of formats including txt, html, images, etc..</p>
<p>For our external files they reside in my public folder and contain the standard Lorem Ipsum text for this demo. Here is the &#8216;live&#8217; example of how this would look when arriving at your page. </p>
<p>
<a href="#" id="link1">Link One</a> | <a href="#" id="link2">Link Two</a> | <a href="#" id="link3">Link Three</a>
</p>
<div id="text" style="width: 500px; padding: 10px; border: 1px #ccc solid;">This text will be replaced when you click the hyperlinks below</div>
<p>Clicking on the links will summon the different content without having to refresh the page. This saves on load time and at the same time allows you to designate a specific area for as much content as you&#8217;d like to cycle through instead of having a new page for each one.</p>
<h3>Live Demo</h3>
<p>To see this work <a href="http://www.simcomedia.com/simple-ajax.html" target="_blank">Click Here</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/using-jquerys-ajax-functions" target="_blank"><img src="http://www.simcomedia.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/using-jquerys-ajax-functions" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div class='sociable'><div><span class='sociable-tagline'>Share and Enjoy:</span></div><ul><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.simcomedia.com%2Fusing-jquerys-ajax-functions&amp;title=Using%20JQuery%27s%20Ajax%20Functions&amp;bodytext=AJAX%20methods%20can%20be%20way%20over%20used%20but%20at%20the%20same%20time%20can%20provide%20a%20great%20way%20to%20consolidate%20related%20content%20into%20a%20confined%20space.%20JQuery%20provides%20an%20easy%20way%20to%20use%20their%20AJAX%20functionality%20with%20some%20simple%20code%20and%2C%20of%20course%2C%20the%20JQuery%20library." ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.simcomedia.com%2Fusing-jquerys-ajax-functions&amp;t=Using%20JQuery%27s%20Ajax%20Functions" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.simcomedia.com%2Fusing-jquerys-ajax-functions" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/sphinn.png" class="sociable-img sociable-hovers" title="Sphinn" alt="Sphinn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.simcomedia.com%2Fusing-jquerys-ajax-functions&amp;title=Using%20JQuery%27s%20Ajax%20Functions&amp;notes=AJAX%20methods%20can%20be%20way%20over%20used%20but%20at%20the%20same%20time%20can%20provide%20a%20great%20way%20to%20consolidate%20related%20content%20into%20a%20confined%20space.%20JQuery%20provides%20an%20easy%20way%20to%20use%20their%20AJAX%20functionality%20with%20some%20simple%20code%20and%2C%20of%20course%2C%20the%20JQuery%20library." ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.simcomedia.com%2Fusing-jquerys-ajax-functions&amp;title=Using%20JQuery%27s%20Ajax%20Functions" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/mixx.png" class="sociable-img sociable-hovers" title="Mixx" alt="Mixx" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.simcomedia.com%2Fusing-jquerys-ajax-functions&amp;title=Using%20JQuery%27s%20Ajax%20Functions&amp;annotation=AJAX%20methods%20can%20be%20way%20over%20used%20but%20at%20the%20same%20time%20can%20provide%20a%20great%20way%20to%20consolidate%20related%20content%20into%20a%20confined%20space.%20JQuery%20provides%20an%20easy%20way%20to%20use%20their%20AJAX%20functionality%20with%20some%20simple%20code%20and%2C%20of%20course%2C%20the%20JQuery%20library." ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/googlebookmark.png" class="sociable-img sociable-hovers" title="Google Bookmarks" alt="Google Bookmarks" /></a></li><li><a rel="nofollow" target="_blank" title="Add to favorites" href="#" onclick="AddToFavorites(); return false;"><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/addtofavorites.png" class="sociable-img sociable-hovers" title="Add to favorites" alt="Add to favorites" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=Using%20JQuery%27s%20Ajax%20Functions%20-%20http%3A%2F%2Fwww.simcomedia.com%2Fusing-jquerys-ajax-functions" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.simcomedia.com/using-jquerys-ajax-functions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Ajax Projects</title>
		<link>http://www.simcomedia.com/recent-ajax-projects</link>
		<comments>http://www.simcomedia.com/recent-ajax-projects#comments</comments>
		<pubDate>Sat, 12 Dec 2009 19:46:59 +0000</pubDate>
		<dc:creator>SimcoMedia Design</dc:creator>
				<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.simcomedia.com/?p=645</guid>
		<description><![CDATA[Two recent projects involved extensive use of Ajax for displaying content. One of the great features about using Ajax is the ability to pull in external pages that can be pre-formatted with any time of content into the containing div using a common menu. Here are examples of how we&#8217;ve deployed Ajax in different ways [...]]]></description>
			<content:encoded><![CDATA[<p>Two recent projects involved extensive use of Ajax for displaying content. One of the great features about using Ajax is the ability to pull in external pages that can be pre-formatted with any time of content into the containing div using a common menu. Here are examples of how we&#8217;ve deployed Ajax in different ways to assist with the navigation of client websites:<span id="more-645"></span></p>
<h3>Example #1 &#8211; Using Ajax in the Main Menu</h3>
<p>When we say &#8216;main menu&#8217; we are referring to the main method of navigation for the website. This is usually a horizontal or vertical menu (in this case a vertical unordered list styled with CSS) that is present on every page of the site. This image below illustrates how the site was laid out to accommodate the display of the external content into the container div (click to enlarge):</p>
<p style="text-align: center;"> </p>
<p><br class="spacer_" /></p>
<div id="attachment_647" class="wp-caption aligncenter" style="width: 310px"><a rel="fancybox" href="http://www.simcomedia.com/wp-content/uploads/2009/12/myers-ajax.jpg"><img class="size-medium wp-image-647" title="Ajax menu by SimcoMedia" src="http://www.simcomedia.com/wp-content/uploads/2009/12/myers-ajax-300x212.jpg" alt="Ajax menu by SimcoMedia" width="300" height="212" /></a><p class="wp-caption-text">Ajax menu by SimcoMedia</p></div>
<p><br class="spacer_" /></p>
<h3>Example #2 &#8211; Using Ajax in a Sub-menu</h3>
<p>In this example the site has a main menu horizontally to provide navigation to all the various sections of the site. Within those sections are sub-menus that allow the related content to be displayed via Ajax into a container div located to the right of the sub-menu. This is extremely helpful in keeping the visitor &#8216;on topic&#8217; while reviewing your site content. The image below illustrates the layout (click to enlarge):</p>
<p><br class="spacer_" /></p>
<div id="attachment_648" class="wp-caption aligncenter" style="width: 310px"><a rel="fancybox" href="http://www.simcomedia.com/wp-content/uploads/2009/12/svps-ajax.jpg"><img class="size-medium wp-image-648" title="Ajax menu by SimcoMedia" src="http://www.simcomedia.com/wp-content/uploads/2009/12/svps-ajax-300x212.jpg" alt="Ajax menu by SimcoMedia" width="300" height="212" /></a><p class="wp-caption-text">Ajax menu by SimcoMedia</p></div>
<p><br class="spacer_" /></p>
<p>Ajax can be used in a variety of ways to improve the speed and ease of navigation for your website. Overuse of Ajax can be a site killer. For more information on how Ajax could be integrated into your website please <a href="http://www.simcomedia.com/contact">contact us</a>.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/recent-ajax-projects" target="_blank"><img src="http://www.simcomedia.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/recent-ajax-projects" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div class='sociable'><div><span class='sociable-tagline'>Share and Enjoy:</span></div><ul><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.simcomedia.com%2Frecent-ajax-projects&amp;title=Recent%20Ajax%20Projects&amp;bodytext=Two%20recent%20projects%20involved%20extensive%20use%20of%20Ajax%20for%20displaying%20content.%20One%20of%20the%20great%20features%20about%20using%20Ajax%20is%20the%20ability%20to%20pull%20in%20external%20pages%20that%20can%20be%20pre-formatted%20with%20any%20time%20of%20content%20into%20the%20containing%20div%20using%20a%20common%20m" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.simcomedia.com%2Frecent-ajax-projects&amp;t=Recent%20Ajax%20Projects" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.simcomedia.com%2Frecent-ajax-projects" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/sphinn.png" class="sociable-img sociable-hovers" title="Sphinn" alt="Sphinn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.simcomedia.com%2Frecent-ajax-projects&amp;title=Recent%20Ajax%20Projects&amp;notes=Two%20recent%20projects%20involved%20extensive%20use%20of%20Ajax%20for%20displaying%20content.%20One%20of%20the%20great%20features%20about%20using%20Ajax%20is%20the%20ability%20to%20pull%20in%20external%20pages%20that%20can%20be%20pre-formatted%20with%20any%20time%20of%20content%20into%20the%20containing%20div%20using%20a%20common%20m" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.simcomedia.com%2Frecent-ajax-projects&amp;title=Recent%20Ajax%20Projects" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/mixx.png" class="sociable-img sociable-hovers" title="Mixx" alt="Mixx" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.simcomedia.com%2Frecent-ajax-projects&amp;title=Recent%20Ajax%20Projects&amp;annotation=Two%20recent%20projects%20involved%20extensive%20use%20of%20Ajax%20for%20displaying%20content.%20One%20of%20the%20great%20features%20about%20using%20Ajax%20is%20the%20ability%20to%20pull%20in%20external%20pages%20that%20can%20be%20pre-formatted%20with%20any%20time%20of%20content%20into%20the%20containing%20div%20using%20a%20common%20m" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/googlebookmark.png" class="sociable-img sociable-hovers" title="Google Bookmarks" alt="Google Bookmarks" /></a></li><li><a rel="nofollow" target="_blank" title="Add to favorites" href="#" onclick="AddToFavorites(); return false;"><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/addtofavorites.png" class="sociable-img sociable-hovers" title="Add to favorites" alt="Add to favorites" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=Recent%20Ajax%20Projects%20-%20http%3A%2F%2Fwww.simcomedia.com%2Frecent-ajax-projects" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.simcomedia.com/recent-ajax-projects/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>80+ Ajax Resources</title>
		<link>http://www.simcomedia.com/ajax-resources</link>
		<comments>http://www.simcomedia.com/ajax-resources#comments</comments>
		<pubDate>Sat, 27 Dec 2008 05:54:36 +0000</pubDate>
		<dc:creator>SimcoMedia Design</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[ajax scripts]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.simcomedia.com/?p=1</guid>
		<description><![CDATA[A list of Ajax scripts and ideas from around the web. AJAX Auto Completers 1. AJAX AutoSuggest: An AJAX auto-complete text field 2. AJAX Autocompleter / script.aculo.us library 3. Another AJAX AutoCompleter 4. Ajax autosuggest/autocomplete from database 5. Ajax dynamic list AJAX Instant Edit 6. AJAX inline text edit 2.0 7. AJAX &#38; CSS Flickr-like [...]]]></description>
			<content:encoded><![CDATA[<h3>A list of Ajax scripts and ideas from around the web.</h3>
<h3>AJAX Auto Completers</h3>
<p>1. <a href="http://www.brandspankingnew.net/archive/2006/08/ajax_auto-suggest_auto-complete.html" target="_blank">AJAX AutoSuggest</a>: An AJAX auto-complete text field</p>
<p>2. <a href="http://demo.script.aculo.us/ajax/autocompleter_customized" target="_blank">AJAX Autocompleter / script.aculo.us library</a></p>
<p>3. <a href="http://digitarald.de/playground/auto2.html" target="_blank">Another AJAX AutoCompleter</a></p>
<p>4. <a href="http://www.roscripts.com/Ajax_autosuggest_autocomplete_from_database-154.html" target="_blank">Ajax autosuggest/autocomplete from database</a></p>
<p>5. <a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax-dynamic-list" target="_blank">Ajax dynamic list</a></p>
<p><a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax-dynamic-list" target="_blank"><span id="more-1"></span></a></p>
<h3>AJAX Instant Edit</h3>
<p>6. <a href="http://www.yvoschaap.com/index.php/weblog/ajax_inline_instant_update_text_20/" target="_blank">AJAX inline text edit 2.0</a></p>
<p>7. <a href="http://dbachrach.com/blog/2007/01/07/create-flickr-like-editing-fields-using-ajax-css/" target="_blank">AJAX &amp; CSS Flickr-like Editing Fields</a></p>
<p>8. <a href="http://www.ideasfreelance.com/lab/instant_edit/" target="_blank">AJAX Instant Edit</a></p>
<h3>AJAX Menus, Tabs</h3>
<p>9. <a href="http://www.smashingmagazine.com/2007/04/18/14-tab-based-inferface-techniques/" target="_blank">14 Tab-Based Interface Techniques</a></p>
<p>10. AJAX Menu Widget</p>
<p>11. <a href="http://demos.mootools.net/Accordion" target="_blank">AJAX Accordion Navigation</a>: mootools demos</p>
<p>12. <a href="http://extjs.com/deploy/ext/docs/" target="_blank">AJAX Dialogs, Menus, Grids, Trees and Views</a></p>
<p>13. <a href="http://www.nodetraveller.com/sandbox/moduleTabs/closeable.php" target="_blank">AJAX Tab Module &#8211; Closeable Implementation</a></p>
<p>14. <a href="http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/" target="_blank">Ajax Tabs Content</a></p>
<p>16. <a href="http://www.silverscripting.com/mootabs/" target="_blank">MooTabs &#8211; Tiny tab class for MooTools</a></p>
<p>17. <a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax_dynamicArticles" target="_blank">Dynamically loaded articles</a></p>
<h3>AJAX Date, Time, Calendars</h3>
<p>18. <a href="http://datetime.toolbocks.com/" target="_blank">AJAX Datetime Toolbocks &#8211; Intuitive Date Input Selection</a></p>
<p>19. <a href="http://www.ribosomatic.com/articulos/10-calendarios-con-php-css-y-javascript/" target="_blank">AJAX Calendars</a></p>
<h3>AJAX Interactive Elements</h3>
<p>20. <a href="http://prototype-window.xilinus.com/" target="_blank">AJAX Floating Windows</a></p>
<p>21. <a href="http://www.masugadesign.com/the-lab/scripts/unobtrusive-ajax-star-rating-bar/" target="_blank">AJAX Star Rating Bar</a></p>
<p>22. <a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax-poller" target="_blank">Ajax poller</a></p>
<h3>AJAX Developer’s Suite</h3>
<p>23. <a href="http://digitarald.de/project/historymanager/" target="_blank">AJAX HistoryManager, Pagination</a></p>
<p>24. <a href="http://www.jamesdam.com/ajax_login/login.html" target="_blank">AJAX Login System Demo</a></p>
<p>25. <a href="http://www.roscripts.com/Javascript_image_preloader-111.html" target="_blank">AJAX image preloader</a></p>
<p>26. <a href="http://www.1976design.com/blog/archive/2003/11/21/nice-titles/" target="_blank">AJAX Tooltips: Nice Titles revised | Blog | 1976design.com</a></p>
<p>27. <a href="http://www.smashingmagazine.com/2007/06/12/tooltips-scripts-ajax-javascript-css-dhtml/" target="_blank">40+ Tooltips Scripts With AJAX, JavaScript &amp; CSS | Smashing Magazine</a></p>
<p>28. <a href="http://www.mathertel.de/AJAXEngine/S03_AJAXControls/ConnectionsTestPage.aspx" target="_blank">AJAX Web Controls</a></p>
<p>29. <a href="http://code.google.com/p/syntaxhighlighter/" target="_blank">AJAX syntaxhighlighter</a></p>
<p>32. <a href="http://transparent-message.xilinus.com/" target="_blank">Transparent Message</a></p>
<p>33. <a href="http://wildbit.com/demos/modalbox/" target="_blank">ModalBox — An easy way to create popups and wizards</a></p>
<p>35. <a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax_chained_select" target="_blank">Chained select boxes</a></p>
<p>36. <a href="http://www.dhtmlgoodies.com/index.html?whichScript=fly-to-basket" target="_blank">Fly to basket</a></p>
<p>37. <a href="http://www.mochikit.com/examples/key_events/index.html" target="_blank">AJAX Key Events Signal</a></p>
<p>38. <a href="http://www.arraystudio.com/as-workshop/disable-form-submit-on-enter-keypress.html" target="_blank">Disable form submit on enter keypress</a></p>
<h3>Enhanced AJAX Solutions</h3>
<p>39. <a href="http://www.openrico.org/demos/complex_ajax" target="_blank">AJAX Instant Completion : Rico Framework</a></p>
<p>40. <a href="http://novemberborn.net/javascript/event-cache" target="_blank">Novemberborn: Event Cache</a></p>
<p>41. <a href="http://www.shawnolson.net/a/503/altering-css-class-attributes-with-javascript.html" target="_blank">Altering CSS Class Attributes with JavaScript</a></p>
<p>42. <a href="http://www.shawnolson.net/a/1302/select-some-checkboxes-javascript-function.html" target="_blank">Select Some Checkboxes JavaScript Function</a></p>
<p>43. <a href="http://www.ejschart.com/index.php" target="_blank">AJAX Emprise Charts</a>: 100% Pure JavaScript Charts</p>
<p>44. <a href="http://www.amcharts.com/pie/" target="_blank">amCharts: customizable flash Pie &amp; Donut chart</a></p>
<p>45. <a href="http://www.pjhyett.com/posts/190-the-lightbox-effect-without-lightbox" target="_blank">PJ Hyett : The Lightbox Effect without Lightbox</a></p>
<h3>Ajax Forms</h3>
<p>46. <a href="http://digitarald.de/playground/uplooad.html" target="_blank">AJAX Upload Form</a></p>
<p>47. <a href="http://www.dustindiaz.com/ajax-contact-form/" target="_blank">An AJAX contact form</a></p>
<p>48. <a href="http://www.roscripts.com/AJAX_contact_form-144.html" target="_blank">AJAX contact form</a></p>
<p>49. <a href="http://demos.mootools.net/Ajax.Form" target="_blank">Ajax.Form</a>: mootools demo</p>
<p>50. <a href="http://www.roscripts.com/Ajax_form_validation-152.html" target="_blank">Ajax form validation</a></p>
<p>51. <a href="http://tetlaw.id.au/view/javascript/really-easy-field-validation" target="_blank">Really easy field validation</a></p>
<p>52. <a href="http://www.phil-taylor.com/fvalidate/" target="_blank">AJAX fValidate</a>: a high quality javascript form validation tool</p>
<p>53. <a href="http://www.roscripts.com/Ajax_newsletter_form-146.html" target="_blank">Ajax newsletter form</a></p>
<p>54. <a href="http://www.formassembly.com/wForms/" target="_blank">wForms</a>: A Javascript Extension to Web Forms &#8211; The Form Assembly</p>
<h3>AJAX Grids, Tables</h3>
<p>55. <a href="http://www.smashingmagazine.com/2007/05/30/tables-and-data-grids-with-ajax-dhtml-javascript/" target="_blank">Data Grids with AJAX, DHTML and JavaScript | Smashing Magazine</a></p>
<p>56. <a href="http://extjs.com/playpen/ext-2.0/examples/grid/grid3.html" target="_blank">Grid3 Example</a></p>
<p>57. <a href="http://www.frequency-decoder.com/2006/09/16/unobtrusive-table-sort-script-revisited" target="_blank">AJAX Table Sort Script (revisited)</a></p>
<p>58. <a href="http://www.mochikit.com/examples/ajax_tables/index.html" target="_blank">AJAX Sortable Tables</a>: from Scratch with MochiKit</p>
<p>59. <a href="http://www.millstream.com.au/view/code/tablekit/" target="_blank">AJAX TableKit</a></p>
<h3>AJAX Lightboxes, Galleries, Showcases</h3>
<p>60. <a href="http://www.smashingmagazine.com/2007/05/18/30-best-solutions-for-image-galleries-slideshows-lightboxes/" target="_blank">30 Scripts For Galleries, Slideshows and Lightboxes | Smashing Magazine</a></p>
<p>61. <a href="http://www.nofunc.com/Sexy_Box/" target="_blank">AJAX LightBox, Sexy Box, Thick Box</a></p>
<p>62. <a href="http://www.huddletogether.com/projects/lightbox/" target="_blank">AJAX Lightbox JS</a></p>
<p>63. <a href="http://orangoo.com/labs/GreyBox/" target="_blank">AJAX Unobtrusive Popup &#8211; GreyBox</a></p>
<p>64. <a href="http://smoothgallery.jondesign.net/showcase/gallery/" target="_blank">SmoothGallery: Mootools Mojo for Images | Full gallery</a></p>
<p>65. <a href="http://www.smashingmagazine.com/2006/11/15/ajax-dhtml-and-javascript-libraries/" target="_blank">AJAX Libraries and Frameworks</a></p>
<h3>Visual Effects, Animation</h3>
<p>66. <a href="http://firblitz.com/2007/3/6/re-how-to-create-digg-comment-style-sliding-divs-with-javascript-and-css" target="_blank">How to Create Digg Comment Style Sliding DIVs with Javascript and CSS</a></p>
<p>67. <a href="http://www.harrymaugans.com/2007/03/05/how-to-create-a-collapsible-div-with-javascript-and-css/" target="_blank">How to Create a Collapsible DIV with Javascript and CSS</a></p>
<p>68. <a href="http://www.harrymaugans.com/2007/03/06/how-to-create-an-animated-sliding-collapsible-div-with-javascript-and-css/" target="_blank">How to Create an Animated, Sliding, Collapsible DIV with Javascript and CSS</a></p>
<p>69. <a href="http://demo.script.aculo.us/shop" target="_blank">AJAX Shopcart</a></p>
<p>70. <a href="http://www.dhtmlgoodies.com/index.html?showDownload=true&amp;whichScript=dragable-content" target="_blank">Draggable content</a></p>
<p>71. <a href="http://www.dhtmlgoodies.com/index.html?whichScript=dragable-boxes" target="_blank">Dragable RSS boxes</a></p>
<p>72. <a href="http://www.openrico.org/demos?demo=pull_down" target="_blank">AJAX Pull Down Effect</a>: Rico Framework</p>
<p>73. <a href="http://www.openrico.org/demos?demo=effect_animation" target="_blank">AJAX Animation Effects</a>: Rico Framework</p>
<p>74. <a href="http://wiki.script.aculo.us/scriptaculous/show/CombinationEffects" target="_blank">Combination Effects in scriptaculous wiki</a></p>
<p>75. <a href="http://demos.mootools.net/Fx.Morph" target="_blank">AJAX Motion Transition</a>: Fx.Morph</p>
<h3>Useful Basic JavaScripts</h3>
<p>76. <a href="http://www.codecoffee.com/articles/9tips.html" target="_blank">9 Javascript(s) you better not miss !!</a></p>
<p>77. <a href="http://www.dustindiaz.com/top-ten-javascript/" target="_blank">Top 10 custom JavaScript functions of all time</a></p>
<p>78. <a href="http://hyperdisc.unitec.ac.nz/materials/javascript/top10/breadcrumbs.htm" target="_blank">Hyperdisc Materials: JavaScript: Top 10: Automatic Breadcrumb Trail</a></p>
<p>79. <a href="http://hyperdisc.unitec.ac.nz/materials/javascript/top10/" target="_blank">JavaScript: Top 10 Most Useful JavaScripts</a></p>
<p>80. <a href="http://www.blakems.com/archives/000087.html?_required=first_name%2CFirst+Name%7Clast_name%2CLast+Name%7Cemailer%2CEmail&amp;first_name=asdad&amp;last_name=dasdad&amp;emailer=dasdad" target="_blank">My Favorite Javascripts for Designers: Blakems.com ?</a></p>
<h3>Galleries, Resources</h3>
<p>81. <a href="http://www.miniajax.com/" target="_blank">MiniAjax.com</a>: a showroom of nice looking simple downloadable DHTML and AJAX scripts.</p>
<p>82. <a href="http://www.ajaxrain.com/index.php" target="_blank">Ajax Rain</a>: growing showcase of AJAX-examples.</p>
<p>83. <a href="http://www.maxkiesler.com/index.php/mhub/category/" target="_blank">Max Kiesler &#8211; mHub : Ajax and rails examples &amp; how-to’s</a></p>
<p>84. <a href="http://ajax.solutoire.com/" target="_blank">Ajax Resources</a></p>
<p>85. <a href="http://snippets.dzone.com/" target="_blank">DZone Snippets: Store, sort and share source code, with tag goodness</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/ajax-resources" target="_blank"><img src="http://www.simcomedia.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.simcomedia.com/ajax-resources" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div class='sociable'><div><span class='sociable-tagline'>Share and Enjoy:</span></div><ul><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.simcomedia.com%2Fajax-resources&amp;title=80%2B%20Ajax%20Resources&amp;bodytext=A%20list%20of%20Ajax%20scripts%20and%20ideas%20from%20around%20the%20web.%0D%0AAJAX%20Auto%20Completers%0D%0A1.%20AJAX%20AutoSuggest%3A%20An%20AJAX%20auto-complete%20text%20field%0D%0A%0D%0A2.%20AJAX%20Autocompleter%20%2F%20script.aculo.us%20library%0D%0A%0D%0A3.%20Another%20AJAX%20AutoCompleter%0D%0A%0D%0A4.%20Ajax%20autosuggest%2Fautocomplete" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.simcomedia.com%2Fajax-resources&amp;t=80%2B%20Ajax%20Resources" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.simcomedia.com%2Fajax-resources" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/sphinn.png" class="sociable-img sociable-hovers" title="Sphinn" alt="Sphinn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.simcomedia.com%2Fajax-resources&amp;title=80%2B%20Ajax%20Resources&amp;notes=A%20list%20of%20Ajax%20scripts%20and%20ideas%20from%20around%20the%20web.%0D%0AAJAX%20Auto%20Completers%0D%0A1.%20AJAX%20AutoSuggest%3A%20An%20AJAX%20auto-complete%20text%20field%0D%0A%0D%0A2.%20AJAX%20Autocompleter%20%2F%20script.aculo.us%20library%0D%0A%0D%0A3.%20Another%20AJAX%20AutoCompleter%0D%0A%0D%0A4.%20Ajax%20autosuggest%2Fautocomplete" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.simcomedia.com%2Fajax-resources&amp;title=80%2B%20Ajax%20Resources" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/mixx.png" class="sociable-img sociable-hovers" title="Mixx" alt="Mixx" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.simcomedia.com%2Fajax-resources&amp;title=80%2B%20Ajax%20Resources&amp;annotation=A%20list%20of%20Ajax%20scripts%20and%20ideas%20from%20around%20the%20web.%0D%0AAJAX%20Auto%20Completers%0D%0A1.%20AJAX%20AutoSuggest%3A%20An%20AJAX%20auto-complete%20text%20field%0D%0A%0D%0A2.%20AJAX%20Autocompleter%20%2F%20script.aculo.us%20library%0D%0A%0D%0A3.%20Another%20AJAX%20AutoCompleter%0D%0A%0D%0A4.%20Ajax%20autosuggest%2Fautocomplete" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/googlebookmark.png" class="sociable-img sociable-hovers" title="Google Bookmarks" alt="Google Bookmarks" /></a></li><li><a rel="nofollow" target="_blank" title="Add to favorites" href="#" onclick="AddToFavorites(); return false;"><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/addtofavorites.png" class="sociable-img sociable-hovers" title="Add to favorites" alt="Add to favorites" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=80%2B%20Ajax%20Resources%20-%20http%3A%2F%2Fwww.simcomedia.com%2Fajax-resources" ><img src="http://www.simcomedia.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.simcomedia.com/ajax-resources/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

