This post originated from an RSS feed registered with Web Buzz
by Chirag Mehta.
Original Post: Flashy JavaScript
Feed Title: chir.ag/tech
Feed URL: http://chir.ag/tech/rss.xml
Feed Description: Chirag Mehta - Tech Web Log: I discuss pretty much anything related to technology that comes to my mind, from the nitty-gritties of string parsing in some language to the overall big picture of the software world.
Looks like JavaScript is kinda coming back, at least among the developers. Thankfully, the flashiness it now provides actually has a use - designing web pages that behave like typical windows software. Check out some of the demos of Rico and JVE for ProtoType. If all of this ends up being used for spam then it's gonna suck. However, looks like developers can use some of the drag/drop code for useful things. Personally, I'd love to let my users be able to reorder a list of items in a packing slip or a product formula. All I gotta make sure is that it's not too complex for me to implement.
I don't mind writing complex code. I mind maintaining complex code. Today I know exactly how some shopping cart works and how the discount offers are calculated but after a year I'll probably have no clue what $commAggrSpecialCase was actually for. It's better that I keep things simple so that I can manage it in the future.