javahacker.com

The Java Hacker – Peter Jaric's Blog

Get rid of bad WordPress code formatting

While editing the previous post I had various problems with the formatting of the command line. Some googling led me to the file /wp-includes/formatting.php where a lot of replacements are done. Edit the function wptexturize to get rid of some bad stuff (for example, I don’t want WP to replace double dashes (–) with one [...]

Running the Gimp in one window with Xephyr

Using the Gimp I always become so frustrated with its multi-window concept. I am used to Photoshop in Windows and would like the Gimp to work the same way. At the Xubuntu Blog I found the solution. It involves running the X server Xnest in a window and then run Gimp on that server’s display. [...]