Posts tagged PHP

All tags: 3g adobe apple business code css Design download error facebook fireworks free google gtd guide internet ios4 iPhone ipod ipod touch javascript jquery linux marketing mobile mp3 Music online optimize photoshop plugin problem seo spotify startups template theme tool tricks tutorial Twitter web Web design web development wordpress


  • WordPress code snippets, tricks and cheat sheet

    WordPress code snippets, tricks and cheat sheet

    8 Jun 2010

    These are code snippets that I use very frequently while developing advanced or custom WordPress themes. I keep adding and improving this list. Get custom field Will echo the “thumb” custo…

  • PHP absolute server path to website (the easy and fastest way)

    PHP absolute server path to website (the easy and fastest way)

    8 Jun 2010

    Here’s a quick note for all those people wondering what the absolute path to their server is. There are many tools and solutions around the Internet that help you find it, as well as php_info() …

  • Customize a download with PHP

    Customize a download with PHP

    30 Aug 2008

    This code is really useful to download files (i.e. an mp3 file). It will tell the browser about the file type you’re about to download while also customizing the file name of it: header('Content…