ProgrammingPost your programing related Tutorial Here
Notices
Welcome to the Aio® forum.
You are currently viewing AIOFORUM as a guest which gives you VERY limited access to view most discussions, Applications, Latest Movies & Tutorials and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload and Download content and access many other special features. Registration is fast, simple and absolutely free so please, Join our community today!
If you have any problems with the registration process or your account login, please use Contact us.
The W3Schools website contains tutorials for all Programming Technologies:
Quote:
At W3Schools you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, SQL, Database, Multimedia and WAP.
Instructions:
1. Download & extract
2. Rename Folder from "www.w3schools.com" to "w3schools" (or something else)
3. Install IIS on your machine (if not already installed) and copy this folder into: "c:\inetpub\www"
4. open firefox/IE and navigate to: localhost\<w3schools or folder name>\index.html
5. Learn!
“We don't inherit the earth from our ancestors, we borrow it from our children.”
The Following 46 Users Say Thank You to mjr_havoc For This Useful Post:
hey bro thanx for share but may i now what is IIS?
IIS = "Internet Information Server"
This is an option available on Win XP Pro (you can install it via 'Add Remove Programs>Add/Remove Windows Components>[Select Internet Information Server option]>Next>Finish')
What this does is that it allows the user (you) to have a 'server' running on your machine (which then allows you to run server-scripted pages (eg ASP, ASP.NET, php, jsp etc). The files contained within the link provided are .php files. Meaning you need the IIS.
HTH,
mjr_havoc
“We don't inherit the earth from our ancestors, we borrow it from our children.”