<?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>Web Development 2.0: Web Design, CakePHP, Javascript &#187; Ajax</title>
	<atom:link href="http://www.webdevelopment2.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevelopment2.com</link>
	<description>Quick and Dirty Web Development for Web 2.0: CakePHP, Prototype, JQuery, and lots more.</description>
	<lastBuildDate>Sat, 23 Apr 2011 15:21:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>AJAX and JavaScript Date Pickers</title>
		<link>http://www.webdevelopment2.com/ajax-javascript-date-pickers/</link>
		<comments>http://www.webdevelopment2.com/ajax-javascript-date-pickers/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 12:38:55 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/ajax-javascript-date-pickers/</guid>
		<description><![CDATA[One thing which I usually find quite annoying is using input boxes in forms for user entered dates. Having the user manually enter date, day, month, year seems so 1997 to me. However in the interest of time, this is what most programmers slap into the web applications simply because it&#8217;s easier to produce and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webdevelopment2.com/wp-content/uploads/calendar.jpg" alt="Calendar" class="imageframe" height="332" width="500" /></p>
<p>One thing which I usually find quite annoying is using input boxes in forms for user entered dates. Having the user manually enter date, day, month, year seems so 1997 to me. However in the interest of time, this is what most programmers slap into the web applications simply because it&#8217;s easier to produce and easier to maintain.</p>
<p>Well here&#8217;s a handful of solutions that can solve that problem for you. Create user friendly and attractive date entries with these <a href="http://www.smashingmagazine.com/2007/10/23/online-calendars-and-date-pickers/">Date Pickers</a>. Some are just normal entries used for basic forms, while others have more database integration.</p>
<p>Some use the <a href="http://www.JQuery.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.webdevelopment2.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">jQuery</a> library. Others use <a href="http://www.mootools.net/"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.webdevelopment2.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">mootools</a> or the Yahoo! UI. No matter what your needs, you&#8217;ll find something here that you can use.</p>
<p>Source: <a href="http://www.smashingmagazine.com/2007/10/23/online-calendars-and-date-pickers/">Online Calendars and Date Pickers</a> [Smashing Magazine]</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/bit-open-source-baz-background/" rel="bookmark" title="November 12, 2008">A Bit On Open Source And Some Baz Background</a></li>

<li><a href="http://www.webdevelopment2.com/feedburner-google-search-cache-instant-blog-back-up/" rel="bookmark" title="May 10, 2007">FeedBurner + Google search cache =  Instant Blog Back Up</a></li>

<li><a href="http://www.webdevelopment2.com/give-15-minutes-jquery-expert/" rel="bookmark" title="September 18, 2007">Give Me 15 Minutes and I&#8217;ll Make You A jQuery Expert</a></li>

<li><a href="http://www.webdevelopment2.com/pretty-css-forms/" rel="bookmark" title="November 27, 2006">Pretty CSS Forms</a></li>

<li><a href="http://www.webdevelopment2.com/easily-increase-page-load-time-10-fold-jquery/" rel="bookmark" title="October 26, 2007">See How Easily You Can Increase Page Load Time 10 Fold With jQuery</a></li>
</ul><!-- Similar Posts took 10.513 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/ajax-javascript-date-pickers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Give Me 15 Minutes and I&#8217;ll Make You A jQuery Expert</title>
		<link>http://www.webdevelopment2.com/give-15-minutes-jquery-expert/</link>
		<comments>http://www.webdevelopment2.com/give-15-minutes-jquery-expert/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 12:09:13 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/give-15-minutes-jquery-expert/</guid>
		<description><![CDATA[Introduction In the spirit of rapid web development, I&#8217;ve stumbled upon jQuery. Here&#8217;s a testimonial from a jQuery user: You start with 10 lines of jQuery that would have been 20 lines of tedious DOM JavaScript. By the time you are done it&#8217;s down to two or three lines and it couldn&#8217;t get any shorter [...]]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<p><a href="http://jquery.com/"><img src="http://www.webdevelopment2.com/wp-content/uploads/jquery_logo.gif" title="jQuery - Write Less, Do More" alt="jQuery - Write Less, Do More" align="left" /></a>In the spirit of rapid web development, I&#8217;ve stumbled upon <a href="http://jquery.com/">jQuery</a>. Here&#8217;s a testimonial from a <a href="http://jquery.com/">jQuery</a> user:</p>
<blockquote><p>You start with 10 lines of <a href="http://www.JQuery.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.webdevelopment2.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">jQuery</a> that would have been 20 lines of tedious DOM JavaScript. By the time you are done it&#8217;s down to two or three lines and it couldn&#8217;t get any shorter unless it read your mind.&#8221;</p></blockquote>
<p>In my experience it&#8217;s been more like five (5) lines of jQuery.</p>
<blockquote><p>jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. <strong>jQuery is designed to change the way that you write JavaScript</strong>.</p></blockquote>
<p>I&#8217;ve found jQuery great for the following reasons:</p>
<ul>
<li>Simple Ajax in a breeze</li>
<li>Search for elements in the DOM is made easy</li>
<li>The helper function [ $() ] is a pleasure to use</li>
<li>Most importantly: it handles cross browser compatibility.</li>
</ul>
<h3>Here We Go &#8211; Tutorials Galore</h3>
<p>Your first step will be to <span><a href="http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.1.pack.js">Download</a> jQuery 1.2.1 and include it in the head of your web page. After this you need to start reading some tutorials. Don&#8217;t worry, it&#8217;s going to take 15 minutes tops for you to start writing usable code:</span></p>
<ul>
<li><a href="http://visualjquery.com">Visual jQuery</a> &#8211; This is by far, my number one resource. It consolidates the API in a visual form, making easy to navigate.</li>
<li><a href="http://www.slideshare.net/simon/jquery-in-15-minutes/">15 Minutes of jQuery</a> &#8211; Great for beginners</li>
<li><a href="http://simonwillison.net/2007/Aug/15/jquery/">jQuery for JavaScript programmers</a> &#8211; Interesting tips on how to debug.</li>
<li><a href="http://docs.jquery.com/Tutorials:How_jQuery_Works">Tutorials:How jQuery Works</a> &#8211; Another beginner tutorial</li>
<li><a href="http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery">Tutorials:Getting Started with jQuery</a> &#8211; Getting Started (for beginners)</li>
<li><a href="http://docs.jquery.com/Tutorials:Live_Examples_of_jQuery">Tutorials:Live Examples of jQuery</a> &#8211; This is what worked for me. Sometimes you just have to see it in action.</li>
</ul>
<h3>Why I Use jQuery</h3>
<p>jQuery is fast, small, and easy to learn. It&#8217;s the core for many of the simpler Ajax I use in my web pages. Since I&#8217;m using CakePHP, there&#8217;s also <a href="http://www.prototype.com/"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.webdevelopment2.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Prototype</a>, but that&#8217;s another story. I really don&#8217;t like having to learn a new language when I&#8217;m trying to do something simple. I don&#8217;t want to go delving into DOM and all that stuff just to dynamically add a class onto an element in the form. If I was a JavaScript programmer, it may not be a big deal for me. But, to me, there&#8217;s nothing worse than writing bad code to get something done, just because you don&#8217;t understand what&#8217;s going on. That&#8217;s why frameworks are what I live by.</p>
<p>Don&#8217;t wait, get started with jQuery today.</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/jquery-prototype-mootools-benchmark-slickspeed/" rel="bookmark" title="January 28, 2008">JQuery, Prototype, and MooTools Benchmark &#8211; SlickSpeed</a></li>

<li><a href="http://www.webdevelopment2.com/bit-open-source-baz-background/" rel="bookmark" title="November 12, 2008">A Bit On Open Source And Some Baz Background</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-activity-indicators/" rel="bookmark" title="December 30, 2005">Ajax Activity Indicators</a></li>

<li><a href="http://www.webdevelopment2.com/easily-increase-page-load-time-10-fold-jquery/" rel="bookmark" title="October 26, 2007">See How Easily You Can Increase Page Load Time 10 Fold With jQuery</a></li>

<li><a href="http://www.webdevelopment2.com/to-suck-or-not-to-suck-that-is-question-for-javascript/" rel="bookmark" title="December 31, 2006">To Suck or Not to Suck, That is Question for JavaScript</a></li>
</ul><!-- Similar Posts took 4.190 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/give-15-minutes-jquery-expert/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>uncluttr &#8211; Shop At Amazon.com In Style</title>
		<link>http://www.webdevelopment2.com/uncluttr-shop-at-amazoncom-in-style/</link>
		<comments>http://www.webdevelopment2.com/uncluttr-shop-at-amazoncom-in-style/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 13:31:27 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Money]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/ajax/uncluttr-shop-at-amazoncom-in-style.htm</guid>
		<description><![CDATA[OK, now this is really cool. If you ask me it&#8217;s a beautiful use of AJAX. Pick a category Search Click on an item and get a pop up with details Click and Drag items to the shopping cart on the right Yep, that&#8217;s it. The name fits great. There is absolutely none of the [...]]]></description>
			<content:encoded><![CDATA[<p> <a href="http://www.uncluttr.com/" target="_blank"><img src="http://www.webdevelopment2.com/wp-content/uploads/2007/07/uncluttr.gif" alt="uncluttr.gif" title="uncluttr.gif" border="0" height="76" width="268" /></a><br />
OK, now this is really cool. If you ask me it&#8217;s a beautiful use of AJAX.</p>
<ol>
<li>Pick a category</li>
<li>Search</li>
<li>Click on an item and get a pop up with details</li>
<li>Click and Drag items to the shopping cart on the right</li>
</ol>
<p><a href="http://www.webdevelopment2.com/wp-content/uploads/2007/07/uncluttr.png" rel="lightbox"><img src="http://www.webdevelopment2.com/wp-content/uploads/2007/07/.thumbs/.uncluttr.png" alt="uncluttr.png" title="uncluttr.png" border="0" height="156" width="400" /></a></p>
<p>Yep, that&#8217;s it. The name fits great. There is absolutely none of the clutter that you get from <a href="http://www.amazon.com/" target="_blank">Amazon&#8217;s</a> main website.</p>
<p>This site deserves a lot more than what it&#8217;s getting right now.</p>
<p>Source: <a href="http://www.uncluttr.com/">Search Amazon In Style</a> [uncluttr]</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/dclick-ads-another-quick-start-up-advertising-site/" rel="bookmark" title="December 24, 2006">Dclick Ads &#8211; Another Quick Start Up Advertising Site</a></li>

<li><a href="http://www.webdevelopment2.com/top-5-basic-seo-tips/" rel="bookmark" title="December 27, 2007">Top 5 Basic SEO Tips &#8211; You Can Do These Yourself</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-things-to-keep-in-mind/" rel="bookmark" title="November 23, 2005">AJAX &#8211; Things To Keep In Mind</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-image-editor-snipshot/" rel="bookmark" title="January 30, 2007">AJAX Image Editor &#8211; Snipshot</a></li>

<li><a href="http://www.webdevelopment2.com/feedburner-google-search-cache-instant-blog-back-up/" rel="bookmark" title="May 10, 2007">FeedBurner + Google search cache =  Instant Blog Back Up</a></li>
</ul><!-- Similar Posts took 4.253 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/uncluttr-shop-at-amazoncom-in-style/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Steal Browser History with SpyJax</title>
		<link>http://www.webdevelopment2.com/steal-browser-history-with-spyjax/</link>
		<comments>http://www.webdevelopment2.com/steal-browser-history-with-spyjax/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 16:58:37 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/general/steal-browser-history-with-spyjax.htm</guid>
		<description><![CDATA[Ever wanted to find out what your users have been up to before they came to your site? Yep, you now have that power. I can see that little twinkle in your eyes now. You&#8217;re thinking that this is just insane and you can only imagine the power that now lies at your fingertips. Well, [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to find out what your users have been up to before they came to your site? Yep, you now have that power. I can see that little twinkle in your eyes now. You&#8217;re thinking that this is just insane and you can only imagine the power that now lies at your fingertips. Well, it&#8217;s not that easy.</p>
<h4>How It Works</h4>
<p>First of all, stop freaking out. We&#8217;re not exactly stealing your browser&#8217;s history. We&#8217;re doing a bit of guessing. It can only be run against a defined list of sites. This means that you can only check whether someone has visited a site, say <a href="http://www.disney.com">Disney.com</a>, but you can&#8217;t ask their browser for a list of the sites they&#8217;ve visited. That information is still kept confidential by the browser.</p>
<p>What we do is use some JavaScript to check the color of the links on a page. Ahhh, I see the lil&#8217; light bulb going on over your head right now. Yep folks, that&#8217;s all. Nothing fancy. So rest at ease, your browser history is safe for the most part.</p>
<p><a href="http://www.techtalkz.com/news/Security/Spyjax-Your-browser-history-is-not-private.html">SpyJax</a>: Go check it out, and figure out how to stop it, or at least limit the way people use it on you.</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/javascript-only-links-why-someone-tell-me-why-please/" rel="bookmark" title="March 31, 2007">JavaScript Only Links, Why? Someone Tell Me Why, Please</a></li>

<li><a href="http://www.webdevelopment2.com/what-has-your-domain-been-up-to/" rel="bookmark" title="November 1, 2006">What Has Your Domain Been Up To</a></li>

<li><a href="http://www.webdevelopment2.com/web-development-20-carnival-september-8-2007/" rel="bookmark" title="September 8, 2007">Web Development 2.0 Carnival &#8211; September 8, 2007</a></li>

<li><a href="http://www.webdevelopment2.com/automate-database-backup-webcron-cron-jobs-problem/" rel="bookmark" title="October 13, 2007">Automate MySQL Database Backup With WebCron &#8211; No Cron Jobs? No Problem &#8211; Part 1</a></li>

<li><a href="http://www.webdevelopment2.com/linkmania-december-3-2006/" rel="bookmark" title="December 3, 2006">LinkMania: December 3, 2006</a></li>
</ul><!-- Similar Posts took 3.950 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/steal-browser-history-with-spyjax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Buttons On The Fly</title>
		<link>http://www.webdevelopment2.com/web-20-buttons-on-the-fly/</link>
		<comments>http://www.webdevelopment2.com/web-20-buttons-on-the-fly/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 14:34:52 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/general/web-20-buttons-on-the-fly.htm</guid>
		<description><![CDATA[Now I&#8217;ve never really been a Photoshop guy. I just don&#8217;t have an eye for that stuff, even if it may be very basic. What&#8217;s my solution? My Cool Button. This service allows you to created, not to bad if I do say so myself, Web 2.0 buttons on the fly. A lil&#8217; PHP and [...]]]></description>
			<content:encoded><![CDATA[<p>Now I&#8217;ve never really been a Photoshop guy. I just don&#8217;t have an eye for that stuff, even if it may be very basic. What&#8217;s my solution? <a href="http://www.mycoolbutton.com/">My Cool Button</a>. This service allows you to created, not to bad if I do say so myself, Web 2.0 buttons on the fly.</p>
<p>A lil&#8217; PHP and GD2 sure does go a long way these days.</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/review-staticpagebuilder/" rel="bookmark" title="September 18, 2007">Review: StaticPageBuilder</a></li>

<li><a href="http://www.webdevelopment2.com/fixing-the-back-button-and-enabling-bookmarking-for-ajax-apps/" rel="bookmark" title="December 29, 2005">Fixing the Back Button and Enabling Bookmarking for AJAX Apps</a></li>

<li><a href="http://www.webdevelopment2.com/javascript-reflection-wet-floor-effect/" rel="bookmark" title="December 12, 2006">JavaScript Reflection &#8211; Wet Floor Effect</a></li>

<li><a href="http://www.webdevelopment2.com/dynamic-paypal-buttons-via-javascript/" rel="bookmark" title="October 30, 2006">Dynamic Paypal Buttons via Javascript</a></li>

<li><a href="http://www.webdevelopment2.com/optmize-images-for-the-web/" rel="bookmark" title="November 18, 2006">Optmize Images for the Web</a></li>
</ul><!-- Similar Posts took 3.783 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/web-20-buttons-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weebly Editor &#8211; Web 2.0 WYSIWYG Editor</title>
		<link>http://www.webdevelopment2.com/weebly-editor-web-20-wysiwyg-editor/</link>
		<comments>http://www.webdevelopment2.com/weebly-editor-web-20-wysiwyg-editor/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 17:14:51 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2007/04/15/weebly-editor-web-20-wysiwyg-editor.htm</guid>
		<description><![CDATA[Weebly has finally launched, well again. What is Weebly? It&#8217;s online website creation using the latest and greatest of web 2.0. It&#8217;s a WYSIWYG editor, but so much more. You can choose to host you website at Weebly, where you will get a sub-domain, or you can host at your own domain. For the latter [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.weebly.com/">Weebly</a> has finally launched, well again. What is <a href="http://www.weebly.com/">Weebly</a>? It&#8217;s online website creation using the latest and greatest of web 2.0. It&#8217;s a WYSIWYG editor, but so much more. You can choose to host you website at Weebly, where you will get a sub-domain, or you can host at your own domain. For the latter option you will need to change the CNAME records of your domain name so that they point to <em>whaterver.weebly.com.</em></p>
<p><a href="http://www.weebly.com/"><img src="http://www.webdevelopment2.com/wp-content/uploads/weebly.jpg" title="Weebly" alt="Weebly" align="left" border="0" /></a></p>
<p>Everything is done in a drag and drop interface: pictures,  text, headings, even page titles. It reminds me of Google&#8217;s website creator just a bit.</p>
<p>One interesting thing that I&#8217;ve seen is the way you can preview different designs or themes. As soon as you hover over the theme the entire page changes to show you how it would look.</p>
<p>Check out <a href="http://www.weebly.com/">Weebly</a> if you&#8217;re not into all this nitty gritty web stuff.</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/linkmania-december-3-2006/" rel="bookmark" title="December 3, 2006">LinkMania: December 3, 2006</a></li>

<li><a href="http://www.webdevelopment2.com/what-has-your-domain-been-up-to/" rel="bookmark" title="November 1, 2006">What Has Your Domain Been Up To</a></li>

<li><a href="http://www.webdevelopment2.com/hate-internet-explorer-passion/" rel="bookmark" title="September 10, 2007">I Hate Internet Explorer With A Passion</a></li>

<li><a href="http://www.webdevelopment2.com/clever-dude-50-tips-for-new-personal-finance-bloggers-that-web-designers-can-learn-from/" rel="bookmark" title="July 21, 2007">Clever Dude &#8211; 50 Tips for New Personal Finance Bloggers That Web Designers Can Learn From</a></li>

<li><a href="http://www.webdevelopment2.com/feedburner-google-search-cache-instant-blog-back-up/" rel="bookmark" title="May 10, 2007">FeedBurner + Google search cache =  Instant Blog Back Up</a></li>
</ul><!-- Similar Posts took 3.893 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/weebly-editor-web-20-wysiwyg-editor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaScript Only Links, Why? Someone Tell Me Why, Please</title>
		<link>http://www.webdevelopment2.com/javascript-only-links-why-someone-tell-me-why-please/</link>
		<comments>http://www.webdevelopment2.com/javascript-only-links-why-someone-tell-me-why-please/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 17:33:43 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2007/03/31/javascript-only-links-why-someone-tell-me-why-please.htm</guid>
		<description><![CDATA[Why We Might Need (Want) JavaScript Links Recently I stumbled upon a site that I haven&#8217;t been to for a while: CSOWeb.org. The design is nice and clean: a header image, with some gradients and colors that work together. But wait, where are all the links? 95% of the links on the sites are http://csoweb.org/#. [...]]]></description>
			<content:encoded><![CDATA[<h4>Why We Might Need (Want) JavaScript Links</h4>
<p>Recently I stumbled upon a site that I haven&#8217;t been to for a while: <a href="http://www.csoweb.org">CSOWeb.org</a>. The design is nice and clean: a header image, with some gradients and colors that work together. But wait, where are all the links? 95% of the links on the sites are <em>http://csoweb.org/#.</em> What the hell? Everything is done behind the scenes in JavaScript in OnClick() scripts.</p>
<p>Sometime later I read a post on the <a href="http://www.thefutureoftheweb.com/blog/2007/3/javascript-only-links">Future of the Web</a> about <a href="http://www.thefutureoftheweb.com/blog/2007/3/javascript-only-links">JavaScript only links</a>. The first comment on the page is usually everyone&#8217; argument for these links.&#8221;But&#8230;but&#8230;what about GMail, and Google Web Toolkit?!?!?&#8221;.  Good argument, I guess. Everyone loves Google and everyone tries to emulate them. There&#8217;s no problem in that as long as we understand what&#8217;s going on. Magic word: <a href="http://www.webdevelopment2.com/category/ajax/">AJAX</a>. AJAX makes heavy use of JavaScript for obvious reasons. If we&#8217;re populating a page from a database using AJAX, then JavaScript is the only option. This leads us into the discussion of appropriate uses of Ajax. Don&#8217;t take me back there man.</p>
<h4>Why We Shouldn&#8217;t Use JavaScript Links</h4>
<p>Bottom line is you shouldn&#8217;t be using JavaScript and AJAX where they don&#8217;t belong. Although certain specific elements on this page may require (benefit from rather) Ajax, there is no excuse for having a JavaScript link to the <em>About Us</em> page on a website. You run into obvious problem with SEO on the page obviously, since the only indexable page the really exists is the first instance of www.csoweb.org. Everything else is done on that website and the page is dynamically generated through JavaScript. So we actually get loathe by the Google search engine for trying to imitate them, that&#8217;s funny.</p>
<p>You piss off most of your visitors. Some people bookmarks specific web pages and not only the home page. It&#8217;s really annoying when you try to bookmark a web page and everything points back to the home page.</p>
<p>Just my two cents I guess.</p>
<h4>Why JavaScript Links ?</h4>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/feedburner-google-search-cache-instant-blog-back-up/" rel="bookmark" title="May 10, 2007">FeedBurner + Google search cache =  Instant Blog Back Up</a></li>

<li><a href="http://www.webdevelopment2.com/how-to-make-payperpost-and-google-adsense-play-nice-mightyadsense-plugin-hack/" rel="bookmark" title="June 24, 2007">How To Make PayPerPost and Google Adsense Play Nice &#8211; MightyAdsense Plugin Hack</a></li>

<li><a href="http://www.webdevelopment2.com/website-promotion-with-discountclick/" rel="bookmark" title="November 28, 2006">Website Promotion with DiscountClick</a></li>

<li><a href="http://www.webdevelopment2.com/payperposts-answer-google-pagerank-issue-real-rank/" rel="bookmark" title="November 26, 2007">PayPerPost&#8217;s Answer To The Google PageRank Issue &#8211; Real Rank</a></li>

<li><a href="http://www.webdevelopment2.com/google-leading/" rel="bookmark" title="November 25, 2005">Google Leading Web 2.0</a></li>
</ul><!-- Similar Posts took 4.144 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/javascript-only-links-why-someone-tell-me-why-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Do I Pick An AJAX Framework And Why Should I Care</title>
		<link>http://www.webdevelopment2.com/how-do-i-pick-an-ajax-framework-and-why-should-i-care/</link>
		<comments>http://www.webdevelopment2.com/how-do-i-pick-an-ajax-framework-and-why-should-i-care/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 17:34:08 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2007/03/20/how-do-i-pick-an-ajax-framework-and-why-should-i-care.htm</guid>
		<description><![CDATA[This may be one of the most difficult things to consider when starting up with AJAX. There are a lot of AJAX Tutorials out there that give you good background information. And it&#8217;s good to know what&#8217;s going on behind the scenes, it really is, but let&#8217;s face it if you&#8217;re going create anything worthwhile [...]]]></description>
			<content:encoded><![CDATA[<p>This may be one of the most difficult things to consider when starting up with AJAX. There are a lot of <a href="http://www.harrymaugans.com/2007/03/18/tutorial-ajax-made-easy/">AJAX Tutorials</a> out there that give you good background information. And it&#8217;s good to know what&#8217;s going on behind the scenes, it really is, but let&#8217;s face it if you&#8217;re going create anything worthwhile with AJAX, it makes no scene to do it from scratch. As a developer, I&#8217;m a big fan of frameworks. If you think it about it enough, everything is a framework for something. I suppose that if you have a couple hours (days depending on your skill level) you could write a very functional console application that emulates a basic calculator in sssembly code. Or, you could fire notepad, write a quick C++ application in about 5 minutes and compile and you&#8217;re fine.</p>
<p>In the same respect, you could use C++ and create a very graphical Windows application or you could use C# and the .NET Framework and fire one out in minutes. Why should web development be any different? Frameworks are there for a reason. A team usually develops a Framework over a long period. They get all the kinks out and they make it available for you guys to use. If a bug is found, they do a fix and put out a new version. You simply replace the files that you use.</p>
<p>AJAX is the same way, with one exception, there are just <a href="http://ajaxpatterns.org/Ajax_Frameworks">too damn many frameworks</a> out there and that makes choosing very difficult. This should make things a little bit easier: <a href="http://seijideasign.blogspot.com/2007/03/how-to-choose-ajax-framework.html">How to choose an Ajax Framework ?</a></p>
<p><a href="http://seijideasign.blogspot.com/2007/03/how-to-choose-ajax-framework.html"> as<br />
</a></p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/choice-web-development-framework-matter/" rel="bookmark" title="December 31, 2007">Your Choice of Web Development Framework Doesn&#8217;t Matter</a></li>

<li><a href="http://www.webdevelopment2.com/poll-results-php-framework/" rel="bookmark" title="November 28, 2007">Poll Results &#8211; What Do You Look for in a PHP Framework?</a></li>

<li><a href="http://www.webdevelopment2.com/web-development-vs-desktop-development/" rel="bookmark" title="November 30, 2005">Web Development vs. Desktop Development</a></li>

<li><a href="http://www.webdevelopment2.com/enter-cakephp-rapid-development-framework-no-really/" rel="bookmark" title="July 2, 2007">Enter CakePHP &#8211; Rapid Development Framework &#8211; No Really!</a></li>

<li><a href="http://www.webdevelopment2.com/web-development-20-carnival-september-24-2007/" rel="bookmark" title="September 24, 2007">Web Development 2.0 Carnival &#8211; September 24, 2007</a></li>
</ul><!-- Similar Posts took 4.283 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/how-do-i-pick-an-ajax-framework-and-why-should-i-care/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX File Upload, Not Really but Close Enough</title>
		<link>http://www.webdevelopment2.com/ajax-file-upload-not-really-but-close-enough/</link>
		<comments>http://www.webdevelopment2.com/ajax-file-upload-not-really-but-close-enough/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 00:58:40 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2007/03/12/ajax-file-upload-not-really-but-close-enough.htm</guid>
		<description><![CDATA[Now we all should know how to upload file using ordinary forms right? This was great back in the day, but we&#8217;ve been pushing Web 2.0 for some time now and it only seems fitting that we find another way. Now there was SWFUpload, which is a beautiful Flash utility that gives us this functionality, [...]]]></description>
			<content:encoded><![CDATA[<p>Now we all should know how to upload file using ordinary forms right? This was great back in the day, but we&#8217;ve been pushing Web 2.0 for some time now and it only seems fitting that we find another way. Now there was <a href="http://www.webdevelopment2.com/swfupload-beta-upload-using-flash/" rel="bookmark" title="Permanent Link to SWFUpload beta: Upload Using Flash">SWFUpload</a>, which is a beautiful Flash utility that gives us this functionality, but it does use Flash, which a lot of web developers tend to steer away from. Flash is usually left up to the designers among us.Ã‚  It does degrade nicely to the regular form if no Flash is detected.</p>
<p>We now have an HTML version for those of us who just hate Flash and all what it stands for <img src='http://www.webdevelopment2.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Ideally we would like to have an AJAX version of this like we have in Gmail, but no dice. Not yet anyways. Here&#8217;s our best substitute: <a href="http://elmicoxcodes.blogspot.com/2007/03/asynchronous-upload-like-ajax-1.html">micoxUpload</a>.</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/enter-ajax/" rel="bookmark" title="October 19, 2005">Enter AJAX</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-vs-ordinary-java/" rel="bookmark" title="December 13, 2005">Ajax vs. Ordinary Java</a></li>

<li><a href="http://www.webdevelopment2.com/ie-css-min-height-hack/" rel="bookmark" title="May 30, 2008">Make Your Web Site Not Suck In Internet Explorer &#8211; IE CSS Min-Height Hack</a></li>

<li><a href="http://www.webdevelopment2.com/5-reasons-not-to-use-flash/" rel="bookmark" title="November 1, 2006">5 Reasons Not To Use Flash</a></li>

<li><a href="http://www.webdevelopment2.com/6-places-to-use-ajax/" rel="bookmark" title="December 2, 2005">6 Places to Use Ajax</a></li>
</ul><!-- Similar Posts took 4.297 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/ajax-file-upload-not-really-but-close-enough/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AJAX Contact Form</title>
		<link>http://www.webdevelopment2.com/ajax-contact-form/</link>
		<comments>http://www.webdevelopment2.com/ajax-contact-form/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 02:52:39 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2007/02/28/ajax-contact-form.htm</guid>
		<description><![CDATA[Before we even begin, one good question that anyone would ask is since this came out over one and a half years ago, why am I only now getting wind of this? Good question. Wish I had a good answer. But on to business: AJAX Contact form 0.9. Demo available here. Similar Posts:CakePHP Contact Form [...]]]></description>
			<content:encoded><![CDATA[<p>Before we even begin, one good question that anyone would ask is since this came out over one and a half years ago, why am I only now getting wind of this? Good question. Wish I had a good answer. But on to business: <a href="http://www.dustindiaz.com/ajax-contact-form/">AJAX Contact form 0.9</a>.</p>
<p>Demo available <a href="http://www.dustindiaz.com/testJax/">here</a>.</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/cakephp-contact-form-quick-dirty/" rel="bookmark" title="November 7, 2008">CakePHP Contact Form &#8211; Quick and Dirty</a></li>

<li><a href="http://www.webdevelopment2.com/web-development-20-carnival-september-24-2007/" rel="bookmark" title="September 24, 2007">Web Development 2.0 Carnival &#8211; September 24, 2007</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-vs-ordinary-java/" rel="bookmark" title="December 13, 2005">Ajax vs. Ordinary Java</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-activity-indicators/" rel="bookmark" title="December 30, 2005">Ajax Activity Indicators</a></li>

<li><a href="http://www.webdevelopment2.com/cakephp-feed-rule/" rel="bookmark" title="January 1, 2008">CakePHP &#8211; One RSS Feed To Rule Them All</a></li>
</ul><!-- Similar Posts took 4.856 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/ajax-contact-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Secret of Cancelling and Stopping Events using JavaScript</title>
		<link>http://www.webdevelopment2.com/the-secret-of-cancelling-and-stopping-events-using-javascript/</link>
		<comments>http://www.webdevelopment2.com/the-secret-of-cancelling-and-stopping-events-using-javascript/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 19:20:41 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2006/12/19/the-secret-of-cancelling-and-stopping-events-using-javascript.htm</guid>
		<description><![CDATA[Introduction Back when I was doing my internship we had a major problem we were trying to solve. The project involved creating a web based terminal emulator using AJAX. Well, it was a little bit more specific than that. It was basically duplicating a specific application in the browser window. Problem Sounds all well and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong><br />
Back when I was doing my internship we had a major problem we were trying to solve. The project involved creating a web based terminal emulator using AJAX. Well, it was a little bit more specific than that. It was basically duplicating a specific application in the browser window.</p>
<p><strong>Problem</strong><br />
Sounds all well and good except that this application made heavy use of <em>F Keys</em>, e.g. (F10, F5, F1, etc). Needless to say this would not really be viable in a browser since F1 would call up help, F5 would refresh and F10 would send the cursor to the menu. We had already written a nice enough key handler that worked rather well, with the exception of these <em>F Keys</em>.</p>
<p><strong>JavaScript Solution</strong><br />
After a lot of hacking around I found a way to stop the browser from calling up and propagating those events. My code was, for lack of a better word, nasty; but it did work. It involved a lot of IE/Mozilla workarounds. I recently came across some cleaner code, so here you go:</p>
<pre class="brush: jscript; title: ;">function stopEvent(e) {
    if (!e) e = window.event;
    if (e.stopPropagation) {
        e.stopPropagation();
    } else {
        e.cancelBubble = true;
    }
}</pre>
<p>and</p>
<pre class="brush: jscript; title: ;">function cancelEvent(e) {
    if (!e) e = window.event;
    if (e.preventDefault) {
        e.preventDefault();
    } else {
        e.returnValue = false;
    }
}</pre>
<p><strong>Explanation</strong><br />
<em>stopEvent</em>, well stops the event. Seriously, it stops the event from being called by other background elements. Many elements may use the same event called by just one. So stopping it here ensures that it doesn&#8217;t propagate to the background elements. <em>cancelEvent </em> squashes the browser&#8217;s default behavior.</p>
<p><em>source <a href="http://ajaxcookbook.org/canceling-and-stopping-browser-events/">Ajax Cookbook</a></em></p>
<p>[tags]ajax, browser, firefox, ie, javascript[/tags]</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/debugging-ajax/" rel="bookmark" title="December 24, 2005">Debugging Ajax</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-client-engine-ace-problems/" rel="bookmark" title="December 12, 2005">AJAX Client Engine (ACE) &#8211; Problems</a></li>

<li><a href="http://www.webdevelopment2.com/javascript-only-links-why-someone-tell-me-why-please/" rel="bookmark" title="March 31, 2007">JavaScript Only Links, Why? Someone Tell Me Why, Please</a></li>

<li><a href="http://www.webdevelopment2.com/enter-ajax/" rel="bookmark" title="October 19, 2005">Enter AJAX</a></li>

<li><a href="http://www.webdevelopment2.com/should-ajax-be-independent-of-the-server/" rel="bookmark" title="November 29, 2005">Should Ajax Be Independent of the Server?</a></li>
</ul><!-- Similar Posts took 4.192 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/the-secret-of-cancelling-and-stopping-events-using-javascript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>LightBox, LightBox2 and LightBox Plus</title>
		<link>http://www.webdevelopment2.com/lightbox-lightbox2-and-lightbox-plus/</link>
		<comments>http://www.webdevelopment2.com/lightbox-lightbox2-and-lightbox-plus/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 14:17:16 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2006/12/12/lightbox-lightbox2-and-lightbox-plus.htm</guid>
		<description><![CDATA[Yes, I know I&#8217;m a bit late with this, but I still had to give you the run down. Originally created by Lokesh Dhakar Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It&#8217;s a snap to setup and works on all modern browsers. Have you ever gone to [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, I know I&#8217;m a bit late with this, but I still had to give you the run down.<br />
Originally created by <a href="http://www.huddletogether.com/projects/lightbox/">Lokesh Dhakar</a></p>
<blockquote><p>Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It&#8217;s a snap to setup and works on all modern browsers.</p></blockquote>
<p>Have you ever gone to a website and seen this nice lil&#8217; thing they do when you click on a thumbnail and it pops up a larger image in the same browser window? That&#8217;s LightBox. I&#8217;ve seen it before and I haven&#8217;t given it a lot of thought. I just naturally assumed that it would take too much time to implement, so I left it alone. Oh was I wrong.</p>
<p>In the HEAD section of your HTML code.</p>
<pre class="brush: xml; title: ;">&lt;link rel=&quot;stylesheet&quot; href=&quot;lightbox.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;

	&lt;script type=&quot;text/javascript&quot; src=&quot;lightbox.js&quot;&gt;&lt;/script&gt;
</pre>
<p>To use it, simple add rel=&#8221;lightbox&#8221; to any &#8220;a&#8221; tag linking to an image file:</p>
<pre class="brush: xml; title: ;">
&lt;a href=&quot;images/image-1.jpg&quot; rel=&quot;lightbox&quot; title=&quot;my caption&quot;&gt;image #1&lt;/a&gt;
</pre>
<p>As you can see, you can have pure text in the link tag or a thumbnail image like most people do. Yep, that&#8217;s it. Your website is covered with a grayish transparent background image and looks as if it&#8217;s disabled. There is an animated GIF (can be any AJAX-like indicator you wish) that pops up while the image is loaded, then Voila. Very sweet lil&#8217; script. Of course it&#8217;s backwards compatible with browsers with JavaScript disabled. It&#8217;s just an &#8220;a&#8221; tag after all. There is also support for the transparent PNG file in IE 6. Do check out <a href="http://www.huddletogether.com/projects/lightbox/">LightBox JS</a>.</p>
<p>There are variations of this script.  <a href="http://www.huddletogether.com/projects/lightbox2/">Lightbox JS v2.0</a> has a more AJAX-y feel to it. The image box pops up and closes in a nice fluid motion. It includes one more JavaScript include for this though. They also added image grouping, where you can go from one image to the next while the pop up is still enabled.</p>
<pre class="brush: xml; title: ;">
&lt;a href=&quot;images/image-1.jpg&quot; rel=&quot;lightbox[roadtrip]&quot;&gt;image #1&lt;/a&gt;
&lt;a href=&quot;images/image-2.jpg&quot; rel=&quot;lightbox[roadtrip]&quot;&gt;image #2&lt;/a&gt;
&lt;a href=&quot;images/image-3.jpg&quot; rel=&quot;lightbox[roadtrip]&quot;&gt;image #3&lt;/a&gt;
</pre>
<p>Over this past weekend is when I had my first experience with the LightBox script. I tried using version 2 for a particular application and one problem I had was what happened when images were two large for the screen. Well, it loads the entire image like you tell it to and the user then needs to scroll throughout the page to view the image. Some may simply say, create you images to an acceptable size, but the application I was using didn&#8217;t offer than flexibility. The images I would be serving came from the user. And only God knows what users have in mind for your application. Enter <a href="http://serennz.sakura.ne.jp/toybox/lightbox/?en">LightBox Plus</a>. This loads the image and fits it into the appropriate screen size and adds a resize feature to enable the full size of the image. When you resize is activated the user can then use the mouse wheel to zoom in and out.</p>
<p>Behold, the marvels of JavaScript and CSS. We are definitely taking huge step into Web 2.0.</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/comparing-lightbox-scripts/" rel="bookmark" title="December 25, 2007">Comparing Lightbox Scripts</a></li>

<li><a href="http://www.webdevelopment2.com/easily-increase-page-load-time-10-fold-jquery/" rel="bookmark" title="October 26, 2007">See How Easily You Can Increase Page Load Time 10 Fold With jQuery</a></li>

<li><a href="http://www.webdevelopment2.com/optmize-images-for-the-web/" rel="bookmark" title="November 18, 2006">Optmize Images for the Web</a></li>

<li><a href="http://www.webdevelopment2.com/cakephp-fckeditor/" rel="bookmark" title="November 23, 2007">WYBISYG &#8211; What You Bake Is What You Get &#8211; CakePHP + FCKEditor</a></li>

<li><a href="http://www.webdevelopment2.com/top-10-css-image-galleries-diy/" rel="bookmark" title="November 27, 2006">Top 10 CSS Image Galleries &#8211; DIY</a></li>
</ul><!-- Similar Posts took 4.165 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/lightbox-lightbox2-and-lightbox-plus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zamzar &#8211; Free Online File Conversion</title>
		<link>http://www.webdevelopment2.com/zamzar-free-online-file-conversion/</link>
		<comments>http://www.webdevelopment2.com/zamzar-free-online-file-conversion/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 02:39:06 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2006/11/27/zamzar-free-online-file-conversion.htm</guid>
		<description><![CDATA[It&#8217;s funny how these new AJAX applications always have these funny names. Zamzar, wow. But I must say, I haven&#8217;t seen anything like it. Well we&#8217;ve all seen file conversion. We might have even seen it free. And a few of us have come into contact with a couple free online converters, but not like [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->It&#8217;s funny how these new AJAX applications always have these funny names. <a href="http://www.zamzar.com/"><img src="/wp-content/uploads/zamzar_logo.jpg" alt="zamzar_logo.jpg" title="zamzar_logo.jpg" align="left" width="194" height="57" border="0" /></a>Zamzar, wow. But I must say, I haven&#8217;t seen anything like it. Well we&#8217;ve all seen file conversion. We might have even seen it free. And a few of us have come into contact with a couple free online converters, but not like this. Not all in one pack like this.  You have documents, images, music and video. Have fun kiddies.</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/web-development-20-carnival-september-24-2007/" rel="bookmark" title="September 24, 2007">Web Development 2.0 Carnival &#8211; September 24, 2007</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-and-ria-rich-internet-application-for-christmas/" rel="bookmark" title="December 5, 2005">Ajax and RIA (Rich Internet Application) for Christmas</a></li>

<li><a href="http://www.webdevelopment2.com/should-a-business-use-free-web-hosting/" rel="bookmark" title="November 3, 2006">Should A Business Use Free Web Hosting?</a></li>

<li><a href="http://www.webdevelopment2.com/got-my-new-pc/" rel="bookmark" title="March 23, 2007">Got My New PC</a></li>

<li><a href="http://www.webdevelopment2.com/wordpress-25-vista-blog-platforms/" rel="bookmark" title="April 14, 2008">WordPress 2.5 &#8211; The Vista of Blog Platforms</a></li>
</ul><!-- Similar Posts took 16.947 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/zamzar-free-online-file-conversion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OctaGate SiteTimer &#8211; Web Page Load Time</title>
		<link>http://www.webdevelopment2.com/octagate-sitetimer-web-page-load-time/</link>
		<comments>http://www.webdevelopment2.com/octagate-sitetimer-web-page-load-time/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 06:27:24 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2006/11/19/octagate-sitetimer-web-page-load-time.htm</guid>
		<description><![CDATA[I&#8217;m not sure what exactly the entire package does, but this is something they demoed on the website. A beautiful AJAX site timer. It shows start time, connect time, time of first byte and time of last byte for every element on the page that it loads. Check it out. OctaGate SiteTimer Similar Posts:Ajax Based [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->I&#8217;m not sure what exactly the entire package does, but this is something they demoed on the website. A beautiful AJAX site timer. It shows start time, connect time, time of first byte and time of last byte for every element on the page that it loads.  Check it out.</p>
<p><a href="http://www.webdevelopment2.com/wp-content/uploads/octagate_sitemeter.png" rel="lightbox"  ><img src="/wp-content/uploads/.thumbs/.octagate_sitemeter.png" alt="Octagate Sitemeter" title="Octagate Sitemeter" width="552" height="250" border="0" /></a></p>
<p><a href="http://www.octagate.com/service/SiteTimer/?Target=AJAX">OctaGate SiteTimer</a></p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/ajax-based-periodic-table/" rel="bookmark" title="December 30, 2005">Ajax Based Periodic Table</a></li>

<li><a href="http://www.webdevelopment2.com/webtty-terminal-emulator/" rel="bookmark" title="October 26, 2006">WebTTY &#8211; Terminal Emulator</a></li>

<li><a href="http://www.webdevelopment2.com/easily-increase-page-load-time-10-fold-jquery/" rel="bookmark" title="October 26, 2007">See How Easily You Can Increase Page Load Time 10 Fold With jQuery</a></li>

<li><a href="http://www.webdevelopment2.com/lightbox-lightbox2-and-lightbox-plus/" rel="bookmark" title="December 12, 2006">LightBox, LightBox2 and LightBox Plus</a></li>

<li><a href="http://www.webdevelopment2.com/weebly-editor-web-20-wysiwyg-editor/" rel="bookmark" title="April 15, 2007">Weebly Editor &#8211; Web 2.0 WYSIWYG Editor</a></li>
</ul><!-- Similar Posts took 14.103 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/octagate-sitetimer-web-page-load-time/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>InstaCalc: Welcome to a fast, easy and shareable calculator</title>
		<link>http://www.webdevelopment2.com/instacalc-welcome-to-a-fast-easy-and-shareable-calculator/</link>
		<comments>http://www.webdevelopment2.com/instacalc-welcome-to-a-fast-easy-and-shareable-calculator/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 04:35:24 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2006/11/01/instacalc-welcome-to-a-fast-easy-and-shareable-calculator.htm</guid>
		<description><![CDATA[Brand new. InstaCalc. Just like the name says, it&#8217;s an instant making use of AJAX. No need to hit &#8220;enter&#8221;. Your results are written as you type, just like any other AJAX application. You can set a number of rows and even set variables and use them similar to Excel. One neat feature is that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://instacalc.com/"><img align="left" title="InstaCalc" id="image113" alt="InstaCalc" src="http://www.webdevelopment2.com/wp-content/uploads/2006/11/instacalc.PNG" /></a>Brand  new. <a href="http://instacalc.com/">InstaCalc</a>. Just like the name says, it&#8217;s an instant making use of AJAX.  No need to hit &#8220;enter&#8221;. Your results are written as you type, just like any other AJAX application. You can set a number of rows and even set variables and use them similar to Excel. One neat feature is that it understands words like &#8220;thousand&#8221;, &#8220;million&#8221;, etc.</p>
<p><!--adsense-->You can even define a calculator and then embed it into an HTML page. Give it a try.<br />
<img title="InstaCalc Preview" id="image114" alt="InstaCalc Preview" src="http://www.webdevelopment2.com/wp-content/uploads/2006/11/instacalc-preview.PNG" /></p>
<p>Source: <a href="http://www.techcrunch.com/2006/11/01/instacalc-an-embedable-ajax-calculator-to-share/">TechCrunch </a></p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/30-firefox-downloads-per-second/" rel="bookmark" title="October 28, 2006">30 Firefox Downloads Per Second</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-seminar-in-march-2006/" rel="bookmark" title="December 21, 2005">AJAX Seminar in March 2006</a></li>

<li><a href="http://www.webdevelopment2.com/review-staticpagebuilder/" rel="bookmark" title="September 18, 2007">Review: StaticPageBuilder</a></li>

<li><a href="http://www.webdevelopment2.com/microsoft-yahoo-and-zimbra-releaseing-new-ajax-powered-webmail/" rel="bookmark" title="November 24, 2005">Microsoft, Yahoo, and Zimbra Releaseing New Ajax Powered Webmail</a></li>

<li><a href="http://www.webdevelopment2.com/linkmania-january-18-2007/" rel="bookmark" title="January 18, 2007">LinkMania: January 18, 2007</a></li>
</ul><!-- Similar Posts took 4.874 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/instacalc-welcome-to-a-fast-easy-and-shareable-calculator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Step By Step Tutorial &#8211; Google Maps and Ajax</title>
		<link>http://www.webdevelopment2.com/a-step-by-step-tutorial-google-maps-and-ajax/</link>
		<comments>http://www.webdevelopment2.com/a-step-by-step-tutorial-google-maps-and-ajax/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 03:52:07 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2006/10/27/a-step-by-step-tutorial-google-maps-and-ajax.htm</guid>
		<description><![CDATA[How long have you been waiting for this? A step by step tutorial on integrating Google Maps into your web application using Ajax. He starts out with an introduction to the Google Maps API. After this, he delves into more advanced techniques for adding dynamic markers, etc using ajax. Interesting article. By far, the simplest [...]]]></description>
			<content:encoded><![CDATA[<p>How long have you been waiting for this? A step by step tutorial on integrating Google Maps into your web application using Ajax. He starts out with an introduction to the Google Maps API. After this, he delves into more advanced techniques for adding dynamic markers, etc using ajax. Interesting article. By far, the simplest I&#8217;ve seen without making use of some already existing library.<br />
<a href="http://today.java.net/pub/a/today/2006/10/25/integrating-google-maps-into-web-application.html">John Ferguson Smarta</a> Writes:</p>
<blockquote><p>&#8230;we will discuss how you can easily implement dynamic interactive maps on your Java web application, using the Google Maps API for the web interface, and Ajax to provide real-time interaction with the server. This article is designed to give you a rapid introduction to both Google Maps and Ajax, and to let you get your own interactive maps up and running quickly and easily.</p></blockquote>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/enter-ajax/" rel="bookmark" title="October 19, 2005">Enter AJAX</a></li>

<li><a href="http://www.webdevelopment2.com/google-leading/" rel="bookmark" title="November 25, 2005">Google Leading Web 2.0</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-vs-ordinary-java/" rel="bookmark" title="December 13, 2005">Ajax vs. Ordinary Java</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-wikipedia-tools/" rel="bookmark" title="November 30, 2005">AJAX Wikipedia Tools</a></li>

<li><a href="http://www.webdevelopment2.com/foundation-for-an-extensible-website-engine-with-php-5/" rel="bookmark" title="October 25, 2006">Foundation for an Extensible Website Engine with PHP 5</a></li>
</ul><!-- Similar Posts took 3.895 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/a-step-by-step-tutorial-google-maps-and-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebTTY &#8211; Terminal Emulator</title>
		<link>http://www.webdevelopment2.com/webtty-terminal-emulator/</link>
		<comments>http://www.webdevelopment2.com/webtty-terminal-emulator/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 00:54:23 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2006/10/26/webtty.htm</guid>
		<description><![CDATA[WebTTY is an interesting package. During my internship I actually had to do something like this. My employer didn&#8217;t appreciate a pre-packaged solution though, so I had to produce all the code myself. The WebTTY package allows any Linux terminal processes to be controlled in a text area HTML element on a webpage. The output [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://testape.com/webtty_sample.php">WebTTY</a> is an interesting package. During my internship I actually had to do something like this. My employer didn&#8217;t appreciate a pre-packaged solution though, so I had to produce all the code myself.<a href="http://testape.com/webtty_sample.php"><br />
</a></p>
<blockquote><p>The WebTTY package allows any Linux terminal processes to be controlled in a text area HTML element on a webpage. The output from the server process is collected on server side, and is send to a text area element. Keypresses in textarea are collected on client side and send to the server process. WebTTY uses AJAX/DHTML patterns to achieve in-page updates without refreshing the entire page.</p></blockquote>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/ahah-asynchronous-html-and-http-or-aja/" rel="bookmark" title="November 26, 2005">AHAH: Asynchronous HTML and HTTP or AJA?</a></li>

<li><a href="http://www.webdevelopment2.com/octagate-sitetimer-web-page-load-time/" rel="bookmark" title="November 19, 2006">OctaGate SiteTimer &#8211; Web Page Load Time</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-coding-challenge-at-aboutcom/" rel="bookmark" title="October 24, 2006">Ajax Coding Challenge at About.com</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-based-periodic-table/" rel="bookmark" title="December 30, 2005">Ajax Based Periodic Table</a></li>

<li><a href="http://www.webdevelopment2.com/enter-ajax/" rel="bookmark" title="October 19, 2005">Enter AJAX</a></li>
</ul><!-- Similar Posts took 3.647 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/webtty-terminal-emulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 126 Ajax Tutorials</title>
		<link>http://www.webdevelopment2.com/top-126-ajax-tutorials/</link>
		<comments>http://www.webdevelopment2.com/top-126-ajax-tutorials/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 00:55:36 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2006/10/24/top-126-ajax-tutorials.htm</guid>
		<description><![CDATA[Victor De la Rocha Writes This is just a cut and paste job: http://www.econsultant.com/web-developer/ajax-tutorials/ Check out the rest : http://www.econsultant.com/ultimate-web-developer/index.html Similar Posts:Another &#8220;What Is Ajax&#8221; Introduction How Do I Pick An AJAX Framework And Why Should I Care Ajax Activity Indicators HTML Tutorial Ajax Based Periodic Table]]></description>
			<content:encoded><![CDATA[<p><span id="ctl02_ctl00_lblPermalink"><a href="http://spaces.msn.com/vyk1">Victor</a> De la Rocha Writes</span></p>
<p><a href="http://vyk1.spaces.live.com/Blog/cns!EBE3A761F939F926!1051.entry" /></p>
<blockquote><p><span id="ctl02_ctl00_lblPermalink">This is just a cut and paste job:</span><br />
<span id="ctl02_ctl00_lblPermalink"> <a rel="nofollow" href="http://www.econsultant.com/web-developer/ajax-tutorials/">http://www.econsultant.com/web-developer/ajax-tutorials/</a></span><br />
<span id="ctl02_ctl00_lblPermalink" /><br />
<span id="ctl02_ctl00_lblPermalink">Check out the rest :</span><br />
<span id="ctl02_ctl00_lblPermalink"><span /></span><br />
<span id="ctl02_ctl00_lblPermalink"><a href="http://www.econsultant.com/ultimate-web-developer/index.html">http://www.econsultant.com/ultimate-web-developer/index.html</a></span></p></blockquote>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/another-what-is-ajax-introduction/" rel="bookmark" title="December 31, 2005">Another &#8220;What Is Ajax&#8221; Introduction</a></li>

<li><a href="http://www.webdevelopment2.com/how-do-i-pick-an-ajax-framework-and-why-should-i-care/" rel="bookmark" title="March 20, 2007">How Do I Pick An AJAX Framework And Why Should I Care</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-activity-indicators/" rel="bookmark" title="December 30, 2005">Ajax Activity Indicators</a></li>

<li><a href="http://www.webdevelopment2.com/html-tutorial/" rel="bookmark" title="November 18, 2005">HTML Tutorial</a></li>

<li><a href="http://www.webdevelopment2.com/ajax-based-periodic-table/" rel="bookmark" title="December 30, 2005">Ajax Based Periodic Table</a></li>
</ul><!-- Similar Posts took 4.885 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/top-126-ajax-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 Tips for Designing Rich Internet Applications</title>
		<link>http://www.webdevelopment2.com/9-tips-for-designing-rich-internet-applications/</link>
		<comments>http://www.webdevelopment2.com/9-tips-for-designing-rich-internet-applications/#comments</comments>
		<pubDate>Tue, 17 Jan 2006 05:13:07 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2006/01/16/9-tips-for-designing-rich-internet-applications.htm</guid>
		<description><![CDATA[Bill Scoot over at Looks Good Works Well wrote a very interesting article: Nine Tips for Designing Rich Internet Applications. Here&#8217;s a synopsis: Make it directly interactive Make it inviting Use lightweight, in-context popups instead of page transitions where possible Use real-estate creatively Cross page boundaries reluctantly Create a light footprint Think of your interactions [...]]]></description>
			<content:encoded><![CDATA[<p>Bill Scoot over at <a href="http://looksgoodworkswell.blogspot.com">Looks Good Works Well</a> wrote a very interesting article:  <a href="http://looksgoodworkswell.blogspot.com/2006/01/nine-tips-for-designing-rich-internet.html">Nine Tips for Designing Rich Internet Applications</a>.</p>
<p>Here&#8217;s a synopsis:</p>
<ol>
<li>Make it directly interactive</li>
<li>Make it inviting</li>
<li>Use lightweight, in-context popups instead of page transitions where possible</li>
<li>Use real-estate creatively</li>
<li>Cross page boundaries reluctantly</li>
<li>Create a light footprint</li>
<li>Think of your interactions as storyboards</li>
<li>Communicate transitions</li>
<li>Think in objects</li>
</ol>
<p>Most of this we&#8217;ve heard before, but I like lists <img src='http://www.webdevelopment2.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/google-leading/" rel="bookmark" title="November 25, 2005">Google Leading Web 2.0</a></li>

<li><a href="http://www.webdevelopment2.com/poll-results-php-framework/" rel="bookmark" title="November 28, 2007">Poll Results &#8211; What Do You Look for in a PHP Framework?</a></li>

<li><a href="http://www.webdevelopment2.com/comparing-lightbox-scripts/" rel="bookmark" title="December 25, 2007">Comparing Lightbox Scripts</a></li>

<li><a href="http://www.webdevelopment2.com/give-15-minutes-jquery-expert/" rel="bookmark" title="September 18, 2007">Give Me 15 Minutes and I&#8217;ll Make You A jQuery Expert</a></li>

<li><a href="http://www.webdevelopment2.com/top-10-css-image-galleries-diy/" rel="bookmark" title="November 27, 2006">Top 10 CSS Image Galleries &#8211; DIY</a></li>
</ul><!-- Similar Posts took 5.292 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/9-tips-for-designing-rich-internet-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Tracking with Ajax</title>
		<link>http://www.webdevelopment2.com/link-tracking-with-ajax/</link>
		<comments>http://www.webdevelopment2.com/link-tracking-with-ajax/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 09:51:44 +0000</pubDate>
		<dc:creator>Kevin Lloyd</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webdevelopment2.com/2006/01/03/link-tracking-with-ajax.htm</guid>
		<description><![CDATA[I found this rather interesting: One of the more interesting aspects of Ajax is the ability to track a userÃ¢â‚¬â„¢s interaction within the browser. I wanted to investigate navigation patterns, so I have written an Ajax based link tracker. If you press the Ã¢â‚¬Å“Ctrl??? and &#8220;X&#8221; keys you will be presented with an overlay which [...]]]></description>
			<content:encoded><![CDATA[<p>I found this rather interesting:</p>
<blockquote><p>One of the more interesting aspects of Ajax is the ability to track a userÃ¢â‚¬â„¢s interaction within the browser. I wanted to investigate navigation patterns, so I have written an Ajax based link tracker. If you press the Ã¢â‚¬Å“Ctrl??? and &#8220;X&#8221; keys you will be presented with an overlay which displays links usage by percentage. This functionality was created with JavaScript and a very simple API.</p></blockquote>
<p>Very <a href="http://www.glennjones.net/Post/805/AjaxLinkTracker.htm">inventive use</a> of Ajax.<br />
[tags]ajax,web2.0,web 2.0[/tags]</p>
Similar Posts:<ul><li><a href="http://www.webdevelopment2.com/lightbox-lightbox2-and-lightbox-plus/" rel="bookmark" title="December 12, 2006">LightBox, LightBox2 and LightBox Plus</a></li>

<li><a href="http://www.webdevelopment2.com/javascript-only-links-why-someone-tell-me-why-please/" rel="bookmark" title="March 31, 2007">JavaScript Only Links, Why? Someone Tell Me Why, Please</a></li>

<li><a href="http://www.webdevelopment2.com/the-secret-of-cancelling-and-stopping-events-using-javascript/" rel="bookmark" title="December 19, 2006">The Secret of Cancelling and Stopping Events using JavaScript</a></li>

<li><a href="http://www.webdevelopment2.com/making-javascript-rise-baking/" rel="bookmark" title="December 28, 2007">Making Sure Your Javascript Doesn&#8217;t Rise When Baking</a></li>

<li><a href="http://www.webdevelopment2.com/debugging-ajax/" rel="bookmark" title="December 24, 2005">Debugging Ajax</a></li>
</ul><!-- Similar Posts took 5.015 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopment2.com/link-tracking-with-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

