2nd wind exercise
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 34
Java Online Course
Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises. more>> Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises.<<less
Added: 2006-04-30 License: Freeware Price: $0.00USD
11 downloads
Exercise Tip Email Buddy
Exercise Tip Buddy is a free, easy-to-install web site tool that allows your visitors to sign up for an exercise tip mailing list. The program comes with everything you need out of the box, including more>> Exercise Tip Buddy is a free, easy-to-install web site tool that allows your visitors to sign up for an exercise tip mailing list. The program comes with everything you need out of the box, including 26 exercise tips tips - thats two a month for a whole year. You can easily add more tips yourself, manage subscribers, and set the look and feel of the e-mail so that it matches your web site.<<less
Added: 2006-05-11 License: Freeware Price: Free
1261 downloads
Glowing Arrows Preloader
Glowing Arrows Preloader will helps you easily load anything starting from the 2nd fram if this script is placed inside the first frame of the project. more>>
Glowing Arrows Preloader will helps you easily load anything starting from the 2nd fram if this script is placed inside the first frame of the project.
Requirements:
- ActionScript 3
- Flash Player 6 or higher
Added: 2009-09-29 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
downloads
Mongwell International Crosswords 1.00
Mongwell International Crosswords was created for the purpose of helping students learn a new language. It can be customized to use any alphabet. Lesson plans can be augmented with these fun crossword exercises that will help students practice what more>> Mongwell International Crosswords was created for the purpose of helping students learn a new language. It can be customized to use any alphabet. Lesson plans can be augmented with these fun crossword exercises that will help students practice what theyve learned. A great addition to any online language teaching class.<<less
Added: 2006-03-11 License: GPL Price: $0.00USD
14 downloads
Other version of Mongwell International Crosswords
License:GPL
MyWeather 1.2
MyWeather is a PHP function that uses the Yahoo! RSS weather feed. Results are returned in arrays so the output can be designed by you. The data returned includes the current conditions (temp, image, and text description) and two forecasts (hi, low, more>> MyWeather is a PHP function that uses the Yahoo! RSS weather feed. Results are returned in arrays so the output can be designed by you. The data returned includes the current conditions (temp, image, and text description) and two forecasts (hi, low, image, and text description). The function takes a zip code and optionally if the results should be in mtric. The received data is cached for 1 hour (as specified by Yahoo!) in a flat file (no database required). Function includes a demonstration and all weather images. Version 1.1 fixes a small glitch and provides more attributes, like wind chill, humidity, and many more. Version 1.2 adds better organization, better performance, and reduced filesize.<<less
Added: 2006-11-02 License: Other Price: $0.00USD
12 downloads
Other version of MyWeather
Price: FreeAdditionalInfoFreelicense,however,modificationsandupgradesyoumakeshouldbesuppliedtoberolledintofuturereleases
License:Other Free / Open Source License
License:Other Free / Open Source License
Find out mouse position
In this tutorial I will show you how to get mouse position information. I know this is not very usefull now but when you comprehend the structure of this exercise you can easely make flash movie in wh more>> In this tutorial I will show you how to get mouse position information. I know this is not very usefull now but when you comprehend the structure of this exercise you can easely make flash movie in which the some objects following the mouse cursor by reading mouse position coordinates.<<less
Added: 2006-09-15 License: Freeware Price: Free
1165 downloads
PHP Script Tips - Reading and Writing Files
A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, readin more>> A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, reading file by line or character, reading file in binary mode. Special topics are: How To Append New Data to the End of a File? How To Read One Character from a File? How To Read a File in Binary Mode? How To Read Data from Keyborad (Standard Input)? How To Open Standard Output as a File Handle?<<less
Added: 2006-05-22 License: Free for non-commercial use Price: Free
1277 downloads
Weather Thing 1.0
This is a simple cURL application to quickly and easily get detailed weather information. It retrieves a simple XML feed containing weather data from Weather.com and parses it. It can retrieve temperatures, conditions, wind chill, wind speed/direction, more>> This is a simple cURL application to quickly and easily get detailed weather information. It retrieves a simple XML feed containing weather data from Weather.com and parses it. It can retrieve temperatures, conditions, wind chill, wind speed/direction, atmospheric pressure, visibility, and the time of dawn/dusk for any United States zip code.<<less
Added: 2007-08-30 License: Freeware Price: $0.00USD
12 downloads
MySQL FAQs - PHP Connections and Query Execution
A collection of 18 FAQs on connecting MySQL server with PHP scritps. Clear explanations and tutorial exercises are provided on MySQL server connection; providing port number, user account and password more>> A collection of 18 FAQs on connecting MySQL server with PHP scritps. Clear explanations and tutorial exercises are provided on MySQL server connection; providing port number, user account and password; selecting or creating database; running SQL statements; checking execution errors.<<less
Added: 2006-09-11 License: Freeware Price: Free
1139 downloads
PHP Script Tips - Creating Your Own Functions
A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argu more>> A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argument default values, etc. Special topics are: How To Pass Variables By References? How Arrays Are Passed Through Arguments? How To Pass Arrays By References? How To Return an Array from a Function? What Is the Scope of a Variable Defined in a Function? How To Access a Global Variable inside a Function? How To Return a Reference from a Function? How To Specify Argument Default Values? How To Define a Function with Any Number of Arguments?<<less
Added: 2006-05-22 License: Free for non-commercial use Price: Free
1265 downloads
SmartWebbys Introduction to PHP
PHP has become a more popular technology for web programming in the recent years due to its open source technology. This means that it is free to use and is compatible with almost any server, say Wind more>> PHP has become a more popular technology for web programming in the recent years due to its open source technology. This means that it is free to use and is compatible with almost any server, say Windows, Linux/Unix and Apache servers. Though it is an open source technology, it has many advanced features included in it and is now capable of handling almost any issue related to the internet. PHP stands for "PHP Hypertext Preprocessor". PHP is a server-side scripting language. This means that a PHP page is processed on a Web server by a PHP script engine. When the client makes a request for any page, the request is sent to the server, the server locates the requested page and executes the PHP code if any and the result is sent to the browser (client) in the form of HTML. The browser then compiles the HTML to display the output.<<less
Added: 2005-07-14 License: Freeware Price: Free
1562 downloads
eZ Publish Hosting with true Root Access 3.2.2
Why settle for a glorified static page editor instead of the worlds best open source content management system? Enjoy built in support for web services like SOAP, out of the box support for the latest XHTML web standards, the ability to run users and more>> Why settle for a glorified static page editor instead of the worlds best open source content management system? Enjoy built in support for web services like SOAP, out of the box support for the latest XHTML web standards, the ability to run users and groups, built in eCommerce capabilities, a powerful publication management system, and a host other free functionality in one easy to use package. And it?s on FireBright?s high-end, state-of-the-art Dell 2650 VDS platform housed at MAE West (the 2nd most well connected datacenter on the planet). FireBright?s packages include real (true) root access to your server, unlimited domains and up to 6 installations of eZ Publish per account, and total control via our Enterprise Control Panel, My.FireBright. And, Zend Accelerator is included free of charge (an $800 value!). Take your php cms to the next level with eZ Publish and FireBright, or add it to your hosting business using our private label turn key eZ Publish reseller program.<<less
Added: 2004-11-01 License: GPL Price: 19.95
10 downloads
Other version of eZ Publish Hosting with true Root Access
Price: $19.95AdditionalInfoDuallicensedGPLCommerciallyredistributabledependingonyourneeds
License:GPL
License:GPL
MySQL FAQs - Managing Tables and Running Queries with PHP Scripts
A collection of 18 tips on managing tables and data rows with PHP scripts. Clear explanations and tutorial exercises are provided on creating and dropping tables; inserting, updating, and deleting row more>> A collection of 18 tips on managing tables and data rows with PHP scripts. Clear explanations and tutorial exercises are provided on creating and dropping tables; inserting, updating, and deleting rows, selecting and looping through data rows by pages; setting auto-increment IDs.<<less
Added: 2006-09-25 License: Freeware Price: Free
1128 downloads
PHP Script Tips - Understanding and Using Sessions
A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, d more>> A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, deciding how session IDs to be transferred, deciding where to store session files, deciding when to expire session values, etc. Topics included in this collections: What Is a Session? How To Turn On the Session Support? How To Save/Retrieve Values to the Current Session? What Is a Session ID? How To Retrieve the Session ID of the Current Session? What Are the Options to Transfer Session IDs? How Session IDs Are Transferred on Your Web Server? How To Force the PHP Engine to Use Cookies to Transfer Session IDs? Is It More Secure to Use Cookies to Transfer Session IDs? Where Are the Session Values Stored? What Set the Timeout Period on Session Values? How To Remove Values Saved in the Current Session? How To Tell If a Session Is New? What Is session_register()?<<less
Added: 2006-06-21 License: Free for non-commercial use Price: Free
1247 downloads
PHP Script Tips - Working with MySQL Database
A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, upda more>> A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, updating, and deleting rows, selecting and looping through data rows, searching by key words, setting auto-increment IDs.<<less
Added: 2006-06-12 License: Free for non-commercial use Price: Free
1254 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 2nd wind exercise 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