Archives for “Note this!”
For those of you that use Textmate here are my favourite bundles and plugins. First of all you should read documentation on how to get more bundles. GetBundles This bundle lets you easily find and install other bundles. It’s not so pretty but it works. You can download it with this Terminal.app command: svn export [...]
Today I needed to access a webserver with phpMyAdmin configured as default page if no virtual host matched the requested one. It was configured to deny access from outside so my solution was to use a SSH tunnel: carlos$ ssh -L 10080:192.168.1.3:80 user@host So I can access phpMyAdmin writting this in my browser address bar: [...]
You can see regular expression examples at this site. Very useful. This is the content: Examples Numeric Ranges Floating Point Numbers Email Addresses Valid Dates Credit Card Numbers Matching Complete Lines Deleting Duplicate Lines Programming Two Near Words
I was looking for some actions sharing methods weird solution (since I was trying to apply a per-action classes model, and I needed to use methods from one action onto another), and I had no luck at all. However, what I did find out was fabien saying repeteadly that actions code should not be messy, [...]
Generating a CSV file from an action to bring it to the users of one of our websites I encountered myself with the problem of Symfony’s MVC model and decorator pattern. Although I was using echo statements directly, Symfony was waiting for the action to finish to send headers and allow the download, so the [...]
Sobre el flash y los links internos. Parece ser que, motivo de una medida de seguridad, el objeto flash tiene la siguiente ‘limitacion’ o restriccion: cuando el servidor donde está alojado el archivo flash (el definido en el parámetro “movie”) no coincide con el servidor donde está alojado el codigo html que realiza la llamada [...]
/etc/init.d/openbsd-inetd restart Fácil ¿eh? A mí me llevó unos minutos encontrarlo.
Recent Comments