www.itinerariofacil.tk ahora es móvil.

Hace un par de semanas que actualizamos itinerariofacil y tenía pendiente avisar por aquí sobre los cambios, para los que no lo conozcan, itinerariofacil es una simple herramienta que permite saber los horarios del metro tren de Valparaíso, si sólo eso. La actualización consta de una interfaz web móvil para el creciente número de chilenos [...]

Tags:

sfWidgetFormChoiceChileanBanks

Simple widget para symfony con listado de bancos chilenos tomados desde el sitio de la Superintendencia de Bancos e Instituciones Financieras de Chile aka SBIF para los amigos. Aquí la Lista de Instituciones Fiscalizadas Descarga [zip] [tar.gz] Saludos

Tags:

jquery clock plugin

jquery clock plugin is just another clock plugin, it comes with an analog and digital options and another option to handle timezones, warning! the analog clock only works with css3 for the analog clock (and almost all the plugin) i’m using the code and images from this article of css-tricks.com you can see this plugin [...]

Tags:

Custom SQL queries in symfony 1.4 with Propel

The solution is quite simple, use PDO directly. All the information that you need is in the pdo php page $connection = Propel::getConnection(); $sql = "YOUR SQL QUERY"; $statement = $connection->prepare($sql); $statement->execute(); while($result = $statement->fetch(PDO::FETCH_ASSOC)) { // do something } greetings

Tags:

Web services y el post nunca escrito

Hace poco menos de un año que iba a publicar este post y la verdad es que nunca escribí algo, hoy en día los web services tienen nueva casa, tienen un año de funcionar probado por mi en desarrollos, scripts y tonteras varias y por cientos de usuarios que usan widgets que desarrollé poco después [...]

Tags:

Chile Dona Sangre, encuentra donantes de sangre en Chile

El viernes pasado, nos juntamos en mi casa con Rodrigo Ahumada y Salvador Muñoz en la denominada “hackaton en mi casa” la cual tenía por objetivo desarrollar una app que ayudará a las personas a encontrar donantes de sangre y de paso dejar en el pasado los carteles que uno ve a veces de gente [...]

Tags:

jquery enable disable plugin

This plugin can disable or enable easily an input, textarea or another form element by using a radio button, checkbox or a drop-down list,… ok i know, it doesn’t sound like something amazing … is just a simple and flexible plugin for complex forms. Homepage Download Demos Documentation jquery plugin page greetings (04-07-2010) update: drop-down [...]

Tags:

form populator es aún más rápido

Bueno el titulo dice en gran parte que es lo nuevo de esta herramienta, para los que no la conocen, form populator es un generador de bookmarklets para completar tus formularios con datos reales completamente configurable. El motivo de este post es contarles que he agregado un bookmarklet que recoge la información del formulario que [...]

Tags:

jquery css cleaner

this helper it’ll help you with the recognition of unused css selectors and properties/values, so you could delete this lines of your css file in order to make it lighter. if you are this kind of person worried about the loading time, optimizing everything, you would find this script very useful and you’ll love it. [...]

Tags:

jquery seo mini helper

in SEO there are important tips like: an image must have a title and an alt text or a link must have title. check all these thing is pretty bored…. so i wrote a jquery-based script that check for images or links without those things. the result es very basic, don’t expect nothing very impressive [...]

Tags: