Archive for November, 2006

Include Digital launch Parent Power CD-Rom for The Sunday Times

30th November

2006

Include Digital, in collaboration with design agency Mook, have recently completed work on a CD-Rom for The Sunday Times.

Distributed with the newspaper on Sunday 19th November, Parent Power is the definitive guide to UK schools in the both the state and independent sectors. More than 2,250 of the top schools are profiled and ranked according to their latest exam performance. The CD-Rom is fully searchable via a wide range of criteria, allowing users to find details on the best schools in their chosen area.

Parentpower

Click the images below to view larger screenshots of the CD-Rom:

parentpower06_4

parentpower06_3

parentpower06_2

parentpower06_1

Fastest growing UK websites

27th November

2006

Netimperative has published an article listing the top 20 fastest growing UK websites. Retail sites represent nearly half of the top 20, demonstrating the eagerness of consumers to do their shopping online as the festive season approaches.

How not to have your Flash initiated pop-ups blocked (sometimes)

20th November

2006

Whilst working on a Flash website recently, I was surprised to note that all Javascript-executed new window commands were being caught by my browser’s pop-up blocker. This happened in both Firefox 2.0 and Internet Explorer 6 (I’ve so far resisted Microsoft’s attempts to force IE7 on me, although I don’t think I can hold out for long).

I’ve always used the Flash-calls-javascript-function-on-HTML-page approach before. Here’s an example of the code I might use to assign the getURL() event to my button click in Flash:

myBtn.onPress = function() {
getURL("javascript:openNewWindow('http:www.bbc.co.uk', 'bbc', 'width=400,height=200')");
}

where openNewWindow() is a Javascript function defined in the holding HTML page which simply calls the open() method of the document.window object.

Logically, I thought this approach would work, as the Javascript function is being executed as a result of user-interaction. However, this proved not to be the case, despite the fact that other sites that seemingly deploying the same solution successfully circumnavigated my over-zealous pop-up blockers.

Macromedia (ok, Adobe - some habits die hard…) themselves seemed also to advocate this as a valid approach. Where was I going wrong?

Eventually I downloaded the sample files (availabled for Mac or PC) and examined the code - all three lines of it! There was only one difference - the assignment of the getURL() method to the onRelease() event, rather than the onPress() event in my example above. Unconvinced this would make a difference, I duly updated my code so as to eliminate the possibility and guess what? It worked! My pop-ups were now being allowed to open.

There doesn’t seem to be much in the way of online documentation for this phenomenon. Brian’s post over at Midwest Macromedia Studio Users Group comes near the mark, but rather than the method of assigning the event to the button, it is actually the event type itself that plays the significant role in deciding whether a blocker will be triggered or not. onPress() events will always trigger a pop-up blocker while onRelease() events escape undetected.

So given that I’m happy to use an onRelease() event rather than on onPress() event, is everything now rosy? Unfortunately not. I also needed to include links opened in new windows using inline anchor tags within HTML formatted textfields. Here’s an example of how the code would be assigned to the textfield:

myTf.htmlText = 'Click <a target="_blank" xhref="http://www.bbc.co.uk/" mce_href="http://www.bbc.co.uk/">here</a> to view';

This will invariably result in the new window being blocked.

If anyone has a workaround for this, please let me know!

The Best Illustrated Books of 2006

18th November

2006

Every year since 1952, the The New York Times’ Book Review has asked a panel of judges to make a selection from among the several thousand children’s book published that year. This years’ list contains a broad selection of styles from leading illustrators such as Bob Staake and Charlotte Voake.

Illustration by Bob Staake

80 percent of spam created by just 10 people

15th November

2006

Junk email tracking and intelligence company Spamhaus have released their “Top 10 Most Wanted” list. Responsible for a staggering 80% of all spam in Europe and North America, these evil-doers generate income by using virus-created botnets and open relays to send massive amounts of email promoting everything from pharmaceuticals to dubious information on the movement of stocks and shares.

It’s astonishing to think that such a limited number of individuals are behind the umpteen billions of junk emails sent each year. An estimated 76% of email is regarded as spam - despite initiatives from a number of companies with a vested interested in this technology (notably Microsoft and Yahoo!), the problem is getting worse.

You can use as many spam filters as you like, client-based or server-side, but, with a grim inevitability, spam will find its way to your inbox sooner or later. If anyone has an answer to this infuriating pandemic, then please, answers on a postcard….

Skype 3.0 Beta for Windows released

9th November

2006

The new beta of Skype 3.0 is available for download, boasting Firefox and IE browser extensions for click-to-call SkypeOut functionality. If you’re happy to miss every third word of a conversation that sounds like the caller is underwater, I encourage you to download this immediately.

Skype is certainly very popular, and as a solution for cheap or free non-essential calls it is a viable option. However, having tried SkypeIn and SkypeOut for business purposes when our phone line was out of action, we experienced massive problems with call quality and reliability.

Bog-standard landlines - they’re low-glamour, but you can’t live without them.

Microsummaries.org

1st November

2006

He-of-many-Riks Lomas has launched Microsummaries.org, an online resource dedicated to the Microsummaries feature in Firefox 2.

Microsummaries - next big thing or white elephant?

More information at:

http://wiki.mozilla.org/Microsummaries
http://wiki.mozilla.org/Microsummaries/Using