<?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>Monday By Noon &#187; jQuery</title>
	<atom:link href="http://mondaybynoon.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://mondaybynoon.com</link>
	<description>A resource for Web designers and developers to read about and discuss their craft.</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:49:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120207%2Fdifferences-between-jquery-bind-vs-live-vs-delegate-vs-on%2F&#038;seed_title=Differences+Between+jQuery+.bind%28%29+vs+.live%28%29+vs+.delegate%28%29+vs+.on%28%29</link>
		<comments>http://mondaybynoon.com/20120207/differences-between-jquery-bind-vs-live-vs-delegate-vs-on/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 13:26:38 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2704</guid>
		<description><![CDATA[Web Dev .NET: Differences Between jQuery .bind() vs .live() vs .delegate() vs .on(). With jQuery 1.7 came on() and went live(). live() was used and abused by many, so if you haven&#8217;t kept up with its deprecation, this article is for you. Document are becoming even more dynamic, so managing your events can become a [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2704&c=680945882' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2704&c=680945882' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://mondaybynoon.com/wp-content/uploads/35xqx9.jpeg" alt="" class="alignright" /></p>
<p><a href='http://www.elijahmanor.com/2012/02/differences-between-jquery-bind-vs-live.html'>Web Dev .NET: Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()</a>.</p>
<p>With jQuery 1.7 came <a href="http://api.jquery.com/on/"><code>on()</code></a> and went <a href="http://api.jquery.com/live/"><code>live()</code></a>. <code>live()</code> was used and abused by many, so if you haven&#8217;t kept up with its deprecation, this article is for you.</p>
<p>Document are becoming even more dynamic, so managing your events can become a true test of your planning and logic skills. Unfortunately it&#8217;s also somewhat common to take the easy way out and end up with a situation in which you&#8217;re not careful with binding events. That leads to a degraded experience and slow running pages, something we want to avoid at all cost.</p>
<p>Elijah Manor is a super smart guy, and he&#8217;s put together an extremely straightforward piece outlining the difference between the <a href="http://www.elijahmanor.com/2012/02/differences-between-jquery-bind-vs-live.html">various methods of binding in jQuery</a>. Definitely set aside some time to give it a read.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2704&c=1315249605' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2704&c=1315249605' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120207/differences-between-jquery-bind-vs-live-vs-delegate-vs-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arctext.js &#8211; Curving Text with CSS3 and jQuery</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120130%2Farctext-js-curving-text-with-css3-and-jquery%2F&#038;seed_title=Arctext.js+%26%238211%3B+Curving+Text+with+CSS3+and+jQuery</link>
		<comments>http://mondaybynoon.com/20120130/arctext-js-curving-text-with-css3-and-jquery/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 14:20:33 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Arctext.js]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Lettering.js]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2602</guid>
		<description><![CDATA[Arctext.js &#8211; Curving Text with CSS3 and jQuery &#124; Codrops. This is quite impressive. Based on Lettering.js, Arctext.js facilitates curving the path of text along an arc. Check out the demo for some nice examples.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2602&c=1611160373' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2602&c=1611160373' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href='http://tympanus.net/codrops/2012/01/24/arctext-js-curving-text-with-css3-and-jquery/'>Arctext.js &#8211; Curving Text with CSS3 and jQuery | Codrops</a>.</p>
<p><a href="http://tympanus.net/codrops/2012/01/24/arctext-js-curving-text-with-css3-and-jquery/"><img src='http://mondaybynoon.com/wp-content/uploads/Arctext.jpg' alt='' /></a></p>
<p>This is quite impressive. Based on <a href="http://letteringjs.com/">Lettering.js</a>, <a href='http://tympanus.net/codrops/2012/01/24/arctext-js-curving-text-with-css3-and-jquery/'>Arctext.js</a> facilitates curving the path of text along an arc. Check out <a href="http://tympanus.net/Development/Arctext/">the demo</a> for some nice examples.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2602&c=1422146187' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2602&c=1422146187' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120130/arctext-js-curving-text-with-css3-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scrollorama</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120102%2Fscrollorama%2F&#038;seed_title=scrollorama</link>
		<comments>http://mondaybynoon.com/20120102/scrollorama/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 13:14:53 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[scrollerama]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2323</guid>
		<description><![CDATA[scrollorama. Yesterday seems to have been the day of project releases. scrollorama is a neat little piece of work that helps you better utilize &#8220;scrolly stuff&#8221;. The demo page outlines just a few things you can do when combined with other great things like lettering.js. Scroll-based behavior changes, when used properly (read: responsibly), can really [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2323&c=526202233' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2323&c=526202233' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href='http://johnpolacek.github.com/scrollorama/'>scrollorama</a>.</p>
<p>Yesterday seems to have been the day of project releases. <a href='http://johnpolacek.github.com/scrollorama/'>scrollorama</a> is a neat little piece of work that helps you better utilize &#8220;scrolly stuff&#8221;. The demo page outlines just a few things you can do when combined with other great things like <a href="http://letteringjs.com/">lettering.js</a>.</p>
<p>Scroll-based behavior changes, when used properly (read: responsibly), can really be an integral piece of your UX.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2323&c=345246107' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2323&c=345246107' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120102/scrollorama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Response JS: mobile-first progressive enhancement in HTML5.</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20111227%2Fresponse-js-mobile-first-progressive-enhancement-in-html5%2F&#038;seed_title=Response+JS%3A+mobile-first+progressive+enhancement+in+HTML5.</link>
		<comments>http://mondaybynoon.com/20111227/response-js-mobile-first-progressive-enhancement-in-html5/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 14:35:10 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[progressive-enhancement]]></category>
		<category><![CDATA[responsive design]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2293</guid>
		<description><![CDATA[Response JS: mobile-first progressive enhancement in HTML5.. This is a very interesting project. Responsive design will continue to be a steady topic of conversation in 2012 and tools like this help propel us to talking about it applicably. Without going into too much detail about responsive design itself, I&#8217;d like to point out what Response [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2293&c=1970842115' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2293&c=1970842115' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://responsejs.com/">Response JS: mobile-first progressive enhancement in HTML5.</a>.</p>
<p>This is a very interesting project. Responsive design will continue to be a steady topic of conversation in 2012 and tools like this help propel us to talking about it applicably.</p>
<p>Without going into too much detail about responsive design itself, I&#8217;d like to point out what <a href="http://responsejs.com/">Response JS</a> does differently. Their spin is to be a mobile-first responsive design implementation. By piggybacking jQuery you&#8217;re able to be much more aggressive in optimizing for the mobile experience in a number of ways.</p>
<ol>
<li>Serve resolution-optimized images</li>
<li>Swap code blocks based on breakpoints</li>
<li>Methods and hooks to trigger responsive actions</li>
</ol>
<p>There&#8217;s definitely some cool stuff to check out, and with the Web moving to an increasingly <a href="http://mondaybynoon.com/20100621/is-it-now-acceptable-to-require-javascript/">JavaScript-dependent environment</a>, we might see more implementations along these lines to make responsive designs more mobile-focused.</p>
<p>As with all good things, there are drawbacks however. Being this aggressive can sometimes take away from the core purpose of being a single document with &#8216;conditional&#8217; styling that responds to the environment at hand. I&#8217;m not saying this direction is a bad thing, in fact I really like that it keeps the idea of progressive enhancement in mind with all it does.</p>
<p>Related: Nathan Smith&#8217;s <a href="http://adapt.960.gs/">Adapt.js</a> can&#8217;t go without mention here.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2293&c=1840126359' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2293&c=1840126359' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20111227/response-js-mobile-first-progressive-enhancement-in-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using jQuery .on() and .off()</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20111123%2Fusing-jquery-on-and-off%2F&#038;seed_title=Using+jQuery+.on%28%29+and+.off%28%29</link>
		<comments>http://mondaybynoon.com/20111123/using-jquery-on-and-off/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 13:32:50 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2220</guid>
		<description><![CDATA[Using jQuery .on() and .off() – AndiSmith.com. jQuery&#8217;s .live() caught on like wildfire, and for good reason. Unfortunately, as with most good things, it got abused. It was misused to the extent of the jQuery team deprecating it as of version 1.7 (currently at 1.7.1 at the time of this posting) and replacing it with [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2220&c=1768978780' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2220&c=1768978780' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andismith.com/blog/2011/11/on-and-off/">Using jQuery .on() and .off() – AndiSmith.com</a>.</p>
<p>jQuery&#8217;s <code>.live()</code> caught on like wildfire, and for good reason. Unfortunately, as with most good things, it got abused. It was misused to the extent of the jQuery team deprecating it as of version 1.7 (currently at 1.7.1 at the time of this posting) and replacing it with <code>.on()</code>.</p>
<p>Along with an explanation of the new function, <a href="http://www.andismith.com/blog/2011/11/on-and-off/">this article</a> explains very well some other aspects to the changes in jQuery 1.7+ that you should keep in mind and in practice.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2220&c=1873657374' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2220&c=1873657374' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20111123/using-jquery-on-and-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Slimmer jQuery</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20111108%2Fbuilding-a-slimmer-jquery%2F&#038;seed_title=Building+a+Slimmer+jQuery</link>
		<comments>http://mondaybynoon.com/20111108/building-a-slimmer-jquery/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 01:26:52 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2192</guid>
		<description><![CDATA[jQuery: » Building a Slimmer jQuery. jQuery sometimes gets knocked for it&#8217;s popularity, as many things do once a certain degree of popularity is reached. One of the most common digs I hear with jQuery surrounds filesize. File size is our number one enemy as front end developers (insert IE joke here) and jQuery has [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2192&c=42238540' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2192&c=42238540' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.jquery.com/2011/11/08/building-a-slimmer-jquery/">jQuery: » Building a Slimmer jQuery</a>.</p>
<p>jQuery sometimes gets knocked for it&#8217;s popularity, as many things do once a certain degree of popularity is reached. One of the most common digs I hear with jQuery surrounds filesize. File size is our number one enemy as front end developers (insert IE joke here) and jQuery has definitely grown over time.</p>
<p>I&#8217;m one of those people that tends to stray away from things when they get super duper popular. The &#8220;market&#8221; tends to become utterly flooded with people trying to get the most bang for their buck which results in lots of redundancy and lots of ridiculousness.</p>
<p>jQuery has avoided that for me. I still to this day love working with jQuery, and it&#8217;s popularity and activity has turned it into one of my most valuable tools. The people behind it are smarter than I could ever hope to be and it thrills me to hear that the focus for subsequent versions continue to refine based on the needs of the community <em>and the users</em> of jQuery (read: everyone on the Internet and the Internet herself).</p>
<p>There are lots of good things to look forward to, and <a href="http://blog.jquery.com/2011/11/08/building-a-slimmer-jquery/">this blog post</a> about upcoming changes should serve as a reminder that although jQuery has become extremely prevalent, that&#8217;s no excuse to get lazy with keeping up with changes to the code base.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2192&c=1601078987' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2192&c=1601078987' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20111108/building-a-slimmer-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8226; Master Mobile Web Apps with jQuery Mobile &#8211; Book Review and Giveaway</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20110926%2Fmaster-mobile-web-apps-with-jquery-mobile-book-review-and-giveaway%2F&#038;seed_title=%26%238226%3B+Master+Mobile+Web+Apps+with+jQuery+Mobile+%26%238211%3B+Book+Review+and+Giveaway</link>
		<comments>http://mondaybynoon.com/20110926/master-mobile-web-apps-with-jquery-mobile-book-review-and-giveaway/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 11:00:43 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery Mobile]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2099</guid>
		<description><![CDATA[I've just finished Master Mobile Web Apps with jQuery Mobile by Matt Doyle and am very impressed. If you've been looking for a great introduction to all things jQuery Mobile, this is a great way to go. I'm also running a giveaway of two copies of the book, good luck!<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2099&c=1579303518' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2099&c=1579303518' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://store.elated.com/"><img src="http://mondaybynoon.com/wp-content/uploads/master-mobile-web-apps-with-jqm.png" alt="Book cover" title="master-mobile-web-apps-with-jqm" width="375" height="483" class="alignright size-full wp-image-2101" /></a></p>
<p>I&#8217;ve recently had the pleasure of reading <a href="http://store.elated.com/">Master Mobile Web Apps with jQuery Mobile</a> by Matt Doyle for <a href="http://www.elated.com/">Elated</a>. Admittedly, this has been my first in-depth experience with <a href="http://jquerymobile.com/">jQuery Mobile</a> and I&#8217;m beyond inspired to start work on a mobile Web application in one form or another just as soon as humanly possible.</p>
<p>jQuery Mobile is an optimized JavaScript framework that sits on top of jQuery and enhances the environment in the mobile context. It builds upon the foundation provided by jQuery by providing a set of encompassing functions that make creating a mobile Web app nearly trivial.</p>
<p>With <a href="http://store.elated.com/">Master Mobile Web Apps with jQuery Mobile</a> being my first experience with jQuery Mobile, I need to take a minute to explain how truly impressed I am with the work done so far by the jQuery Mobile team. From start to finish I was increasingly impressed with the breadth and depth of planning that must have gone into the features of jQuery Mobile. With just a few additions to your HTML5, you can have a fully functioning mobile optimized version of your app in a very short amount of time.</p>
<p><a href="http://store.elated.com/">Master Mobile Web Apps with jQuery Mobile</a> is an ambitious project, with jQuery Mobile being at <a href="http://jquerymobile.com/blog/2011/09/08/jquery-mobile-beta-3-released/">Beta 3</a> at the time of this writing, and at <a href="http://jquerymobile.com/blog/2011/08/03/jquery-mobile-beta-2-released/">Beta 2</a> at the time of it&#8217;s publishing. The great thing here is that the book is an eBook, so updates will be made available as circumstances change over time. The book covers the major conventions of jQuery Mobile, and I would consider the information to be extremely reliable and unlikely to change in any sort of debilitating degree between now and jQuery Mobile Final.</p>
<h2>Book content</h2>
<p>This book is a great technical resource, reference piece, and walkthrough of jQuery Mobile. Code samples and documentation are littered throughout, and the author goes into just enough context when it comes to extraneous details about implementation.</p>
<p>The book is broken up into three main sections followed by an elaborate set of appendices. Part I is a couple of chapters on the introduction and explanation of jQuery Mobile and some very basic usage of the framework. Part II gets into a lot more detail through seven chapters of jQuery Mobile Essentials. In these chapters a number of big picture ideas are explained including the concept of &#8216;pages&#8217; in jQuery Mobile, button creation and usage, toolbars, dialogs, forms, list views, and content formatting. The third part of the book focuses on theming in jQuery Mobile, it&#8217;s API, and covers the complete Web app example &#8220;Task Tango&#8221;, a well rounded mobile task manager.</p>
<p>I couldn&#8217;t have asked for the book to be organized in a better way. I can usually guess what&#8217;s going to be covered next throughout a book, but in this case I was so surprised by the coverage of jQuery Mobile itself I was consistently thinking about the impressiveness of the framework itself. I recall consistently thinking &#8216;whoa, they even included <em>that</em>?&#8217; as I read through a number of sections in the book.</p>
<p>In true jQuery fashion, jQuery Mobile has thought of so many things when it comes to customization. A ton of really smart defaults have been set, but customization has been left completely open, and you can override pretty much every aspect of the standard implementation. I can only hope we begin to see more and more Web applications follow the conventions set by jQuery Mobile though, there is a lot of really great stuff within.</p>
<h3>Overall reaction</h3>
<p>I&#8217;m thrilled to have had the opportunity to read <a href="http://store.elated.com/">Master Mobile Web Apps with jQuery Mobile</a> by Matt Doyle for a number of reasons. First and foremost, it&#8217;s a really elaborate manual for jQuery Mobile. I&#8217;ll be using it repeatedly as a reference in tandem with the <a href="http://jquerymobile.com/demos/1.0b3/docs/api/globalconfig.html">jQuery Mobile Docs</a>.</p>
<p>The book is <em>full</em> of code examples, including a fully documented to-do application built on PHP, MySQL and jQuery Mobile. That alone provides an extremely valuable first-hand look at the implementation and usage of jQuery Mobile in a targeted fashion. I try to learn by example as much as possible, so capping off the end of the book with a fully functional Web app was a genius move in my opinion.</p>
<p>I highly recommend <a href="http://store.elated.com/">Master Mobile Web Apps with jQuery Mobile</a> by Matt Doyle if you&#8217;re looking for an in-depth look at the ins and outs of jQuery Mobile, even if you&#8217;ve worked with it before.</p>
<h4>Giveaway details</h4>
<p>Matt Doyle has been super generous in providing two copies of <a href="http://store.elated.com/">Master Mobile Web Apps with jQuery Mobile</a> to raffle off here on Monday By Noon. Since it&#8217;s an eBook, there are no geographical limitations in place, so anyone can enter! The rules for entry are pretty simple: <strong>retweet <a href="http://twitter.com/jchristopher/status/118282754034122752">the announcement</a> for the giveaway and link to it in a comment below</strong> explaining your experience with jQuery Mobile so far and what you&#8217;d like to do with it after reading the book should you win.</p>
<p>You&#8217;re limited to one retweet/comment combination and entries will be closed <strong>October 3rd, 2011 at 11:59am ET</strong>. Good luck!</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2099&c=1278377651' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2099&c=1278377651' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20110926/master-mobile-web-apps-with-jquery-mobile-book-review-and-giveaway/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Apprise &#8211; The attractive alert alternative for jQuery</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20110427%2Fapprise-the-attractive-alert-alternative-for-jquery%2F&#038;seed_title=Apprise+%26%238211%3B+The+attractive+alert+alternative+for+jQuery</link>
		<comments>http://mondaybynoon.com/20110427/apprise-the-attractive-alert-alternative-for-jquery/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 15:15:34 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[Apprise]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[modal]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=1630</guid>
		<description><![CDATA[Apprise &#8211; The attractive alert alternative for jQuery. I like using well built things as inspiration for work down the line. Apprise is one of those cases.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1630&c=808737092' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1630&c=808737092' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://thrivingkings.com/apprise/">Apprise &#8211; The attractive alert alternative for jQuery</a>.</p>
<p>I like using well built things as inspiration for work down the line. Apprise is one of those cases.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1630&c=90173576' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1630&c=90173576' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20110427/apprise-the-attractive-alert-alternative-for-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isotope demo</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20110122%2Fisotope-demo%2F&#038;seed_title=Isotope+demo</link>
		<comments>http://mondaybynoon.com/20110122/isotope-demo/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 00:33:22 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[David DeSandro]]></category>
		<category><![CDATA[Isotope]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Masonry]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=1540</guid>
		<description><![CDATA[Screenr &#8211; @desandro: Isotope demo. You&#8217;ve probably seen David DeSandro&#8216;s (@desandro) work many times, but perhaps you haven&#8217;t known it to be his. He&#8217;s kind of a magician. He&#8217;s one of those super creative intelligent guys always pushing the limits and making a whole bunch of people say &#8220;wow.&#8221; I&#8217;ll go out on a limb [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1540&c=217972853' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1540&c=217972853' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://screenr.com/vIt">Screenr &#8211; @desandro: Isotope demo</a>.</p>
<p>You&#8217;ve probably seen <a href="http://desandro.com/">David DeSandro</a>&#8216;s (<a href="http://twitter.com/desandro">@desandro</a>) work many times, but perhaps you haven&#8217;t known it to be his. He&#8217;s kind of a magician. He&#8217;s one of those super creative intelligent guys always pushing the limits and making a whole bunch of people say &#8220;wow.&#8221;</p>
<p>I&#8217;ll go out on a limb and say that he&#8217;s probably most famous for <a href="http://desandro.com/resources/jquery-masonry/">jQuery Masonry</a>, which is a layout plugin for jQuery. It&#8217;s quite nice, and it&#8217;s been used on more sites than I could count. His latest project is the successor(?) to Masonry, and it&#8217;s called <a href="http://screenr.com/vIt">Isotope</a>. It&#8217;s definitely Masonry to the next level, and the screencast is a great illustration of how far it&#8217;s come.</p>
<p><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0' width='450' height='277'><param name='movie' value='http://screenr.com/Content/assets/screenr_1116090935.swf' /><param name='flashvars' value='i=153743' /><param name='allowFullScreen' value='true' /><embed src='http://screenr.com/Content/assets/screenr_1116090935.swf' flashvars='i=153743' allowFullScreen='true' width='450' height='277' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object></p>
<p>Keep your eyes peeled, sounds like it&#8217;s being released quite soon.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1540&c=1508150765' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1540&c=1508150765' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20110122/isotope-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful Element Creation with jQuery</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20110118%2Fbeautiful-element-creation-with-jquery%2F&#038;seed_title=Beautiful+Element+Creation+with+jQuery</link>
		<comments>http://mondaybynoon.com/20110118/beautiful-element-creation-with-jquery/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 17:48:41 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=1536</guid>
		<description><![CDATA[Beautiful Element Creation with jQuery — Article — The Nerdary. This is super super sweet. Creating elements the &#8216;old&#8217; way did feel a little wrong, but this is all sorts of right (from the article): $('&#60;div /&#62;', { 'id': 'charles', 'click': function(e){ e.preventDefault(); $(this).animate({opacity: 0.7}); } });   So much nicer, and more&#8230; programmatic. I [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1536&c=1312155443' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1536&c=1312155443' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://thenerdary.net/articles/entry/beautiful_element_creation_with_jquery">Beautiful Element Creation with jQuery — Article — The Nerdary</a>.</p>
<p>This is super <strong>super</strong> sweet. Creating elements the &#8216;old&#8217; way did feel a little wrong, but this is all sorts of right (from <a href="http://thenerdary.net/articles/entry/beautiful_element_creation_with_jquery">the article</a>):</p>
<pre class="sh_javascript"><code>$('&lt;div /&gt;', {
  'id': 'charles',
  'click': function(e){
    e.preventDefault();
    $(this).animate({opacity: 0.7});
  }
});</code></pre>
<p> </p>
<p>So much nicer, and more&#8230; programmatic. I like where this is going. To be implemented in my processes immediately. <a href="http://api.jquery.com/jQuery/#jQuery2">More in the docs</a>.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1536&c=835295756' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=1536&c=835295756' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20110118/beautiful-element-creation-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 1/120 queries in 0.108 seconds using apc
Object Caching 1720/1885 objects using apc

Served from: www.mondaybynoon.com @ 2012-02-09 06:18:44 -->
