Results matching for "weather+"
Sort Listings By
Show Only
By Customer Review
Licence Type
Question/Answer Validation
This JavaScript shows how to have a form-based question validated on the submit. It builds the new page which it writes to the window after the answer is submitted. It tells on the new page if you got the answer right or not.
(4 ratings)
Reviews0
PriceFree
Views5797
Giombetti.com PHP WebDev
Giombetti.com v2.0 PHP WebDev is a small, but growing PHP Homepage. It offers some PHP-Scripts, Snippets, Tutorials, Tricks, Books on PHP development.
(0 ratings)
Reviews0
PriceFree
Views2865
Ace Popup Close Timer
posted bymbaroneinWindows & Frames
Use this code to get a popup window to close after a pre-determined amount of time. For example, set an advertisement popup window to remain open for 15 seconds, then it automatically closes.
(21 ratings)
Reviews0
PriceFree
Views7361
Select List Of Current Month
This is a JavaScript example that creates a menu (drop down select list) of all the days in the current month. The current date is selected by default.
(9 ratings)
Reviews0
PriceFree
Views5712
Jevonweb Guestbook
posted byjevonwebinGuestbooks
This is a very easy to use guestbook program. It includes a setup file, and uses a flat text file to store the messages. An ideal guestbook for personal homepages.
(33 ratings)
Reviews0
PriceFree
Views5857
J-scripts.com
posted byjonathanmalminWeb Sites
J-scripts.com offfers a categorized collection of free cut and paste JavaScripts for Web site use. Also available are tutorials, and more.
(3 ratings)
Reviews0
PriceFree
Views3300
AINS
posted bytaradinoinNews Publishing
Ad Fundum Integratable News Script (AINS) is a php-script for submitting news. Its main goals are easy integration into existing designs, ease of use and stability.
(0 ratings)
Reviews0
PriceFree
Views13566
e-Classifieds Commerce Edition
The e-Classifieds Commerce Edition includes completely seamless and automated real-time credit card processing features so that your visitors will never have to leave your site in order to make a credit card payment, powerful multimedia upload options (photos, video, and audio), a unique context-sensitive help system, the ability to create and customize multiple databases, Auto-Notify search agents, web site affiliates, my checklist feature for marking and saving ads for future retrieval, a two-way, fully secure private messaging system that is ideal for personals sites, and multiple fee-based options including charging for posting ads, renewing ads, viewing ads, replying to ads, uploading photos to ads, subscribing to Auto-Notify, and much more.
(15 ratings)
Reviews0
PriceUSD 699.00
Views2861
MyMail
posted bywebmasterinMailing List Managers
MyMail in an advanced yet extremely easy to use mailing list script. MyMail is primarily built around PHP4 and MySQL with *Nix yet MyMail is easily capable of running on a NT system with PHP3. Some of the features include; import/export emails, easy signup form, full archiving system, advanced statistics, unlimited lists and subscribers, list cleaning, and is capable of sending many thousands of emails quickly and efficiently.
(95 ratings)
Reviews5
PriceFree
Views66164
4CM_phpContact
posted byAbelaJohnBinForm Processors
4CM_phpContact is a very simple script for having a "contact us" page at your site. It allows you to add as many fields as you'd like. It will send you the results of the submission, as well as sending a confirmation email to the user who submitted the data. It is very easy to install. It includes a small instructions for setting up, and all the needed files.
(0 ratings)
Reviews0
PriceFree
Views17263
4CM_phpCounter
posted byAbelaJohnBinText Based
This is a very simple PHP counter script for tracking page hits to any of your web pages. They don't get any more simple then this one. It offers no statistical data other then a textual counter. It does not use a database, but rather a flatline file (text file) for storing the number count. It includes instructions for setting up the script.
(0 ratings)
Reviews0
PriceFree
Views8827
How Session variables work
posted byhotscriptsinCookies & Sessions
Session variables can store user-specific information for you. This tutorial explain how to configure your server and how they work (and when they don't).
(0 ratings)
Reviews0
PriceFree
Views8057
Ace Hidden Popup Spawner
posted bymbaroneinWindows & Frames
This JavaScript code can be used to to open a window off screen that opens a series of popup windows based a preset amount of time.
(9 ratings)
Reviews0
PriceFree
Views4026
Nudging text
posted bydynamicdriveinText Effects
This attention craving text contains letters that constantly nudge one another. Whatever for 5 seconds of fame on your page.
(3 ratings)
Reviews0
PriceFree
Views13723
Bouncy text
posted bydynamicdriveinText Effects
This is an energetic little text script that bounces a message around your visitor's window screen.
(0 ratings)
Reviews0
PriceFree
Views10032
Check if its a number
This is a validation JavaScript that checks the value inside a form box to ensure it's a number.
(24 ratings)
Reviews0
PriceFree
Views12975
MySQL Data Manager
posted byilibinDatabase Tools
Mysql Data Manager (current version 1.73) is an award-winning web-based Mysql interface and administration tool. This is a multifunctional and platform independent program written in Perl that can be run on virtually any web server. Mysql Data Manager is built as a CGI script for management, development and support of Mysql databases over the Internet or Intranet using web browser based interface. It provides a complete set of high-level and low-level capabilities. High-level functions allow you to accomplish a lot with a single mouse click while low-level functions let you do precisely what you want. You get a wide range of solutions to meet the needs of almost any Mysql web application.
(4 ratings)
Reviews1
PriceUSD 37.00
Views7356
Intelligent favicon.ico Distributor
posted byR.J.VrijhofinMiscellaneous
If you want to have a copy of favicon.ico in other directories also besides the document root for statistics about which pages are bookmarked from M$ Internet Exploder 5.5 or for performance reasons, and you have a lot of directories, only some of which must receive a copy of favicon.ico, then use this PHP script to accomplish that as intelligently and easily as possible without risking getting RSI of the tedious job by doing it manually. Secondly, if for some mysterious reason favicon.ico is deleted from all directories on your web site (but you still have a backup copy of course), you can easily redistribute it without having to do the tedious job again.
(0 ratings)
Reviews0
PriceFree
Views3644
Managing e-zines with JavaMail and XSLT, Part 2
posted bykwigintinJava & XML
This article demonstrates how to automate e-mail publishing chores with Java and XML. This concrete application of XML and XSLT describes an e-mail newsletter (e-zine) publishing application that outputs both HTML and plain text e-mail messages. Five reusable code samples include a Java program to send e-mails using JavaMail, an XSLT style sheet to convert the DocBook sample introduced in Part 1 to HTML, a Java configuration handler (in the form of a SAX ContentHandler), and the Java code that puts it all together in a multistepped transformation.
(0 ratings)
Reviews0
PriceFree
Views2061
Diagnosing Java Code: The Liar View bug pattern
posted bykwigintinMiscellaneous
GUIs are generally designed with a model-view-controller architecture in which the view is decoupled from the model. The separation presents a challenge to automated testing because it's difficult to verify that a state change in the model is reflected appropriately in the view -- it spawns the infamous "Liar View." This installment of Diagnosing Java Code examines the Liar View bug pattern.
(0 ratings)
Reviews0
PriceFree
Views1624