Today we announce the addition of our new scripts section. We will be adding new scripts from time to time and when we do we will post a notice about it here.
New Font text resize JavaScript added to TPCS!
This week we added the: Font text resize Javascript written by lixasolutions.com. This is a very handy script which allows your visitors to change the font text size of your web page to suit there needs. This is a very useful JavaScript for those readers who may be somewhat visually impaired.
Download link: Font text resize Javascript
Be sure to subscribe to our blog to be aware of the latest releases from TPCS and friends.
You can now obtain our example scripts and/or vote for them at Hotscripts. To visit Hotscripts click here. |
Bookmark / Share:
|
Do you have a thought about this article? Post a comment and tell us about it!
Greetings,
I have seen a script to Add a Page to Favorites. It is possible to adapt it to Firefox and Netscape with some minor modifications.
An example:
<script>
function add() {
if (window.sidebar&&window.sidebar.addPanel)
window.sidebar.addPanel("ScriptShow Web","http://scriptshow.wordpress.com","");
else
window.external.AddFavorite("http://scriptshow.wordpress.com","ScriptShow Web");
}
</script>
<a href="javascript:add()"> Add to Bookmarks </a>
I hope it will be useful.