switch between
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 392
Switch Content Script
Switch Content script allows you to make arbitrary content on your webpage contract/expand on demand. The user clicks on designated headers to reveal additional content. Supports multiple "groups" of switch contents on the same page, each with their own more>> Switch Content script allows you to make arbitrary content on your webpage contract/expand on demand. The user clicks on designated headers to reveal additional content. Supports multiple "groups" of switch contents on the same page, each with their own independent settings.<<less
Added: 2007-02-16 License: Freeware Price: $0.00USD
17 downloads
Switch Content Script II
Switch Content Script II adds contact/expand functionality to any content using an image icon as the toggling interface. Apply it to content on your page you wish to give the viewer the option to hide. Cookies are used to remember and recall each more>> Switch Content Script II adds contact/expand functionality to any content using an image icon as the toggling interface. Apply it to content on your page you wish to give the viewer the option to hide. Cookies are used to remember and recall each contents last state.<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
15 downloads
Style Switcher 1.0
Allows your users to easily switch between your available stylesheets. Quick and easy to install. more>> Allows your users to easily switch between your available stylesheets. Quick and easy to install.<<less
Added: 2006-05-03 License: GPL Price: $0.00USD
10 downloads
Other version of Style Switcher
License:GPL
Finding the difference between date
This code will find the difference between two dates, either in months, quarters, or days. more>> This code will find the difference between two dates, either in months, quarters, or days.<<less
Added: 2007-07-13 License: Other Free / Open Source License Price: Free
847 downloads
Next Week
This script provides the date of any upcoming week day, its perfect for sites that announce weekly activites. It takes one argument, a number between 0 and 6, representing sunday to saturday. more>> This script provides the date of any upcoming week day, its perfect for sites that announce weekly activites. It takes one argument, a number between 0 and 6, representing sunday to saturday.<<less
Added: 2004-09-03 License: Freeware Price: Free
1879 downloads
Free Stats with Free Counter
Visible or Not Free Counter with Stats page You can choose between more than 20 counters styles more>> Visible or Not Free Counter with Stats page You can choose between more than 20 counters styles<<less
Added: 2005-06-07 License: Freeware Price: $0.00USD
10 downloads
Style Sheet Switcher 1
This is a versatile "plug & play" style sheet switcher that lets your visitors switch between a list of alternative style sheets to apply to your site. With a change of style sheet the entire look of your site can be transformed. Cookies are used to more>> This is a versatile "plug & play" style sheet switcher that lets your visitors switch between a list of alternative style sheets to apply to your site. With a change of style sheet the entire look of your site can be transformed. Cookies are used to enable persistence across site and for any number of days.<<less
Added: 2006-01-12 License: Freeware Price: $0.00USD
10 downloads
Switch and case statements and statements summary
Learn how to create simple example of switch and case statements. more>> Learn how to create simple example of switch and case statements.<<less
Added: 2008-02-15 License: Freeware Price: $0.00USD
13 downloads
Change Web Site Mode 1.0
This class can be used to switch the access to sites between test and production versions. Each Web site must have copy of all files in the production server and in a test server. This class allows the user to switch between the two copies of the more>> This class can be used to switch the access to sites between test and production versions. Each Web site must have copy of all files in the production server and in a test server. This class allows the user to switch between the two copies of the site without having to change the URL. It provides a GUI interface for switching between the test mode and production site. The test version may be run in the local machine or in another machine.<<less
Added: 2007-07-22 License: GPL Price: $0.00USD
12 downloads
Other version of Change Web Site Mode
License:GPL
Micro Trace 0.1
Micro Trace helps you to include trace messages into your PHP code. You can easy switch on and off debugging informations, select whether it should display or write into a logfile. You can use log leveles. Installation is quite easy, just include the more>> Micro Trace helps you to include trace messages into your PHP code. You can easy switch on and off debugging informations, select whether it should display or write into a logfile. You can use log leveles. Installation is quite easy, just include the file into your php code and you can use the logError, logWarning, logInfo functions.<<less
Added: 2006-11-08 License: Freeware Price: $0.00USD
12 downloads
How to Make AJAX Read between the Lines
The method for getting information through an implicit request can be applied not only for technical dictionary. Have you ever wondered about the double underlined links in such projects as hotscripts more>> The method for getting information through an implicit request can be applied not only for technical dictionary. Have you ever wondered about the double underlined links in such projects as hotscripts.com and devarticles.com? This is context-dependent advertising based on IntelliTXT engine from Vibrant Media (www.vibrantmedia.com). When the mouse cursor points to such a link an advertisement window appears. This technology is referred to as in-text advertising. This method is also increasingly used on news portals. The main page contains only the news headings. Yet when the user puts a mouse cursor over the heading a short description appears. Thus the main page can hold a lot more news. The visitor sees the headings and all he/she has to do to get a short summary is to browse through the items with a mouse cursor. Let us now look into how contextual help can be implemented with AJAX.<<less
Added: 2007-01-18 License: Freeware Price: Free
1012 downloads
Introduction to PHP for beginners
This is a basic PHP tutorial available for everyone and anyone who wants to read it. It covers: Variables, Comments, Output, Strings, Operators, If...Else, Switch, Arrays, While Loop, For Loop, Foreac more>> This is a basic PHP tutorial available for everyone and anyone who wants to read it. It covers: Variables, Comments, Output, Strings, Operators, If...Else, Switch, Arrays, While Loop, For Loop, Foreach Loop, Do While Loop, Include and Require, PHP/HTML Forms and the POST and GET methods. HTML knowledge is not necessary, but HTML is included in some examples in the code, specifically the form part.<<less
Added: 2007-07-29 License: Freeware Price: Free
869 downloads
Difference between HashMap and HashTable 1.0.0
Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is more>> Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is synchronized on the table while access to the HashMap isnt. You can add it, but it isnt there by default.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
12 downloads
The Difference Between require() and include()
Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file can more>> Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file cannot be read which any PHP programmer needs to know about. Theres also a slight difference with require() between new and older versions of PHP which this tutorial discusses too.<<less
Added: 2006-01-04 License: Other Free / Open Source License Price: Free
1393 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above switch between search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed