Today I came across an interesting web site with the goal of keeping people notified when their web browsers are out dated. It’s called Pushup.
It’s a simple project and it’s something that you install on your website so you yourself can make a difference online.
In short, Pushup is a simple javascript file (images and css included) that detects the browser bring used when you visit a web site using it. After detecting the browser and browser version it does one of two things:
- If the browser is outdated: It will display a simple and elegant message notifying the user that there is an update available to the browser they are using and even include a link to the download page.
- If the browser is not outdated: It will stop the script and the visitor will see nothing.
You can download a compressed file containing the javascript, images and css from the Pushup homepage. After that it’s as easy as adding these lines to the header of your web site:
<link rel=’stylesheet’ type=’text/css’ href=’css/pushup.css’ />
<script type=’text/javascript’ src=’js/pushup.js’></script>
Depending on your directory names you may need to slightly adjust those paths. Other than that it works immediately (clear your header cache if you’re serving cached files if you want to see it immediately).
Related posts:
- ECMAScript and CSS: Quick Lesson Hey all, I know most of you are not guru’s...
- Google makes a web browser: Google Chrome Although it was rumored for a long while, there were...
- Widget coding: Google Translator It’s been a while since I’ve worked on the widgets...
- Google Chrome: First Look at a First Release Details regarding Google Chrome, which if you haven’t heard yet...
- Simple Perl Web Server -Download (Not available at this time, coming soon!) This Simple...
![[Ask]](http://kyleabaker.com/wp-content/plugins/bookmarkify/ask.png)
![[Bloglines]](http://kyleabaker.com/wp-content/plugins/bookmarkify/bloglines.png)
![[del.icio.us]](http://kyleabaker.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://kyleabaker.com/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://kyleabaker.com/wp-content/plugins/bookmarkify/facebook.png)
![[Feed Me Links]](http://kyleabaker.com/wp-content/plugins/bookmarkify/feedmelinks.png)
![[Friendsite]](http://kyleabaker.com/wp-content/plugins/bookmarkify/friendsite.png)
![[Google]](http://kyleabaker.com/wp-content/plugins/bookmarkify/google.png)
![[MySpace]](http://kyleabaker.com/wp-content/plugins/bookmarkify/myspace.png)
![[Reddit]](http://kyleabaker.com/wp-content/plugins/bookmarkify/reddit.png)
![[Rojo]](http://kyleabaker.com/wp-content/plugins/bookmarkify/rojo.png)
![[Shoutwire]](http://kyleabaker.com/wp-content/plugins/bookmarkify/shoutwire.png)
![[Slashdot]](http://kyleabaker.com/wp-content/plugins/bookmarkify/slashdot.png)
![[StumbleUpon]](http://kyleabaker.com/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://kyleabaker.com/wp-content/plugins/bookmarkify/technorati.png)
![[Windows Live]](http://kyleabaker.com/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://kyleabaker.com/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://kyleabaker.com/wp-content/plugins/bookmarkify/email.png)
0 Response to “Pushup: Pushing Up The Web”