<?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>Dev Tips &#124; Become a Better Developer, One Tip at a Time. &#187; Books</title>
	<atom:link href="http://dev-tips.com/category/resources/books/feed" rel="self" type="application/rss+xml" />
	<link>http://dev-tips.com</link>
	<description>Become a Better Developer, One Tip at a Time.</description>
	<lastBuildDate>Sun, 07 Mar 2010 02:19:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>AJAX and PHP, Building Modern Web Apps &#8211; Book Review</title>
		<link>http://dev-tips.com/featured/ajax-and-php-building-modern-web-apps-book-review</link>
		<comments>http://dev-tips.com/featured/ajax-and-php-building-modern-web-apps-book-review#comments</comments>
		<pubDate>Thu, 28 Jan 2010 21:48:26 +0000</pubDate>
		<dc:creator>Drew Douglass</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Client Side]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Book Review]]></category>

		<guid isPermaLink="false">http://dev-tips.com/?p=853</guid>
		<description><![CDATA[As many of you know, I'm a huge fan of reading actual web development books to increase ones skills. Sometimes, you just need to step away from the computer and read an actual physical book. I recently had the pleasure of reading AJAX and PHP: Building Modern Web Applications - Second Edition, and I absolutely [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you know, I'm a huge fan of reading actual web development books to increase ones skills. Sometimes, you just need to step away from the computer and read an actual physical book. I recently had the pleasure of reading <a href='http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&#038;utm_medium=affiliate&#038;utm_content=blog&#038;utm_campaign=mdb_002002' title='AJAX and PHP Book'>AJAX and PHP: Building Modern Web Applications - Second Edition</a>, and I absolutely loved it. I'm going to take some time today to go over the some of <a href='http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&#038;utm_medium=affiliate&#038;utm_content=blog&#038;utm_campaign=mdb_002002'>the book</a>, and what I feel it has to offer the average reader.</p>
<p><span id="more-853"></span><br />
<a href="http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_002002"><img src="http://dev-tips.com/wp-content/uploads/2010/01/ajax-php-review.jpg" alt="" title="ajax-php-review" width="605" height="220" class="aligncenter size-full wp-image-866" /></a></p>
<h2>Review Overview</h2>
<ul>
<li>Book Summary</li>
<li>Who is this book for?</li>
<li>Subject Matter</li>
<li> Notable content/features</li>
<li>Final Thoughts</li>
</ul>
<h2>Book Summary</h2>
<p>The main focus of <a href='http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&#038;utm_medium=affiliate&#038;utm_content=blog&#038;utm_campaign=mdb_002002' title='AJAX and PHP: Building Modern Web Apps'>AJAX and PHP: Building Modern Web Apps</a> is to get you up and running using raw Javascript and php to build practical and useful applications. I was happy to see the book mentions Javascript libraries, but really teaches the reader how to do things with plain old Javacript while accounting for all browsers. It was actually fun learning how to create your own AJAX cross browse compatible objects, which is something I never though I'd say.</p>
<p>To quote the books description and give you a better idea of the subject matter:</p>
<p>
<blockquote>This book is a step-by-step, example-driven AJAX tutorial, featuring complete case studies. Each chapter contains a friendly mix of theory and practice, so that your journey through the book will be pleasant, yet efficient. You’ll be coding your first AJAX application at the end of the first chapter, and with each new chapter you’ll develop increasingly complex AJAX applications featuring advanced techniques and coding patterns.</p></blockquote>
<h2>Who is this book for?</h2>
<p>In my opinion this book is great for beginners to web development, intermediate web developers looking to polish their AJAX and php skills, or advanced users who may have not had much experience using raw Javascript in web applications.</p>
<p>Anyone wanting to learn how php and Javascript can integrate asynchronosuly together will probably find this book behooving.</p>
<h2>Subject Matter</h2>
<p>I can't reveal all the details, but there are some seriously awesome applications and tutorials used in this book. </p>
<p>You are first introduced and walked through the basics of everything you'll need to get started, there is also a great primer on Javascript and even OOP style of Javascript, which is a nice bonus.</p>
<p>After that, you jump right in to building example AJAX applications, taking advantage of different web services and API.</p>
<p>Both XML and JSON formats are covered, which is essential.</p>
<h2>Notable Content/Features</h2>
<p>The section dealing with JSON vs XML is just awesome no matter which side of the fence you happen to stand on. Truth is, both data formats are in wide use, so it's helpful to know how to use them both when it relate to AJAX and PHP.</p>
<p>Another feature of <a href='http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&#038;utm_medium=affiliate&#038;utm_content=blog&#038;utm_campaign=mdb_002002'>the book</a> I really enjoyed was the bonus on "Design Patterns" where common JS and PHP design patterns are evaluated and explained, it's very helpful for anyone trying to improve their application workflow.</p>
<p>Lastly, I'm very happy with how thorough of a job the authors did when it came to handling and dealing with cross browser issues. This isn't the most fun thing in the world, but any developer knows it's vital that their app work seamlessly across all common browsers.</p>
<h2>Final Thoughts</h2>
<p>As with nearly every single book from Packt, <a href='http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&#038;utm_medium=affiliate&#038;utm_content=blog&#038;utm_campaign=mdb_002002' title='AJAX and PHP'>AJAX and PHP: Building Modern Web Applications</a> is absolutely worth the price. It's a book to keep on your shelf when you're done reading to resort back to anytime you want to get your hands dirty with AJAX, and want things explained in a clear and precise manner.</p>
<h2>As Always...</h2>
<p>As always, I like to show all of you that I do in fact read all of these books I talk about and review, so here is my wonderfully extremely good looking self rocking the book:</p>
<div id="attachment_859" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&#038;utm_medium=affiliate&#038;utm_content=blog&#038;utm_campaign=mdb_002002"><img src="http://dev-tips.com/wp-content/uploads/2010/01/AJAXandPHP-Drew-e1264713791250.jpg" alt="" title="AJAXandPHP-Drew" width="500" height="375" class="size-full wp-image-859" /></a><p class="wp-caption-text">Drew approves; he needs a haircut too!</p></div>
<h2>Get It Now!</h2>
<div><a href='http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&#038;utm_medium=affiliate&#038;utm_content=blog&#038;utm_campaign=mdb_002002'><img src='http://dev-tips.com/wp-content/uploads/2010/01/ajax_php_ss.png' alt='' /></a></div>
<p>You can <a href='http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&#038;utm_medium=affiliate&#038;utm_content=blog&#038;utm_campaign=mdb_002002' title='Get AJAX and PHP the book!'>pick up the book directly from PacktPubs</a> website and get started with AJAX and PHP today <img src='http://dev-tips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://dev-tips.com/featured/ajax-and-php-building-modern-web-apps-book-review/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Dev-Tips Turns 1! The Huge Giveaway Bash Begins!</title>
		<link>http://dev-tips.com/featured/dev-tips-turns-1-the-huge-giveaway-bash-begins</link>
		<comments>http://dev-tips.com/featured/dev-tips-turns-1-the-huge-giveaway-bash-begins#comments</comments>
		<pubDate>Thu, 07 Jan 2010 01:28:09 +0000</pubDate>
		<dc:creator>Drew Douglass</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Client Side]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://dev-tips.com/?p=789</guid>
		<description><![CDATA[Recently, we wrote about Dev-Tips turning one year old, and asked for items to be donated for a giveaway bash. I'm thrilled to say the response has been absolutely overwhelming. I have been stunned by everyones kindness and will to donate an item or product. With that said, I published the first post for Dev-Tips [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, <a href='http://dev-tips.com/featured/dev-tips-turning-1-soon-big-giveaway-bash-planned' title='Giveaway Bash Plans'>we wrote about Dev-Tips turning one year old</a>, and asked for items to be donated for a giveaway bash. I'm thrilled to say the response has been absolutely overwhelming. I have been stunned by everyones kindness and will to donate an item or product. With that said, <a href='http://dev-tips.com/featured/jquery-tip-using-xpath-selectors' title='Xpath Selectors in jQuery'>I published the first post for Dev-Tips</a> one year ago today. <strong>We've got 11 amazing items and products to giveaway to some of our readers, let the giveaway begin!</strong></p>
<p><span id="more-789"></span></p>
<h2>UPDATE!</h2>
<p><strong>As of January 14, 2010 I will be picking and emailing the random winners and ensuring those who won are eligible to receive the prize. Please check your inbox and make sure no messages get caught in your spam filter over the next few days. More updates shortly!</strong></p>
<h2>The Giveaway Items/Products</h2>
<p>We have <strong>11</strong> amazing items and products to giveaway to our readers, they are as follows.</p>
<h3><a href='http://www.phpreferencebook.com/'>PHP Reference Book (Print Edition)</a></h3>
<p><em>Courtesy of <a href='http://phpreferencebook.com'>Mario Lurig</a> - Author</em></p>
<p><a href="http://www.phpreferencebook.com"><img src="http://dev-tips.com/wp-content/uploads/2010/01/php_ref_giveaway.png" alt="" title="php_ref_giveaway" width="600" height="200" class="aligncenter size-full wp-image-810" /></a><br />
<a href="http://www.phpreferencebook.com"><img src="http://dev-tips.com/wp-content/uploads/2010/01/php_ref_ss.png" alt="" title="php_ref_ss" width="600" height="300" class="aligncenter size-full wp-image-811" /></a></p>
<p>
<blockquote>A collection of over 250 PHP functions with clear explanations in language anyone can understand, followed with as many examples as it takes to understand what the function does and how it works. One of the best PHP books to keep around as a PHP reference.<br />
This PHP reference includes numerous additional tips, the basics of PHP, MySQL query examples, regular expressions syntax, and two indexes to help you find information faster: a common language index and a function index.</p></blockquote>
<h3><a href='http://spotify.com/'>2 Spotify Invites for the Free to Use Version!</a></h3>
<p><em>Courtesy of <a href='http://becreativemagazine.com/'>BeCreativeMagazine</a></em></p>
<p><a href="http://becreativemagazine.com/"><img src="http://dev-tips.com/wp-content/uploads/2010/01/spotify_giveaway_text.png" alt="" title="spotify_giveaway_text" width="600" height="200" class="aligncenter size-full wp-image-815" /></a><br />
<a href="http://spotify.com/"><img src="http://dev-tips.com/wp-content/uploads/2010/01/spotify_ss.png" alt="" title="spotify_ss" width="600" height="300" class="aligncenter size-full wp-image-816" /></a></p>
<p>
<blockquote>Millions of songs - instant and simple<br />
Discover and share music with your friends</p></blockquote>
<p><small>Not available in all countries</small></p>
<h3><a href='http://amazon.com/' title='Amazon'>$25 Amazon Giftcard</a></h3>
<p><em>Courtesy of <a href='http://becreativemagazine.com/'>BeCreativeMagazine</a></em></p>
<p><a href="http://becreativemagazine.com/"><img src="http://dev-tips.com/wp-content/uploads/2010/01/amazon_giveaway_text.png" alt="" title="amazon_giveaway_text" width="600" height="200" class="aligncenter size-full wp-image-817" /></a><br />
<a href="http://amazon.com/"><img src="http://dev-tips.com/wp-content/uploads/2010/01/amazon_ss.png" alt="" title="amazon_ss" width="600" height="300" class="aligncenter size-full wp-image-818" /></a></p>
<p>
<blockquote><a href='http://becreativemagazine.com/'>BeCreative Magazine</a> is an online design/social media magazine. It´s also a blog for people who want to learn how to design, code and write online. Whether you need to know how to design a website from scratch, start developing themes or maybe even want to learn how to write properly for the web we´ve got it.</p></blockquote>
<h3><a href='http://www.imblog.info/'>FREE PSD to XHTML Conversion ($123 value)</a></h3>
<p><em>Courtesy of <a href='http://www.imblog.info/'>HiddenPearls</a></em></p>
<p><a href="http://www.imblog.info"><img src="http://dev-tips.com/wp-content/uploads/2010/01/free_psdtohtml_text.png" alt="" title="free_psdtohtml_text" width="600" height="200" class="aligncenter size-full wp-image-819" /></a><br />
<a href="http://www.imblog.info"><img src="http://dev-tips.com/wp-content/uploads/2010/01/hiddenpearls_ss.png" alt="" title="hiddenpearls_ss" width="600" height="300" class="aligncenter size-full wp-image-820" /></a></p>
<p>
<blockquote><a href='http://www.imblog.info/'>HiddenPearls</a> is offering a free PSD to HTML conversion for one homepage and one contact page, a $123 value, absolutely free to one lucky winner! Be sure to <a href='http://twitter.com/hiddenpearls'>follow him on Twitter!</a></p></blockquote>
<h3><a href='http://tutsplus.com/' title='TutsPlus'>FREE 3 Month TUTS+ Subscription</a></h3>
<p>Courtesy of <a href='http://envato.com' title='Envato'>Envato</a></p>
<p><a href="http://tutsplus.com/"><img src="http://dev-tips.com/wp-content/uploads/2010/01/tutsplus_text.png" alt="" title="tutsplus_text" width="600" height="200" class="aligncenter size-full wp-image-821" /></a><br />
<a href="http://tutsplus.com/"><img src="http://dev-tips.com/wp-content/uploads/2010/01/tutsplus_ss.png" alt="" title="tutsplus_ss" width="600" height="300" class="aligncenter size-full wp-image-822" /></a></p>
<p>
<blockquote>From graphics to web development, audio to video and more, get the skills you want from our family of tutorial and resource sites. Need more? We also offer a <a href='http://tutsplus.com/'>Plus program</a> where you can access source files and bonus tutorials.</p></blockquote>
<h3><a href='http://envato.com/'>$50 Credit to any one of the Envato Marketplace</a></h3>
<p><em>Courtesy of <a href='http://activeden.net/'>ActiveDen</a>, <a href='http://audiojungle.net/'>AudioJungle</a>, <a href='http://themeforest.net/'>ThemeForest</a>, <a href='http://videohive.net/'>VideoHive</a>, <a href='http://graphicriver.net/'>GraphicRiver</a>, <a href='http://3docean.net/'>3dOcean</a>, and/or <a href='http://codecanyon.net/'>CodeCanyon</a>.</em></p>
<p><a href="http://themeforest.net"><img src="http://dev-tips.com/wp-content/uploads/2010/01/marketplace_text.png" alt="" title="marketplace_text" width="600" height="200" class="aligncenter size-full wp-image-823" /></a><br />
<a href="http://themeforest.net"><img src="http://dev-tips.com/wp-content/uploads/2010/01/marketplace_ss.png" alt="" title="marketplace_ss" width="600" height="300" class="aligncenter size-full wp-image-824" /></a></p>
<p>
<blockquote>The Envato Marketplaces allow anyone to buy or sell digital goods like WordPress themes, stock audio, After Effects project files, Flash templates and much more. The marketplaces are home to a thriving community of over 300,000 users, authors and buyers and everyday hundreds of new files are added.</p></blockquote>
<h3><a href='http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&#038;utm_medium=affiliate&#038;utm_content=blog&#038;utm_campaign=mdb_002002' title='AJAX and PHP Building Modern Web Applications 2nd Edition'>AJAX and PHP: Building Modern Web Applications 2nd Edition (paperback)</a></h3>
<p><em>Courtesy of <a href='http://packtpub.com' title='PacktPub'>PacktPub</a></em></p>
<p><a href="http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_002002"><img src="http://dev-tips.com/wp-content/uploads/2010/01/ajax_php_text.png" alt="" title="ajax_php_text" width="600" height="200" class="aligncenter size-full wp-image-825" /></a><br />
<a href="http://www.packtpub.com/ajax-and-php-2nd-edition/mid/050110l77db5?utm_source=dev-tips.com&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_002002"><img src="http://dev-tips.com/wp-content/uploads/2010/01/ajax_php_ss.png" alt="" title="ajax_php_ss" width="600" height="300" class="aligncenter size-full wp-image-826" /></a></p>
<p>
<blockquote>This book is a step-by-step, example-driven AJAX tutorial, featuring complete case studies. Each chapter contains a friendly mix of theory and practice, so that your journey through the book will be pleasant, yet efficient. You’ll be coding your first AJAX application at the end of the first chapter, and with each new chapter you’ll develop increasingly complex AJAX applications featuring advanced techniques and coding patterns.</p></blockquote>
<h3><a href='https://www.e-junkie.com/ecom/gb.php?cl=88539&#038;c=ib&#038;aff=47113' title='Digging into WordPress Book'>Digging Into WordPress the Book (pdf)</a></h3>
<p><em>Courtesy of <a href='http://digwp.com' title='DigWP'>DigWP</a></em></p>
<p><a href="https://www.e-junkie.com/ecom/gb.php?cl=88539&amp;c=ib&amp;aff=47113"><img src="http://dev-tips.com/wp-content/uploads/2010/01/digwp_text.png" alt="" title="digwp_text" width="600" height="200" class="aligncenter size-full wp-image-827" /></a><br />
<a href="https://www.e-junkie.com/ecom/gb.php?cl=88539&amp;c=ib&amp;aff=47113"><img src="http://dev-tips.com/wp-content/uploads/2010/01/digwp_ss.png" alt="" title="digwp_ss" width="600" height="300" class="aligncenter size-full wp-image-828" /></a></p>
<p>
<blockquote>Written by WordPress veterans <a href='http://css-tricks.com/'>Chris Coyier</a> and <a href='http://perishablepress.com/'>Jeff Starr</a>, Digging into WordPress is 400+ jam-packed pages of everything you need to get the most out of WordPress. WordPress is great right out of the box, but unless you want an ordinary vanilla blog, it is essential to understand the full potential of WordPress and have the right tools to get the job done.</p></blockquote>
<h3><a href='http://aremysitesup.com/premium/'>One Standard Premium Account for Are My Sites Up?</a></h3>
<p><em>Courtesy of <a href='http://chriscoyier.net/' title='Chris Coyier'>Chris Coyier</a></em></p>
<p><a href="http://aremysitesup.com/premium/"><img src="http://dev-tips.com/wp-content/uploads/2010/01/amsu_text.png" alt="" title="amsu_text" width="600" height="200" class="aligncenter size-full wp-image-829" /></a><br />
<a href="http://aremysitesup.com/premium/"><img src="http://dev-tips.com/wp-content/uploads/2010/01/amsu_ss.png" alt="" title="amsu_ss" width="600" height="300" class="aligncenter size-full wp-image-830" /></a></p>
<p>
<blockquote>Your clients and/or customers don’t care that a hamster chewed through a network cable somewhere in Northern California. They want their website up. You need to find out before they do so you can react fast!</p></blockquote>
<h3><a href='http://apress.com/book/view/9781430218258'>Beginning Zend Framework (print edition)</a></h3>
<p><em>Courtesy of <a href='http://apress.com' title='Apress Publishing'>Apress Publishing</a></em></p>
<p><a href="http://apress.com/book/view/9781430218258"><img src="http://dev-tips.com/wp-content/uploads/2010/01/zend_text.png" alt="" title="zend_text" width="600" height="200" class="aligncenter size-full wp-image-831" /></a><br />
<a href="http://apress.com/book/view/9781430218258"><img src="http://dev-tips.com/wp-content/uploads/2010/01/zend_ss.png" alt="" title="zend_ss" width="600" height="300" class="aligncenter size-full wp-image-832" /></a></p>
<p>
<blockquote>The Zend Framework is one of today’s most popular PHP–based web application development frameworks. Beginning Zend Framework is a beginner’s guide to learning and using the Zend Framework. It covers everything from the installation to the various features of the framework to get the reader up and running quickly.</p></blockquote>
<h3><a href='http://apress.com/book/view/1590599829' title='Beginning Python from Novice to Professional'>Beginning Python From Novice To Professional, Second Edition (pdf)</a></h3>
<p><em>Courtesy of <a href='http://apress.com' title='Apress Publishing'>Apress Publishing</a></em></p>
<p><a href="http://apress.com/book/view/1590599829"><img src="http://dev-tips.com/wp-content/uploads/2010/01/python_text.png" alt="" title="python_text" width="600" height="200" class="aligncenter size-full wp-image-833" /></a><br />
<a href="http://apress.com/book/view/1590599829"><img src="http://dev-tips.com/wp-content/uploads/2010/01/python_ss.png" alt="" title="python_ss" width="600" height="300" class="aligncenter size-full wp-image-834" /></a></p>
<p>
<blockquote>Gain a fundamental understanding of Python’s syntax and features with the second edition of Beginning Python, an up–to–date introduction and practical reference. Covering a wide array of Python–related programming topics, including addressing language internals, database integration, network programming, and web services, you’ll be guided by sound development principles. Ten accompanying projects will ensure you can get your hands dirty in no time.</p>
<p>Updated to reflect the latest in Python programming paradigms and several of the most crucial features found in the forthcoming Python 3.0 (otherwise known as Python 3000), advanced topics, such as extending Python and packaging/distributing Python applications, are also covered.</p></blockquote>
<h2>How Do I Enter?</h2>
<p>Simple and takes merely seconds! Follow these steps:</p>
<ol>
<li><a href='http://twitter.com/?status="Dev-Tips Huge Web Developer giveaway bash, 11 items up for grab! | http://bit.ly/6kzEwQ"'>Tweet about this post on twitter</a> using any text you like. Nothing fancy. Here is a link you may use <a href='http://bit.ly/6kzEwQ' title='Shortened Giveaway Link'><code>http://bit.ly/6kzEwQ</code></a></li>
<li>Leave a comment below about which items you would like to win. Please list at least three (please add more if you can!) in case your desired item is already taken if you win.</li>
<li>That's it, I told you it was simple!</li>
</ol>
<p><small>As the comments grow larger, you will want to consider requesting choices that haven't been requested as much, to improve your chance of getting your first choice if you win.</small></p>
<h2>How are the winners determined?</h2>
<p>Random. All Random. We will choose random winners when the contest is over and try to give them their first item choice, if available. There will be 11 total winners, so be sure to follow the above steps to enter!</p>
<h2>Please Support Our Sponsors!</h2>
<p>This contest just would not have been possible without some amazing and very generous people and companies. Please take a minute of your time to give one of them a browse when you have the chance. Special thanks to:</p>
<ul>
<li><a href='http://www.phpreferencebook.com/'>Mario Lurig</a></li>
<li><a href='http://becreativemagazine.com/'>BeCreativeMagazine</a></li>
<li><a href='http://www.imblog.info/'>HiddenPearls</a></li>
<li><a href='http://envato.com'>Envato</a></li>
<li><a href='http://www.packtpub.com/'>PacktPub</a></li>
<li><a href='http://digwp.com/'>DigWP</a></li>
<li><a href='http://chriscoyier.net'>Chris Coyier</a></li>
<li><a href='http://aremysitesup.com'>Are My Sites Up?</a></li>
<li><a href='http://apress.com/' title='Apress Publishing'>Apress Publishing</a></li>
</ul>
<p>Once again, please join me in saying a huge "thank you!" to our sponsors!</p>
<h2>Support Dev-Tips</h2>
<p>We've grown a lot in one year, and we're hoping to continue to see that trend in the year 2010. If Dev-Tips has helped you out in anyway in the past year, I ask you to please consider making a small donation to help us offset the cost of hosting and running the site. Any and all donations are very much appreciated.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="10838805">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<p>Follow <a href='http://twitter.com/dev_tips'>@Dev_Tips</a> and <a href='http://twitter.com/drewdouglass'>@DrewDouglass</a> on Twitter!</p>
<h2>Enter now!</h2>
<p>Read through the contest steps above, and enter your comment now for a chance to win one of the 11 items!</p>
<h2>When Will the Winners be Picked?</h2>
<p>We will be picking a winner around January 13th. We may extend this a bit to give everyone a fair chance to enter.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev-tips.com/featured/dev-tips-turns-1-the-huge-giveaway-bash-begins/feed</wfw:commentRss>
		<slash:comments>156</slash:comments>
		</item>
	</channel>
</rss>
