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