X

Theme crash in Ubuntu 10.10

From what I can read it's a common issue for many people using Ubuntu 10.10, at least among the users…

Korbinus

How to change the timeout in GRUB2?

Sometimes booting your Linux system can be relatively long. It depends often on how many services your system needs to…

Korbinus

PHP: isset () vs strlen ()

How to test the length of a string in PHP ?  Well, PHP has a function called strlen () for…

Korbinus

Getting current datetime in ISO format in MySQL

Here is the MySQL function to use to get the current datetime as ISO 8601 format as asked in DarwinCore:…

Korbinus

PHP: isset()

isset() is a function testing if a variable $var is set or not. boolean isset (mixed $var[, mixed $var[,...]]) It…

Korbinus

Dotted hyperlinks

Nowadays a lot of web sites have their hyperlinks underlined with a dotted line instead of a plain line. In…

Korbinus