Little Penguin Studio

Projects

PessPenguin

A simple, lightweight theme framework for creating WordPress themes faster. More on GitHub

APIPenguin

This PHP class is a handy little tool for making API widgets like Twitter, Flickr, etc. Although there’s a virtually limitless number of things you can do with API services, I find that simple widgets are extremely common. The groundwork for all of them is usually the same too: make an api call using curl, cache your data, and return a data object. This class does that work, returning an xml or json object that you can use to make your widget with. More on GitHub

BoilerPenguin

A set of html/css/js templates to get coding going faster. This boilerplate can help get projects get going faster, or setup sandbox files quicker to test new techniques. Rather then creating a framework that could be used by everybody, this is the boilerplate that I use in my own work. As such there are a few things that reflect my personal preference, such as the use of LESS. More on GitHub