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