-
Recent Posts
How to read this blog
This blog should be read like all other specifications. First, it should be read cover-to-cover, multiple times. Then, it should be read backwards at least once. Then it should be read by picking random sections from the contents list and following all the cross-references.
Monthly Archives: November 2008
Fluxbox tabs comming to KDE?
Well comming is too personal, since I don’t use KDE, but anyway, there’s a $500 bounty sponsored by Lucas Murray to implement Fluxbox like tabs in KDE . Tabbing is a nice feature that allows you to tab windows together. … Continue reading
Browser Layout engine internals video
Esta charla de David Baron explica cómo funciona el motor de CSS en los Rendering Engines, particularmente Gecko. Me parecio genial como explica cómo funcionan los selectores CSS y que tipo de sintaxis está optimizada y recomendaciones de como utilizarlos … Continue reading
La Sociedad Peruana de Computación
La verdad no conozco mucho de esta sociedad, sólo me he enterado de ella por algunos links que contactos mios han puesto en Twitter notificando de algunos eventos. Me causó curiosidad conocer un poco más de qué trata esta “sociedad” … Continue reading
First post about Open-selector!
Andrew Moist contacted me through Open-selector’s contact page telling me about his blogpost comparing ID Selector with Open-selector. He believes that even though the dropdown combo is not the killer solution for the OpenID login issue, it’s still a better … Continue reading
Posted in en, geek, javascript, open-selector, openid
Tagged javascript, open-selector, openid
Leave a comment
Access MEDIA_URL from static Javascript files in Django
This is an old trick, that’s been very handy . Many times for various reasons you’ll need to access your media files from your Javascript files, to display images, change paths, or whatever. And in most cases your development MEDIA_URL … Continue reading
Dad’s new bike
La semana pasada mi papá por fin se compró la moto que tanto deseaba hace ya varios años . Es una Harley Davidson Sporter del ’98.
Posted in Uncategorized
Leave a comment
Blank page after WordPress automatic upgrade
That’s what I googled after I just ran into that problem upgrading my WordPress instalation using the WPAU plugin. As the title mentions, after finishing the process, all I got was blank pages to every URL I asked for :/ … Continue reading
Posted in Uncategorized
Leave a comment
Con las amigas piconas
<chix > Si pues, yo no ando por ahí mostrando mis atributos como otras <self > ah si? ¿qué atributos tienes? <chix > Inteligencia <self > Si pues, … no lo muestras …
Posted in Uncategorized
2 Comments
Django cheap pages
Sometimes I end up using Django for the wrong thing, just to dispatch pages and put all my content in the templates. Flatpages are too flat and other DB based content tools are too complex. I just want to use … Continue reading