Announcing Admiral - Reliable RSS Syncing!

Since the announcement that Google Reader is going to shut down on July 1, 2013, everyone who used them has been looking for alternatives. There are lots of great readers available out there that used to tie into Google Reader and some are now working to clone the Google Reader functionality. I'm working on a different approach to solving this issue and it's an approach I hope others will be interested in.

Setting up Launchd for Offlineimap

With cron being depreciated in OSX a few versions ago, the proper way to run a script at set intervals is with Launchd. Below is just a quick setup for getting Offlineimap to run every 2 minutes to refresh your local email folders.

Using Vim for Arduino development

Here's a quick post on setting up Vim for Arduino development instead of using the Arduino IDE. If you're a heavy Vim user, it can be a bit of a shock to go into a different editor. Thankfully the setup is pretty easy to get this all working with Vim. This post is assuming you are comfortable with how Vim is setup and ideally already have an environment that works for you.

A few Geektool snippets and information

I used to have a simple TXT file hosted on my server which contained a few Geektool snippets. Every once and while I get contact about it due to the fact it doesn't exist anymore. In the hope of making the internet a better place, this is just a quick post containing what I often email people back asking for Geektool advice.

Valve's handbook for new employees is a must read

Posted around online in the past few days is a PDF copy of Valve's handbook for new employees. It walks through everything from company structure, to gauging your own performance and what is expected of you. Seeing how such a successful company operates is fascinating. From how employees organize projects to just the overall tone of the document. It's a long read but damn, I recommend reading it cover to cover.

I've re-uploaded it here incase the original link I found becomes unavailable and also for a more permanent record for my own memory.

Dreaming Of An Open Step Tracker

In a recent post by Marius Watz on Code & Form, he talks about the FitBit and how it's a shame that they don't let the person who just paid $100 for the device access their data out of the box. Instead, FitBit offers a premium account for $49/year which allows for the ability to completely export your own data.

Performance Hit When Using CSS box-shadow With Text Boxes

Just finished debugging a problem where I had text boxes whose performance was terrible. There was a noticeable lag between input and display and it was not usable.

After looking around it turned out the CSS3 box-shadow I had on the parent div which contained these text boxes was causing the performance hit. I assume that each time you type a letter, the browser has to re-render the box-shadow. I was using a box shadow of type inset for an inner gradient look so your results may differ with different box shadow types.

IETester Needs IE7

For the past few days I have been trying to debug a weird IE7 issue with regards to transparent PNGs. Everything on the internet was telling me that what was happing shouldn't happen so this was a pretty frustrating experience. I'm a mac user and use IETester for making sure websites work in IE. It's a solid app and hasn't failed me in the past.

Inspiration From FITC Toronto 2010

For the past few days I have been in Toronto, Canada for the Flash In The Can (FITC) conference. Throughout the 3 days, there were a few talks that really got me inspired and a few in which I fell asleep. Below I shall give you some details on James White, Scott Hansen, Jer Thorp, and Wesley Grubbs. Be sure to check out their sites and portfolios to see the great work that they do.

Vertical Align A Horizontal Menu in CSS

This is just a quick post on vertically aligning a horizontal menu with CSS. There are many posts out there on how to do this, but on a current project, I found that none of the tutorials I found worked. I managed to stumble upon a way that worked. I know for many this will be common sense....this post is for everybody else.

Pages