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 »
Filed under
Work
Posted on
December 23rd 2009
Absolutely hilarious.
Read Full Post »
Filed under
Media
Posted on
December 16th 2009
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 »
Filed under
Work
Posted on
December 8th 2009
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 »
Filed under
Media
Posted on
December 2nd 2009
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 »
Filed under
Work
Posted on
December 1st 2009