The trouble with AJAX frameworks...
As my brother would say, I've been busier than a one-legged Riverdancer just lately....
I'm working for two clients simultaneously - a mix of Classic ASP and ASP.Net by day and PHP5 by night. In both cases, I'm making use of AJAX Frameworks and herein lies the problem. Conceptually, using a framework rather than dong everything yourself "from scratch" is a good thing, since it should save re-inventing the wheel.
However, I'm finding in both cases (
Microsoft ASP.Net Ajax for one,
QCodo for the other) that things are either incomplete, inadequately documented, or just plain broken. I'm increasingly finding myself spending more time fixing little rendering issues (or things that don't render at all) and less time dealing with the core functionality of the application.
Its frustrating, to say the least.