Web Development, Internets & Life.

RBC Muffin Man Ad

Posted: August 11th, 2008 | Author: RyanN | Filed under: Random | Tags: | View Comments

This ad is seriously more complex than some full length movies I’ve seen. It’s totally amazing.

More info about the ad

Production Company’s Site


WhyFireFoxIsBlocked is wrong! Adblock Plus is 100% Detectable!

Posted: August 20th, 2007 | Author: RyanN | Filed under: HowTo, Websites | Tags: , , , | View Comments

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 software! Please don\'t, our site operates on ad revenue."); }
</script>

something.js:
disabled = true;

Proof of concept

More research later.


Google + Double Click = Kittens?

Posted: July 23rd, 2007 | Author: RyanN | Filed under: Google | Tags: , | View Comments

Google announce their acquisition of doubleclick over 3 months ago. I having been wondering how long it would take for Google to actually start doing something with it.

This morning I logged in to my DFP (that’s “DART For Publishers”, or “DoubleClick Advertising, Reporting and Targetting For Publishers” – what a wonky acronym) account to put up some ads for work. I noticed two new things that I assume are are a sign that Google has started to take over DoubleClick’s tool development: 1) A new more friendly logo 2) a new menu item called “dfp dashboard beta.”

I love betas! So I open the dashboard. It looks fairly AJAX-ey, web 2.0-ish, vaguely reminiscent of the Google Analytics dashboard. The DFP dashboard (DFPD??) had a limited number of options, the only one that really seemed promising was the “widget catalogue.” The widget catalogue contains about half a dozen widgets related to the DFP product and two rather intriguing widgets. A sudoku widget – seems a little strange to have a game in a productivity tool. And something called “kitty” – a widget that displays pictures of cute cats.

Take a look at Kitty In Action[PIC].

Yup, that’s right folks, I knew this merger couldn’t be all evil. Apparently Google + DoubleClick = Kitty.

Only, I thought Google was a dog only employer.