Archive for category: Web Development

My PHP Router Class

04 Mar
March 4, 2012

Recently I had some spare time and decided to rewrite the PHP Router I’ve been using on many of my recent projects. I prefer to have my projects setup with .htaccess which redirects all page requests to index.php which uses my router to decide which function to call. This approach allows me to write very [...]

My Experience With Bootstrap

29 Feb
February 29, 2012

If you’re in the web development world, you’ve probably been hearing about Twitter Bootstrap, a new HTML/CSS framework that takes some of the tedium out of setting up a web application. Instead of worrying about creating basic styles for forms, layouts, tables, etc., you can just jump in and start coding your application. For me, [...]

White Lines in HTML Emails/Newsletters

23 Sep
September 23, 2010

Oh man, I haven’t made any updates in a while. I meant to make this post ages ago. Recently while working for Norex, I was coding an HTML newsletter for the NSLC and in Gmail and Hotmail (Not Yahoo mail or RoundCube) I was getting white lines between each row in my newsletter. As you [...]