Web design...

Open discussion about any topic, as long as you abide by the rules of course!
Post Reply
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Web design...

Post by FragaGeddon »

What books can you recommend that would be good in learning web design. I'm also talking PHP,etc.
Dr_Watson
Posts: 5237
Joined: Wed Feb 23, 2000 8:00 am

Post by Dr_Watson »

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.
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

I want to redesign my brother-in-law's website and also want to add a shopping cart. Need to design one for my sister also and also add a shopping cart.
User avatar
PhoeniX
Posts: 4067
Joined: Fri Aug 04, 2000 7:00 am

Post by PhoeniX »

I recommend http://www.zen-cart.com/modules/frontpage/ as the shopping cart. It's free.
4days
Posts: 5465
Joined: Tue Apr 16, 2002 7:00 am

Post by 4days »

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.
Last edited by 4days on Thu Feb 24, 2005 11:28 am, edited 1 time in total.
4days
Posts: 5465
Joined: Tue Apr 16, 2002 7:00 am

Post by 4days »

PhoeniX wrote:I recommend http://www.zen-cart.com/modules/frontpage/ as the shopping cart. It's free.
keen :)
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

PhoeniX 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.
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

Going to have to learn about image design also.
denzii
Posts: 426
Joined: Tue Feb 08, 2005 5:02 am

Post by denzii »

http://www.oswd.org

This site was turned on to me by someone here.

Has a bunch of cool web templates.

edit: oops
sirstrongbad
Posts: 264
Joined: Tue Sep 12, 2000 7:00 am

Post by sirstrongbad »

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
losCHUNK
Posts: 16019
Joined: Thu May 09, 2002 7:00 am

Post by losCHUNK »

sirstrongbad 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 ? :P
Pauly
Posts: 3460
Joined: Sun Sep 09, 2001 7:00 am

Post by Pauly »

You need a degree in nerdism
sirstrongbad
Posts: 264
Joined: Tue Sep 12, 2000 7:00 am

Post by sirstrongbad »

losCHUNK wrote:
sirstrongbad 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 ? :P
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.

all in all, i think they're great books to help get a person up and running quickly. :shrug:
sirstrongbad
Posts: 264
Joined: Tue Sep 12, 2000 7:00 am

Post by sirstrongbad »

Pauly wrote:You need a degree in nerdism
already have one. i'm a recent graduate of the IU School of Informatics. doesn't get much "nerdier" than that. :p
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

Thanks SSB. Will check those out.
sirstrongbad
Posts: 264
Joined: Tue Sep 12, 2000 7:00 am

Post by sirstrongbad »

np, sir :)
mik0rs
Posts: 2650
Joined: Wed May 03, 2000 7:00 am

Post by mik0rs »

sirstrongbad wrote:
losCHUNK wrote:
sirstrongbad 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 ? :P
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.

all in all, i think they're great books to help get a person up and running quickly. :shrug:
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.
Post Reply