Archive for the ‘Code’ Category

  • April 9, 2008
    4 Comments

    X-Cart Refresh Templates Cache

    I was migrating an x-cart from our development server over to the live server, and after getting the skin uploaded and selected, I was having a hard time seeing its changes. It seemed to take a bit of time before the skin was fully turned over, and I thought it was due to browser cache. [...]

    Read more →

  • February 29, 2008

    upload_max_filesize PHP/Apache upload of large files

    You may encounter a constraint when trying to upload files to your website. You may exceed the allowed upload size. You can fix this by modifying your .htaccess file to allow PHP to handle files larger than the default 2 MB.

    Read more →

  • February 23, 2008

    Posting blog entries to WordPress using TextMate

    I recently became aware of two awesome things: Posting to my blog with TextMate Using Markdown for generating HTML These two things have very quickly changed my coding life. I can now create more code, more quickly, and more efficiently. Also I can use my favorite text editor to post directly to my blog via [...]

    Read more →

  • February 22, 2008

    Markdown Rocks!

    Wow, I’m really digging markdown. I’ve been using TextMate for quite some time now, and I just discovered even more beauty in the bundles.

    Read more →