Author Archives: LoneTechie
Slow javascript performance in IE (string concatenation)
I’ve come to realize while IE 7 is no less than a landslide improvement over IE 6, it is still IE. While IE alone in the market appeared to be a superior product, compared to the likes of firefox it … Continue reading
Diagnose ‘File does not exist’ error in ASP.net
I have ventured deep into the land of asp.net the past few months. Luckily the the blogsphere keeps me on track. Every day or so I run into a nagging issue with asp.net or something I can’t quite accomplish. I … Continue reading
Test browser compatability with multiple versions of IE
Although in the past it has not always been the case, these days you must test your sites against multiple browsers for compatibility and proper rendering. At a bare minimum my test are against IE 7, IE 6, FireFox 2, … Continue reading
Debug your javascript in style
So basically today I wanted to plug a plug-in (no pun intended) that I have really found to be invaluable to debug javascript. The plug-in is firebug for FireFox. In my recent dive into Dojo words cannot describe how convenient and … Continue reading
My first thoughts on Dojo
There is a little known (to me) javascript library out there called Dojo I dove into this week. Basically it is a massive open source javascript library focused on UI and AJAX. So visiting their website(very nicely done btw) and … Continue reading