posted by
rfunk at 10:30pm on 02/02/2005 under css, html, javascript, perl, php, programming, sql, work
After an exhausting day of multi-website programming debugging, I just have one question.
Whose bright idea was it to regularly use FIVE totally different but mutually interacting programming languages to create any given modern web page?
1. HTML
2. CSS (Cascading Stylesheets)
3. JavaScript (aka ECMAScript)
4. PHP (or Perl)
5. SQL (Structured Query Language)
And of course each one is implemented imperfectly or inconsistently, so properly-written code doesn't actually run properly everywhere it's supposed to.
Whose bright idea was it to regularly use FIVE totally different but mutually interacting programming languages to create any given modern web page?
1. HTML
2. CSS (Cascading Stylesheets)
3. JavaScript (aka ECMAScript)
4. PHP (or Perl)
5. SQL (Structured Query Language)
And of course each one is implemented imperfectly or inconsistently, so properly-written code doesn't actually run properly everywhere it's supposed to.
(no subject)
I really despise CSS. Could they have made it any less like HTML?
(no subject)
The only thing I really hate about CSS is that it's not universally and consistently supported in browsers. Other than that I like it. If it has to be a different language, it's good to be very different; there's not even any need to worry about quoting.
Javascript, on the other hand, is the one I really hate. And I have to deal with a lot of sites developed by someone who loved it. Though the worst part is that the most common browser has a lot of Javascript bugs, one of which I just discovered yesterday. (In IE6/Windows, getElementById may return an element whose name is the requested id, rather than the element whose id is the one requested. IE5/Mac doesn't have this problem.)
(no subject)
I've worked on websites that involved HTML, CSS, JavaScript, a squirrely company proprietary markup language, XML, XSL-FO, SQL, Java, C, a half dozen different external config files, dynamic kavachart pie charts, EBCDIC data streams, and blowfish encryption. And I will never do it again.
(no subject)
(no subject)
(no subject)
(no subject)
Java/script
It makes sense that you'd be required to use HTML, Javascript, and CSS together; that's a common baseline these days. Good luck!
Re: Java/script