This is just a quick port I did of Pushup, which is a little notification that tells you when your browser is out-dated. More info can be found at http://www.pushuptheweb.com/.
All you have to do is add dojo.require("dojox.pushup"); either in a <script> tag, or in a javascript file. Also, make sure you add in the css file. You can find it in /dojox/pushup/resources/pushup.css.
To change options (read this for more info), just replace Pushup.options
with dojox.pushup.options.
Pushup's methods are still accessible, just instead of using Pushup, you would use dojox.pushup.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
dojox.pushup
-------------------------------------------------------------------------------
Version 1.0.0
Release date: 29/07/2008
-------------------------------------------------------------------------------
Project state:
stable-ish
-------------------------------------------------------------------------------
Credits
Copyright (c) 2008 Nick Stakenburg (www.nickstakenburg.com)
Ported to dojo by Will "Psychcf" Riley
-------------------------------------------------------------------------------
Project description
Pushup is an effort to push the web forward by helping users upgrade their outdated browsers.
-------------------------------------------------------------------------------
Dependencies:
dojo.cookie
dojo._base
-------------------------------------------------------------------------------
Documentation
This is just a simple port of Pushup to dojox.
I modified it to use dojo's functions as opposed to
the functions included. (For things like opacity, browser detection, etc.)
See http://www.pushuptheweb.com/ for more info about Pushup.
-------------------------------------------------------------------------------
Installation instructions
Install into the following directory structure:
/dojox/pushup/
/dojox/pushup.js
...which should be at the same level as your Dojo checkout.
-------------------------------------------------------------------------------