Dynamic content such as banner ad rotation, random images and content will keep your web site alive. Learn to use this like IF End IF, Select Case and more with the asp tutorials.
No matter how you feel about cookies, good bad or indifferent, they are an integral part of many webs. Why not unlock the mystery and write your own? Here's a quick rundown on this.
Many times we need to perform an action or display something different based on some different parameters. Using If ElseIf End If is one such way to do this
Put PacPoll on your site today. This poll was made to be setup and run with ease. All you have to do is drop it in your web write and put an include statement where you want the poll. This poll comes complete with all the asp pages and the Access database
Many times we need to perform an action or display something different based on some different parameters. Using select case is one such way to do this.
This example is a simple counter using graphics to display the numbers. I call it simple because it will only show page views, not actual visitors. It uses the File Scripting Object to interact with a text file
This example is a simple text based counter. I call it simple because it will only show page views, not actual visitors. It uses the File Scripting Object to interact with a text file. The first thing it does is read the current number in the file and add one to it, then displays it as text on the page.
Making your own Banner System , using Microsofts AdRotator can really easy. Not as functional as a dedicated software solution, but one that you can knock up in about 10 minutes. So lets start