purple pigs in a fruitbasket
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 965
Purple Yin Guestbook 1.1.2
The Purple Yin Guestbook is a free guestbook application for your website. It is highly customizable via robust administration functions. It is written in PHP. more>> The Purple Yin Guestbook is a free guestbook application for your website. It is highly customizable via robust administration functions. It is written in PHP.<<less
Added: 2005-08-08 License: Freeware Price: $0.00USD
10 downloads
Other version of Purple Yin Guestbook
License:Freeware
Counting Records In A Database Table 1
We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset. more>> We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset.<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
12 downloads
Displaying Data In A MySQL Database
This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for begi more>> This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for beginners who are interested in learning the language quickly.<<less
Added: 2004-10-04 License: Not Specified Price: Free
1869 downloads
Multithreading in ASP.NET
Explains how to use threads to enable multitasking in ASP.NET applications. Performance and responsiveness are most the important key issues in the success of your web application. Sometimes you need more>> Explains how to use threads to enable multitasking in ASP.NET applications. Performance and responsiveness are most the important key issues in the success of your web application. Sometimes you need to perform a long time task, that uses intensive CPU operations. A common solution to this problem is the use of multithreading.<<less
Added: 2007-02-12 License: Freeware Price: Free
1014 downloads
Build a Poll System in ASP.NET 1
There are many websites that have polls on their front page where users (anonymous and members) give their opinions. In this article, we will look at how to design a polling system, having a back-end to insert new polls along with their answers as more>> There are many websites that have polls on their front page where users (anonymous and members) give their opinions. In this article, we will look at how to design a polling system, having a back-end to insert new polls along with their answers as well as how to process and store the votes of the users.<<less
Added: 2007-04-03 License: Freeware Price: $0.00USD
18 downloads
Other version of Build a Poll System in ASP.NET
License:Freeware
Building a Forum in PHP
Learn how to make a simple forum with user regristration, login, logout, lostpass, pm system, admin cp, etc more>> Learn how to make a simple forum with user regristration, login, logout, lostpass, pm system, admin cp, etc<<less
Added: 2006-04-17 License: Freeware Price: Free
1306 downloads
Count files in a folder with php 1.0.0
If you need to count files in a folder using PHP then this little piece of php is just for you. Easy to add and change. more>> If you need to count files in a folder using PHP then this little piece of php is just for you. Easy to add and change.<<less
Added: 2009-02-18 License: Freeware Price: $0.00USD
12 downloads
List images in a folder with php 1.0.0
After i needed something like this for myself i decided to make a page of rit so that other people who need it can use it too. This little code will basicly list every image in a folder using php. You can alter it in every way you can/want. more>> After i needed something like this for myself i decided to make a page of rit so that other people who need it can use it too. This little code will basicly list every image in a folder using php. You can alter it in every way you can/want.<<less
Added: 2009-02-18 License: Freeware Price: $0.00USD
13 downloads
Encrypt Passwords Before Storing In a Database 1
This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your more>> This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your database is compromised the passwords cannot be decoded. The only downside is that users cannot retrieve lost passwords, they must reset them.<<less
Added: 2006-09-18 License: Freeware Price: $0.00USD
11 downloads
Other version of Encrypt Passwords Before Storing In a Database
License:Freeware
Custom Cursor in Flash
Using flash, you can hide a standard cursor and create a custom cursor. In this tutorial I will teach you how to create and change the cursor in your flash presentations to anything you want. more>> Using flash, you can hide a standard cursor and create a custom cursor. In this tutorial I will teach you how to create and change the cursor in your flash presentations to anything you want.<<less
Added: 2006-08-05 License: Freeware Price: Free
1196 downloads
Church Website In A Box 1.0
Church Website In A Box is such a great and useful MySQL/PHP content management system that is designed to be easily deployed and used by any church. more>> <<less
Added: 2007-10-05 License: GPL - GNU Public License Price: GPLGNUPublicLicense
downloads
eRuby: SUSIE a Simple Photo Gallery in Ruby
SUSIE is a simple image gallery that is an opensource eRuby application. It is interesting because it shows how Ruby, a powerful and fully object oriented programming language can be used to do the ti more>> SUSIE is a simple image gallery that is an opensource eRuby application. It is interesting because it shows how Ruby, a powerful and fully object oriented programming language can be used to do the tiniest of tasks. Ruby can be used as a fast procedural code language that rivals PHP and still do things in OOP that Java and C# cannot.<<less
Added: 2007-01-07 License: GPL Price: Free
1041 downloads
Using HTML in a Lightbox Description 1
There are a number of modifications for Lightbox that allow you use HTML in the Lightbox overlay but using this method the use of an alternative script wont be necessary. All you need to do is two simple edits. more>> There are a number of modifications for Lightbox that allow you use HTML in the Lightbox overlay but using this method the use of an alternative script wont be necessary. All you need to do is two simple edits.<<less
Added: 2009-01-26 License: GPL Price: $0.00USD
19 downloads
LoadVars Class in Flash
LoadVars class is the most powerfull class for communicating with server-side technologies and to load external data from text files. It was introduced in Flash Player 6 to provide a cleaner, much mor more>> LoadVars class is the most powerfull class for communicating with server-side technologies and to load external data from text files. It was introduced in Flash Player 6 to provide a cleaner, much more object-oriented interface for the common task of exchanging data with a server and text files.<<less
Added: 2005-05-11 License: Freeware Price: Free
1630 downloads
Developing a Shopping Cart in ASP.NET 1
In this tutorial we are going to develop a simple shopping cart consisting of two pages, an order page, where your user will be able to check the available merchandise and order the same and the second is a cart page, where the selected items will be more>> In this tutorial we are going to develop a simple shopping cart consisting of two pages, an order page, where your user will be able to check the available merchandise and order the same and the second is a cart page, where the selected items will be shown in the cart.<<less
Added: 2008-12-18 License: Freeware Price: $0.00USD
10 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 purple pigs in a fruitbasket 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