geeky · pc tips

PS plugin for ICO file

this plugin is free. and it allows you to use photoshop to save files in .ico format so you can use them as icons. simply download this freeware plugin unzip place the 8bi file into your photoshop plugin/file formats folder load photoshop create new file now you can save it with .ico extension. of course… Continue reading PS plugin for ICO file

geeky · php code

php alphabet output

aw thanks to miki for the tip. i was wondering if there was a smarter way to print out the alphabet in php than just typing them out LOL Every letter of the English alphabet corresponds to an ASCII code, so rather than manually typing everything out, you can achieve the same result with a… Continue reading php alphabet output

geeky · php code

dodoupload 1.3

worked most of today on releasing dodoupload version 1.3. if you never had problem with previous versions, you probably don’t need to upgrade. there is not much change from version 1.2. I rewrote the script mostly because some people have problems with http auth and i couldn’t figure out why. so now it’s cookie based… Continue reading dodoupload 1.3

geeky · pc tips

speed up firefox

saw this on my board and i tried it out. you can really tell a difference in the loading speed of firefox! not sure what the drawback is. if you do, please share. 1.Type “about:config” into the address bar and hit return. Scroll down and look for the following entries: network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests Normally the… Continue reading speed up firefox

geeky · php code

quickly fill an array

i’ve been wondering what’s the quickest way to fill an array with a constant value? sometimes the code is necessary. for example, i have X number of items in an array and i wish to put them evenly into an table. to call another function, i need to pass in an array of values and… Continue reading quickly fill an array