SearchNewPopularTop RatedSign UpSubscribeBookmarkLoginContact
WebMastersChannel Home
 
Search the entire site
Search Result for 2 tier
Content Tabs script
Use this script to divide long content on your page into "virtual" sections, with each section viewable by clicking on a tab. It's a great way to display your content in an interactive, less overwhelming way to your visitors.
http://www.javascriptkit.com/script/script2/contenttabs.shtml more info | rate it
Tab Content script
Tab Content Script is a standards compliant, 2 level content script. Click on a tab, and additional content appears beneath it while contracting any previously open content.
http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm more info | rate it
Cookie Utility Class
Cross-platform JavaScript utility class for creating, reading, and deleting cookies. Cookies can be either session or persistent. Has ability to apply unlimited sub-values to a cookie. This allows you to work within the confines of the 20 cookie per server limit.
http://www.codehouse.com/javascript/scripts/cjl/cookie/ more info | rate it
Countdown Player
Create a dynamic Countdown Player fitting anywhere into your webpage. Simple configuration of fonts, colors, size etc. Insert as many counters per webpage as you like.
http://www.24fun.com/downloadcenter/datecountdown/datecountdown.html more info | rate it
Annual Occasions Count Down
This script counts the number of days remaining until any annual occasion on the calendar (ie: birthday, Christmas etc). It automatically detects and adjusts to the present year, and if the specified occasion has already passed this year, it displays the days remaining until the next year's. Very cool and useful!
http://www.javascriptkit.com/script/script2/countbirth.shtml more info | rate it
Display days remaining in year
Each year comes and goes. Use this script to display how many days remain in the current year.
http://www.javascriptkit.com/script/script2/daysremaining.shtml more info | rate it
Ultimate Age Calculator
Use it to display the age of any person or past event, in a variety of units.
http://www.javascriptkit.com/script/script2/calculateage.shtml more info | rate it
Title Bar Date and Time Display
Use this code snippet to display today's date and current time on your web page TITLE BAR.
http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js_date_time%2edb&command=viewone&id=51&op=t more info | rate it
Title Bar Date Display
Use this code snippet to display today's date on your web page TITLE BAR.
http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js_date_time%2edb&command=viewone&id=50&op=t more info | rate it
Status Date/Time Display
Use this code to display the date/time dynamically on the status bar on a particular page.
http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js_date_time%2edb&command=viewone&id=47&op=t more info | rate it
Date Last Modified Display
Use this code snippet to determine and display the date the document was last modified (date only).
http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js_date_time%2edb&command=viewone&id=29&op=t more info | rate it
Date and Time Last Modified Display
Use this code snippet to determine and display the date the document was last modified (date and time).
http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js_date_time%2edb&command=viewone&id=28&op=t more info | rate it
Date Display - Long Format
Use this code snippet to display today's date on your web page.
http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js_date_time%2edb&command=viewone&id=17&op=t more info | rate it
Date Display - mmddyyyy
Use this code snippet to display today's date on your web page in mm/dd/yyyy format.
http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js_date_time%2edb&command=viewone&id=16&op=t more info | rate it
Live Server Time script
This unique JavaScript allows you to display the server time of your website, live, by enlisting the help of either SSI includes or PHP.
http://www.javascriptkit.com/script/script2/servertime.shtml more info | rate it
combo date selector
A combination of HTML and Javascript that allow for quick date selection for user input. This script is a combination of the "dsInput" script that I created and a version of "simplecalendar" that I modified to work with dsInput. This script is composed of 3 combo boxes (day,month,year) and a small clickable image that displays a nice visual date picker using DHTML. Both types of controls are linked together and synchronized through 2 small Javascript functions on the page.
http://portal.ksouthworth.net/php/e107/download.php more info | rate it
MemTronic's HTML/JavaScript Cruncher-Compressor
What it is good for:
================
The HTML/JavaScript Cruncher (also known as squeezing):
Removes whitespace and comments in ALL your JavaScript-Blocks, Style-Sheet-Blocks, HTML-Blocks.
This results in Bandwidth-Savings between 20% - 50%. (Depends on use of comments and style)
The entire file will work like any uncrunched file. (Search-Engines and users still can parse the code)
The HTML/JavaScript Compressor:
Compresses the entire file with a REAL compression-scheme! (Auto-DeCompression added to file)
(detects: pure JavaScript, pure HTML/CSS or HTML/CSS mixed with JavaScript).
This results in Bandwidth-Savings between 40% - 90%. (NO joke! ...seriously tested)
Besides the META-Tags (which are always kept untouched) the file is NO LONGER PARSEABLE by any Search-Engine or user!
(Compressing .js files is ALWAYS A GOOD IDEA! ...hehe)
The HTML/JavaScript Obfuscator (not finished yet):
Obfuscates (scrambles) all JavaScript-Code so that it is no longer readable by human beings.
This results in additionally reduced size (short replace) or absolutely hard to read code (long replace)
The entire file will work like any unobfuscated file.
(Search-Engines still can parse the HTML-code BUT NO ONE can simply STEAL YOUR CODE! ...hehe)
http://hometown.aol.de/_ht_a/memtronic/ more info | rate it
Live Help 123 by Akeni
Live Help 123 allows visitors to your web site to communicate with sales people and customer support staff. The visitors only need a web browser, without the need to install Java, Flash, or Active-X controls.
http://www.akeni.com more info | rate it
Editing Express - Hexaconverter
Convert & Edit Exadecimal colors scale into editors triplette 0 - 255 or into registered name colors in main browsers libraries or viceversa. The program is in italian language , but essential guidelines are given in pop up links for english visitors to use the program. The interface is very intuitive and really no great deal of guidelines is necessary.
http://www.js.ics-php.com/ics/index.php more info | rate it
Form Validation
This is a simple form validation script that checks for empty fields. Dreamweaver offers very little in JavaScript form validation unless you're using Cold Fusion. In my opinion the built-in form validation behavior in Dreamweaver is sloppy and not user friendly. This script creates required fields and makes sure that the fields are not empty when the user submits the form. If the required fields are empty, the form does not submit and the focus is set to that text field. Setting the focus is a nice feature because the user is directed to the exact field that produced the error. You can do more with this script by making sure the form does not contain certain words, email address validation, and so on. For this demonstration I am only showing the basic script. Feel free to modify and utilize this script in any way you see fit. If you have any questions, contact me.
http://www.pratherproductions.com/articles/2004/0304.html more info | rate it
Partners: Flash Templates  |  Search Engine Optimization  |  Website Templates  |  Web Templates  |  Flash Templates  |  ISP Directory  |  
Dreamweaver Templates  |  Web Site Design Tutorials  |  Web Design Tutorials  |  Web Developer Tutorials  |  Web Hosting  |  
Web Hosting Forum  |  Free Web Hosting  |  Online Photo Sharing  |  Free Photos  |  Free Photos  |  Free Speaking Characters  |  
Copyright © 2004-2005 WebmastersChannel.com. All Rights Reserved | Privacy Policy