zend.com— This series covers everything from installing PHP & MySQL under Windows or Linux, through to building a live Web-based content management system. Learn it, or be chained to Wordpress FOREVER!
Apr 27, 2006View in Crawl 4
What happened to learning or expanding your skills? If you know how to build your own dynamic site, then this tutorial isn't written for you. The first complete sentence in TFA: "This tutorial is aimed at intermediate or advanced Web designers looking to make the leap into server-side programming."I realize this thing is old and I'm not going to dig it because I've seen better tutorials with similar aims, but I don't understand questioning why people would want to build their own sites. It's fun, educational, building blocks for more advanced programming - 100 people could give 100 different answers.
I'm happy with wordpress, and if I'm going to do something from scratch, it's going to be something worthwhile, not something people smarter than me are working on every day.
You want to get technical with me? Fine. CSS is a stylesheet format that specifies what style to display an element in. HTML is a markup syntax that tells a user-agent what layout to display the page in. Neither are languages in any sense of the word, because you cannot read them as you would a standard natural language. They are formats, just like all programming languages.
lord2800Apr 28, 2006
HTML and CSS are not languages, they are formats.
flood6Apr 28, 2006
What happened to learning or expanding your skills? If you know how to build your own dynamic site, then this tutorial isn't written for you. The first complete sentence in TFA: "This tutorial is aimed at intermediate or advanced Web designers looking to make the leap into server-side programming."I realize this thing is old and I'm not going to dig it because I've seen better tutorials with similar aims, but I don't understand questioning why people would want to build their own sites. It's fun, educational, building blocks for more advanced programming - 100 people could give 100 different answers.
gmonkeyApr 28, 2006
I coded my own blog from scratch in notepad about two years back, and I'm glad I did.
sledgehbkApr 30, 2006
I'm happy with wordpress, and if I'm going to do something from scratch, it's going to be something worthwhile, not something people smarter than me are working on every day.
lord2800May 1, 2006
You want to get technical with me? Fine. CSS is a stylesheet format that specifies what style to display an element in. HTML is a markup syntax that tells a user-agent what layout to display the page in. Neither are languages in any sense of the word, because you cannot read them as you would a standard natural language. They are formats, just like all programming languages.
bogthaMay 13, 2006
> Neither are languages in any sense of the word"A system of symbols and rules used for communication with or between computers."<a class="user" href="http://www.answers.com/language">http://www.answers.com/language</a>HTML communicates document structure and semantics, CSS communicates rendering hints. They are both languages.