Getting KMail up to speed March 10, 2010 1 Comment
How much faster is that, huh? Much faster.
How much faster is that, huh? Much faster.
Code tidier, cleaner and beautifier for Komodo
The quick and easy way to download the Zend Framework Documentation.
GNOME Shell involves a rethink of your workspaces
There has been a lot of talk about this next topic. Perhaps too much talk. This is not a rebel post. This is Linux on the Home Desktop.
This script installs the metapackage, copies our standard settings to /etc, and installs software not available in repositories.
It is easy to manage the packages on new machines using metapackages. And they’re easier to build than you think.
Here’s an APB on what not to do with file permissions.
This might seem like old news, but its actually just rare news, more than old. Did you know that Adobe was developing a Linux version of Flex builder? They have put the project on hold according to this artice: http://gruchalski.com/2009/04/22/flex-builder-3-for-linux-on-hold/ What is interesting here is that Flex builder is a plugin for Eclipse which runs [...]
Just BTW. If you ever have that annoying ^M end of line issue in a php script, say someone created a CSV file on a windows machine and your script refuses to open the file as multiple lines… try this setting
ini_set(’auto_detect_line_endings’,TRUE);
It’ll auto detect not only MSDOS new line characters, but also Mac ones. This is [...]