Introduction to ASP & What is ASP? ASP / Getting Started
ASP is sometimes described as a server technology which means its not quite a programming language (though developers including myself see it as one). ASP incorporates a programming language called VBscript though you can use JScript and Perl or any other language for that matter just as long as the language concerned supports Active X scripting.
ASP Forms Tutorial ASP / Getting Started
Forms are used all over the web to collect data you can see forms on work at this site, amazon and millions of others too. Googles front page uses a text form for users to query it's massive database.
Installing ASP on Windows machines ASP / Getting Started
This step by step how-to will teach you how to install asp on a windows machine, The tutorial lists ASP Windows 95 & Windows NT Installation, Windows 98 Installation,Windows ME Installation and Windows XP Installation. Perfect for beginners and professionals for reference.
My First ASP Script ASP / Getting Started
This tutorial will just display some text in a web browser, It will introduce you to the basic tags and actions of ASP.
Navision Database access via C/ODBC WebService/ASP.NET Application ASP.NET / .NET and Databases
The topic of this article is Navision Attain database access through Webservice, connected to Navision via C/ODBC based Linked Server – the mechanism available in MS SQL Server 2000 and transfer the results to ASP.NET application. Our goal will be ASPX page accessing Navision Customers.
Nesting repeaters in .NET ASP.NET / Functions
Data repeaters in .NET are very useful to display database records onto screen. This tutorial shows you how easy nesting repeaters to save time.
How-to implement the Calendar control in asp.NET ASP.NET / Web Forms
The Calendar control is an easy to use control once you know what you are doing. It has enough features to be used in most instances where you need to display dates in calendar form. This tutorial will show you how to implement the most basic form of the Calendar control, then adjust it to make it look like an event calendar where the days containing events are marked as such.
Introduction to MYSQL MySQL / General Guides
Mysql which stands for My Structured Query Language is a database application that allows us to store data that can be fetched and displayed on web pages.
What is SQL? MySQL / General Guides
What is SQL? SQL stands for Structured Query Language and is the lingua franca in the database world. SQL is a standard that is used by all database vendors and programmers to define, extract and access the information that is stored in databases.
Email Activation in PHP PHP / Emailing
This article introduces you to Creating your own user registration system allows you to obtain interesting information about the visitors to your site.
PHP in the Command Line (Shell) PHP / Getting Started
There's a single line you can add to your web host's control panel that will automatically archive your content. A "shell" in the computer world is a place where you enter commands and run files by name rather than clicking around different windows.
Displaying an RSS Feed on Your Website Using PHP and MagpieRSS PHP / News and RSS Feeds
These days everybody wants to have fresh content on their web site. Search engines like to see dynamic web pages, where the content is updated on a regular basis. Static pages that have information that doesn't change are not only boring, but less likely to be visited by a search engine spider than a page that changes every time it is displayed.
Create a PHP Search Engine PHP / Searching
This hands on PHP Programming article provides the knowledge necessary to design and develop a search engine for your website using PHP version 4.0 and above. Making a search engine for your website with PHP is really easy and provides substantial functionality required by most of the small to medium websites. This article introduces every steps of the development, including both design and PHP programming.