by Rahul Singla | Jul 20, 2010 | .NET 2.0+, ASP.NET, Blog, Coolite, Ext.Net, ExtJs, Javascript
I spent the better part of yesterday trying to Ajax upload a File using a Web Service and Ext.Net (formerly Coolite). Let me first explain the situation I was working in.I had a Page that renders to the browser. This page then loads appropriate UserControls from the...
by Rahul Singla | Jul 13, 2010 | .NET 2.0+, ASP.NET, Blog, Coolite, Ext.Net, ExtJs, Javascript
In the first of this series of couple of blog posts (available here), I have discussed the problem of maintaining reference to ExtJs components on the client-side in javascript, and the motivation for creating a new solution to it, than what ExtJs/Ext.Net provide...
by Rahul Singla | Jul 13, 2010 | .NET 2.0+, ASP.NET, Blog, Coolite, Ext.Net, ExtJs, Javascript
This is one issue that almost all developers of ExtJs/Ext.NET applications face, maintaining client-side references for the Javascript components. The seriousness of the managing the issue effectively manifests manifold, when working on large applications in modular...
by Rahul Singla | Jul 8, 2010 | Blog, Windows, Windows 7
I am currently working on multiple projects which require me to connect my Windows 7 laptop to different networks in a day. A couple of these networks assign a dynamic IP to the system, when I connect to them, but one of them (Windows 2003 IPv4 Active Directory based)...
by Rahul Singla | Jul 5, 2010 | Blog, Javascript
While working on a Web application recently, I came across a Javascript gotcha that I shouldn’t have faced in the first place.As a matter of habit, I have made it a point to always declare variables inside a js function with the var keyword. I know many of us...
Recent Comments