| _ \ _) | _ \ \ \ / -_) __/ _` | | \ ____| \___/ \_/ \___| _| \__,_| _| _| _| __ __| | \ \ / | | | \ -_) \ \ \ / \ _ \ | -_) _| _| _| \___| \_/\_/ _| _| \___/ _| \___| __| __ __| | _) ( _| _` | _ / | | | \ | \ _` | \___| _| \__,_| ___| \_, | _| _| _| _| _| _| \__, | ___/ ____/ Quind�o (Department) Jazz Animal Training Gondar Antioch (CA) Tianjin (municipality) Tangshan Arcadia (CA) Decatur (AL) Real Madrid F.C. Lille Flevoland Muscatine (IA)

Monthly Archive: August 2011

Aug 29

Custom smilies

{EAV_BLOG_VER:6e99e91f183f7014} I use my own smilies around the web but I always forget the full link to the pics whenever I’m posting to a forum or whatever. I don’t need to remember them though as a long time ago I made the script below, saved it as index.php and put it in the folder where …

Continue reading »

Aug 21

How to make a simple web proxy in PHP

Denied!

I recently tried to follow this link and was met with the equivalent of a 403! I was like, “I’m not having that!” and was about to turn on my VPN when I thought, “my webserver’s located in the states, why not just make a proxy?” So I did a very, very, simple web proxy… …

Continue reading »

Aug 19

How to move Firebug to bottom of Firefox browser window

A recent update to firebug moved the icon to open the console to the top right of firefox. Everyone hates it as far as I am aware and there’s no setting to alter it. However you can do the following… Right-click in the bottom bar or near the firebug icon to get a menu Select …

Continue reading »

Aug 03

PHP Random Letter Function

I think the title says it best. A simple php function to produce a random letter or string of random letters… function randLetter($howMany=1) { for($i=0;$i