View our reviews on Hot Scripts You can now obtain our example scripts and/or vote for them at Hotscripts. To visit Hotscripts click here.

A new Javascript added to TPCS!

Posted by Anonymous | 2:43 PM | code | 1 comments »

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.

Bookmark / Share:
StumpleUpon Ma.gnolia DiggIt! Del.icio.us Blinklist Yahoo Furl Technorati Simpy Spurl Reddit Google


Do you have a thought about this article? Post a comment and tell us about it!
  1. ScriptShow : March 21, 2010 at 5:02 PM  

    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.