Web design...
- FragaGeddon
- Posts: 3229
- Joined: Sun Sep 17, 2000 7:00 am
Web design...
What books can you recommend that would be good in learning web design. I'm also talking PHP,etc.
honestly, most of the html books are the same thing... just different author.
and with most programming language books its pretty much better to just goto the bookstore and flip through a few.
then pick the one that you like the best.
since they will all have the same information, just presented differently for different learning styles.
and with most programming language books its pretty much better to just goto the bookstore and flip through a few.
then pick the one that you like the best.
since they will all have the same information, just presented differently for different learning styles.
- FragaGeddon
- Posts: 3229
- Joined: Sun Sep 17, 2000 7:00 am
I recommend http://www.zen-cart.com/modules/frontpage/ as the shopping cart. It's free.
easier to look stuff up online, print it out if you have to.
off the top of my head:
http://www.php.net/docs.php
http://www.devguru.com/Technologies/css ... index.html
http://solidox.org/index.php?w=module:a ... view,id:11 (was looking at it a minute ago)
http://www.w3schools.com
got a few decent reference links at home, will post them up later if it's any help.
if you're just starting - then don't get into any bad habits. learn css NOW without arsing around with deprecated html tags. use an editor with syntax highlighting rather than an wysiwyg interface.
edit: just hit refresh and saw what you're planning - use a reliable out-of-the-box script (oscommerce/agora are okay) if you want to do shopping carts and so on.
off the top of my head:
http://www.php.net/docs.php
http://www.devguru.com/Technologies/css ... index.html
http://solidox.org/index.php?w=module:a ... view,id:11 (was looking at it a minute ago)
http://www.w3schools.com
got a few decent reference links at home, will post them up later if it's any help.
if you're just starting - then don't get into any bad habits. learn css NOW without arsing around with deprecated html tags. use an editor with syntax highlighting rather than an wysiwyg interface.
edit: just hit refresh and saw what you're planning - use a reliable out-of-the-box script (oscommerce/agora are okay) if you want to do shopping carts and so on.
Last edited by 4days on Thu Feb 24, 2005 11:28 am, edited 1 time in total.
keenPhoeniX wrote:I recommend http://www.zen-cart.com/modules/frontpage/ as the shopping cart. It's free.

- FragaGeddon
- Posts: 3229
- Joined: Sun Sep 17, 2000 7:00 am
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.
- FragaGeddon
- Posts: 3229
- Joined: Sun Sep 17, 2000 7:00 am
http://www.oswd.org
This site was turned on to me by someone here.
Has a bunch of cool web templates.
edit: oops
This site was turned on to me by someone here.
Has a bunch of cool web templates.
edit: oops
-
- Posts: 264
- Joined: Tue Sep 12, 2000 7:00 am
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
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 ? :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
-
- Posts: 264
- Joined: Tue Sep 12, 2000 7:00 am
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.

-
- Posts: 264
- Joined: Tue Sep 12, 2000 7:00 am
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.