Web design...
Posted: Thu Feb 24, 2005 11:13 am
What books can you recommend that would be good in learning web design. I'm also talking PHP,etc.
keenPhoeniX wrote:I recommend http://www.zen-cart.com/modules/frontpage/ as the shopping cart. It's free.
I'll have a good look at that, thanks.PhoeniX wrote:I recommend http://www.zen-cart.com/modules/frontpage/ as the shopping cart. It's free.
thumbing through the book ? :Psirstrongbad wrote:hey frag,
the o'reilly books are really the best choice for quality and relevance. when it comes to web languages, i use (on a regular basis), PHP Cookbook, CSS Cookbook, and MySQL cookbook all from O'Reilly. you can find them on Amazon used for very cheap.
there are numerous online repositories that can help you, as well:
<a href='http://php.net' target='_blank'>www.php.net</a> complete documentation for PHP
<a href='http://groups.google.com' target='_blank'>google groups</a> best for searching for quick fixes to numerous programming problems
thumbing through the book? sometimes. those cookbooks have solutions for a lot of everyday issues that developers face. if you're looking for a login script, for example, the PHP Cookbook has examples that you can use. if you're trying to figure out how to build a tab-based navigation system in CSS, the CSS Cookbook has code examples for that, too.losCHUNK wrote:thumbing through the book ? :Psirstrongbad wrote:hey frag,
the o'reilly books are really the best choice for quality and relevance. when it comes to web languages, i use (on a regular basis), PHP Cookbook, CSS Cookbook, and MySQL cookbook all from O'Reilly. you can find them on Amazon used for very cheap.
there are numerous online repositories that can help you, as well:
<a href='http://php.net' target='_blank'>www.php.net</a> complete documentation for PHP
<a href='http://groups.google.com' target='_blank'>google groups</a> best for searching for quick fixes to numerous programming problems
already have one. i'm a recent graduate of the IU School of Informatics. doesn't get much "nerdier" than that.Pauly wrote:You need a degree in nerdism
Got to agree, most of the books O'Reilly put out are good quality. The only exception to that was "Programming ASP.NET" which I've got, the rest have been great.sirstrongbad wrote:thumbing through the book? sometimes. those cookbooks have solutions for a lot of everyday issues that developers face. if you're looking for a login script, for example, the PHP Cookbook has examples that you can use. if you're trying to figure out how to build a tab-based navigation system in CSS, the CSS Cookbook has code examples for that, too.losCHUNK wrote:thumbing through the book ? :Psirstrongbad wrote:hey frag,
the o'reilly books are really the best choice for quality and relevance. when it comes to web languages, i use (on a regular basis), PHP Cookbook, CSS Cookbook, and MySQL cookbook all from O'Reilly. you can find them on Amazon used for very cheap.
there are numerous online repositories that can help you, as well:
<a href='http://php.net' target='_blank'>www.php.net</a> complete documentation for PHP
<a href='http://groups.google.com' target='_blank'>google groups</a> best for searching for quick fixes to numerous programming problems
all in all, i think they're great books to help get a person up and running quickly.