About Aditya Mooley

Author Archive | Aditya Mooley

PHPCamp 2010 – My view

TweetPHPCamp, India’s largest un-conference on PHP, was held on 9th January, 2010 in Pune. Scheduled in October 2009 initially, it was postponed due Swine Flu. Nearly 2000 including PHP professionals, newbie and students registered for the event. The numbers were really overwhelming for the (un)conference entering only its second year. This year I got a [...]

Read full story · Comments { 5 }

jQuery shortaccesskey plugin

TweetI came across an article about keyboard enabling web applications today on my rounds of daily reading. This prompted me to dig out some code which I had written earlier to facilitate keyboard navigation of websites and convert it into a jQuery plugin. The shortaccesskey plugin provides an easier and faster way to use the [...]

Read full story · Comments { 0 }

jQuery shiftcheckbox plugin

TweetPresenting a jQuery plugin to select a range of consequetive checkboxes with just two clicks. The plugin is inspired from the GMail checkboxes functionality and works exactly the same. Just keep the 'Shift' key pressed and select a starting checkbox and the last checkbox that you want to select. Just try the demo if things [...]

Read full story · Comments { 28 }

Showing combobox option instead of value in editor grid for extjs

TweetWhile working with Editor Grid of ext js, I noticed that if a combobox is used in some column for editing, then it shows the option value instead of label. This forces you to keep option label and value same. But this is not possible always. Searching the extjs forum for this problem, I got [...]

Read full story · Comments { 6 }