Live data from Hacker News

I’m too lazy to be a HTML developer

polygeek.com

1–10 of 89 posts

Re: I’m too lazy to be a HTML developer

#4
This is so true - for the past 5 years I've been working on web apps, but this year most of my time was spent working on a java server / client with the client being a web start applet.

It has been so pleasurable to not have to worry about HTML / JS - if I want a dialog box, I can have one very simply with no messing about.

Re: I’m too lazy to be a HTML developer

#7
I may be wrong, but I'm assuming that the author is using "HTML code" to mean HTML, CSS, and JavaScript.

As for HTML and CSS, I agree that they're difficult to debug and that it takes a lot of experimentation to become comfortable with. Developer tools like Firebug and those included with Chrome can take a bit of the mystery out of HTML and CSS.

Since breakpoints don't exactly make sense to apply to markup and style sheet languages, I'll assume the author was complaining about the lack of breakpoints in JavaScript. In fact, you can use breakpoints in Firebug.

When the author talks about the apparent complexity of various languages and platforms, he should know that this is entirely subjective. I've been goofing around with HTML/CSS/JS since I was very young, so by this point most lightbox tutorials and similar articles look fairly simple to me. Step 2 in the tutorial he mentions looks quite simple to me. The only things that I suspect would be confusing to a newcomer would be the weird vendor prefixes.

Re: I’m too lazy to be a HTML developer

#10
I felt too lazy to be a Flex programmer. After years in HTML-land, MXML programming felt like an absolute kludge and Adobe's flex tools were slower than molasses. I was miserable enough doing it that I rejected multiple flex jobs that came my way.
Post reply on HN