by Rahul Singla | Jul 28, 2011 | Blog, Javascript
I often find myself needing to “eval” some content in javascript, where the content happens to be the name of a callback method (sometimes from another iframe on the same web page, e.g. parent.Portal.onWallRendered). You see I create a lot of frameworks...
by Rahul Singla | Jun 29, 2011 | Blog, Coolite, Ext.Net, ExtJs, ExtJs 3.x, Javascript
Tickers used to be an essential part of any website during the earlier days of web, but are no longer considered that much useful today, right? Well I atleast thought so until a few days back, when I received a feature request for a scrolling ticker in a corporate...
by Rahul Singla | Jun 11, 2011 | .NET 2.0+, ASP.NET, Blog, C#, Coolite, Ext.Net, ExtJs, ExtJs 3.x, ExtJs 4.x, Javascript, PowerShell, PowerShell 2
In this blog post, I present a complete framework for automatic localization in ASP.NET, ability to customize what is produced by this framework and a completely functional ASP.NET app demonstrating the features and process.In February this year, I published my...
by Rahul Singla | May 6, 2011 | Blog, Drupal, Drupal 7.x, Javascript, jQuery, PHP 5.x
My recent blog post on Creating Paged and Sorted tables in Drupal 7 got a comment today asking if it was possible to implement Paging and Sorting in Drupal tables via Ajax, instead of regular Page refreshes that Drupal does by default.Why not I thought… Drupal...
by Rahul Singla | May 3, 2011 | Blog, Coolite, Ext.Net, ExtJs, ExtJs 3.x, Javascript
I had earlier blogged about various aspects related to Brian Moeskau’s CalendarPanel component for ExtJs 3.x here, here and here. Somewhere last Decembar, I also submitted a feature request to Brian for refactoring EventEditWindow and EventEditForm components of...
by Rahul Singla | Apr 18, 2011 | Blog, Javascript
I was having problems debugging my javascript code in Google Chrome browser the other day. I was not able to use the Chrome Developer Tools’ Console while stepping through a particular method (let’s say “myProblematicMethod”) in the javascript...
Recent Comments