Monthly Archive for November, 2006

La Linea

la_linea_1.gif

I’ve been waiting for this.. Please go and enjoy!

http://www.tv5.org/TV5Site/la_linea/

Upgrading from 2.4 kernel to 2.6 with software RAID

PROBLEM WHEN BOOTING THE 2.6
pivot_root: No such file or directory
/sbin/init: 426:cannot open /dev/console: No such file
Kernel panic – not syncing: Attempted to kill init!

Continue reading ‘Upgrading from 2.4 kernel to 2.6 with software RAID’

Handle both single and double quote characters in input field

There is normaly no problem for the server to recive both double and single quotes from a input field. The problem is when you want to show both single and double quote characters: ‘ and ” in a input text field. You can’t escape characters in html to make the browser show everytning between the outer quote-characters. The trix around this problem is to use javascript to change the value of the input field. That works because javascript understands the whole string when you have escaped it.

Continue reading ‘Handle both single and double quote characters in input field’