Most Popular Scripts | ASP | Tutorials & Tips
Free - YAHOO RSS Live Newsfeed Reader
posted byecommercemaxinXML & ASP
A module that extracts or pulls live YAHOO RSS News Feeds that you can use on your own website. This free tutorial code demonstrates the use of Microsoft's XML and document objects: MSXML2.ServerXMLHTTP, Microsoft.xmlDOM, and RSS.
This code shows you how to have full control of the XML data that is returned live by Yahoo News. You can iterate through each news feed and custom format the header, the body and the publication date.
Reviews0
PriceFree
Views3127
310-081 Free Test Exam Questions
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 310-081 exam on Your First Try. We have provided a free 310-081 free exam where you will be able to see the quality that goes into our 310-081 test exam questions. Our 310-081 practice test questions are designed by highly experienced and certified trainers that Guarantee success on your 310-081 exam!!!
Reviews0
PriceUSD 39.00
Views1882
HTTP 301 Permanent Redirection Techniques
posted byhumbadsinRedirection
This article describes how to properly redirect a web page using an HTTP 301 status code and Location header. The 301 status code is used to indicate that a page has permanently moved. Multiple techniques are presented with recommendations.
Reviews0
PriceFree
Views1850
Executing Transact-SQL INSERT statement
posted byinfoinDatabase-related
In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database.
Reviews0
PriceFree
Views3009
ASP Form Input to HTML
posted byinfoinFile Manipulation
The author writes "ASP has the ability to write .html or any other text based documents directly to a web server (You need to write the text output to a directory that has write authority). This enables the instantaneous publication of user input without the need for uploading files from a PC." This example code shows how to write text based documents to a server using ASP.
Reviews0
PriceFree
Views2894
String Functions (Len, Left, Mid, Right)
posted byinfoinDevelopment
This is a short exmaple that demonstrates the text manipulation functions in .asp. It takes a string of ten numbers 8005551212 (the 800 number for 800 info) and splits it into the common ###-###-#### format.
Reviews0
PriceFree
Views4793
Grabbing XML data from ASP
This article lays out how to use ASP and JScript to open and read XML files.
Reviews0
PriceFree
Views4250
Search Within Search Results
posted byinfoinDatabase-related
Want to add value to your current search? Allow your users to search from within search results. As databases grow the necessity for the user to continually narrow a search to the item that they truly want will grow also. The following example utilizes a db on U.S. State capitals. Upon the first search two radio buttons will appear indicating a search (default) or a search within the current results. Searching within the current results will take the first search and add it to the new search and so on.
Reviews0
PriceFree
Views2762
Creating a Category Site with ASP
posted bywebmasterinE-Commerce
This tutorial shows how to implement a catalog site that is build with Active Server pages and SQL Server. Along with the implementation there is source code and a discussion of the advantages and disadvantages of creating a catalog site that gets its content from a database. Included are pages for displaying products, creating a menu page, category page, and running a search across a database.
Reviews0
PriceFree
Views4866
Adding Records to a Database using SQL
posted byidminDatabase-related
The purpose of this article is to show how to get records from an html form and submit that form to an ASP page. This ASP page will then use SQL to enter the records into the database.
Reviews0
PriceFree
Views5816
ActiveX Component
posted bywebmasterinComponent Building
In this tutorial, you will learn how to create your first ActiveX DLL component using Microsoft Visual Basic 5.0 and above. The power of ActiveX component is not even closely covered here. The purpose of this tutorial is simply give you a start on how DLL is created.
Reviews0
PriceFree
Views4077
ASP FAQ
posted bymitchellinFrequently Asked Questions
Throughout 4 different FAQ sections - Beginner, Intermmediate, Databases and Advanced, 4GuysFromRolla.com addresses and answers a number of frequently asked questions on ASP programming of every level.
Reviews0
PriceFree
Views3626
ASP image resize and convert
posted byinfoinImage Manipulation
Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample.
Reviews0
PriceFree
Views1619
Manipulation of strings
posted bywebmasterinDevelopment
Self explaining sort scripts to show how to manipulate strings. InStr(), LCase(), Left(), Len(), LenB(), LTring(), Mid(), Replace(), Right(), RTrim(), Space (), String(), StrReverse(), Trim() and UCase() commands.
Reviews0
PriceFree
Views2562
Open, Read and Create Files with ASP
posted bywebmasterinFile Manipulation
This tutorial explains opening, reading and creating files using example codes. Up to 6 examples are used.
Reviews0
PriceFree
Views5614
Working with Drives, Folders and Files using ASP
posted byfaisalinFile Manipulation
Article on accessing drives, folders and files with ASP; iterating though drives, folders and files collections, reading content of a file and more. Also provides detailed listing of all properties and methods of FileSystemObject, Drive, Folder, File and TextStream objects.
Reviews0
PriceFree
Views5061
Implementing forms with ASP
posted byhotscriptsinForm Processing
Generic framework showing in detail how to implement forms with ASP, with validation and field persistence.
Reviews0
PriceFree
Views5532
Search your site
posted byhotscriptsinSearching
Learn how to add the ability to search through pages on your site by storing keywords in a database table. This tutorial shows one server side include containing one function is all you need.
Reviews0
PriceFree
Views4012
XML and ASP based Survey Server
posted byfeedbackinPolls & Voting
This tutorial shows how to quickly create and track multiple-choice surveys using our XML-based Survey Server for IIS. It uses XML to store surveys, XSL to generate different presentations, and ASP to manage all the processing to create an extensible engine for creating multiple-choice surveys.
Reviews0
PriceFree
Views5166
Conditional Statements in ASP
posted bybouvilloninIntroduction to ASP
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. There are two types of conditional statements in ASP: if...then and select case. In this tutorial we will show how to use both of them.
Reviews0
PriceFree
Views1726