GummLANParty
Nothing Scheduled


[Go To Forum] | [Forum RSS]
100 Website/Forum Members
1229 Posts in 24 hours
1238 Posts in 7 days
12818 Total Posts
Chops is the last poster
Popular Threads
MouseSwitcher launched (8)
Election Predictions (217)
FOR SALE/TRADE post? (7)
Framed SSH program in linux? (9)
Congratulations on the wedding (12)
LAN Party set for November 3rd (11)





Get Firefox
Does anyone actually *like* web development?
[Coding/Tech]

[Back to Index]  [Bottom of Thread]
Thought this was kinda funny and true. There are some good comments.

http://www.reddit.com/r/programming/comments/arrva/does_anyone_actually_like_web_development/

Never really thought about it, but web app programming really is just a big hack, web protocols weren't made for an event-driven model.

This guy said it best
http://www.reddit.com/r/programming/comments/arrva/does_anyone_actually_like_web_development/c0j2jxu
Quote
Languages like PHP and others make this distinction harder, especially for new programmers because it blends the client part and the server part into one jumbled mess and it takes programmers a while to realize when and where different parts of their "page" are executed.


So very true. When I was at cayen, and we were first starting development of the Web version of our flagship app, we brought in the guy who was the main developer of the access version of the app.

He had the hardest time figuring out when everything is being run, loaded, displayed, and that was before ajax was commonplace. After about two weeks, he realized he couldn't hack it (har har), and gave up trying to do web development.

It's an odd beast, and for us, it makes sense, only because we've been around it so long. But the idea that you have the server process and format the server-side stuff, then send it to the client, which renders it in the new order of the formatted code, then you have the onready event (with jQuery anyway), which doesn't guarantee that the other images have loaded yet, then the onload event once everything's loaded. And after all that, you have ajax to further muddie it up.

It's confusing as shit when you try to explain it to someone who doesn't get how the web works.

Websockets should bring a pretty reasonable change to how the web works, and make it a little nicer to work with.


But I still like web development (I'm having a lot of fun with Erlang for web development, too).


Web *design* on the other hand, ugh, no thanks.

----
Do it for the Lobster
Quote
Web *design* on the other hand, ugh, no thanks.


There were some good rips on CSS in there too.

Quote
In my opinion, the CSS specification was drawn up by wonks who worried far more about stiff, esoteric arguments than ensuring CSS was as easy as possible to implement and use. Their dogmatist, 'holier than thou' attitude has damned developers with a lot of inefficiency. So again, CSS requires hacks. Oh, and CSS is in some cases, subtly different on different browsers. So again, hacks are required to make it work right for all users.


[Back to Index]  [Top of Thread]

Content of this site is © 2010 GummLANParty unless otherwise stated
Part of the SigmaSites Network.
© 2001-2010 Sigma Star Systems. All Rights Reserved.