New Scripts | ASP | Tutorials & Tips
Creating a Members Area in ASP
posted byarticlesinUser Authentication
This is a complete tutorial on how to create your own 'members-only' area on your website. The author writes "A frequent task for ASP developers is to create a members area style section of a website. This would normally involve registration, a login page, and then access to a section of the site that is only available to registered users. This tutorial will cover the steps needed to create all 3 sections."
Reviews0
PriceFree
Views8461
Banner Control System
posted byderekinAd Management
Use this wizard to create the Banner Control System for your site. This application will give you the ability to rotate banners on all pages in your site rotating them randomly while giving them equal page views at the same time. Uses Access/ASP.
Reviews0
PriceFree
Views3206
Considering Different Browsers
posted byderekinContent Management
Many times it is necessary to consider the clients browser. Some things are not cross browser compliant. Some things look right in IE but are a little different in NS. The opposite is true as well. By looking at the USER AGENT we can do a little server side scripting to show what is needed depending on the browser. Here is how.
Reviews0
PriceFree
Views2041
Graphics for WAP
posted byactive.imageinWAP & WML
This article describes how to turn your IIS Web Server to a WAP server that creates WBMP images on the fly. The article consists of 3 parts. First part describes how to configure IIS. Second part tells you about how to create WBMP images on the fly. Third part shows how you can convert existing images to WBMP that can be displayed by a WAP enabled phone. Source code available for download.
Reviews0
PriceFree
Views3212
Quick form 2 db
posted byderekinDatabase-related
You fill in the blanks, and you are given the source code for the form, and a page to display the information in the database. Also the database is ready to download with all fields in your form.
Reviews0
PriceFree
Views2380
An easy way to add tables
posted byderekinDatabase-related
Insert a table into a database dynamically. You don't even have to open MS Access. One simple asp does the trick. Using ADOX you can add and manipulate tables easily once you know how.
Reviews0
PriceFree
Views1848
Counting Records Wizard
posted byderekinDatabase-related
This little wizard will help you count records and display the total. Simply fill in the form, and it will generate the code for you.
Reviews0
PriceFree
Views2105
Access Connection DSN-Less Code
posted byderekinDatabase-related
So you need a DSN-Less connection but your not quite sure what to do. Well we can do this for you. A quick and easy way to make a connection without a DSN. This will work for your MS Access database only. Now includes SQL Server.
Reviews0
PriceFree
Views2726
An Easy Way Delete A Record
posted byderekinDatabase-related
Delete a record from your database quickly and easily without having to use a recordset. Deleting a record from a database table is a simple task. Answer four questions below and click submit. The sql statement will be generated for you.
Reviews0
PriceFree
Views2353
Easy way to add a record
posted byderekinDatabase-related
Adding a record from a database table is a simple task. Fill out the form below and click submit. The sql statement will be generated for you.
Reviews0
PriceFree
Views3271
Free copy and paste shopping card
posted bywebmasterinE-Commerce
A code generator useful for sites with small number of items to sell. Just fill a form with item name, description and price (url is optional), and you will get a complete script you may paste to your site. Easy to implement to meet your needs.
Reviews0
PriceFree
Views4987
ContentType tutorial
posted bywebmasterinMiscellaneous
ContentType command allows to use an asp file as a source for plain text, html, images, pdf files.
Reviews0
PriceFree
Views2377
Compare dates
posted bywebmasterinDate & Time
Self explaining sort scripts to compare dates. You may use them to display your age, time period fromm a given date or happening etc. (DateDiff, Timer)
Reviews0
PriceFree
Views10049
Compare strings
posted bywebmasterinDevelopment
Self explaining sort scripts to show how to compare strings: Basics, Compare two strings for similarity, Find position of a substrings within a string, Is a substrings within a string?, Find position of a substrings within a string after skipping part of the string.
Reviews0
PriceFree
Views3512
Create a Column Graph
posted bywebmasterinGraphs & Charts
This script will create a column graph form a serie of number as for example 4,5,6,5,4. You may set up dimensions of the graph and the script will automatically calculate the maximun values for X (length of the serie) and Y (maximum value from the serie of numbers).
Reviews0
PriceFree
Views4014
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
Views2580
Language specific response
posted bywebmasterinRedirection
A tutorial showing how to get information from browser with Request.ServerVariables("HTTP_ACCEPT_LANGUAGE"). A list of available languages are included in the tutorial, and two examples: Redirecting visitors to lenguage specific pages, and Showing lenguage specific ads or text.
Reviews0
PriceFree
Views2390
Stacked Bar Chart
posted byarticlesinGraphs & Charts
Sample code to render a stacked bar chart in ASP. Uses a different color for each stack and each stack will have its own tool tip. Just pass an array with your colors, one for each bar. The colors are specified by name, each color name has a corresponding spacer, a gif image file that is dynamically plugged into the IMG tag SRC attribute via the asp code. Sample code available for download.
Reviews0
PriceFree
Views4593
Counter that returns screeninfo
With this script, you can retrieve the users screen resolution and color depth. It writes the screen info and the usual visitors' info to an access database. The script only counts unique users.
Reviews0
PriceFree
Views2151
Simple visitor counter
This is a simple text-based visitor counter. It uses the IIS PageCounter object and only shows the total (non-unique) number of hits. This is as easy as it gets: copy-paste 3 lines of code into your page and you're done.
Reviews0
PriceFree
Views6856