by Rahul Singla | Oct 23, 2011 | Blog, Javascript
I yesterday faced a very peculiar situation. A component from one of my web apps started throwing javascript errors on my iPad Safari as I was trying out some things from the app. It was a bit surprising as I had successfully tested the same component at the...
by Rahul Singla | Aug 27, 2011 | Blog, Javascript
Let me disclaim straight away, this blog post is based on blatant copy of Eli Grey’s object.watch gist on GitHub. The small script proved so useful to me in a tight situation (I think last to last week) that with full acknowledgement of this being his work, I...
by Rahul Singla | Aug 26, 2011 | Blog, Javascript
The last couple of days saw page load times for my website increase significantly. As I checked my server logs for hints of potential issues, nothing seemed abnormal. The traffic was a notch higher but less than a fraction of server capacity, the server resource usage...
by Rahul Singla | Aug 17, 2011 | Blog, Javascript
Okay this is a blog post on specific request. My earlier post on Generating Signed Urls for Amazon’s Product Advertising in PHP got a comment today requesting help in regards to executing an iTunes Store search via iTunes API. Now I really wonder whether the...
by Rahul Singla | Aug 8, 2011 | Blog, Javascript
If you have ever developed an application that accepts or processes Credit Card numbers, then LUHN’s formula for Mod 10 validation of primary account numbers would come naturally to you. If you want to know the logic behind Mod 10 validation for Credit Card...
by Rahul Singla | Aug 7, 2011 | .NET 2.0+, ASP.NET, Blog, C#, Ext.Net, ExtJs, ExtJs 3.x, Javascript
I think all of us would agree that Ext.Net provides too good (and a bit complex) ExtJs and ASP.NET integration. It exposes almost all ExtJs toolkit classes server-side in ASP.NET and many of the popular extensions too. In addition, it provides own custom components...
Recent Comments