using a
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8047
Play Sound using Actionscripts 1.0
A simple tutorial showing step by step how to play/stop a sound loop using actionscripts. Source Fla is available for download. more>> A simple tutorial showing step by step how to play/stop a sound loop using actionscripts. Source Fla is available for download.<<less
Added: 2003-11-03 License: Freeware Price: $0.00USD
14 downloads
Other version of Play Sound using Actionscripts
License:Freeware
A Sortable Data Grid Using Ajax
Javascript grids with sortable columns have always been popular. Now, using Ajax techniques, we can sort our data by making real-time server calls in the background, without having to download all our data at pageload time, or have our users wait for a more>> Javascript grids with sortable columns have always been popular. Now, using Ajax techniques, we can sort our data by making real-time server calls in the background, without having to download all our data at pageload time, or have our users wait for a page reload. Full instructions including source code and demo.<<less
Added: 2005-11-24 License: Freeware Price: $0.00USD
16 downloads
Creating Shopping Cart using ASP
The tutorial and working Code used to create a Shopping Cart using ASP more>> The tutorial and working Code used to create a Shopping Cart using ASP<<less
Added: 2005-05-09 License: Freeware Price: Free
953 downloads
PHP4 Session Handler using ADODB 0.81
PHP4 is packed with good features. One of the most popular is session variables. These are variables that persist throughout a session, as the user moves from page to page. Session variables are great holders of state information and other useful stuff. more>> PHP4 is packed with good features. One of the most popular is session variables. These are variables that persist throughout a session, as the user moves from page to page. Session variables are great holders of state information and other useful stuff. PHP4s session variables are stored in files by default. However for true scalability, it is better to store this data in a database using a database wrapper library like ADODB. ADODB supports Oracle, MySQL, PostgreSQL, Interbase, MSSQL, VFP, Access, ADO.<<less
Added: 2000-12-12 License: BSD Price: 0.00
13 downloads
Other version of PHP4 Session Handler using ADODB
License:BSD Style
A Simple Link Checker using Ajax
In this simple script we use Ajax (Asynchronous JavaScript and XML) to allow all the links on your web pages to be automatically checked for validity every time the page is visited! Can be easily retrofitted to legacy HTML pages. The Ajax call is made more>> In this simple script we use Ajax (Asynchronous JavaScript and XML) to allow all the links on your web pages to be automatically checked for validity every time the page is visited! Can be easily retrofitted to legacy HTML pages. The Ajax call is made to a simple PHP script at the server which checks the links on the page and reports any broken ones to the webmaster via email. The page visitor need never know anything has happened! Free, of course.<<less
Added: 2006-01-12 License: Freeware Price: $0.00USD
13 downloads
A Tabbed Page Interface using Ajax
This script uses the popular Ajax programming model to build a tabbed navigation page. Using Ajax (Asynchronous Javascript and XML) allows the data to be displayed on the current page without waiting for a page refresh. Free. more>> This script uses the popular Ajax programming model to build a tabbed navigation page. Using Ajax (Asynchronous Javascript and XML) allows the data to be displayed on the current page without waiting for a page refresh. Free.<<less
Added: 2005-11-26 License: Freeware Price: $0.00USD
14 downloads
Shape transformation effect using a mask
Using this simple, detailed, thoroughly explained lesson, you will see how to apply attractive shape effect on any photo. more>> Using this simple, detailed, thoroughly explained lesson, you will see how to apply attractive shape effect on any photo.<<less
Added: 2008-12-04 License: Freeware Price: $0.00USD
13 downloads
Using a Grid to Display Detail Information
ASP.NET 2.0 Free Tutorials : Using a Grid to Display Detail Information - In this tutorial you will learn how to use a GridView Control to display the details of the item selected in the DropDown list more>> ASP.NET 2.0 Free Tutorials : Using a Grid to Display Detail Information - In this tutorial you will learn how to use a GridView Control to display the details of the item selected in the DropDown list and test the page. We shall now use a GridView to display the details of the item selected in the DropDown list.<<less
Added: 2005-09-29 License: Freeware Price: Free
837 downloads
Update records in ASP.NET using a Repeater
Ok, here we go again - the next in our series of give-it-to-you-straight, no nonsense tutorials for Classic ASP Developers, on how to develop in ASP.NET. This time around, we take it one step further from beyond just selecting and displaying records, and more>> Ok, here we go again - the next in our series of give-it-to-you-straight, no nonsense tutorials for Classic ASP Developers, on how to develop in ASP.NET. This time around, we take it one step further from beyond just selecting and displaying records, and look at how to update database records.<<less
Added: 2008-09-07 License: Freeware Price: $0.00USD
14 downloads
Picture listing using a shape technique 1.0
In this thoroughly explained, detailed lesson, I will show you how to create picture listing in flash using a shape technique. more>> In this thoroughly explained, detailed lesson, I will show you how to create picture listing in flash using a shape technique.<<less
Added: 2009-04-14 License: Freeware Price: $0.00USD
15 downloads
Email Tracking Software using a Web Bug 1.0
This code offers a very simple way to track emails and see whether or not they have been displayed by the recipient. Because this technique does not put a query string after an image, it is undetectable by spam engines, making it appropriate for more>> This code offers a very simple way to track emails and see whether or not they have been displayed by the recipient. Because this technique does not put a query string after an image, it is undetectable by spam engines, making it appropriate for legitimate newsletters etc that you want to track without being spam blocked.<<less
Added: 2008-06-18 License: Freeware Price: $0.00USD
10 downloads
Creating a fishing game using actionscript
one of the most stunning applications of Macromedia Flash is that you can create your very own game, i found it marvelous back when i made my first one. its worth sharing the easy tricks i took making more>> one of the most stunning applications of Macromedia Flash is that you can create your very own game, i found it marvelous back when i made my first one. its worth sharing the easy tricks i took making one of my games, "Fishing Season". the name says it all, its a fishing game.<<less
Added: 2005-05-11 License: Freeware Price: Free
1634 downloads
Advanced photo album using a mask technique 1.0
In this thoroughly explained, detailed lesson, I will show you how to create a really modern and advanced photo album using a mask technique and some special flash tips and tricks. more>> In this thoroughly explained, detailed lesson, I will show you how to create a really modern and advanced photo album using a mask technique and some special flash tips and tricks.<<less
Added: 2009-02-18 License: Freeware Price: $0.00USD
16 downloads
Shine photo animation using a mask technique 1.0
Using this thoroughly explained, detailed flash lesson, you will see how to create trendy shine animation using a mask technique. more>> Using this thoroughly explained, detailed flash lesson, you will see how to create trendy shine animation using a mask technique.<<less
Added: 2009-04-15 License: Freeware Price: $0.00USD
19 downloads
Build a Drop Down menu using an ASP Recordset
This tutorial is about a piece of ASP functionality that is as old and common as grandmas blueberry pie ---> how to build a drop down menu using ASP. Specifically, how to create a select menu element for each record returned in an ASP more>> This tutorial is about a piece of ASP functionality that is as old and common as grandmas blueberry pie ---> how to build a drop down menu using ASP. Specifically, how to create a select menu element for each record returned in an ASP recordset. Ill show you how to do it in 4 simple steps...<<less
Added: 2008-08-15 License: Freeware Price: $0.00USD
13 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 using a 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