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

Posted in Programming | Tagged , | Leave a comment

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

Posted in Programming | Tagged , | 3 Comments

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

Posted in Programming | Tagged , | Leave a comment