PHP


  • SnippShot – Ultra-minimal Code snippet collector

    SnippShot – Ultra-minimal Code snippet collector

    28 Jul 2010

    SnippShot is an online code snippet collector tool. It loads hyper fast: Just one server request Doesn’t use any images at all (CSS3 for the gradients and an embedded Base 64 image in the style …

  • Adobe Dreamweaver CS5 bugs – Every new version is getting worse…

    Adobe Dreamweaver CS5 bugs – Every new version is getting worse…

    11 Jul 2010

    Dreamweaver CS3 had some minor bugs which were not that bad, with CS4 some more errors but CS5 version is just unbearable. These are the bugs I’ve spotted so far (all of them are regarding the c…

  • My useful WordPress/PHP code snippets cheat sheet

    My useful WordPress/PHP code snippets cheat sheet

    8 Jun 2010

    These are code snippets that I use very frequently while developing advanced or custom WordPress themes. Get custom field Will echo the “thumb” custom field: $values = get_post_custom_valu…

  • 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() …

  • Error con acentos y eÑes en PHP/MySQL (Solucionado)

    Error con acentos y eÑes en PHP/MySQL (Solucionado)

    23 May 2009

    Muchas veces al crear una web con PHP y MySQL, ocurre un problema al introducir y mostrar datos: estos se alteran acabando en áóñ y cosas parecidas. Cuando me pasa esto suelo empezar a toquet…