<?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>Hendeca Design &#187; Lists</title>
	<atom:link href="http://www.hendeca.com/category/lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hendeca.com</link>
	<description>User-friendly, client-friendly, well-organized, eye-popping web design and development</description>
	<lastBuildDate>Tue, 20 Jul 2010 21:28:21 +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>5 Great Beginning Web Design/Development Books</title>
		<link>http://www.hendeca.com/blog/webdesign/5-great-beginning-web-designdevelopment-books/</link>
		<comments>http://www.hendeca.com/blog/webdesign/5-great-beginning-web-designdevelopment-books/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 07:09:56 +0000</pubDate>
		<dc:creator>Neal</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.hendeca.com/?p=74</guid>
		<description><![CDATA[It&#8217;s hard to know where to begin when you&#8217;re buying your first book in an attempt to learn a new skill. Always make sure to buy the newest edition of any web design or development book you&#8217;re interested in, because times change and so do the best-practices for each language. There&#8217;s no such thing as [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s hard to know where to begin when you&#8217;re buying your first book in  an attempt to learn a new skill. Always make sure to buy the newest  edition of any web design or development book you&#8217;re interested in,  because times change and so do the best-practices for each language.  There&#8217;s no such thing as a perfect book, so make sure to Google anything  you don&#8217;t understand so you can find reference material to inform you.  In many cases, this will allow you to get much more out of any book you  read. There&#8217;s a wealth of great information out there, but it&#8217;s these 5  books that I found exceptional for beginners:</p>
<p><span id="more-74"></span></p>
<div class="blog_list_item">
<p><img class="alignleft size-full wp-image-92 border" title="zeldman-designing" src="http://www.hendeca.com/wp-content/uploads/2010/01/zeldman-designing.jpg" alt="Designing with Web Standards 3rd Edition by Jeffrey Zeldman" width="192" height="247" /><a href="http://www.zeldman.com/dwws/">1. Designing with Web  Standards (3rd Edition)<em> by Jeffrey Zeldman</em></a></p>
<p>Zeldman’s Designing with Web Standards isn’t so much an instruction book  on web design as it is a clear and concise explanation of idea behind  web standards. When I read this book, I hadn’t touch any web-based code  since the days of tables and font tags. Zeldman laid it all out in this  book, explaining how the web went from the clunky combined structure and  styling of early HTML to the sleek and sensible separation of structure  and style with XHTML and CSS.</p>
<p>In addition to the great history lesson about the web as well as a  great introduction to the new web standards, Zeldman also goes over the  basics of combining XHTML and CSS to design a website. If you’re  wondering what all the hubub is about Web Standards, this is the book  for you, and a great book all around for someone trying to break into  the field of Web Design. <a href="http://www.cssmastery.com/"></a></p>
</div>
<div class="blog_list_item">
<p><img class="alignleft size-full wp-image-95 border" title="cssmastery" src="http://www.hendeca.com/wp-content/uploads/2010/01/cssmastery.jpg" alt="" width="200" height="240" /><a href="http://www.cssmastery.com/">2. CSS Mastery<em> by Andy Budd</em></a></p>
<p>For a web designer you can never be too well-read on CSS. Once you  understand the basics, there are still tons of useful advanced  techniques to learn. Browser inconsistencies are always a problem, and  there are a slew of workarounds and best-practices to solve them.</p>
<p>In CSS Mastery, Andy Budd starts by explaining the box model,  something that will come in handy for the rest of your web design  career. Understanding the box model will help you grasp the way that  layout elements behave (and how they misbehave in Internet Explorer!).  Andy covers all the bases including menus, text, layouts, rollovers, and  everything else.</p>
<p>CSS Mastery goes into moderate depth on a wide variety of topics.  Books on more specific CSS subjects will co into more detail than CSS  Mastery, but the well-rounded range of crucial subjects is much better  for beginners. Any topics that you still have problems with after  reading this book can lead you to other, more specialized CSS books. For  someone trying to dive into the world of CSS, this is my #1 pick. <a href="http://www.amazon.com/exec/obidos/tg/detail/-/1590597311/ref=ord_cart_shr?_encoding=UTF8&amp;m=ATVPDKIKX0DER&amp;v=glance"></a></p>
</div>
<div class="blog_list_item">
<p><img class="alignleft size-full wp-image-94 border" title="php solutions" src="http://www.hendeca.com/wp-content/uploads/2010/01/php-solutions.jpg" alt="PHP Solutions: Dynamic Web Design Made Easy by David Powers" width="200" height="240" /><a href="http://www.amazon.com/exec/obidos/tg/detail/-/1590597311/ref=ord_cart_shr?_encoding=UTF8&amp;m=ATVPDKIKX0DER&amp;v=glance">3.  PHP Solutions: Dynamic Web Design Made Easy<em> by David Powers</em></a></p>
<p>David Powers knows exactly what to include in a book for beginners.  In addition to going over the basic syntax and structure of the  language, David includes everything you need to know to install PHP and  set up your own testing environment to try out all of the book’s  wonderful examples. The examples in the book are both well-explained and  useful. From examples as simple as includes to more involved projects  such as a database-driven photo gallery, Powers rarely loses his  audience, no matter how new they may be to the language!</p>
<p>If you’re interested in web development, this is a must, since PHP is  such a widely used language, and the driving force behind many popular  CMS’s including WordPress (the CMS used for this webpage among countless  others). I highly suggest using <a href="http://www.php.net/">php.net’s  documentation</a> as reference for any classes or functions you don’t  fully understand. <a href="http://simplebits.com/publications/bulletproof/"></a></p>
</div>
<div class="blog_list_item">
<p><img class="alignleft size-full wp-image-104 border" title="bp-big" src="http://www.hendeca.com/wp-content/uploads/2010/01/bp-big.gif" alt="Bulletproof Web Design by Dan Cedarholm" width="179" height="182" /><a href="http://simplebits.com/publications/bulletproof/">4.  Bulletproof Web Design<em> by Dan Cedarholm</em></a></p>
<p>This might be a better follow-up to CSS Mastery by Andy Budd, but it  teaches many CSS best-practices in a very sensible way. Dan introduces a  commonly used CSS technique, then explains why it’s not the best  solution. Next a better solution is introduced, and Dan explains exactly  why it’s an improvement. It’s simple, but effective, and it makes sense  to seasoned CSS gurus and beginners alike.</p>
<p>Bulletproof Web Design bridges the gap between simply understanding  CSS, and understanding the best way to use it to create a great site for  every browser (and browser setting). Dan’s website <a href="http://www.simplebits.com/">www.simplebits.com</a> is also a great  resource, and he has a few other books worth checking out as well! <a href="http://www.friendsofed.com/book.html?isbn=1590598156"></a></p>
</div>
<div class="blog_list_item">
<p><img class="alignleft size-full wp-image-106 border" title="actionscript3forflash" src="http://www.hendeca.com/wp-content/uploads/2010/01/actionscript3forflash.jpg" alt="Actionscript 3.0 for Flash and Flex by Sean McSharry, Steve Webster, and Todd Yard" width="200" height="240" /><a href="http://www.friendsofed.com/book.html?isbn=1590598156">5.  Actionscript 3.0 for Flash and Flex<em> by Sean McSharry, Steve Webster, and Todd Yard</em></a></p>
<p>Ok so I guess some would say that Actionscript 3.0 doesn’t fit into  the web development genre, but I’m sure there are plenty of you out  there interested in flash, and flash is still a huge part of the web  today. Don’t get me wrong, flash has its time and place, but there are  some web apps that are best suited for Actionscript 3.0! Also keep in  mind that there are versions for Flash CS3 and CS4, so it’s up to you  which version to get depending on which version of flash you have.</p>
<p>That said, I think this book is about the closest I’ve found to a  good all-around introduction. Like some of the other books on this list,  it is good for beginners because it is well-rounded. After explaining  the basics of the language, it goes on to show you numerous techniques  and practical projects in many different areas of interest. I suggest  this book as a way to get acquainted with the language, while further  books will help you gain a greater understanding of the more specific  functions that suite your needs. Actionscript 3.0 is a language capable  of doing so many things, so it’s nice to have a book like this to  introduce you to some of the most used functions of the language.</p>
<p>I find a lot of Actionscript 3.0 books lacking in their explanations  for beginners, and this book has moments of confusion, but to me it is  the closest I’ve found to a book for beginners that explains everything  in an easily understandable way. That said, make sure you always keep  your <a href="http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/">Actionscript  3.0 Language and Components Reference</a> open in case you come across  something you don’t understand.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.hendeca.com/blog/webdesign/5-great-beginning-web-designdevelopment-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
