<?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>websitedesignby.com &#187; Code Snippets and Resources</title>
	<atom:link href="http://www.websitedesignby.com/category/code-snippets-and-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websitedesignby.com</link>
	<description>Web Site Design and Programming - Naples, Florida</description>
	<lastBuildDate>Mon, 06 Sep 2010 11:27:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RegEx Testing</title>
		<link>http://www.websitedesignby.com/code-snippets-and-resources/regex-testing/</link>
		<comments>http://www.websitedesignby.com/code-snippets-and-resources/regex-testing/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 14:35:18 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
				<category><![CDATA[Code Snippets and Resources]]></category>

		<guid isPermaLink="false">http://www.websitedesignby.com/?p=942</guid>
		<description><![CDATA[Here is a simple little regex tester I made: regular-expression-lab
 Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>Here is a simple little regex tester I made: <a href="http://www.websitedesignby.com/regular-expression-lab/">regular-expression-lab</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=RegEx+Testing+http://xx3hg.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.websitedesignby.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=RegEx+Testing+http://xx3hg.th8.us" title="Post to Twitter">Tweet This Post</a></p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.websitedesignby.com%2Fcode-snippets-and-resources%2Fregex-testing%2F&amp;linkname=RegEx%20Testing"><img src="http://www.websitedesignby.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.websitedesignby.com/code-snippets-and-resources/regex-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX loading GIF generator</title>
		<link>http://www.websitedesignby.com/code-snippets-and-resources/ajax-loading-gif-generator/</link>
		<comments>http://www.websitedesignby.com/code-snippets-and-resources/ajax-loading-gif-generator/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 18:02:05 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
				<category><![CDATA[Code Snippets and Resources]]></category>
		<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://www.websitedesignby.com/?p=173</guid>
		<description><![CDATA[Loading data from the server via AJAX is an efficient and increasingly popular way to present content from a user request. After starting out by writing my own AJAX functions I started using the prototype framework. I am currently using the jquery load function as jquery is a very powerful and easy to use framework [...]]]></description>
			<content:encoded><![CDATA[<p>Loading data from the server via <a href="http://en.wikipedia.org/wiki/Ajax_(programming)" target="_blank">AJAX</a> is an efficient and increasingly popular way to present content from a user request. After starting out by writing my own AJAX functions I started using the <a href="http://www.prototypejs.org/" target="_blank">prototype framework</a>. I am currently using the <a href="http://docs.jquery.com/Ajax/load" target="_blank">jquery load</a> function as jquery is a very powerful and easy to use framework that can handle the nuts and bolts of a variety of other javascript functions and effects.</p>
<p>Part of implementing an AJAX request is to have a message displayed while the request is being made to the server to let the user know exactly what is going on and give your application a more professional and responsive appearance.  In the past I have found myself spending too much time hand creating an animated loading indicator that spins with just the right colors and size. Fortunately someone out there has had the same experience and chose to share their solution. Here is a very handy tool to use to automatically generate a professional AJAX loading indicator GIF animation.  <a href="http://www.ajaxload.info/" target="_blank">ajaxload.info</a> lets you define the foreground and background color and generates a perfect, professional AJAX load indicator every time!</p>
<img src="http://www.websitedesignby.com/wp-content/uploads/2009/09/load_indicator.gif" alt="Load indicator generated at ajaxload.info" title="load_indicator" width="16" height="16" class="size-full wp-image-176" />
<p align="left"><a class="tt" href="http://twitter.com/home/?status=AJAX+loading+GIF+generator+http://irp6z.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.websitedesignby.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=AJAX+loading+GIF+generator+http://irp6z.th8.us" title="Post to Twitter">Tweet This Post</a></p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.websitedesignby.com%2Fcode-snippets-and-resources%2Fajax-loading-gif-generator%2F&amp;linkname=AJAX%20loading%20GIF%20generator"><img src="http://www.websitedesignby.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.websitedesignby.com/code-snippets-and-resources/ajax-loading-gif-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
