Hacker News new | ask | show | jobs
by null_content 2683 days ago
Web development is such a pain because the standard is sub-par (decided by committee, so no surprises there) and the implementation is even worse (full of inter-vendor inconsistencies and missing features).

Frankly, last time I did web development, I felt tempted to just make the entire page one screen sized canvas and implement my own UI toolkit on it. That's bound to be more reliable (and probably faster) that the current state of affairs.

1 comments

I, too, have fond memories of ca 1998 web development.
Funny that you bring that up because in 1998, Tcl/Tk already had grid layouts (if I am not mistaken).

So yes, you are finally doing UI development like it is 1998.

Congratulations.

Sarcasm aside, want to know what a proper GUI toolkit looks like? Take some time to play around with Qt.