Category Archives: Programming & Web Development

Animate your webpage fast and easy with Facebook Animation Library

Today Facebook released an animation javascript library that modifies CSS properties on the fly. You can download it and use it on your webpages. Its a very light (10.4 Kb compressed version) animation library and its very easy to use. … Continue reading

Posted in Programming & Web Development, Tutorials & Tips | Tagged , , | Leave a comment

PHP 5 OOP implementation quirks

PHP 5 is supposed to be fully object oriented. Yes, it has classes and inheritance and all those things an OOP language is supposed to have. But, is it implemented like most OOP languages? First of all, I come from … Continue reading

Posted in GNU/Linux Free Software & Open Source, Programming & Web Development | Tagged , , | 9 Comments

Como arreglar valores NULL en Ruby on Rails con Sqlite3

Para quienes desarrollan en Ruby on Rails con Sqlite3 como base de datos local, no se si les haya pasado pero un dia Sqlite3 comenzaba a poner valores NULL por default a fuerzas, inclusive me toco que en una ocasion … Continue reading

Posted in GNU/Linux Free Software & Open Source, Programming & Web Development | 2 Comments

Nuevas adquisiciones para leer

Hoy tuve la oportunidad de ir a Barnes & Noble para ampliar mi biblioteca personal. Me compre este libro CSS Mastery, Advanced Web Standards Solutions. Un libro de CSS bastante completo con browser bugs, browser hacks y varios casos de … Continue reading

Posted in Programming & Web Development | Leave a comment

Optimiza la concatenacion de strings en Ruby

En este post realizan un test de rendimiento en las diferentes operaciones de concatenacion de strings en Ruby. Concluye con que para concatenar dos variables tipo string, la mejor (y optima) manera de hacerlo es asi: string1 = “Hola ” … Continue reading

Posted in Programming & Web Development, Tutorials & Tips | Leave a comment

Una platica de javascript

Una buena clase de javascript por Douglas Crockford

Posted in Programming & Web Development, Tutorials & Tips | Leave a comment