Are things a little stressful around your office? Maybe try one of these pranks on your co-workers to lighten up the mood. Castrating the Mouse This is a classic. There is nothing more frustrating than having your mouse jump all over the screen or simply not work at all. Most people can’t function with the keyboard alone. Simply remove the …
Posts from April 2008
Cross-browser development can be a real pain. Every web developer that has ever had to do a hack to get some part of their website to work correctly in Internet Explorer 6 knows what I’m talking about. Even with IE7 being out for nearly two years, my analytics still show that half of my traffic is using IE6. Here are …
What if I could control my world the same way that I control a website? Even if you don’t program I think you can understand this: <?php // sandwich options $meat = array(‘Ham’, ‘Turkey’, ‘Balogna’, ‘Tuna’); $bread = array(‘Whole Wheat’, ‘White’, ‘Potatoe’); $spread = array(‘Mayo’, ‘Mustard’, ‘French Dressing’); // get random sandwich ingredients $randomMeat = $meat[rand(0,count($meat)-1)]; $randomBread = $bread[rand(0,count($bread)-1)]; $randomSpread …
The internet was a marvelous invention. I remember in high school when we first started using the internet, the one question I kept having was “If all those websites exist out there, how are you supposed to find them?” It’s come a long way since then. Here are some ways that the internet made my life better. It gave me …