-
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.
Category Archives: web
Learning jQuery 1.3
Right after finishing my review on the Django template development book I got contacted again by the Packt folks to do the same for the Learning jQuery 1.3 book. I was most pleased with the request. Now, this book has … Continue reading
Posted in en, geek, javascript, programacion, tech, web
Tagged book, javascript, review
Leave a comment
Django 1.0 Template Development
Last month I got an email from Packt telling me about their latest book on Django Template development. I was invited to give it a read and see how I liked it. Now, I’m a lazy and slow reader. But … Continue reading
New Open-selector version
This shall be called Version 0.2 . The cool feature of this is the inline mode, it will be useful to have an OpenID login box in topbars, inline menus or heading sections (they are all the same I think), … Continue reading
Posted in en, geek, javascript, open-selector, openid, programacion, tech, web
Tagged javascript, open-selector, openid
3 Comments
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
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
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
Open-selector
I’ve been thinking about doing this this for a while eve since I saw Ma.gnolia’s login screen. Finally found time toput it together this week, its pretty simple though. Open-selector is a piece of Javascript that takes your regular OpenID … Continue reading
Posted in Foto, Uncategorized, en, geek, open-selector, openid, tech, web
Tagged javascript, open-selector, openid
Leave a comment
CSS sin C
El único elemento al que se puede agregar atributos “id” o “class” es DIV Cada elemento debe ser estilado específicamente La hoja de estilos sólo asignará estilos a clases o elementos por ID, nunca a nombres de elementos Nunca se … Continue reading
Posted in css, web, xhtml
Leave a comment
Banca por Internet de Interbank y Firefox
Desde que tengo que usar la banca interactiva de Intarbank he visto muchísimas personas que han tenido el mismo problema que yo inicialmente tuve… No funciona con Firefox . Afortunadamente pude darme cuenta de donde radica el problema y desde … Continue reading