by Rahul Singla | Feb 4, 2010 | Blog, Drupal, Drupal 6.x
After some frantic hair-pulling, I finally got this to work in Drupal 6.x. Here I am presenting 2 ways to add images/Html to Drupal node titles (both based on template.php), and you can choose any of them as per your needs. There are pretty other options (including...
by Rahul Singla | Feb 3, 2010 | Blog, Coolite, Javascript
I thought this should be pretty easy to accomplish, with the extensive feature set that ExtJs provides. What I basically wanted to control was how the objects of my class are serialized by the Ext.util.JSON.encode (Ext.encode) method (I needed this for serialization...
by Rahul Singla | Feb 2, 2010 | Blog, ExtJs, Javascript
I blogged about this topic earlier also here. That blog post presents an approach to create enums (enumerations) in javascript, exactly like those available in .NET or Java.The later portion of that blog post mentions that the approach presented is extensible, and we...
by Rahul Singla | Feb 2, 2010 | Blog, Drupal
I am not presenting the actual approach here. I created this blog entry just to point to this wonderful tutorial in Drupal’s official theming guide for this purpose, which describes all the steps in a clear and concise way.I came across it while creating a...
by Rahul Singla | Feb 2, 2010 | Blog, Flash, Javascript
I had a situation where I needed to show a Flash movie in a modal dialog on a Page. Needless to mention, LightBox is the first thing that strikes to mind for such purposes. However, LightBox supports only images. And I needed to show a Flash movie.A quick Google...
Recent Comments