by Rahul Singla | Feb 20, 2010 | Blog, Drupal, Drupal 6.x, ExtJs, Javascript, PHP 5.x
The installation of my Take Control module for Drupal requires a bit more effort compared to a regular Drupal module.The following video tutorial demonstrates each step required for installation. I have used CPanel’s File Manager for the purpose but the process...
by Rahul Singla | Feb 16, 2010 | Blog, Drupal, Drupal 6.x, PHP 5.x
All Drupal module developers would probably be aware of Drupal Form API’s form_set_value() method, which allows you to “change submitted form values during the form processing cycle.”You can use this method in the form validate handler to process a...
by Rahul Singla | Feb 15, 2010 | Blog, Drupal, Drupal 6.x, PHP 5.x
While working on a major enhancement to my open-source Take Control module for Drupal (to be released soon), I needed to generate public/private keys for making secure asynchronous Ajax calls.A quick Google search revealed that PHP’s Open SSL package should do...
by Rahul Singla | Feb 12, 2010 | .NET 2.0+, ASP.NET, Blog, Visual Studio
Working across timezones can have its own stupid issues. I faced one of them just now.I finished working on the initial production setup of a client ASP.NET website, and uploaded and installed it to a remote server based in United States (in the Eastern Time zone). I...
by Rahul Singla | Feb 5, 2010 | Blog, Coolite, Ext.Net, ExtJs, Javascript
I use ExtJs GridPanel extensively both for displaying tabular information as well as for data entry. Data entry with GridPanel is mostly a pain in the neck due to navigation issues between cells.You can use Tab/Shift+Tab for moving between adjacent cells. This works...
Recent Comments