Miscellaneous

Results 1 - 20 of 41

Sort by:

Creating Excel Files Online

ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what to do with the file. Second step is to edit file name....
(show more)

(4.33 out of 5) from 3 Ratings

  • Price: Free
  • Views: 1,160

Working with Array : Remove An Item

Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming languages, but in ASP it is not so easy. VBScript does not contains strong functions to remove any item form your...
(show more)

(3.00 out of 5) from 6 Ratings

  • Price: Free
  • Views: 2,087

LTrim; RTrim; and Trim Functions

You may use these functions to use to lead spacing. For left of string LTRIM, right of string TRIM, for both side TRIM.

(1.60 out of 5) from 15 Ratings

  • Price: Free
  • Views: 1,958

Finding links using Regular Expression Syntax

In this example source code we will find links in a test using regular expression syntax. You may use this pattern to find in a custom script.

(1.67 out of 5) from 3 Ratings

  • Price: Free
  • Views: 1,339

Encoding URL strings

While passing variables as an URL's querystring, you should need to encode the string. All special characters like space must be written in adress bar in a form for browser.

  • Price: Free
  • Views: 1,151

Regular Expression Syntax

In this article, we will look at a list of metacharacters. You may create your own pattern using these metacharacters

  • Price: Free
  • Views: 1,353

VBScript Functions : The Len() Function

In this series of our ASP Developer Articles, we will examine a new VbScript function called as ' The Len() Function'. With LEN functions you can calculate the length of the string. Following function calculates the length of a string taken from input...
(show more)

  • Price: Free
  • Views: 675

Find a visitor's IP Address with ASP

Do you want to know the IP address of a visitor? This can be useful for many reasons, such as tracking site usage or blocking access to specific people. Here's how you can find it. It also tells you how to access the other items in the...
(show more)

(4.10 out of 5) from 19 Ratings

  • Price: Free
  • Views: 2,715

How to find out the Page Load time using ASP

The complete tutorial and code which will display the Page Load time using ASP

(5.00 out of 5) from 3 Ratings

  • Price: Free
  • Views: 1,082

Creating Color Chooser using ASP

Create good looking color chooser for your site. Let the users select the color that they require.

  • Price: Free
  • Views: 529

How to Get the Current Page URL

Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example if you want to let your visitors submit a blog post to Digg you need to get that same exact URL. There are plenty of other reasons as well. In this...
(show more)

(3.67 out of 5) from 3 Ratings

  • Price: Free
  • Views: 3,300

How to Grab A HTML Page Within an ASP

There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website.

  • Price: Free
  • Views: 755

Sniff the client browser

This little snipshet show you how you can detect the version and name of the client browser and adapt your code or stylesheet from here...

  • Price: Free
  • Views: 1,249

Create a dynamic PDF report with ASP/SQL SERVER

This is the first article of a series that explains how to create a stored procedure and to call it from ASP or directly from SQL Server. The stored procedure will in turn create a simple column based report in PDF without using any external tools or...
(show more)

(3.56 out of 5) from 9 Ratings

  • Price: Free
  • Views: 5,869

ASP Tutorials

A wide selection of great ASP tutorials with code examples. All comments are commented to make it easier to read and understand.

  • Price: Free
  • Views: 714

Keyword Highlighting using ASP

It would be important to highlight certain keywords in a message board for example or while searching for a keyword in ASP Search Engine, We are then in need of a function that would highlight certain keywords within the text of the messages.

  • Price: Free
  • Views: 1,207

Update Fader

If you have a new feature on your website, you can put up an image or text to proclaim how new the feature is. The image, or text, will automatically "fade" in intensity as the days go on.

  • Price: Free
  • Views: 909

Calculate Distance Between Two Points Using Longitude & Latitude

Tutorial and sample codes to calculate the distance between two locations. Free sample source codes in PHP, ASP, ColdFusion, C/C++, C#, Java, Perl, Visual Basic and Javascript. Longitude and latitude for United States ZIP Code and Canadian Postal Code...
(show more)

  • Price: Free
  • Views: 2,154

Using built-in functions in ASP

There are a lot of functions in ASP. Some are for typecasting, formatting, math, date and string manipulation. One of the greatest thing I love about vbscript, is they are easy to learn and use.

  • Price: Free
  • Views: 1,956

Remote Scripting With JavaScript and ASP

Remote scripting is an extremely powerful feature available in both Netscape Navigator and Internet Explorer. It allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. This article shows us...
(show more)

(3.33 out of 5) from 3 Ratings

  • Price: Free
  • Views: 1,540
<< previous
 ( 1 | 2 | 3next >>