vowe dot net: CVS Version Control for Web Site Projects – Covered this before and wrote an article that’s probably languishing in the linux.ie webdev archives. I’ll publish it someday!
Monthly Archives: September 2002
So I had downloaded the JRE to …
So I had downloaded the JRE to test Zoe, but hadn’t a clue how to install/configure it. A quick Google led me to the JReceiver jre install page.
Latest photo: Running water ov …
Latest photo: Running water over at the Gun Powder Mills in Ballincollig, Cork, Ireland.
A strange thing happened today. After calibrating my monitor yesterday, one guide suggested changing the temperature of the monitor to “6500K” when displaying images as that’s how the photographer probably wanted them viewed. I made the change, shook my head at the duller look of my monitor but now I don’t notice it. I am consiously thinking about the fact that the monitor isn’t quite as “bright” yet it appears that way to me.When I restore the “9300K” mode the screen appears terribly bright and I have to avert my gaze for a few seconds!
Photos do look better in 6500K mode, and I guess the screen is easier on my eyes. I don’t think I’ll be switching back any time soon.
John was rambling about knowledge management tools and pointed at Zoe, self described as doing “for email (starting with your personal mailbox) what Google did for the web…”
It’s Java, must give it a go tomorrow. I’ll have to find out again how to install a JRE of course!
Eric Jeschke Photography: Arti …
Eric Jeschke Photography: Articles – Great articles here. Thanks to Elrond for pointing out that ND filter would produce the effect this photographer got in his sky. There’s a tutorial on the above site by Eric Jeschke.
Deer adopted by greyhounds! an …
Deer adopted by greyhounds! and a great photo to go along with it!
license info – Heard about thi …
license info – Heard about this on the radio. Fill in the details and you can view their driving license!
Executing scripts/programs fro …
Executing scripts/programs from a web page can be troublesome and fraught with security issues. Executing long running scripts is troublesome as well as the webpage appears to never stop loading! Here’s how to get around it in PHP.
Usually I use exec()
or system()
to run external script but the script I wanted to run this time wasn’t supposed to exit! I had to find another way. I used popen():
$cmd = "command &"
$fp = popen ( $cmd, "r");
sleep( 1 );
pclose($fp);
That will run the command, wait 1 second and then close the pipe to the command. A message on the popen() manual page above warns that file descriptors may be left open and the Apache process may not respond to further queries but I haven’t tested that.
10 reasons why sex is the best …
Yes! Mozilla can edit html com …
Yes! Mozilla can edit html comments in textareas! Now I can edit the template in Galeon without starting up Netscape!
Update! But it screws up hyper links. It’s probably *correct* in doing so but that behaviour is very annoying! I’ll have to keep Netscape around for occasional usage still.
Bush Sends Troops To West Nile …
Bush Sends Troops To West Nile – WASHINGTON, DC—Vowing to “exact justice for the taking of innocent American lives,” a determined and defiant President Bush deployed more than 14,000 ground troops to the West Nile Monday.