PDA

View Full Version : Code


Mindelude
02-05-2006, 05:52 AM
What are the basic things you need to very-well code a web site?

I know HTML, and I'm getting a book on PHP.

brett7481
02-05-2006, 03:36 PM
Well, HTML or XHTML and CSS are the only things you need to code a webpage. ANything beyond that simply adds dynamic elements to your site.

ronaldb66
02-07-2006, 09:04 AM
And please, for your next post make an effort to come up with a more descriptive post subject as per the Posting Guidelines (http://www.codingforums.com/postguide.htm); "Code" will not do (2nd time around allready).

Mindelude
02-08-2006, 02:42 AM
^My bad. >_>

I just bought a PHP book. Since I don't know anything about CSS yet, reading the PHP book will be useless?

Thanks.

Ranger56
02-08-2006, 03:54 AM
^My bad. >_>

I just bought a PHP book. Since I don't know anything about CSS yet, reading the PHP book will be useless?

Thanks.

php and css are 2 completley different things

ronaldb66
02-08-2006, 08:33 AM
To be able to create modern, standards-oriented sites, a good footing in (X)HTML and CSS 2.1 is essential; start with these first.

If you're interested in adding dynamic behaviour, JavaScript might be interesting; if you want to progress to sites dynamically serving managed content, PHP and MySQL may be a nice place to start since this combo is most used in personal and small business applications (larger business applications favour ASP, .NET, and probably Oracle or something).