Archive for January, 2008
Tuesday, January 22nd, 2008
Introduction:
Ajax application performance largely depends on the performance of JavaScript execution and browser DOM operations. I've heard various people saying various things about Ajax performance. Some people say JavaScript is just too slow. Some people say that the problem is not JavaScript but rather Browser DOM being too slow. ...
Posted in WebDev | 4 Comments »
Tuesday, January 8th, 2008
What is the reason for this Obama phenomenon? Why is it happening right now, at this moment of history?
Is it because of his eloquent speeches? Is it because people in this country are so tired of the current reality that they want to depart from it as far as possible? ...
Posted in politics, web 2.0 | No Comments »
Wednesday, January 2nd, 2008
Programmatic DOM node manipulation is actually not straightforward, given that Internet Explorer has so many unique DOM behaviors. I ran into quite a few issues recently when I was playing with Dojo Toolkit . I didn’t find a thorough answer to my questions when going through Dojo source code (Pardon ...
Posted in WebDev | 1 Comment »