Archive for December, 2009

Web Tech Studios

Web Tech Studios is a company I created to cover the work I do in my spare time. The focus of the company is providing custom solutions for clients. We will also supply free Firefox add-ons. For the add-ons we are asking for donations to cover the development cost. After much trial and error the [...]

Read Full Post »

The Muppets: Ringing of the Bells

Absolutely hilarious.

Read Full Post »

Diamond in the HTML “Rough”

For the latest version of KwiClick we introduced a feature called search clovers. When you highlight a word on a page, a single diamond shaped “clover” appears. When you hover over the diamond, 3 more diamonds appear creating a 4 leaf clover configuration. To create these diamonds we use two html tags, an img surrounded [...]

Read Full Post »

My Mom’s on Facebook

Although my mom isn’t yet on Facebook, there are enough other relatives that it makes this video hilarious. It’s not like my posts were exactly R rated before, but you do really have to think about who you are friends with before you make a post. This is dedicated to my recent post

Read Full Post »

Caching Parsed Django Templates

Standard Django rendering parses a template every time it is rendered. Storing the parsed template can be a nice little speed up for your Django site. This code snippet does a great job of doing that for all templates. One drawback to this approach though is that the server needs restarted whenever a template changes. [...]

Read Full Post »