Twitter

Have an idea for an online application that would make people's lives much easier? Let us know! http://bit.ly/zDLR6 2009-11-01
  • A Designer/Developer’s Toolkit: Windows Edition

    It took me a while to find a sys­tem, a method, that really worked well for me.  The tools and soft­ware avail­able can be over­whelm­ing, so wast­ing your time test­ing “this” and “that” is some­times inevitable.  How­ever, I have cre­ated this list of tools that I use (cur­rently) that seem to do the job very […]

  • Ideas: New CSS Functionality

    If you could add any ele­ment or attribute or selec­tor to CSS what would it be? I’ve asked myself this a lot (usu­ally it’s been in reflec­tive moment after try­ing to get some crazy lay­out to work, but that I know just isn’t going to happen).

  • How To Deal With IE6, 8 Years Later

    Any­one that has ever met me knows that I despise the fact that devel­op­ers are still cater­ing to, and devel­op­ing workarounds for Inter­net Explorer 6. It is a costly, aggra­vat­ing task that enables users to remain on the decrepit sys­tem. So what is the solution?

  • PHP/HTML/CSS/JS Template

    Every time you start up a site, you gen­er­ally use the same (or sim­i­lar) process.  Cre­ate your index, cre­ate and link this stylesheet, and that javascript..  I decided to make it a bit eas­ier on myself and cre­ate a tem­plate.  Not every­thing in the tem­plate will be needed for every site, but it’s a lot […]

  • CSS Column Divider

    I am one of the biggest advo­cates for CSS.  That being said, I’ve always been dis­ap­pointed in it’s lay­out capa­bil­i­ties.  There looks to be some promis­ing new fea­tures in CSS3.  How­ever, being that we’re just start­ing to think about bail­ing on IE6, it’s going to be quite a while before we can even start to […]

  • Clean URLs By Removing The File Suffix

    I’ve been work­ing on some projects lately that use server side lan­guages like PHP.  I’m pretty com­fort­able cod­ing, but some­thing that has gen­er­ally eluded me is as to how I’ve been able to visit sites with URLs like:
    http://www.sitename.com/whatever/you/want
    Well, I finally came across how to achieve this effect.  Enter stage right, HTACCESS.

  • Domains for Local Development

    When switch­ing between mul­ti­ple projects, it really is a pain in the ass to go into your Apache con­fig files and start chang­ing direc­to­ries (the save, and restart your services…etc).  That’s why I looked into it more.