Categories
- ActionScript (1)
- Aplicaciones (2)
- CSS (3)
- Curiosidades (9)
- Errores (3)
- Gráfico (3)
- HTML (2)
- Inspiración (2)
- MySQL (1)
- PHP (2)
- Scripts (10)
- Uncategorized (2)
- Web (6)
- Windows (5)
- Wordpress (2)
Tags
Recent Comments
Meta
Category Archives: Errores
Remove WGA
quita Windows Genuine Advantage (autenticador de windows) RemoveWGA.exe
Opening CakePHP Files in Dreamweaver
vía: jamesfairhurst.co.uk I primarily use Adobe Dreamweaver to create and code all of my websites, mainly because of the code highlighting and the way I organise my sites in separate folders. I realise that there are loads of text editors … Continue reading
Como evitar conflictos entre Mootools y jQuery
Para evitar tener que usar solo un framework, podemos recurrir a una función que nos permitirá usar ambos, la función jQuery.noConflict(). ¿Qué hace esta función? Hace que en lugar de usar el caracter $ en las funciones, usemos jQuery, evitando … Continue reading