skpanda 0 Report post Posted February 13, 2005 hey i am a kind of learning.....HTMLCSSPHPin that order....HTML is kind of ok!!can nebody gimme some nice links..where i can ger tutes..for these!! Share this post Link to post Share on other sites
szupie 0 Report post Posted February 13, 2005 http://www.w3schools.com/ is a good place for to start. There are also other good tutorials on this forum in the tutorials section. Share this post Link to post Share on other sites
skpanda 0 Report post Posted February 13, 2005 sorry i shud have asked ne links...other than...w3schools!!(infact u will see a link for w3schools..on my site...this is where i started)infact..i was suggesting this link to somebody in some other thread!!i expect...neother link other than w3schools!! and which has advanced..and good techniques!!Njoy!!Satya Share this post Link to post Share on other sites
Brian1405241474 0 Report post Posted February 15, 2005 There is always W3C, but I don't like that site very much. It's not as easy to use. I use HTML Code Tutorial. If I was you and wanted more spots, you could always to a Goolge! Have fun. I love HTML! Share this post Link to post Share on other sites
ChronicLoser 0 Report post Posted February 15, 2005 eh...i never tried w3c, but then again i didn't learn my coding off tutorials =P if you want single codes, there's always http://www.pixel2life.com/ though they give you single code tutorials, if you do enough of them, you can start getting an idea of how html/css/php works Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 15, 2005 Depending on what you're trying to achieve it's not hard to learn HTML at all, everyone suggests w3schools because it is indeed a valuabe site to remember. Just having the HTML/XHTML reference by your side helps. HTML is the way you lay out a document, it does not involve designing the graphics, it works on how it will display it.I still suggest learn all you can from w3schools, thing is, they keep to W3C Compliancy, don't bother with learning proprietory code that limits you to only a certain browser.Other ways to learn is just by looking at other people's source codes, yet this doesn't guarantee that it's w3c compliant, unless of course they say that it is. But with messy codes from other sites, you can attempt to clean it up, simplify it more, etc. Looking at HTML templates is a good way to learn too.Learn XHTML with CSS as this is replacing the HTML standard and would be better in my honest opinion.Make sure to view it in as many browsers as you can, so you can see if there's any display inconsistancies.Cheers,MC Share this post Link to post Share on other sites
SingleDaddyof2 0 Report post Posted February 15, 2005 There are so many tutorials on the web. Here's some that I've found to be very, very helpful: HTML HTML Goodies: HTML Primer Sitepoint: Beginner' HTML webmonkey: HTML Basics Maricopa Center: Writing HTML About: HTML Tutorials About: Sign up for a free HTML 101 class CSS HTML Goodies: So You Want a Style Style Sheet, Huh? CSS Is Easy! webmonkey: Stylesheets Tutorial About: Beginning Cascading Style Sheets (CSS) About: Sign up for a FREE CSS class PHP HTML Goodies: PHP Tutorial Series Sitepoint: PHP Basics PHP from the Ground UP Introductory Tutorial DevShed: Beginning PHP4 Hope these help! Share this post Link to post Share on other sites
miCRoSCoPiC^eaRthLinG 0 Report post Posted February 15, 2005 Great. Always good to have a precompiled list like this. Good work.m^e Share this post Link to post Share on other sites
szupie 0 Report post Posted February 15, 2005 http://www.htmldog.com/ is a good reference for html and css too. Share this post Link to post Share on other sites
skpanda 0 Report post Posted February 16, 2005 hmm...gr8 response!!i will get back to this thread....if i need more info on..HTML!!Njoy!! Share this post Link to post Share on other sites
SingleDaddyof2 0 Report post Posted February 17, 2005 Whenever I'm not online, I like to read books about designing websites. These are the books I own on that topic:Sams Teach Yourself HTML 4 in 24 HoursSams Teach Yourself CSS in 24 HoursHTML 4 For DummiesCreating Web Pages For DummiesEasy Web Page Creation (Published by Microsoft Press)As you can see, I like books that make the subject easy to understand. These are pretty good books for beginners. Can anyone recomment a good beginners book on PHP? Share this post Link to post Share on other sites
szupie 0 Report post Posted February 18, 2005 PHP and MySQL For Dummies by Janet Valade is a good book. You can learn MySQL at the same time too. It's more of a reference book, not a step by step tutorial. Share this post Link to post Share on other sites
insanedodgers 0 Report post Posted March 6, 2005 yes!http://www.w3schools.com/ is great site to learn HTML, as well as others Share this post Link to post Share on other sites
rkage 0 Report post Posted March 6, 2005 I second HTML Dog. Unless you are one of those people who need a complete step by step walkthrough of how to put a document together, this site ia all you need to know. It teaches not only XHTML but how to encorporate it with CSS to display the XHTML presentation in different ways. For PHP, Hudzilla is a very good online book that will take you through PHP Share this post Link to post Share on other sites