Category Archives: web

Cosas relacionadas a Internet

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 , , | 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

Posted in django, en, geek, programacion, tech, web | Tagged , , | 2 Comments

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 , , | 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

Posted in css, en, firefox, geek, tech, web, xhtml | Tagged , , , | Leave a comment

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

Posted in css, es, geek, web, xhtml | Tagged , | 7 Comments

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

Posted in django, en, geek, programacion, web | Tagged , , | 3 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

Posted in django, en, geek, programacion, web | Tagged , , , | Leave a comment

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 , , | 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

Posted in Uncategorized, es, geek, programacion, web, xhtml | Tagged , | 13 Comments