<?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>joedag32 &#187; Books</title>
	<atom:link href="http://joedag32.com/category/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://joedag32.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 26 Jul 2010 01:49:23 +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>Developing Hybrid Applications for the iPhone</title>
		<link>http://joedag32.com/2010/04/29/developing-hybrid-applications-for-the-iphone/</link>
		<comments>http://joedag32.com/2010/04/29/developing-hybrid-applications-for-the-iphone/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 18:58:41 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[hybrid]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=536</guid>
		<description><![CDATA[Picked up a copy of Developing Hybrid Applications for the IPhone by Lee S. Barney earlier this week. Had a 33% off coupon at Borders and was itching for something new to read. Been messing with iPhone development for a bit and since I&#8217;m a web developer figured I&#8217;d take a hard look at writing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://joedag32.com/wp-content/uploads/2010/04/ShowCover.aspx_.jpeg"><img class="alignright size-medium wp-image-537" title="Developing Hybrid Applications for the iPhone" src="http://joedag32.com/wp-content/uploads/2010/04/ShowCover.aspx_-233x300.jpg" alt="Developing Hybrid Applications for the iPhone" width="233" height="300" /></a>Picked up a copy of <a href="http://www.amazon.com/Developing-Hybrid-Applications-iPhone-JavaScript/dp/0321604164">Developing Hybrid Applications for the IPhone</a> by Lee S. Barney earlier this week. Had a 33% off coupon at Borders and was itching for something new to read.</p>
<p>Been messing with iPhone development for a bit and since I&#8217;m a web developer figured I&#8217;d take a hard look at writing web applications for the iPhone vs going the SDK Objective-C route.</p>
<p>I&#8217;m really glad I picked this book up. They do an excellent job of reminding me how cool <a href="http://www.apple.com/macosx/developers/#dashcode">Dashcode</a> is for developing web applications for the iPhone. My only knock on Dashcode in the past was the lack of documentation, but this book does a decent job of covering it. Still wish there was more documentation on Dashcode if anyone is reading this.</p>
<p>The book covers both using the <a href="http://sourceforge.net/projects/quickconnect/">QuickConnect</a> and <a href="http://www.phonegap.com/">PhoneGap</a> frameworks for developing hybrid iPhone apps. It&#8217;s a fairly easy read and they do cover most of the iPhone functionality that would be used in the majority of projects. While the SDK and Objective-C are still the best way to go, sometimes web applications or hybrid applications do make sense, and that&#8217;s where this book was very handy. Just for me to rediscover Dashcode alone justified the purchase.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2010/04/29/developing-hybrid-applications-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Joomla! 1.5 Extension Development</title>
		<link>http://joedag32.com/2010/02/23/learning-joomla-1-5-extension-development/</link>
		<comments>http://joedag32.com/2010/02/23/learning-joomla-1-5-extension-development/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 19:32:53 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=509</guid>
		<description><![CDATA[If you&#8217;re looking to create extensions for Joomla! 1.5 then you should really check out Learning Joomla! 1.5 Extension Development. I had a project that required a custom component to be created, and the online documentation wasn&#8217;t really as good as I&#8217;d of liked it to of been. So I went looking to see if [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://joedag32.com/wp-content/uploads/2010/02/1847196209.png"><img class="alignright size-full wp-image-510" title="Learning Joomla! 1.5 Extension Development" src="http://joedag32.com/wp-content/uploads/2010/02/1847196209.png" alt="" width="100" height="123" /></a>If you&#8217;re looking to create extensions for Joomla! 1.5 then you should really check out <a href="http://www.packtpub.com/learning-joomla-1.5-extension-development/book">Learning Joomla! 1.5 Extension Development</a>. I had a project that required a custom component to be created, and the online documentation wasn&#8217;t really as good as I&#8217;d of liked it to of been.</p>
<p>So I went looking to see if any books had been published recently on extension development. <a href="http://www.packtpub.com/learning-joomla-1.5-extension-development/book">Learning Joomla! 1.5 Extension Development</a> got some decent review online, and I was really stumped with creating my component. So a copy was ordered.</p>
<p>The book does an excellent job of building an extension that makes use of most of the features that would be found in a typical extension. Covering, components, modules, as well as plugins.</p>
<p>With it&#8217;s focus on MVC practices, this at first seemed like overkill to me, but once all the features were piling up, it really paid off.</p>
<p>The chapters on creating the admin end of a component were extremely valuable to me. My client now has an easy to use custom component that makes use of the Joomla! admin interface for a seemless CMS experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2010/02/23/learning-joomla-1-5-extension-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Head First SQL</title>
		<link>http://joedag32.com/2010/01/01/head-first-sql/</link>
		<comments>http://joedag32.com/2010/01/01/head-first-sql/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 19:35:56 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=485</guid>
		<description><![CDATA[I&#8217;m a big fan of the Head First series of books by O&#8217;Reilly, and noticed that they had released one of SQL. My SQL skills are pretty solid to begin with, but you can never know too much SQL so I figured I&#8217;d have to pick up Head First SQL and give it a read. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://joedag32.com/wp-content/uploads/2010/01/head_first_sql.gif"><img class="alignright size-full wp-image-486" title="Head First SQL" src="http://joedag32.com/wp-content/uploads/2010/01/head_first_sql.gif" alt="" width="180" height="208" /></a>I&#8217;m a big fan of the <a href="http://www.headfirstlabs.com/">Head First series</a> of books by <a href="http://oreilly.com/">O&#8217;Reilly</a>, and noticed that they had released one of SQL. My SQL skills are pretty solid to begin with, but you can never know too much SQL so I figured I&#8217;d have to pick up <a href="http://oreilly.com/catalog/9780596526849/">Head First SQL</a> and give it a read.</p>
<p>Tech books for me almost always written for a complete beginner or an expert in the field. It&#8217;s rare that you find one written for someone who already has a basic understanding, but wants to learn a bit more. Head First SQL did a really good job of explaining the basics of SQL as well as the more complex aspects of SQL.</p>
<p>The chapters on subqueries and joins was great for me. Those are areas that I can always get better with. Also some of the early chapters reminded me of IN and BETWEEN both of which I&#8217;d pretty much forgotten about over the years.</p>
<p>Another cool thing about this book is that not only is it a guide, but it also serves pretty well as a reference as well. Explaining SQL isn&#8217;t always the easiest thing to do, but Head First SQL has done the best job that I&#8217;ve read to date.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2010/01/01/head-first-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handcrafted CSS</title>
		<link>http://joedag32.com/2009/10/13/handcrafted-css/</link>
		<comments>http://joedag32.com/2009/10/13/handcrafted-css/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 01:29:30 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[bulletproof]]></category>
		<category><![CDATA[Handcrafted CSS]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=434</guid>
		<description><![CDATA[Just finished up reading Handcrafted CSS by Dan Cederholm and Ethan Marcotte. I&#8217;ve read two of Dan&#8217;s previous books, and thought that they were great. So I was looking forward to reading this very much. More so than in his previous books, this one really pushes the envelop of CSS and urges the act of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Handcrafted CSS" src="http://handcraftedcss.com/img/cover.jpg" alt="" width="125" height="154" />Just finished up reading <a href="http://handcraftedcss.com/">Handcrafted CSS</a> by Dan Cederholm and Ethan Marcotte. I&#8217;ve read two of Dan&#8217;s previous books, and thought that they were great. So I was looking forward to reading this very much.</p>
<p>More so than in his previous books, this one really pushes the envelop of CSS and urges the act of rewarding browsers that support the latest CSS features. This is a stance that I&#8217;ve always agreed with, but can be hard to get a client to follow. Not all parts of a site <strong>have</strong> to look the same across all browsers.</p>
<p>My  favorite sections were regarding rounded corners with border-radius and flexible color with RGBA. His examples really sold me that it is now a good time to begin implementing these features for browsers that take advantage of them.</p>
<p>An extremely well written book, that&#8217;s also designed very well too. Highly recommended for anyone looking to push CSS boundaries, and pick up a few tricks along the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2009/10/13/handcrafted-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pride &amp; Prejudice &amp; Zombies</title>
		<link>http://joedag32.com/2009/10/01/pride-prejudice-zombies/</link>
		<comments>http://joedag32.com/2009/10/01/pride-prejudice-zombies/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 20:09:51 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[Pride & Prejudice & Zombies]]></category>
		<category><![CDATA[zombies]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=422</guid>
		<description><![CDATA[Just got done reading Pride &#38; Prejudice &#38; Zombies. It had zombies in the title and was in the best seller rack at Borders so I figured I&#8217;d give it a shot. It was ok, it started off super slow for me, but towards the end it picked up a bit. I&#8217;m guessing I would&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Pride and Prejudice and Zombies" src="http://www.marykole.com/graphics/books/review_pride_prejudice_zombies.jpg" alt="" width="113" height="171" />Just got done reading Pride &amp; Prejudice &amp; Zombies. It had zombies in the title and was in the best seller rack at Borders so I figured I&#8217;d give it a shot. It was ok, it started off super slow for me, but towards the end it picked up a bit.</p>
<p>I&#8217;m guessing I would&#8217;ve hated the original Pride &amp; Prejudice, as the only parts I really enjoyed involved the fighting of zombies. It was kinda funny how it&#8217;s taking a well regarded literary piece, and throwing in zombies to the mix.</p>
<p>It did work however. But the whole sisters stuff was rather boring to me. If I didn&#8217;t have a rule that I really should finish whatever I start reading I&#8217;m not sure I&#8217;d of made it through the first few chapters.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2009/10/01/pride-prejudice-zombies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
