Clay over at Pearified has been packaging popular JavaScript libraries an making them available over a pear 1.4 channel.
To install them you need to run:
pear channel-discover pearified.com
Then install the packages like
pear install pearified/JavaScript_Behaviour
Unless you have your data_dir set to something in your webroot you still need to expose the javascript file somehow. Your options are, writing a PHP script that will readfile the files (useful if you want extra control over caching, want to combine multiple libs together in an app specific way, or want to add gzip compression). If your on a Unix system you can symlink the files to your webroot, or you can use an Apache alias (or your webservers equivalent).
Hi
Please can any one help me to manage a stick up footer on the website for IE 5.0 +. I Think its with CSS or Javascript r both.
As you can see 1 on http://www.bmw.co.uk
Any kind of help will be appericiated
thanks
Imran Hashmi
http://www.visionstudio.co.uk
Well this isn’t really related to this post in any way but i’ll respond anyway.
You have a number of tricks you can use.
One solution is to use fix positioning css and then script like dean edwards ie7 to make it work in ie.
Another is to use fixed position for firefox/opera/safari and then some sort of javascript trick for ie.
You can find more details at: http://tagsoup.com/-dev/null-/css/fixed/