Christian Pelczarski's Blog

My email

prefix[zarski]suffix[gmail.com]

Quicksearch

Blog Administration

Powered by

Comments

Thu, 16.03.2006 12:43
If you are using RadRails when developing your Ruby in Rails applications you will be inte rested in increasing per [...]
Thu, 02.02.2006 14:34
You can do the same thing in r everse too. For example, I ha ve a hosted MySQL server that I want to be master for [...]
scott mathieson about Putting RadRails on JRockit
Mon, 23.01.2006 23:00
i went straight for the sun be ta 6 and it beats the heck out of 5, thanks for the tip [win xp 512M heap].
Mon, 23.01.2006 09:31
Try the beta Sun JVM --- It se ems faster than JRockit v5
Mon, 23.01.2006 09:14
> Don't forget JRockit is avai lable for Mac and Linux > use rs too. For Mac? There are no Mac versions at the s [...]
Fri, 20.01.2006 13:47
when I entered "net name" at c ommand prompt, I get this "Is it OK to start it? (Y/N) [Y]:" when I answered "Yes" I [...]
Ryan Walker about Automatic ssh tunnels
Wed, 18.01.2006 11:11
This rocks. Thank you for shar ing this. It solved a major pr oblem I was having configuring a tunnel for the first time.
Fri, 02.12.2005 03:34
Garrey, you can find that vers ion on rpmfind.net.
Wed, 30.11.2005 14:00
I sure wish that I could find: mm-devel-1.1.4-4.i386.rpm I found the: mm-1.1.3-4.i386.rpm and that's all. Any o [...]
Tue, 11.10.2005 03:27
Hi Christian, I wonder if your solutiion still works? I mea n... did you have any problem with this? thx for reply :)
Wed, 24.08.2005 11:20
Awesome tip. Thanks a lot. T his has really made my calenda r much easier to build.
Sun, 17.07.2005 22:45
How can i set valid extension? I tried this one but it wo n't work. $my_ext = &HTTP_U pload_File::setValidExte [...]
Thu, 07.07.2005 00:55
Damn it! Can't believe I fell over that as I had trouble wit h that when I first started mu cking about with PHP! [...]
Wed, 06.07.2005 02:05
Change if(!isset($submit)){ exit; } to if(! isset($_GET['submit'])) { exit; }
Wed, 06.07.2005 01:30
Well, I made a directory in /t mp called upload and altered t he script to point at /tmp/upl oad. I set eveyone write [...]