Active Articles: 2038
Total Categories: 16
Sub Categories:616
Multi-Language Web Development | ||||||||
Would you like to provide multi-language support on your site? This article discusses three different ways in which you could organize your site to support multiple languages. ... learn more
| ||||||||
| ||||||||
Connections, Commands and Procedures | ||||||||
Connections, Commands and Procedures is a sample chapter from Professional Active Server Pages which discuss in depth all the issues related with establishing connection to a database to the carrying out of commands and procedures. ... learn more
| ||||||||
| ||||||||
Dev ASP Hit Counter | ||||||||
You can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the header of every page useing Server Side Include(SSI). ... learn more
| ||||||||
| ||||||||
Auto-upload using IE+ADO without user interaction | ||||||||
This article shows a simple way to upload files from client to server using VBS, IE and ADODB as multipart/form-data document. Full source code included. ... learn more
| ||||||||
| ||||||||
Professional C# 2nd Edition : Data Access with .NET. | ||||||||
Complete Online Chapter "Data Access with .NET" from Wrox Press book "Professional C# 2nd Edition". Topics covered include "Connecting to the database", "Executing Commands", "Stored Procedures", "The ADO.NET object model" and "Using XML and XML Schemas". ... learn more
| ||||||||
| ||||||||
Speeding Up ASP Page Execution | ||||||||
ASP pages are executed on the fly by a server when they are requested by a visitor. Because they are not compiled, ASP scripts are slow and hold up the processing of an html page. This results in people leaving your site and severely reduces the enjoyment that your asp apps can provide. This short ... learn more
| ||||||||
| ||||||||
Retrieve a file from FTP server without any 3rd party component | ||||||||
This tutorial is aimed to show you how it is possible to retrieve a remote file via ASP and FTP without using a 3rd-party component. ... learn more
| ||||||||
| ||||||||
Using Application variables, and introducing global.asa | ||||||||
Here, you'll find a few example codes that allows you to save thousands of unnecessary database queries using Application variables. ... learn more
| ||||||||
| ||||||||
ASP and HTML bar graph (chart) creating | ||||||||
Short samples to create plain and stacked bar chart, with HTML code only, without external images (.gif etc.). Lets you create simple graph and trend indicator from database recordset/dataset. ... learn more
| ||||||||
| ||||||||
PDF on the fly for free | ||||||||
Learn how to convert HTML webpage to PDF for free by using HTMLDoc. With a simple installation of htmldoc.exe (opensource), by sending a command line from ASP. New version of the script is provided. Feedback will be appreciated ... learn more
| ||||||||
| ||||||||
Making the Switch from ODBC to OLE DB | ||||||||
ODBC is great and all but for speed and reliability you should switch to OLE DB to power your database driven apps. This tutorial will show you how to do it two ways: in the global.asa and in any ASP page. ... learn more
| ||||||||
| ||||||||
Simple Database Class | ||||||||
This database class handles Select, Insert, Update, and Delete. It also takes steps to ensure your SQL syntax is valid, and that memory leaks / errors are prevented. Tutorial comes with demo, downloadable code, and an in depth explanation. ... learn more
| ||||||||
| ||||||||
Create a Chart with ASP | ||||||||
Using ASP, HTML, and AJAX, we show you how to create a chart that updates every x number of seconds without user intervention. ... learn more
| ||||||||
| ||||||||
Using ASP pages to page through Recordset | ||||||||
In depth article on showing records in a page by page fashion with 'first page','next','back' and 'last page' links at the bottom to navigate through the records. Sample code and database available for download. Online demo also available. ... learn more
| ||||||||
| ||||||||
Shopping cart programming excersise | ||||||||
This shopping cart programming excersise is designed to help beginning programmers with some common programming concepts aswell as provide more experienced programmers information on ASP's powerful programming environment and how to set up global arrays for web applications. The heart of a shopping cart is: The Session Object, Global Variables and Constants, and Two-dimensional ... learn more
| ||||||||
| ||||||||
640-821 Practice Exam Test Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 640-821 exam on Your First Try. Pass-Guaranteed offers 640-821 practice exam questions. You will pass your 640-821 exam using Pass-Guaranteed. Or Your Money Back!!! Pass-Guaranteed 640-821 exam questions are designed by highly experienced and certified trainer's that have put together the ... learn more
| ||||||||
| ||||||||
MCSE 70-298 Practice Exam Test Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your MCSE 70-298 exam on Your First Try. Our MCSE 70-298 exam questions are designed by highly experienced and certified trainer's that have put together the best online source for IT certifications with detailed question and answer explanations. For only $29.00, you ... learn more
| ||||||||
| ||||||||
SmartSurf! | ||||||||
If a user doesn't find what they are looking for in the first couple clicks, the majority of them will move on to greener pastures. So how do you give the user exactly what they're looking for? This tutorial will show you how. Full source code is also available for download. ... learn more
| ||||||||
| ||||||||
Combining XML and ASP | ||||||||
This is a short tutorial describing how to process and display a given XML file using ASP and the MS XML Parser. ... learn more
| ||||||||
| ||||||||
Using ASP to create, edit, or delete information in a database. | ||||||||
This is a set of ASP examples/tutorials that demonstrate exactly how to use ASP with a database. Topics include: Using ADO To Add A New Record, Using ADO To Update An Existing Record, Using An Update Query To Modify An Existing Record, Using Delete Statement to Delete Records, Using A Select Statement (With A Loop), ... learn more
| ||||||||
| ||||||||
