Recent posts - Page 7

  • Desarrollo web – Lista de cosas a comprobar antes de publicar una web

    Desarrollo web – Lista de cosas a comprobar antes de publicar una web

    18 Jun 2010

    Launchlist es un servicio gratis que nos muestra una lista de las cosas que debemos tener en cuenta antes de publicar un sitio web. Nos permite enviarla por correo una vez terminado para poder imprimi…

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

  • Configurar la privacidad de Facebook mediante Listas de Acceso (facil y efectivo)

    Configurar la privacidad de Facebook mediante Listas de Acceso (facil y efectivo)

    7 Jun 2010

    Read this post in English A continuacion explico un metodo muy facil y rapido para mantener controlado al milimetro la privacidad de tu cuenta en Facebook. Es muy facil y permite personalizar cada ami…

  • CSS Sprite Map in Adobe Fireworks Tutorial

    CSS Sprite Map in Adobe Fireworks Tutorial

    1 Jun 2010

    Adobe Fireworks or Photoshop haven’t got any CSS Sprite Map tool or wizard but it is very easy to create sprite maps. I recommend you to use Fireworks instead of Photoshop for this since the int…

  • Best Facebook setup to privacy using Access lists

    Best Facebook setup to privacy using Access lists

    27 May 2010

    Leer este articulo en Espanol Here’s a nice way to keep your privacy settings in Facebook up-to-date and secure. It is really easy to set up and you can customize every friend individually reall…

  • SkyScarf MultiSearch – iPhone version launched!

    SkyScarf MultiSearch – iPhone version launched!

    18 May 2010

    SkyScarf has just launched it’s iPhone version to help all those iPhone/iPod Touch users use their favourite search engine in a quick and efficient way. SkyScarf stands out to be the unification…

  • English Web Design Glossary

    English Web Design Glossary

    7 Apr 2010

    Here’s a check-list of terms that every Web Designer or Developer should know. It’s not an extensive tutorial with long definitions, just a list to check how much you know. The purpose of …

  • Grunge effect Photo Tutorial in Adobe Fireworks

    Grunge effect Photo Tutorial in Adobe Fireworks

    9 Feb 2010

    I was playing with a nice photo I’ve found in Flickr and while editing to make it look nice in a light background I came up with a very simple but sleek grunge effect. Here’s the result (c…

  • jQuery-JavaScript: Basic Cheat Sheet for Beginners

    jQuery-JavaScript: Basic Cheat Sheet for Beginners

    20 Dec 2009

    Content Check if element exists if ($('#infobox').length) { /*exists, do things here*/ } Change attribute $('#name').attr('title', 'Hello!'); Change content of a container $('#main').html('<p>Lo…