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 14, 2011 | .NET 2.0+, ASP.NET, Blog
One of my most important ASP.NET application in production last week saw a very confusing error. The client reported the following error when they came back to use the application on a fine Thursday morning: Hashtable insert failed. Load factor too high....
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...
Recent Comments