Category: Tips & How To’s

  • .htaccess Mobile Browser Redirect

    Checkout the latest version of the ruleset first. I just finished building out a simple little mobile site for hiphopdx.com. When I asked Google the best way to detect mobile browsers with PHP, it led to me this PHP code by Andy Moore. After a few minutes of contemplating the best way to include the…


  • Add Facebook Events to Google Calendar, 2 Simple Steps

    I just discovered the most amazing, useful mashup. You can automatically add your Facebook events to your Google calendar! This way whenever you accept an event invite it shows up on your google calendar, with all the details! It just takes 2 simple steps. Pull up your facebook events page, click the “Export Events” link…


  • WhyFireFoxIsBlocked is wrong! Adblock Plus is 100% Detectable!

    whyfirefoxisblocked.com does not know what they’re talking about. Ad Block Plus is 100% lame and 100% detectable. The following code detects ad block plus: index.html: <script language=”javascript”> var disabled = false; </script> <script src=”something.js?thisistotrickyou=http://a.as-us.falkag.net/… dat/njf/41/domain.com/ros_pop_tag.js”></script> <script language=”javascript”> if(!disabled){ // DO SOMETHING HERE, like a redirect alert(“You Are Using Ad Block Plus or some other blocking…