$today = date("j");
$todaytip = Array(
"tip 0",
"A Look At Lists",
"Accessibility - A New way Of Thinking",
"Headline Syndication",
"Planning Your Site",
"Meta Tag Generator",
"Regular Expression Tester",
"Is Your Browser Up To Date?",
"Assume Nothing Test Everything",
"Javascript Date And Time",
"Easy Maintenance With Server Side Includes ",
"Quick Tips",
"Accessible Web Forms",
"Building A Webpage",
"Sensible File Structure",
"Update Your RSS Newsfeed",
"Test Your Site",
"Set Up A Home Development Server",
"Add To Favorites How To",
"Beat The Spam Bots",
"Create Placeholder Text",
"Forms With Style",
"Date And Time Using SSI",
"PHP Jump Menu",
"A Guide to Web Forms",
"Mouseovers Without Javascript",
"Beginners Tips",
"Navigation Tips",
"Javascript Alert Guide",
"CSS Guide",
"PHP Page Protect",
"Close Your Tags"
);
$todaylink = Array(
"link 0",
"http://webdevtips.andyholtonline.co.uk/webdevtips/html/lists/index.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/html/accessibility/overview.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/developer/rss/index.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/developer/planning.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/codegen/metatag.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/resources/regex.php",
"http://webdevtips.andyholtonline.co.uk/webdevtips/developer/browsers.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/developer/ante.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/js/datetime.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/ssi/include.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/developer/tips.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/html/accessibility/forms.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/developer/basics/index.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/developer/structure.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/codegen/rss_update.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/developer/windows/index.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/developer/serverstuff/index.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/js/addtofavorites.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/codegen/email_scramble.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/codegen/ipsum.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/style/forms.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/ssi/time.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/php/jump.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/html/forms/index.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/style/rollover.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/developer/newbiehelp.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/developer/bad_nav.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/js/alert/index.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/style/guide/index.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/php/secure/index.shtml",
"http://webdevtips.andyholtonline.co.uk/webdevtips/html/whyclose.shtml"
);
print "
WebDevTips Pick Of The Day : ".$todaytip[$today]." |";
?>
You are here : Home - Web Development - Beware the popup killers
Beware the popup killers
Love them or hate them, popup killers are here to stay. But what strikes me is that sites relying on popups for content are not testing their sites properly with a popup blocker. On this site for example non essential content popups are used.
Popup killers take many forms. Some will only kill onload/onunload popups some will kill everything except target="windowname".
To make sure your site works - first disable javascript and see if it still works if so then good :) now get a popup killer and see what happens.
Popup killers can also prevent flash movie external links from working. I'm not 100% sure what flash uses for opening new windows - perhaps its an actionscript thing. All I do know is that some flash movies don't open external links when a blocker is used.
Remember your site is useless to some visitors if you do not consider the effects of these applications. I know you can't account for everything on the web but why make life hard by using fancy gimmicks that can do more harm than good.
Here is 1 I use for testing, they are free and don't contain spyware.
Popup killers don't care if it's an ad or content, if you open a window in a way it doesn't like then say goodbye to your visitor seeing your content.
Got any comments this article then why not discuss them in the
webdevtips forum.
06-Jun-2003