<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.0.11" --><rss 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/" version="2.0">

<channel>
	<title>jQuery Blog</title>
	<link>http://blog.jquery.com</link>
	<description>New Wave Javascript.</description>
	<pubDate>Thu, 02 Jul 2009 17:27:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/jquery" type="application/rss+xml" /><item>
		<title>jQuery Conference 2009: Dates and Venue</title>
		<link>http://blog.jquery.com/2009/07/02/jquery-conference-2009-dates-and-venue/</link>
		<comments>http://blog.jquery.com/2009/07/02/jquery-conference-2009-dates-and-venue/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 17:01:59 +0000</pubDate>
		<dc:creator>John Resig</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://blog.jquery.com/2009/07/02/jquery-conference-2009-dates-and-venue/</guid>
		<description><![CDATA[Good news everybody! The dates and venue for this year&#8217;s jQuery Conference have been determined.
The conference will be held September 12th and 13th at Microsoft Cambridge in Boston, MA.
This will be a 2 day conference with multiple tracks on each day. We&#8217;re in the process of planning out the schedule, talking with speakers, and setting [...]]]></description>
			<content:encoded><![CDATA[<p>Good news everybody! The dates and venue for this year&#8217;s jQuery Conference have been determined.</p>
<p>The conference will be held September 12th and 13th at <a href="http://www.microsoftcambridge.com/">Microsoft Cambridge</a> in Boston, MA.</p>
<p>This will be a 2 day conference with multiple tracks on each day. We&#8217;re in the process of planning out the schedule, talking with speakers, and setting up the conference web site.</p>
<p><strong>Watch the <a href="http://blog.jquery.com/">jQuery blog</a> or <a href="http://twitter.com/jquery">jQuery Twitter feed</a> for notification when registration opens.</strong></p>
<p>While this venue is larger than those that we&#8217;ve had in the past (Harvard Law School in &#8216;07 and the MIT Stata Center in &#8216;08) we do expect to sell out all the available seats, as has happened every year so far. That being said, the venue is quite incredible, easily one of the best spaces available for a conference:</p>
<p><a href="http://www.microsoftcambridge.com"><img src="http://ejohn.org/files/ms-cambridge.png" style="border:0px;"/></a></p>
<p>A brief synopsis of some of the content that you&#8217;ll be able to expect:</p>
<blockquote><p>The annual conference of jQuery users and developers. There will be talks on jQuery, jQuery UI, plugins, complex application development, and more - all from the top jQuery developers. Case studies from some of the leading users of jQuery will be included along with a 3 hour tutorial for those just getting started.</p></blockquote>
<p>You can see the schedules from past jQuery conferences here: <a href="http://blog.jquery.com/2008/08/31/jquery-conference-2008-agenda/">2008</a>, <a href="http://docs.jquery.com/JQueryCamp07">2007</a>. There will be a nominal fee (likely around $100-$150) to help us cover to cost of food for both days and shirts.</p>
<p>Looking forward to seeing everyone in Boston this fall!</p>
<p><strong>Note:</strong> If you are interested in sponsoring the conference, please <a href="http://ejohn.org/about/">contact John Resig</a>.</p>
<p><strong>Update:</strong> There have been a lot of questions asking if there will be a conference on the west coast (San Francisco) or in Europe. While we don&#8217;t have any immediate plans to hold conferences in those locations, this year, we would like to hold them in the future. In the meantime I recommend checking out <a href="http://2009.full-frontal.org/">Full Frontal (UK, November)</a> and <a href="http://fronteers.nl/">Fronteers (Amsterdam, November)</a> - both of which should shape up to be excellent JavaScript conferences.</p>
<p><strong>Update:</strong> Thanks to Jeff for adding the event to <a href="http://upcoming.yahoo.com/event/3017809/">Upcoming</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jquery.com/2009/07/02/jquery-conference-2009-dates-and-venue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This Week in jQuery, vol. 8</title>
		<link>http://blog.jquery.com/2009/06/15/this-week-in-jquery-vol-8/</link>
		<comments>http://blog.jquery.com/2009/06/15/this-week-in-jquery-vol-8/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 18:03:42 +0000</pubDate>
		<dc:creator>Cody Lindley</dc:creator>
		
		<category>Weekly News</category>

		<guid isPermaLink="false">http://blog.jquery.com/2009/06/15/this-week-in-jquery-vol-8/</guid>
		<description><![CDATA[Another week, another collection of links to some of the most interesting and exciting new jQuery happenings around the web.
If you have ever used a regular expression tool to highlight character matches in real time, then you&#8217;ll jump for joy when I tell you about the Interactive jQuery selector tester written by Samuli Kärkkäinen. You [...]]]></description>
			<content:encoded><![CDATA[<p>Another week, another collection of links to some of the most interesting and exciting new jQuery happenings around the web.</p>
<p>If you have ever used a <a href="http://www.gskinner.com/RegExr/">regular expression tool to highlight character matches</a> in real time, then you&#8217;ll jump for joy when I tell you about the <a href="http://www.woods.iki.fi/interactive-jquery-tester.html">Interactive jQuery selector tester</a> written by Samuli Kärkkäinen. You enter a selector expression, and in real time you get to see the elements in the DOM structure that have been selected. I can see this being very handy for complex expressions or for optimizing expressions down to the simplest solution.</p>
<p>Also, in case you didn&#8217;t notice, the <a href="http://blog.jqueryui.com/2009/06/jquery-ui-172/?dzref=192790">second maintenance release for jQuery UI 1.7 is out</a>.</p>
<h3>Articles this Week</h3>
<ul>
<li>Setting and clearing Cookies are easy with jQuery. Check out <a href="http://www.electrictoolbox.com/jquery-cookies/">this article</a> that details the use of the jQuery cookie plugin.</li>
<li>Brian Reindel tells us about <a href="http://blog.reindel.com/2009/06/10/sending-an-xml-document-object-to-php-with-jquery/">Sending an XML document object to PHP with jQuery</a>.</li>
<li>I&#8217;m sure most of us are aware of the new <a href="http://flowplayer.org/tools/index.html">jQuery tools</a>. Here is a short <a href="http://www.opensourcereleasefeed.com/interview/show/tero-piirainen-creator-of-jquery-tools">chat</a> with the author, Tero Piirainen.</li>
</ul>
<h3>Tutorials this Week</h3>
<ul>
<li>Noah Hendrix posted an excellent tutorial on NETTUTS about <a href="http://net.tutsplus.com/tutorials/javascript-ajax/using-jquery-to-manipulate-and-filter-data/">Using jQuery To Manipulate and Filter Data</a>.</li>
<li>Back from a small hiatus is <a href="http://remysharp.com/">Remy Sharp</a>, with a new jQuery for Designers post dealing with <a href="http://jqueryfordesigners.com/jquery-infinite-carousel/">scrolling carousels</a>. As usual, he provides an excellent screencast to complement the tutorial.</li>
</ul>
<h3>Plugins this Week</h3>
<ul>
<li>A new jQuery mp3 player hit the streets, <a href="http://www.happyworm.com/jquery/jplayer/0.2.2/demo-07.htm">jPlayer</a>! It&#8217;s also Themeroller ready!</li>
<li>Need to re-skin the browser default UI forms? Check out the <a href="http://pixelmatrixdesign.com/weblog/comments/announcing_uniform/">uniform</a> jQuery plugin. It might just help you realize the dream of making web forms look the same across all browsers.</li>
<li>If your cup of tea is dealing with mouse gestures, then you&#8217;ll be glad to know that there is now a <a href="http://www.evanbot.com/article/super-gestures-jquery-plugin/22?dzref=191392">SUPER Gestures plugin</a>. Its SUPER!</li>
<li><a href="http://swfupload.org/">SWFUpload</a> + jQuery = <a href="http://blogs.bigfish.tv/adam/2009/06/14/swfupload-jquery-plugin/">SWFUpload jQuery Plugin</a>. </li>
</ul>
<h3>Plugin Spotlight/Updates</h3>
<p>Pulled from my own personal archives. I bring you <a href="http://blog.threedubmedia.com/2008/08/eventspecialhover.html">$.event.special.hover</a> which is an alternative to Brain Cherne&#8217;s popular <a href="http://plugins.jquery.com/project/hoverIntent">hoverIntent plugin</a>. You may or may not have missed this plugin, but regardless, it&#8217;s certainly worth a first look, or second.</p>
<h3>What&#8217;s a week of jQuery news without a lightbox thickbox super window modal dialog thingy kabob doodad solution?</h3>
<p><a href="http://www.pierrebertet.net/projects/jquery_superbox/?dzref=192090">SuperBox</a> and <a href="http://alvarojunior.com/jquery/joverlay/0.7.1/">jOverlay</a>, welcome to the crowd! Nice to have you.</p>
<h3>jQuery Gossip/Rumor Mill</h3>
<p>It&#8217;s possible that you might be seeing several team members, if not John Resig himself, talking at the up and coming <a href="http://stackoverflow.carsonified.com/tickets.html">devdays</a>. And the really juicy part is they might be wearing a <a href="http://www.kungfunation.com/index.php?main_page=product_music_info&#038;cPath=999&#038;products_id=613">DEVO red energy dome</a>.</p>
<h3>jQuery Quote of the Week</h3>
<p>&#8220;You can save a tremendous amount of time and effort by using the browser-independent framework that JQuery has spent untold man-hours testing, debugging, and proving in the field. While there&#8217;s nothing wrong with writing JavaScript, why not speed your development time by writing to the library instead? As I&#8217;ve always said, don&#8217;t reinvent the wheel, unless you plan on learning more about wheels. &#8221; - <a href="http://www.codinghorror.com/blog/archives/001275.html">Jeff Atwood</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jquery.com/2009/06/15/this-week-in-jquery-vol-8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This Week in jQuery, vol. 7</title>
		<link>http://blog.jquery.com/2009/06/07/this-week-in-jquery-vol-7/</link>
		<comments>http://blog.jquery.com/2009/06/07/this-week-in-jquery-vol-7/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 00:14:10 +0000</pubDate>
		<dc:creator>Karl Swedberg</dc:creator>
		
		<category>Weekly News</category>

		<guid isPermaLink="false">http://blog.jquery.com/2009/06/07/this-week-in-jquery-vol-7/</guid>
		<description><![CDATA[After a long hiatus, I&#8217;m happy to present another roundup of jQuery happenings. Keep in mind that this is just a small, fairly random sampling of what has been going on. For more frequent news and announcements, be sure to follow @jquery on Twitter.
jQuery Updates
Brandon Aaron has been writing a series called &#8220;jQuery Edge&#8221; on [...]]]></description>
			<content:encoded><![CDATA[<p>After a long hiatus, I&#8217;m happy to present another roundup of jQuery happenings. Keep in mind that this is just a small, fairly random sampling of what has been going on. For more frequent news and announcements, be sure to follow <a href="http://www.twitter.com/jquery">@jquery</a> on Twitter.</p>
<h3>jQuery Updates</h3>
<p>Brandon Aaron has been writing a series called &#8220;jQuery Edge&#8221; on his blog, detailing some of the cool enhancements in store for the next version of jQuery. His most recent, <a href="http://brandonaaron.net/blog/2009/06/4/jquery-edge-new-special-event-hooks">New Special Event Hooks</a>, describes the four &#8220;hooks&#8221; that make up the new custom event API: setup, teardown, add, and remove. It&#8217;s a must-read for anyone working with event-driven jQuery scripts.</p>
<h3>Plugins</h3>
<p>Ben Alman describes his <a href="http://benalman.com/projects/jquery-iff-plugin/">jQuery iff plugin: a chainable &#8220;if&#8221; statement</a>.</p>
<p>Pete Higgins of <a href="http://www.dojotoolkit.org/">Dojo</a> fame has written a <a href="http://higginsforpresident.net/js/jq.pubsub.js">jQuery pub/sub plugin</a>, &#8220;loosely based on the Dojo publish/subscribe API.&#8221; His plugin joins other publish/subscribe plugins such as <a href="http://www.command-tab.com/2008/12/04/jquery-fling/">Fling</a> and <a href="http://plugins.jquery.com/project/jQuerySubscribe">jQuery Subscribe/Publish</a>.</p>
<p>Paul Irish has ported a <a href="http://www.nczonline.net/blog/2009/06/02/detecting-if-the-user-is-idle-with-javascript-and-yui-3/">YUI3 script</a> to jQuery for his <a href="http://paulirish.com/2009/jquery-idletimer-plugin/">idleTimer plugin</a>. The plugin detects when a user has become idle.</p>
<p>Jonathan Sharp released an <a href="http://outwestmedia.com/jquery-plugins/xmldom/">XMLDom plugin</a>, which &#8220;takes a string of XML and converts it into an XML DOM object for use with jQuery.&#8221;</p>
<h3>Tutorials</h3>
<p>Janko Jovanovic explains his proof-of-concept for <a href="http://www.jankoatwarpspeed.com/post/2009/05/30/Advanced-docking-using-jQuery.aspx">Advanced docking using jQuery</a></p>
<p>Azam Sharp examines <a href="http://highoncoding.com/Articles/570_Unit_Testing_JavaScript_Using_JQuery_QUnit.aspx">Unit Testing JavaScript Using JQuery QUnit</a>.</p>
<p>Andy Matthews begins a screencast series on jQuery and Air. His first post explores  <a href="http://andymatthews.net/read/2009/05/26/jQuery-and-AIR:-Creating-a-new-AIR-project-in-Aptana">creating a new AIR project in Aptana</a>.</p>
<h3>Interviews</h3>
<p>In an audio interview, <a href="http://www.leveltendesign.com/podcast/jquery-javascript-nathan-smith-and-matt-vasquez">Nathan Smith and Matt Vasquez discuss</a> their use of jQuery.</p>
<p>Drew Douglass <a href="http://net.tutsplus.com/articles/interviews/jquerified-with-karl-swedberg/">interviewed me recently for Nettuts</a>.</p>
<h3>Miscellaneous</h3>
<p>A new site, <a href="http://jquerylist.com/">jQuery List</a> assembles a list of links to an enormous number of jQuery plugins and code examples on a single page.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jquery.com/2009/06/07/this-week-in-jquery-vol-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This Week in jQuery, vol. 6</title>
		<link>http://blog.jquery.com/2009/05/01/this-week-in-jquery-vol-6/</link>
		<comments>http://blog.jquery.com/2009/05/01/this-week-in-jquery-vol-6/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:35:04 +0000</pubDate>
		<dc:creator>Cody Lindley</dc:creator>
		
		<category>Weekly News</category>

		<guid isPermaLink="false">http://blog.jquery.com/2009/05/01/this-week-in-jquery-vol-6/</guid>
		<description><![CDATA[Another week, another collection of links to some of the most interesting and exciting new jQuery happenings around the web.
One of the most interesting happenings this week was the release of Glimmer. Glimmer allows you to easily create interactive elements on your web pages by harnessing the power of the jQuery library. Without having to [...]]]></description>
			<content:encoded><![CDATA[<p>Another week, another collection of links to some of the most interesting and exciting new jQuery happenings around the web.</p>
<p>One of the most interesting happenings this week was the release of <a href="http://visitmix.com/lab/glimmer">Glimmer</a>. Glimmer allows you to easily create interactive elements on your web pages by harnessing the power of the jQuery library. Without having to hand-craft your JavaScript code, you can use Glimmer’s wizards to generate jQuery scripts for common interactive scenarios. Glimmer also has an advanced mode, providing a design surface for creating jQuery effects based on your existing HTML and CSS.</p>
<p>Also worth mentioning is the great new facelift given to the <a href="http://jqueryfordesigners.com/">jQuery for Designers site</a> from <a href="http://remysharp.com/">Remy Sharp</a>.</p>
<p>And if you haven&#8217;t notice <a href="http://www.wrox.com/">Wrox</a> has released a new book, <a href="http://www.wrox.com/WileyCDA/WroxTitle/Beginning-JavaScript-and-CSS-Development-with-jQuery.productCd-0470227796.html">Beginning JavaScript and CSS Development with jQuery</a>. A review of the book is forthcoming.</p>
<h3>Articles this Week</h3>
<ul>
<li><a href="http://yehudakatz.com/">Yehuda Katz</a> discusses, <a href="http://www.visitmix.com/Articles/The-Rise-Of-jQuery">The Rise Of jQuery</a>.</li>
<li><a href="http://www.no-margin-for-errors.com/">Stéphane Caron</a> debunks some selector performance information with his blog post, <a href="http://www.no-margin-for-errors.com/2009/04/28/demystifying-the-jquery-selectors-optimization/">Demystifying the jQuery selectors optimization</a></li>
</ul>
<h3>Tutorials this Week</h3>
<ul>
<li>Marc Grabanski is continuing the <a href="http://marcgrabanski.com/article/jquery-google-maps-tutorial-basics">series on jQuery and Google Maps</a> with a follow up tutorial, <a href="http://marcgrabanski.com/article/jquery-google-maps-tutorial-ajax-php-mysql">jQuery and Google Maps #2: AJAX Storing and Retrieving Points</a>.</li>
</ul>
<h3>Plugins this Week</h3>
<ul>
<li><a href="http://www.asual.com/">Asual</a>, the makers of <a href="http://www.asual.com/swfaddress/">swfAddress</a> have released <a href="http://www.asual.com/jquery/address/">jQuery Address</a>, a deep linking plugin</li>
<li><a href="http://arshaw.com">Adam Shaw</a> released a <a href="http://arshaw.com/fullcalendar/">Full Calendar Plugin</a></li>
</ul>
<h3>Plugin Spotlight</h3>
<p>Pulled from my own personal archives. I bring you, the <a href="http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx">Query ListNav Plugin</a> from <a href="http://www.ihwy.com/Default.aspx">iHwy, Inc..</a> You may or may not have missed this plugin, but regardless, it&#8217;s certainly worth a first look, or second.</p>
<h3>Tools Released this Week</h3>
<p>Howie Weiner, in addition to his <a href="http://www.badlydrawntoy.com/2009/04/21/960gs-grid-overlay-a-jquery-plugin/">960.gs grid overlay plugin</a>, is now providing a <a href="http://www.badlydrawntoy.com/2009/04/23/grid960-a-grid-overlay-bookmarklet-for-960gs/">bookmarklet version</a>.</p>
<h3>And the typical &#8220;Best of&#8230;&#8221;  from this week</h3>
<ul>
<li><a href="http://www.ajaxline.com/10-best-jquery-plugins-for-working-with-tables">10 Best jQuery Plugins for working with Tables</a></li>
<li><a href="http://sixrevisions.com/javascript/20-excellent-javascript-navigation-techniques-and-examples/">20 Excellent JavaScript Navigation Techniques and Examples</a></li>
</ul>
<h3>jQuery Gossip/Rumor Mill</h3>
<p>Word on the street is that O&#8217;Reilly has in the works a jQuery cookbook authored and edited by several core team members. Additionally, I&#8217;m hearing whispers of another cookbook specifically tailored for jQuery Designers.</p>
<p>And remember, for up to the minute jQuery happenings, you can follow the official jQuery twitter profiles <a href="http://twitter.com/jquery">jquery</a>, <a href="http://twitter.com/jqueryui">jqueryui</a>, and <a href="http://twitter.com/jquerysites">jquerysites</a>. Also, don&#8217;t be afraid to contact us (thisweekinjquery (at) gmail.com) if you feel we missed any noteworthy information or would like to submit noteworthy happenings for next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jquery.com/2009/05/01/this-week-in-jquery-vol-6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This Week in jQuery, vol. 5</title>
		<link>http://blog.jquery.com/2009/04/17/this-week-in-jquery-vol-5/</link>
		<comments>http://blog.jquery.com/2009/04/17/this-week-in-jquery-vol-5/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 13:11:59 +0000</pubDate>
		<dc:creator>Karl Swedberg</dc:creator>
		
		<category>Weekly News</category>

		<guid isPermaLink="false">http://blog.jquery.com/2009/04/17/this-week-in-jquery-vol-5/</guid>
		<description><![CDATA[Sorry about the unplanned hiatus last week. Not sure how long I&#8217;m going to be able to sustain this, but here we go again with another weekly roundup of jQuery news&#8230;
jQuery + Server-Side Solutions
A common complaint in the earlier days of jQuery was that there wasn&#8217;t enough information on how to integrate jQuery with server-side [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry about the unplanned hiatus last week. Not sure how long I&#8217;m going to be able to sustain this, but here we go again with another weekly roundup of jQuery news&#8230;</p>
<h3>jQuery + Server-Side Solutions</h3>
<p>A common complaint in the earlier days of jQuery was that there wasn&#8217;t enough information on how to integrate jQuery with server-side languages (or frameworks), so it&#8217;s nice to see a proliferation of tutorials in this area. Here are a few of the recent ones:</p>
<ul>
<li>ColdFusion: <a href="http://www.remotesynthesis.com/post.cfm/validating-common-email-domain-misspellings-using-coldfusion-and-jquery">Validating Common Email Domain Misspellings using ColdFusion and jQuery</a>. Incorporates the <a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/">Autocomplete plugin</a>.</li>
<li>ASP.NET: <a href="http://blogs.msdn.com/paulwhit/archive/2009/03/28/walkthrough-full-example-of-using-mvccontrib-grid-with-jquery-datatable.aspx">Walkthrough: full example of using MvcContrib grid with jQuery datatable</a></li>
<li>Ruby on Rails: <a href="http://www.2dconcept.com/jquery-grid-rails-plugin">Add jQuery datagrids to your Rails applications</a></li>
<li>PHP: <a href="http://www.raymondselda.com/php-contact-form-with-jquery-validation/">PHP Contact Form with JQuery Validation</a></li>
</ul>
<h3>Plugins</h3>
<ul>
<li>Eric Garside&#8217;s <a href="http://eric.garside.name/docs.html?p=jstore">jStore plugin</a> &#8220;allows users to access a number of different client-side storage engines through a single, convenient interface.&#8221;</li>
<li>Inspired by James Padolsey&#8217;s article <a href="http://james.padolsey.com/javascript/introducing-jshtml/">Introducing: JSHTML</a>, Ben Nadel put together a <a href="http://www.bennadel.com/index.cfm?dax=blog:1563.view">jQuery Comments() Plug-in To Access HTML Comments For DOM Templating</a>.</li>
<li><a href="http://www.portalzine.de/index?/Horizontal_Accordion">Horizontal Accordion</a>: Just released 2.0 Alpha version.</li>
<li><a href="http://www.hacknack.com/jqplot/docs/files/usage-txt.html">jqPlot</a> now joins the popular <a href="http://code.google.com/p/flot/">Flot plugin</a> as a fully client-side charting solution.</li>
<li><a href="http://conceptlogic.com/jcart/">jCart</a>: a free jQuery/PHP-based shopping cart.</li>
</ul>
<h3>Fun Stuff</h3>
<p>Chris Barr used jQuery to create a fun little game, <a href="http://chris-barr.com/entry/guessr_-_a_flickr_game/">Guessr: Guess the Flickr Tag</a>, which also takes advantage of the <a href="http://jqueryui.com/themeroller/">jQuery UI ThemeRoller</a>.</p>
<p>Don&#8217;t forget to check out <a href="http://blog.jqueryui.com/2009/04/this-week-in-jquery-ui-vol-6/">This Week in jQuery UI, vol. 6</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jquery.com/2009/04/17/this-week-in-jquery-vol-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This Week in jQuery, vol. 4</title>
		<link>http://blog.jquery.com/2009/04/03/this-week-in-jquery-vol-4/</link>
		<comments>http://blog.jquery.com/2009/04/03/this-week-in-jquery-vol-4/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 14:25:57 +0000</pubDate>
		<dc:creator>Karl Swedberg</dc:creator>
		
		<category>Weekly News</category>

		<guid isPermaLink="false">http://blog.jquery.com/2009/04/03/this-week-in-jquery-vol-4/</guid>
		<description><![CDATA[Here again is my somewhat arbitrary list of jQuery-related sightings on the web this week.
Featured jQuery App
The folks at Carsonified have just released a beta of Twiggy, an app that searches Twitter from Nokia&#8217;s widget-enabled phones Opera as a widget. Widget apps are built in HTML, CSS and Javascript, and are stored and executed locally. [...]]]></description>
			<content:encoded><![CDATA[<p>Here again is my somewhat arbitrary list of jQuery-related sightings on the web this week.</p>
<h3>Featured jQuery App</h3>
<p>The folks at Carsonified have just <a href="http://www.carsonified.com/twiggy/twiggy-beta-released">released a beta of Twiggy</a>, an app that searches Twitter from Nokia&#8217;s widget-enabled phones Opera as a widget. Widget apps are built in HTML, CSS and Javascript, and are stored and executed locally. Twiggy lets you search Twitter and save favorites.<br />
Elliott Kember, who along with Mike Kus is responsible for creating Twiggy, describes their use of jQuery in the app:</p>
<blockquote>
<p>Twiggy uses jQuery for all the Javascript animations and layout changes. There are a few small widget-only APIs that interface with the phone, but I&#8217;ve used jQuery for the user interaction bits. I didn&#8217;t end up using anything very complex or tricky due to the limited time frame, but I found that the phone handled animations really well. It&#8217;d be very interesting to design a much bigger app and take the phone to its limits.</p>
<p>I used a Twitter jQuery plugin from http://tweet.seaofclouds.com/ and it worked just fine. I didn&#8217;t use jQuery UI - but I&#8217;d be interested to see whether it worked on such a limited platform.</p>
<p>I chose to use jQuery because it&#8217;s familiar, reliable and fast. I didn&#8217;t want to use custom little libraries and functions which might not work so well. I was really pleased to find that the N96, for one, runs jQuery really well in this runtime. I half-expected the rendering engine to be slow, or buggy, and shoe-horned into the phone somehow, but it&#8217;s quite happily running a full, packed jQuery 1.3.2.</p>
</blockquote>
<h3>Upcoming Conference</h3>
<p>jQuery Project Team members Yehuda Katz and Brandon Aaron will be presenting <a href="http://en.oreilly.com/rails2009/public/schedule/detail/7589">jQuery on Rails</a> on May 4 at <a href="http://en.oreilly.com/rails2009/">RailsConf 2009</a> in Las Vegas.</p>
<h3>jQuery Game</h3>
<p>A brand new game, <a href="http://sandbox.jquerylove.com/blackjack/">jQuery Blackjack</a> is now available on a brand new site, <a href="http://jquerylove.com/2009/04/01/jquery-blackjack/">jQuery Love</a>. The game uses jQuery, jQuery UI, and a ThemeRoller theme.</p>
<h3>Tutorials and Blog Entries</h3>
<ul>
<li>The Filament Group just posted a terrific article, <a href="http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/">jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready</a></li>
<li>Benson Wong has written an <a href="http://www.mostlygeek.com/2009/03/31/event-driven-programming-with-jquery/">Event Driven Programming with jQuery Tutorial</a></li>
<li>Rebecca Murphey discusses custom events in her tutorial, <a href="http://www.reynoldsftw.com/2009/04/custom-events-in-jquery-open-doors-to-complex-behaviors/">Custom events in jQuery open doors to complex behaviors</a></li>
<li>Barry Roodt shows <a href="http://calisza.wordpress.com/2009/03/29/6-jquery-snippets-you-can-use-to-manipulate-select-inputs/">6 jQuery snippets you can use to manipulate select inputs.</a></li>
<li>Sam Dunn explains how to create <a href="http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/">Sliding Boxes and Captions with jQuery</a></li>
</ul>
<h3>Plugins</h3>
<ul>
<li>Diego A. has released an update to his <a href="http://www.fyneworks.com/jquery/multiple-file-upload/">Multiple File Upload Plugin</a></li>
<li>Ralf Stoltze has come up with another solution to the problem of animation queue buildup (<a href="http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup">which Brandon Aaron describes here</a>) in the form of a new plugin, <a href="http://www.2meter3.de/code/hoverFlow/">hoverFlow</a>.
  </li>
</ul>
<p>Don&#8217;t forget to check out <a href="http://blog.jqueryui.com/2009/04/this-week-in-jquery-ui-vol-4">This Week in jQuery UI</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jquery.com/2009/04/03/this-week-in-jquery-vol-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This Week in jQuery, vol. 3</title>
		<link>http://blog.jquery.com/2009/03/28/this-week-in-jquery-vol-3/</link>
		<comments>http://blog.jquery.com/2009/03/28/this-week-in-jquery-vol-3/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 13:22:14 +0000</pubDate>
		<dc:creator>Karl Swedberg</dc:creator>
		
		<category>Weekly News</category>

		<guid isPermaLink="false">http://blog.jquery.com/2009/03/28/this-week-in-jquery-vol-3/</guid>
		<description><![CDATA[Another week, another collection of links to some of the most interesting and exciting new jQuery happenings around the web.
Plugins

Jörn Zaefferer&#8217;s wildly popular Validation plugin just got updated to version 1.5.2, which includes a slick demo of the plugin&#8217;s integration with jQuery UI Tabs.
DataTables: uses &#8220;progressive enhancement&#8221; to convert a static HTML table into a [...]]]></description>
			<content:encoded><![CDATA[<p>Another week, another collection of links to some of the most interesting and exciting new jQuery happenings around the web.</p>
<h3>Plugins</h3>
<ul>
<li>Jörn Zaefferer&#8217;s wildly popular Validation plugin just got <a href="http://bassistance.de/2009/03/20/release-validation-plugin-152/">updated to version 1.5.2</a>, which includes a <a href="http://jquery.bassistance.de/validate/demo/tabs/">slick demo</a> of the plugin&#8217;s integration with jQuery UI Tabs.</li>
<li><a href="http://www.datatables.net/usage">DataTables</a>: uses &#8220;progressive enhancement&#8221; to convert a static HTML table into a much more dynamic data table.</li>
<li><a href="http://layout.jquery-dev.net/">UI.Layout</a>: allows you to &#8220;create any UI look you want - from simple headers or sidebars, to a complex application with toolbars, menus, help-panels, status bars, sub-forms.&#8221; While <em>not</em> a part of the <a href="http://ui.jquery.com/">jQuery UI</a> project, you can combine it with jQuery UI widgets &#8220;to create a sophisticated application.&#8221;</li>
</ul>
<h3>Tutorials and Blog Entries</h3>
<ul>
<li>Brandon Aaron wrote an informative article about jQuery&#8217;s <a href="http://brandonaaron.net/blog/2009/03/26/special-events">Special Events</a>.</li>
<li>Marc Grabanski posted his first in a series of tutorials on <a href="http://marcgrabanski.com/article/jquery-google-maps-tutorial-basics">jQuery and Google Maps</a>.</li>
<li>Steve Reynolds pointed to a handful of <a href="http://www.reynoldsftw.com/2009/03/8-jquery-plugins-that-utilize-google-apis/">jQuery plugins that use Google APIs</a></li>
</ul>
<p>A number of tutorials for incorporating jQuery with Microsoft tools have been written recently:</p>
<ul>
<li><a href="http://tech2update.com/blog/?p=94">Consuming REST service using jQuery</a> in WCF (Windows Communication Foundation)</li>
<li><a href="http://blog.dreamlabsolutions.com/post/2009/03/25/jQuery-live-and-ASPNET-Ajax-asynchronous-postback.aspx">jQuery live() and ASP.NET Ajax asynchronous postback</a></li>
<li><a href="http://www.cynotwhynot.com/blog/post/Calling-jQuery-directly-from-Silverlight.aspx"><br />
  Calling jQuery directly from Silverlight</a></li>
</ul>
<h3>jQuery Training</h3>
<p>The folks at <a href="http://www.collectiveidea.com/">Collective Idea</a> have announced a <a href="http://ideafoundry.info/jquery">three-day jQuery training course</a> in Holland, Michigan, May 13-15. I&#8217;ll be leading the training.</p>
<h3>Fun Experiment</h3>
<p>Kelvin Luck has put together a really cool proof of concept using jQuery/JavaScript. He calls it <a href="http://www.kelvinluck.com/assets/jquery/boingPic/index.html">boingPic</a> and describes it as &#8220;a simple experiment using javascript and jQuery which allows you to make an image of your choice all boingy.&#8221;</p>
<p>Find out what has happened <a href="http://blog.jqueryui.com/2009/03/this-week-in-jquery-ui-vol-3/">this week in jQuery UI</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jquery.com/2009/03/28/this-week-in-jquery-vol-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This Week in jQuery, vol. 2</title>
		<link>http://blog.jquery.com/2009/03/20/this-week-in-jquery-vol-2/</link>
		<comments>http://blog.jquery.com/2009/03/20/this-week-in-jquery-vol-2/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 03:51:05 +0000</pubDate>
		<dc:creator>Karl Swedberg</dc:creator>
		
		<category>Weekly News</category>

		<guid isPermaLink="false">http://blog.jquery.com/2009/03/20/this-week-in-jquery-vol-2/</guid>
		<description><![CDATA[A lot has happened this week in jQueryland. Here are a few highlights:
jQuery Core Development
Brandon Aaron has been on a roll the past few days, fixing bugs and enhancing features for the next version of jQuery. Among the updates committed to the Subversion repository were better support for nested fixed position elements and added support [...]]]></description>
			<content:encoded><![CDATA[<p>A lot has happened this week in jQueryland. Here are a few highlights:</p>
<h3>jQuery Core Development</h3>
<p>Brandon Aaron has been on a roll the past few days, fixing bugs and enhancing features for the next version of jQuery. Among the updates committed to the Subversion repository were better support for nested fixed position elements and added support for contexts other than document with the .live() and .die() event delegation methods. See the <a href="http://dev.jquery.com/timeline?from=03%2F21%2F09&amp;daysback=7&amp;changeset=on&amp;update=Update">past week&#8217;s timeline here</a>. </p>
<h3>Plugins</h3>
<ul>
<li>A new release of Haineault&#8217;s <a href="http://www.haineault.com/blog/95/">Timepickr plugin</a> is available.</li>
<li>Diego A. has updated his <a href="http://www.fyneworks.com/jquery/star-rating/">Star Rating plugin</a>.</li>
<li>Jason Frame put together a set of &#8220;<a href="http://onehackoranother.com/projects/jquery/jquery-grab-bag/text-effects.html">fun little text effects</a>.&#8221;</li>
<li>The new <a href="http://www.fairwaytech.com/flexbox/Default.aspx">Flexbox</a> acts as a &#8220;replacement for html textboxes and dropdowns, using ajax to retrieve and bind JSON data.&#8221;</li>
<li>Not really a plugin, <a href="http://sundaymorning.jaysalvat.com/">Sunday Morning</a> is a fun jQuery-based translation bookmarklet using the Google Translate API.</li>
</ul>
<h3>Tutorials and Blog Entries</h3>
<ul>
<li>John Resig cranked out a couple blog entries, one on <a href="http://ejohn.org/blog/javascript-testing-does-not-scale/">JavaScript Testing</a> and the other on <a href="http://ejohn.org/blog/more-secrets-of-javascript-libraries/">More Secrets of JavaScript Libraries</a></li>
<li><a href="http://ajaxian.com/archives/ajax-experience-talks-resig-slocum-and-heilmann">Ajax Experience Talks: Resig, Slocum, and Heilmann</a>: Ajaxian has added to the list of presentations from last year&#8217;s Ajax Experience conference that are now available online. One of the presentations features John Resig discussing advanced jQuery.</li>
<li><a href="http://metajack.im/2009/03/13/jquery-and-strophe-made-for-each-other/">jQuery and Strophe: Made for Each Other</a></li>
<li><a href="http://www.coldfusionjedi.com/index.cfm/2009/3/17/Simple-example-of-loading-a-ColdFusion-query-with-jQuery">Simple example of loading a ColdFusion query with jQuery</a></li>
<li><a href="http://orip.org/2009/03/prefetching-javascript-or-anything-with.html">Prefetching JavaScript (or anything) with jQuery</a></li>
</ul>
<h3>Free Book Chapter</h3>
<p>Packt Publishing has posted a sample chapter of the new <a href="http://www.packtpub.com/learning-jquery-1.3/book">Learning jQuery 1.3</a> book. You can <a href="http://www.packtpub.com/files/learning-jquery-1-3-sample-chapter-4-effects.pdf">download the free PDF</a>.</p>
<p>Don&#8217;t forget to check out <a href="http://blog.jqueryui.com/2009/03/this-week-in-jquery-ui-vol-2/">This Week in jQuery UI</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jquery.com/2009/03/20/this-week-in-jquery-vol-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This Week in jQuery, vol. 1</title>
		<link>http://blog.jquery.com/2009/03/13/this-week-in-jquery-vol-1/</link>
		<comments>http://blog.jquery.com/2009/03/13/this-week-in-jquery-vol-1/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 13:00:34 +0000</pubDate>
		<dc:creator>Karl Swedberg</dc:creator>
		
		<category>Weekly News</category>

		<guid isPermaLink="false">http://blog.jquery.com/2009/03/13/this-week-in-jquery-vol-1/</guid>
		<description><![CDATA[This is the first in what we&#8217;re hoping to be a weekly series of blog posts about what is going on in the world of jQuery. We&#8217;ll take a look at new or updated plugins, recent tutorials, and other jQuery-related news. 
Book

Jonathan Chaffer and I (Karl Swedberg) just had our book Learning jQuery 1.3 published [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first in what we&#8217;re hoping to be a weekly series of blog posts about what is going on in the world of jQuery. We&#8217;ll take a look at new or updated plugins, recent tutorials, and other jQuery-related news. </p>
<h3>Book</h3>
<p style="float:right; width:100px;"><a href="http://www.amazon.com/Learning-jQuery-1-3/dp/1847196705/ref=sr_1_3?ie=UTF8&amp;s=books&amp;qid=1235795485&amp;sr=1-3"><img src="http://assets.learningjquery.com/images/ljq1-3.jpg" alt="Learning jQuery 1.3" /></a></p>
<p>Jonathan Chaffer and I (Karl Swedberg) just had our book <a href="http://www.packtpub.com/learning-jquery-1.3/book">Learning jQuery 1.3</a> published by Packt Publishing. It&#8217;s an update of the popular Learning jQuery book, which was released nearly two years ago. The new one features additions to the library (event namespacing, JSONP, new effects methods, etc.) introduced since the release of the first book, improved and extended examples, expanded plugins chapters, and a quick reference to all methods and selectors. It&#8217;s available on the <a href="http://www.packtpub.com/learning-jquery-1.3/book">Packt website</a> and on <a href="http://www.amazon.com/Learning-jQuery-1-3/dp/1847196705/ref=sr_1_3?ie=UTF8&amp;s=books&amp;qid=1235795485&amp;sr=1-3">amazon.com</a>.<br />
<a id="more-246"></a></p>
<h3>Magazine</h3>
<p><a href="http://www.jsmag.com/">JSMag</a>, a promising new magazine for JavaScript developers, just published their first issue. The magazine&#8217;s goal is to provide &#8220;quality JavaScript content to educate, motivate and inspire you in your work with JavaScript.&#8221; <a href="http://www.jsmag.com/main.issues/">PDF-only issues</a> are US$4.99 each, with <a href="http://www.jsmag.com/main.page/JSMag_FAQ">bulk licensing discounts</a> starting at 30% off the individual price. Contents of the first issue include:</p>
<ul>
<li>Debugging JavaScript without alert()</li>
<li>Introduction to ExtJS</li>
<li>Community News</li>
<li>Unit testing with YUI</li>
<li>What&#8217;s new in jQuery 1.3</li>
<li>Functional Programming in JavaScript</li>
</ul>
<p>Check out a <a href="http://www.jsmag.com/jsmag_sample.pdf">sample</a> (PDF) from the first issue.</p>
<h3>Plugins</h3>
<p>Among the ever-growing selection of jQuery plugins, a few perennial favorites were updated this week. Ariel Flesler released version 1.2.7 of his <a href="http://flesler.blogspot.com/2009/03/jquerylocalscroll-127-released.html">LocalScroll plugin</a>, which animates anchor navigation within a web page. Mika Tuupola updated his Jeditable plugin, for seamless in-place editing, with a number of &#8220;callback hooks&#8221; and a few bug fixes. Josh Bush&#8217;s new version of <a href="http://digitalbush.com/projects/masked-input-plugin/">Masked Input</a> includes bug fixes and a few feature enhancements as well.</p>
<p>After looking for a simple, fast and flexible grid/spreadsheet component, Michael Liebman decided to roll his own. This week he put out a <a href="http://groups.google.com/group/jquery-en/msg/cb20622cb518890e">call for contributors</a>, seeking &#8220;experienced developers who can pick this up and turn it into something that everybody can use,&#8221; perhaps by converting it into a plugin. The code can be found at http://code.google.com/p/slickgrid/. </p>
<h3>Tutorials</h3>
<p>Steve Reynolds has posted a tutorial on how to create <a href="http://www.reynoldsftw.com/2009/03/os-x-dashboard-widgets-with-jquery/">OS X Dashboard Widgets with jQuery</a>. For those who want to know &#8220;<a href="http://www.insideria.com/2009/03/what-in-the-heck-is-jsonp-and.html">What in the heck is JSONP and why would you use it?</a>&#8221; Raymond Camden gives you the answers on the O&#8217;Reilly Inside RIA blog (hint: cross-domain ajax).</p>
<h3>Quick Tip</h3>
<p>We often see questions posted in the <a href="http://groups.google.com/group/jquery-en">jQuery Google Group</a> about why a jQuery script is &#8220;broken&#8221; in Internet Explorer when it works in all other tested browsers. By far the most common solution in these cases is to search for and then remove a trailing comma from the last key-value pair in an object literal:</p>
<pre><code>var foo = {
  bar: 'ice cream',
  baz: 'luhrmann', // &lt;-- get rid of that comma!
}</code></pre>
<p>This can especially trip up developers who are used to other languages such as PHP, in which including the trailing comma is considered a &#8220;best practice.&#8221; <a href="http://www.jslint.com/">JSLint</a> is a great tool to run your JavaScript through periodically, as it does a great job of flagging these kinds of errors and warnings for you. If you use TextMate, the <a href="https://github.com/subtleGradient/javascript-tools.tmbundle/tree">JavaScript Tools bundle</a> runs a &#8220;quick JSLint&#8221; every time you save your JavaScript file and runs the full JSLint, along with a number of other conveniences, from the bundle&#8217;s menu.</p>
<p>Well, that&#8217;s it for this week. Be sure to check out <a href="http://blog.jqueryui.com/2009/03/this-week-in-jquery-ui-vol-1">This Week in jQuery UI</a>, too!
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jquery.com/2009/03/13/this-week-in-jquery-vol-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jQuery UI 1.7 Released: New domain, New CSS Framework &amp; Dramatic Updates to Controls</title>
		<link>http://blog.jquery.com/2009/03/06/jquery-ui-17-released-new-domain-new-css-framework-dramatic-updates-to-controls/</link>
		<comments>http://blog.jquery.com/2009/03/06/jquery-ui-17-released-new-domain-new-css-framework-dramatic-updates-to-controls/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 12:17:54 +0000</pubDate>
		<dc:creator>ReyBango</dc:creator>
		
		<category>jQuery UI</category>

		<guid isPermaLink="false">http://blog.jquery.com/2009/03/06/jquery-ui-17-released-new-domain-new-css-framework-dramatic-updates-to-controls/</guid>
		<description><![CDATA[We&#8217;re excited to announce the release of jQuery UI v1.7, the newest version of jQuery&#8217;s effects and UI library. This release culminates many months of development in which a major overhaul of the whole library was performed and a new CSS framework introduced, all in order to provide a professional and easily extensible set of [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re excited to announce <a href="http://blog.jqueryui.com/2009/03/jquery-ui-17/">the release of jQuery UI v1.7</a>, the newest version of jQuery&#8217;s effects and UI library. This release culminates many months of development in which a major overhaul of the whole library was performed and a new CSS framework introduced, all in order to provide a professional and easily extensible set of UI controls and effects for jQuery developers. The new CSS framework is especially exciting since it will not only allow for easy theming of jQuery UI controls but also allow plugin authors in general to take advantage of <a href="http://jqueryui.com/themeroller">ThemeRoller</a>, the dynamic theme generation application developed by the Filament Group for the jQuery UI project.</p>
<p>Full details of this new &#038; exciting release can be found on <a href="http://blog.jqueryui.com/2009/03/jquery-ui-17/">the new jQuery UI blog</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jquery.com/2009/03/06/jquery-ui-17-released-new-domain-new-css-framework-dramatic-updates-to-controls/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
