how do i use a windows 95 disk
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 877
How to bridge PHP and Java on Windows IIS
n a previous tutorial it was shown how to set up the php/java bridge on Windows using the Apache web server. In this tutorial you learn how to do the same using Windows IIS web server. Though this is a beginners tutorial you are expected to have some more>> n a previous tutorial it was shown how to set up the php/java bridge on Windows using the Apache web server. In this tutorial you learn how to do the same using Windows IIS web server. Though this is a beginners tutorial you are expected to have some familiarity with IIS. Notice that the version of the PHPJava bridge used is the older version 3.2.1. Though not the latest version this is the most Windows friendly software. It contains a dll file that surpasses the one distributed in PHP5.<<less
Added: 2008-06-26 License: BSD Price: $0.00USD
21 downloads
How to Install Apache-PHP-MySql on Windows Vista
On this three part tutorial well go through the steps to install Apache,PHP and MySql on a machine with Windows Vista 32 bit more>> On this three part tutorial well go through the steps to install Apache,PHP and MySql on a machine with Windows Vista 32 bit<<less
Added: 2008-08-09 License: Freeware Price: $0.00USD
13 downloads
How to install PHP4 on Windows with Apache
This article is a quick guide to getting PHP 4 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). The later versions of PHP4 allow you to install it either as an Apache more>> This article is a quick guide to getting PHP 4 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). The later versions of PHP4 allow you to install it either as an Apache module or as a CGI binary.<<less
Added: 2007-02-04 License: GPL Price: Free
1019 downloads
How to install PHP5 on Windows with Apache
This article is a quick guide to getting PHP 5 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). Note! We advise you remove all files like php.ini and PHP related DLLs more>> This article is a quick guide to getting PHP 5 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). Note! We advise you remove all files like php.ini and PHP related DLLs from the Windows SYSTEM folder before moving on with a new PHP installation.<<less
Added: 2007-02-04 License: GPL Price: Free
1026 downloads
How do i install a forum?
Do you want to have your own forum? Well, in this tutorial i will show you the steps to make your own forum. There are many ?bulletin boards? available on the market. Today we will install The Simple more>> Do you want to have your own forum? Well, in this tutorial i will show you the steps to make your own forum. There are many ?bulletin boards? available on the market. Today we will install The Simple Machine Forum a.k.a. SMF. You have to download the files from the download section of the simplemachineforum.org. Always use the last stable version available.<<less
Added: 2007-07-04 License: Freeware Price: Free
848 downloads
How to use the QueryString in ASP
This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page. more>> This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.<<less
Added: 2005-04-20 License: Other Free / Open Source License Price: Free
1664 downloads
How To Use AdRotator Control 1
AdRotator is one of the Rich Web Controls available in ASP.NET. AdRotator control is available in ASP.Net to make the task of rotating the advertisement images in a web form quickly and easily. It displays banner advertisements randomly. This more>> AdRotator is one of the Rich Web Controls available in ASP.NET. AdRotator control is available in ASP.Net to make the task of rotating the advertisement images in a web form quickly and easily. It displays banner advertisements randomly. This tutorial explains how to rotate advertisement images on web form by using AdRotator Control.<<less
Added: 2008-06-12 License: Freeware Price: $0.00USD
12 downloads
How to install PHP/MySql/Apache on Windows
Here is described what to do in few steps to install PHP/MySql/Apache on Windows 2003 64bit more>> Here is described what to do in few steps to install PHP/MySql/Apache on Windows 2003 64bit<<less
Added: 2009-01-19 License: Freeware Price: $0.00USD
13 downloads
How to use Repeater Control 1
One of important goals of any application development process is making data presentation richer. ASP.NET 2.0 provides many server controls which render data in different rich formats and styles. Repeater control is one of most popular controls for more>> One of important goals of any application development process is making data presentation richer. ASP.NET 2.0 provides many server controls which render data in different rich formats and styles. Repeater control is one of most popular controls for displaying data in different layouts.<<less
Added: 2007-11-20 License: Freeware Price: $0.00USD
13 downloads
How to use the query string in PHP
This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like www.example.com/pag e.php?mode=1&s more>> This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" are being passed, with values "1" and "red" respectively. The question mark indicates the start of the query string and the ampersand, &, symbol seperates variable=value assignments.<<less
Added: 2005-07-10 License: Other Free / Open Source License Price: Free
1621 downloads
How To Use Java DB as Your Client Mobile Database
A database which is embedded in a Java application can be an excellent idea which has a lot of potential. It is currently possible to use it for a client portable database in both browser and desktop more>> A database which is embedded in a Java application can be an excellent idea which has a lot of potential. It is currently possible to use it for a client portable database in both browser and desktop programs.<<less
Added: 2006-07-17 License: Freeware Price: Free
1205 downloads
How to use SCOPE_IDENTITY() in ASP.NET
In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. . more>> In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. .<<less
Added: 2006-09-13 License: Freeware Price: Free
1158 downloads
How to use ImageMap Control 1
Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, more>> Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, you can define images with distinct regions called hot spots which are identified using coordinates.<<less
Added: 2008-02-22 License: Freeware Price: $0.00USD
11 downloads
How to Use ASP.NET 3.5 ListView & DataPager 1
ASP. NET 3.5 introduced two new data bound controls ListView & DataPager. This tutorial explains how to use ListView and DataPager controls to achieve example e-mail Viewer web application. more>> ASP. NET 3.5 introduced two new data bound controls ListView & DataPager. This tutorial explains how to use ListView and DataPager controls to achieve example e-mail Viewer web application.<<less
Added: 2008-10-28 License: Freeware Price: $0.00USD
11 downloads
When and How to use Cookies and Sessions
In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies. more>> In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies.<<less
Added: 2007-05-31 License: Freeware Price: Free
878 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 how do i use a windows 95 disk 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