Search
Categories
Meta
- Android 4 on nexus s is a big improvement. HWA for the win. 2011/12/18
- RT @kumobius: Bean's Quest World 2 update is out on the App Store! We added Game Center support, so continue or start the journey now! h ... 2011/08/11
- RT @kumobius: MMGN just awarded Bean's Quest App of the Week! http://t.co/4vq7RT7 2011/07/29
Tag Archives: Programming
jQuery list insertion sort plugin
Here’s a basic jQuery sorting plugin for generic parent child relationships I wrote. Wherein ‘element’ is the html you wish to insert and ‘value’ is what the associated weight of the element I’m inserting. For now it compares the weight … Continue reading
Magento: Listing regions from a country code
Once and a while you may want to get a collection of the regions that are associated with a country in Magento. For example, the United States is of course a collection of… states. In Magento these are referred to … Continue reading
Embedded data extraction
I recently developed a small website that allowed users to add students to a database and then allow them to be assigned software license keys. Part of the problem that the website aimed to solve was that previously students were … Continue reading
