<?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>A Better Way &#187; Javascript</title>
	<atom:link href="http://www.thejacklawson.com/index.php/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejacklawson.com</link>
	<description>Finding a better way to get things done, a technical journey</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:36:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HTML5 Site – Waterford Family Bowl (Part 3 of n)</title>
		<link>http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/</link>
		<comments>http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:30:13 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Simplepie]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=230</guid>
		<description><![CDATA[Image via Wikipedia (Back to beginning of series) Part 3: Site Architecture Design Now that I had the majority of the HTML and CSS down, I had more to figure out about how to implement the various features (like image gallery, news,and mailing list). Should I write my own, or should I use existing tools? What language should [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 138px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Feed-icon.svg"><img title="This icon, known as the &quot;feed icon&quot; ..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png" alt="This icon, known as the &quot;feed icon&quot; ..." width="128" height="128" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Feed-icon.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>(<a href="http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/">Back to beginning of series</a>)</p>
<p>Part 3: Site Architecture Design</p>
<p>Now that I had the majority of the HTML and CSS down, I had more to figure out about how to implement the various features (like image gallery, news,and mailing list). Should I write my own, or should I use existing tools? What language should I use? What database system? Which pages should be static, which dynamic? The process of building he site was all about efficiency: getting the most done, using the best tools, in the least amount of time. That would allow me to focus as much time as possible in my before my deadline towards the things that will make a difference: site design, usability, and the the use of the features on the site.</p>
<p>I came with the conclusion that I could, and should, develop most of the data management using external tools. Spending time re-inventing the wheel and rebuilding tools that already have dedicated teams would be wasteful, especially when they all had some sort of hook (mostly RSS feeds) that I could just pull into the site. I was familiar with all the 3rd party tools I needed, so I was already comfortable with using them and knew they had the features that I needed. I came up with:</p>
<ul>
<li><a href="http://www.google.com/apps/intl/en/business/index.html" target="_blank">Google Apps</a> for email and calendar
<ul>
<li><a href="http://om4.com.au/client/embedding-google-apps-calendar/" target="_blank">Here&#8217;s a good tutorial</a>. It was a little messy at first, but it gives you an iframe (the only standards-breaking thing on the site&#8230; thanks, Goog) that you can just drop in.</li>
</ul>
</li>
<li><a href="http://picasa.google.com/" target="_blank">Picasa</a> for photo gallery
<ul>
<li>I chose Picasa for a few reasons, the largest of which was the integration of the Google Apps account. While there&#8217;s no &#8220;Picasa&#8221; section of Google Apps, I could use the account I set up to minimize the logins I&#8217;m using, now that I&#8217;m using four tools. I used the RSS feed to export to the image gallery and to make an image gallery  RSS link on the home page.</li>
</ul>
</li>
<li><a href="http://wordpress.org/" target="_blank">WordPress</a> for dynamic pages and news
<ul>
<li>The reason I used WordPress, and I didn&#8217;t just slap together my own editor, was the <a href="http://wordpress.org/extend/plugins/page-feeder/" target="_blank">WCM Page Feeder</a> plugin. It allows you to serve individual WordPress pages as an RSS feed. This means that I could use WP&#8217;s superior news-serving tools along with their page editing tools with very simple integration. I also added an RSS link to the home page, for news.</li>
</ul>
</li>
<li><a href="http://pommo.org/Main_Page" target="_blank">Pommo</a> for mailing list management
<ul>
<li>I tried out a few tools, and found this to be the easiest to set up. Makes adding an email form pretty simple, manages everything for me. Another several hours saved to these guys. Here&#8217;s some credit <img src='http://www.thejacklawson.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </li>
</ul>
</li>
</ul>
<p>I also used a couple 3rd party PHP Libraries so that I could hook all of this lovliness together:</p>
<ul>
<li><a href="http://simplepie.org/" target="_blank">Simplepie</a> RSS Reader
<ul>
<li>Note: I had to switch my WordPress RSS feeds over to Atom, even though SP claims it can read the RSS 2.0 standard. This was a simple checkbox in the &#8220;Writing&#8221; section of the WordPress settings.</li>
</ul>
</li>
<li>phpmailer for mail functions
<ul>
<li>A little messy to set up to go through Google Apps mail. I had to set <a href="http://pastebin.com/GDP5XKCq" target="_blank">these settings</a> in class.phpmailer.php in order to connect without errors. Once you have this part right, though, you&#8217;re good to go. I&#8217;ll go into more detail about this in the next article.</li>
</ul>
</li>
</ul>
<p>Once all of these tools were in place, it was a simple matter of dumping their content, using Simplepie, into my template. I&#8217;ll talk about the actual hooking up of everything, and setting up the custom code I did write, in the next article.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/f9e4b859-6bc3-4877-814b-f8ba4e564441/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=f9e4b859-6bc3-4877-814b-f8ba4e564441" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Del.icio.us" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to digg" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to reddit" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Technorati" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;h=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Newsvine" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Stumble Upon" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Bookmarks" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Live-MSN" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29&amp;url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to SlashDot" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;t=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to FaceBook" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Twitter" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29&amp;srcURL=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Buzz" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML5 Site – Waterford Family Bowl (Part 1 of n)</title>
		<link>http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/</link>
		<comments>http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 04:22:22 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Design of Everyday Things]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[Google Webmaster Tool]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery 1.4]]></category>
		<category><![CDATA[Picasa]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=224</guid>
		<description><![CDATA[A little while ago, my aunt approached me- she needed a website for her bowling alley. &#8220;Sure,&#8221; I said. &#8220;Let&#8217;s go over what you want and we&#8217;ll build something that works for you.&#8221;  In the back of my mind, I was thinking &#8220;awesome! Perfect timing to flex my HTML5 muscles and try jQuery 1.4 in [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_225" class="wp-caption alignright" style="width: 310px"><a href="http://www.thejacklawson.com/wp-content/uploads/2010/04/wfb.png"><img class="size-full wp-image-225" title="WaterfordFamilyBowl.com" src="http://www.thejacklawson.com/wp-content/uploads/2010/04/wfb.png" alt="Waterford Family Bowl website" width="300" height="212" /></a><p class="wp-caption-text">Waterford Family Bowl website (www.waterfordfamilybowl.com)</p></div>
<p>A little while ago, my aunt approached me- she needed a website for her bowling alley. &#8220;Sure,&#8221; I said. &#8220;Let&#8217;s go over what you want and we&#8217;ll build something that works for you.&#8221;  In the back of my mind, I was thinking &#8220;awesome! Perfect timing to flex my HTML5 muscles and try jQuery 1.4 in a production environment; will it work?&#8221;</p>
<p>The site&#8217;s now completed, and in production. Go ahead and check it out at <a href="http://www.waterfordfamilybowl.com/">http://www.waterfordfamilybowl.com</a> (still waiting on a little alternate content <img src='http://www.thejacklawson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). I&#8217;m going to, over a series of 4 or 5 posts, go over how the site works- how and why I used PHP, jQuery, HTML 5, jQuery, WordPress, Picasa, Google Analytics and Webmaster tools, and Google Apps; and, how I merged them all to create a dynamic, easy to use and easy to edit website. I used principles from books like &#8220;The Design of Everyday Things&#8221; and &#8220;Don&#8217;t Make Me Think&#8221;, and I&#8217;ll explain how and where these came into play.   The process I took made even IE 6 compatibility a breeze!</p>
<p>Brief overview on how I plan to break it down:</p>
<p>1. Intro to series<br />
2. Design - architecturally and graphically<br />
3. Implementation of WordPress, Picasa, etc.<br />
4. &#8220;Contact Us&#8221;, finishing touches<br />
5. Google Analytics and Google Webmaster Tools overviews<br />
6. Wrap-up (maybe?)</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/d35a3219-74b2-437e-a142-5d65f1a49483/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=d35a3219-74b2-437e-a142-5d65f1a49483" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Del.icio.us" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to digg" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to reddit" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Technorati" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;h=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Newsvine" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Stumble Upon" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Bookmarks" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Live-MSN" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29&amp;url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to SlashDot" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;t=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to FaceBook" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Twitter" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29&amp;srcURL=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Buzz" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2</title>
		<link>http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/</link>
		<comments>http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 16:06:59 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery 1.4]]></category>
		<category><![CDATA[jquery 1.4.1]]></category>
		<category><![CDATA[jquery 1.4.2]]></category>
		<category><![CDATA[jQuery-UI]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=207</guid>
		<description><![CDATA[jQuery 1.4.2 is out- not officially on their website, but you can be sneaky and get it here: http://code.jquery.com/jquery-1.4.2.js http://code.jquery.com/jquery-1.4.2.min.js (not really &#8220;minified&#8221; as much as &#8220;closure compiled&#8221;&#8230; can we get a verb for that?) The changelog isn&#8217;t up yet, but that&#8217;s generally the last thing to go (and hey, we snuck in the back [...]]]></description>
			<content:encoded><![CDATA[<p><a class="zem_slink" title="JQuery" rel="homepage" href="http://jquery.com/">jQuery</a> 1.4.2 is out- not officially on their website, but you can be sneaky and get it here:</p>
<p><a href="http://code.jquery.com/jquery-1.4.2.js">http://code.jquery.com/jquery-1.4.2.js</a></p>
<p><a href="http://code.jquery.com/jquery-1.4.2.min.js">http://code.jquery.com/jquery-1.4.2.min.js</a> (not really &#8220;minified&#8221; as much as &#8220;closure compiled&#8221;&#8230; can we get a verb for that?) The changelog isn&#8217;t up yet, but that&#8217;s generally the last thing to go (and hey, we snuck in the back door to grab the update anyway, right?) I imagine it&#8217;ll eventually find it&#8217;s way to <a href="http://api.jquery.com/category/version/1.4.2/">their API page for 1.4.2</a>.  I ran a quick diff; here&#8217;s some changes that I found notable from jQuery 1.4.1 to 1.4.2:</p>
<ul>
<li>Optimizations for the body selector</li>
<li>A few changes to how arrays of elements selected are built, I&#8217;ll go with my gut and say that they&#8217;re optimizations too</li>
<li>Trimming whitespace from JSON data responses, for good ol&#8217; IE</li>
<li>A more few various bugfixy-looking things, mostly targeting IE</li>
<li>It looks like there was a lot done to the event-adding code; I think mostly internal changes. Probably more optimizations? I&#8217;ll leave it to Resig or someone to explain whenever the changelog comes out. A few (generally pretty deep) methods had some parameters changed, or were renamed (things like &#8220;jQuery.event.special.submit.remove&#8221; becoming &#8220;jQuery.event.special.submit.teardown&#8221;)</li>
<li>A smattering of changes within &#8220;live&#8221; and &#8220;die&#8221; mostly centering around the usage of namespaces</li>
<li>Blackberry browser bugfix concerning converting NodeLists to arrays</li>
<li>jQuery.getText changed to jQuery.text</li>
<li>Changes to caching fragments to help out WebKit and IE 6</li>
</ul>
<p>I haven&#8217;t really dug too deeply in the jQuery core before, so I&#8217;m not totally qualified to give a whole lot more detail than that. I used SourceGear Diffmerge between 1.4.1 and 1.4.2 to find out what I found out.</p>
<p>Also, in related (and perhaps more <em>official </em>news),  the jQuery UI team <a href="http://blog.jqueryui.com/2010/02/jquery-ui-18rc2/" target="_blank">released jQuery UI 1.8rc2</a> &#8211; which includes bugfixes in the already pretty stable 1.8rc1 (<a href="http://jqueryui.com/docs/Changelog/1.8rc2" target="_blank">changelog</a>). You can grab it:</p>
<p><a href="http://jquery-ui.googlecode.com/files/jquery-ui-1.8rc2.zip" target="_blank">http://jquery-ui.googlecode.com/files/jquery-ui-1.8rc2.zip</a> (development bundle)</p>
<p><a href="http://labs.crimsondeviations.com/jquery-ui-1.8rc2-min.js">http://labs.crimsondeviations.com/jquery-ui-1.8rc2-min.js</a> (I threw it into a closure compiler, it seems the dev package doesn&#8217;t include a &#8220;minified&#8221; version.)</p>
<p>As of right now, I&#8217;m testing it in our application at MeM. Let&#8217;s see how things go!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/6aff2c9e-7912-4049-8528-e9c2d3e8a20a/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=6aff2c9e-7912-4049-8528-e9c2d3e8a20a" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/&amp;title=jQuery+1.4.2+updates%2C+and+the+release+of+jQuery+UI+1.8rc2" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Del.icio.us" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/&amp;title=jQuery+1.4.2+updates%2C+and+the+release+of+jQuery+UI+1.8rc2" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to digg" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/&amp;title=jQuery+1.4.2+updates%2C+and+the+release+of+jQuery+UI+1.8rc2" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to reddit" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Technorati" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/&amp;h=jQuery+1.4.2+updates%2C+and+the+release+of+jQuery+UI+1.8rc2" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Newsvine" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/&amp;title=jQuery+1.4.2+updates%2C+and+the+release+of+jQuery+UI+1.8rc2" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Stumble Upon" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/&amp;title=jQuery+1.4.2+updates%2C+and+the+release+of+jQuery+UI+1.8rc2" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Google Bookmarks" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/&amp;title=jQuery+1.4.2+updates%2C+and+the+release+of+jQuery+UI+1.8rc2" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Live-MSN" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=jQuery+1.4.2+updates%2C+and+the+release+of+jQuery+UI+1.8rc2&amp;url=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to SlashDot" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/&amp;t=jQuery+1.4.2+updates%2C+and+the+release+of+jQuery+UI+1.8rc2" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to FaceBook" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Twitter" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/&amp;title=jQuery+1.4.2+updates%2C+and+the+release+of+jQuery+UI+1.8rc2&amp;srcURL=http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Google Buzz" alt="Add 'jQuery 1.4.2 updates, and the release of jQuery UI 1.8rc2' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2010/02/jquery-1-4-2-jquery-ui-1-8rc2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neflaria V2: HTML 5, jQuery 1.4.1</title>
		<link>http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/</link>
		<comments>http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 01:19:16 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Neflaria]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[jquery 1.4]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=200</guid>
		<description><![CDATA[Yay! I love jQuery! I love HTML html 5! I love CSS 3! And, I&#8217;ve decided that Neflaria, Version 2, will be my playground. Neflaria, for the unacquainted, is the online game that my friend and I inherited a couple years ago. You make a character, you log in, and you fight monsters and chat [...]]]></description>
			<content:encoded><![CDATA[<p>Yay! I love jQuery! I love HTML <em>html</em> 5! I love CSS 3!</p>
<p>And, I&#8217;ve decided that Neflaria, Version 2, will be my playground.</p>
<p><a href="http://www.neflaria.com" target="_blank">Neflaria</a>, for the unacquainted, is the online game that my friend and I inherited a couple years ago. You make a character, you log in, and you fight monsters and chat with other players; while there&#8217;s not a whole lot to the game, it has been around for about 10 years, and as such, has a lot of character. And a lot of <em>characters</em>. I mean that endearingly. <span style="color: #888888;">(Hi, Chris)</span></p>
<p>However, to a lot of the players, and definitely to me, its 2001-era look is a little stale. Its 12px Times New Roman on 100&#215;100 pixel repeating background. Another word might be &#8220;dated.&#8221; The server-side database and file structure is a little crazy and unorganized, and it is time for an upgrade. So, here&#8217;s where Neflaria version 2 comes in.</p>
<p>One of the decisions we made was to move forward and to use jQuery 1.4.1, which niftily came out just as we were restarting development, to use html 5 (by including the wonderful html 5 shiv [<a href="http://remysharp.com/2009/01/07/html5-enabling-script/" target="_blank">blog post</a>, <a href="http://html5shiv.googlecode.com/svn/trunk/html5.js" target="_blank">javascript</a>] for backwards compatibility), and do as much as we can to bring Neflaria into 2010 while at the same time making sure that the people playing the game- who are probably still on IE6- aren&#8217;t left out in the dark. Now, I&#8217;ve always railed against IE6, and I hate IE6 support more than anything&#8230; but by building on a solid base of well-structured html, css, and javascript, we can bend the styles later on to suit IE6&#8242;s needs, while maintaining future compatibility. &#8220;Graceful Degredation&#8221; is the term of the day.</p>
<p>We&#8217;re developing Neflaria V2 looking for the future. We&#8217;re building our javascript more like a framework and less like a loose collection of methods called &#8220;x2&#8243; and &#8220;j5&#8243;. We&#8217;re restructuring the database (aka normalizing the heck out of it) and using JSON served piping hot via short but precise PHP pagelets. It&#8217;ll be very client-heavy, assuring server-side performance, and it&#8217;ll be extensible for future features. We&#8217;re even working on multilingual support, using jQuery to query a language-based XML file by key.</p>
<p>I&#8217;m pretty excited. Get a preview here (only the home, terms of service, privacy policy, and &#8220;create&#8221; and &#8220;login&#8221; buttons do anything, and it isn&#8217;t wired up to the database): <a href="http://labs.crimsondeviations.com/NeflariaV2Preview/">http://labs.crimsondeviations.com/NeflariaV2Preview/</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/&amp;title=Neflaria+V2%3A+HTML+5%2C+jQuery+1.4.1" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Del.icio.us" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/&amp;title=Neflaria+V2%3A+HTML+5%2C+jQuery+1.4.1" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to digg" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/&amp;title=Neflaria+V2%3A+HTML+5%2C+jQuery+1.4.1" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to reddit" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Technorati" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/&amp;h=Neflaria+V2%3A+HTML+5%2C+jQuery+1.4.1" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Newsvine" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/&amp;title=Neflaria+V2%3A+HTML+5%2C+jQuery+1.4.1" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Stumble Upon" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/&amp;title=Neflaria+V2%3A+HTML+5%2C+jQuery+1.4.1" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Google Bookmarks" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/&amp;title=Neflaria+V2%3A+HTML+5%2C+jQuery+1.4.1" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Live-MSN" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Neflaria+V2%3A+HTML+5%2C+jQuery+1.4.1&amp;url=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to SlashDot" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/&amp;t=Neflaria+V2%3A+HTML+5%2C+jQuery+1.4.1" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to FaceBook" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Twitter" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/&amp;title=Neflaria+V2%3A+HTML+5%2C+jQuery+1.4.1&amp;srcURL=http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Google Buzz" alt="Add 'Neflaria V2: HTML 5, jQuery 1.4.1' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2010/01/neflaria-v2-html-5-jquery-1-4-1/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)</title>
		<link>http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/</link>
		<comments>http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 16:39:47 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery 1.4]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=161</guid>
		<description><![CDATA[Query 1.4 was released as final on January 14, 2010, at 1pm (or so) EST.  The day it came out, I went to my boss and said &#8220;let&#8217;s update! Woohoo! I&#8217;ll order some cake&#8221; and he (yeah, yeah, rightfully) said &#8220;we need to discuss implications.&#8221; Which was a good thing, because- well, why should we [...]]]></description>
			<content:encoded><![CDATA[<p>Query 1.4 was released as final on January 14, 2010, at 1pm (or so) EST.  The day it came out, I went to my boss and said &#8220;let&#8217;s update! Woohoo! I&#8217;ll order some cake&#8221; and he (yeah, yeah, rightfully) said &#8220;we need to discuss implications.&#8221; Which was a good thing, because- well, why should we even bother with the days of testing that it&#8217;ll require to switch out our framework?</p>
<p>I did some research, and there are some very, very compelling reasons. Here&#8217;s what I wrote to our team:</p>
<p>We may want to look at updating, or at least putting it in and testing, soon.</p>
<p>Benefits of upgrading:</p>
<ul>
<li>Performance updates</li>
<li>IE fixes, including some fixes to IE event bubbling</li>
<li>Includes extra API calls and additions to existing functions</li>
<li>Maintaining possibility to use new plugins as they are created for the latest version of jQuery</li>
<li>Better handling for events (outside of just IE)- we can (should) refactor and reduce a lot of our jQuery code using events</li>
<li>Better support for multiple simultaneous animations</li>
<li>More granular &#8220;does my browser support X&#8221; checks</li>
</ul>
<p>The downside is that we&#8217;re going to have to do pretty thorough testing in all browsers to make sure that the update hasn&#8217;t broken anything. The main areas to hit will be places that plugins are used:</p>
<ul>
<li>Autocomplete for country/state</li>
<li>Loading screen in DE / Admin</li>
<li>Media plugin that sets up flash for Audio Guest Book in display</li>
<li>Simple Uploader</li>
<li>Help boxes in DE</li>
</ul>
<p>We&#8217;ll need to spot-check around other areas of the site for javascript errors as well. jQuery still supports the same browsers- FF 2+, IE 6+, Safari 3+, Opera 9+, Chrome 1+ (<a href="http://docs.jquery.com/Browser_Compatibility" target="_blank">http://docs.jquery.com/Browser_Compatibility</a>) so we shouldn&#8217;t expect any new weirdness in archaic browsers like IE6.</p>
<p>More information about the update can be found at:</p>
<ul>
<li><a href="http://css.dzone.com/articles/jquery-14-improves-code-and" target="_blank">http://css.dzone.com/articles/jquery-14-improves-code-and</a></li>
<li><a href="http://api.jquery.com/category/version/1.4/" target="_blank">http://api.jquery.com/category/version/1.4/</a></li>
<li><a href="http://docs.jquery.com/JQuery_1.4_Roadmap" target="_blank">http://docs.jquery.com/JQuery_1.4_Roadmap</a></li>
<li><a href="http://jquery14.com/day-01/jquery-14" target="_blank">http://jquery14.com/day-01/jquery-14</a> (the best link, in my opinion)</li>
</ul>
<p>Also: &#8220;15 new features you must know&#8221;: <a href="http://net.tutsplus.com/tutorials/javascript-ajax/jquery-1-4-released-the-15-new-features-you-must-know/" target="_blank">http://net.tutsplus.com/tutorials/javascript-ajax/jquery-1-4-released-the-15-new-features-you-must-know/</a></p>
<p>(Lower is better):</p>
<div style="clear: both;"><a title="Performance of .html() by John Resig, on Flickr" href="http://www.flickr.com/photos/jeresig/4271691747/"><img class="alignleft" src="http://farm5.static.flickr.com/4037/4271691747_0cce01a33d.jpg" alt="Performance of .html()" width="240" height="180" /></a><a title="Performance of .remove() and .empty() by John Resig, on Flickr" href="http://www.flickr.com/photos/jeresig/4271690883/"><img class="alignleft" src="http://farm3.static.flickr.com/2693/4271690883_3224979b9b.jpg" alt="Performance of .remove() and .empty()" width="240" height="180" /></a></p>
<p><a title="Performance of .css() by John Resig, on Flickr" href="http://www.flickr.com/photos/jeresig/4271691599/"><img class="alignleft" src="http://farm5.static.flickr.com/4055/4271691599_8a2f2e0624.jpg" alt="Performance of .css()" width="240" height="180" /></a></p>
<p><a title="Performance of DOM Insertion by John Resig, on Flickr" href="http://www.flickr.com/photos/jeresig/4271691471/"><img class="alignleft" src="http://farm5.static.flickr.com/4029/4271691471_1240afd5af.jpg" alt="Performance of DOM Insertion" width="240" height="180" /></a></p>
<p><a title="# of Function Calls for Popular jQuery Methods by John Resig, on Flickr" href="http://www.flickr.com/photos/jeresig/4271691293/"><img src="http://farm3.static.flickr.com/2781/4271691293_324e506c7b.jpg" alt="# of Function Calls for Popular jQuery Methods" width="240" height="180" /></a>
</div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/&amp;title=jQuery+1.4+Released%21+%28Let%26%238217%3Bs+have+an+end-to-end+testing+party%29" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Del.icio.us" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/&amp;title=jQuery+1.4+Released%21+%28Let%26%238217%3Bs+have+an+end-to-end+testing+party%29" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to digg" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/&amp;title=jQuery+1.4+Released%21+%28Let%26%238217%3Bs+have+an+end-to-end+testing+party%29" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to reddit" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Technorati" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/&amp;h=jQuery+1.4+Released%21+%28Let%26%238217%3Bs+have+an+end-to-end+testing+party%29" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Newsvine" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/&amp;title=jQuery+1.4+Released%21+%28Let%26%238217%3Bs+have+an+end-to-end+testing+party%29" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Stumble Upon" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/&amp;title=jQuery+1.4+Released%21+%28Let%26%238217%3Bs+have+an+end-to-end+testing+party%29" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Google Bookmarks" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/&amp;title=jQuery+1.4+Released%21+%28Let%26%238217%3Bs+have+an+end-to-end+testing+party%29" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Live-MSN" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=jQuery+1.4+Released%21+%28Let%26%238217%3Bs+have+an+end-to-end+testing+party%29&amp;url=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to SlashDot" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/&amp;t=jQuery+1.4+Released%21+%28Let%26%238217%3Bs+have+an+end-to-end+testing+party%29" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to FaceBook" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Twitter" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/&amp;title=jQuery+1.4+Released%21+%28Let%26%238217%3Bs+have+an+end-to-end+testing+party%29&amp;srcURL=http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Google Buzz" alt="Add 'jQuery 1.4 Released! (Let&#8217;s have an end-to-end testing party)' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2010/01/jquery-1-4-released-lets-have-an-end-to-end-testing-party/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
