Ethic Solutions Free Webmaster Tools
     
logo   

ASP Miscellaneous Mailing List Management Tips and Tutorials, Resources

What's New
What's New
  Popular
Popular
  Top Rated
Top Rated
  Search
Search


Search :  

Add Link |   Modify Link   |   Login |     Register  |  Getting Rated |  Link to Us |  Feedback Us


Sponsors
FlashAdvisor.com
Web Directory
phpld Hacks
Software Download
Your Site Link




Categories
    3DS MAX
    ASP
    C And C++
    ColdFusion
    Database
    Dreamweaver
    Flash
    HTML
    Java
    JavaScript
    Linux
    Maya
    MS Excel
    MS PowerPoint
    MS Word
    Paint Shop Pro
    Perl and CGI
    Photoshop
    PHP
    Premiere
    Python
    Visual Basic
    Web Hosting
    XML
 

 Home  » ASP » Miscellaneous



Miscellaneous tutorials


 Working with Array : Remove An Item  By Dotnetindex.com

Rate It  | Review
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 array list. Here there is a good ASP code block will be helpfull for your to remove and re-organized your array. .
   Hits:248    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-09-25
  Rate It   |  Error   |  Review
 

 Encoding URL strings  By Dotnetindex.com

Rate It  | Review
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. .
   Hits:227    Rate:  1.0(out of 5)    Vote:1   Submit Date :2006-09-21
  Rate It   |  Error   |  Review
 

 Caching Data in ASP  By infocodebeach

Rate It  | Review
Caching Data in ASP Do you have a web page that takes a long time to generate? Do you have a SQL query that you want to cache the results? This tutorial will show how to use the Application object to store cached data.
   Hits:176    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
 

 Flash and ASP  By smartwebby

Rate It  | Review
Flash and ASP The potential of 'Flash and ASP' has not yet been fully realized and there are not many articles or guides on the web to help you through your quest to find out more. We hope our guide not only teaches you to work with this less explored area of web development but also challenges and initiates you into trying to build the product by yourself. We have also consciously included tips and guidelines for better loading speed and small file sizes.
   Hits:173    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
 

 ASP and log files  By motobit

Rate It  | Review
ASP and log files Several methods to create hi-speed log files in ASP/VBS using Scripting.FileSystemObject and LogFile class of ScriptUtils. VBS Samples and performance comparison.
   Hits:163    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
 

 Remote Scripting With JavaScript and ASP  By smartwebby

Rate It  | Review
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 how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code.
   Hits:158    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
 

 Create a PDF file with ASP and SQL  By dypso

Rate It  | Review
Create a PDF file with ASP and SQL This short tutorial will teach you how you can create a PDF file on the fly for free using ASP and a stored SQl Server procedure. Amazing!
   Hits:156    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
 

 FORMATTING CURRENCY  By dotnetindex

Rate It  | Review
FORMATTING CURRENCY If you are building a shooping cart, you want to modify currency. If you add this simple code inside your code, you may easily change currency format. To make this changes you must modify local identifier of page.
   Hits:155    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
 

 Towards Next Generation URLs.  By stardeveloper

Rate It  | Review
Including a file in a ASP page This tutorial covers the benefits of using includes in ASP pages.
   Hits:96    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
 

 Access ASP Application object from a remote script  By motobit.com

Rate It  | Review
Access ASP Application object from a remote script Basic idea and full source code to remote access contents of ASP Application object from a remote script. Lets you read, write and enumerate application dictionary from the remote script (WSH, remote ASP/IIS server) or application.
   Hits:91    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
 
New Listing
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 array list. Here there is a good ASP code block will be helpfull for your to remove and re-organized your array. .
   Hits:248    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-09-25
  Rate It   |  Error   |  Review
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. .
   Hits:227    Rate:  1.0(out of 5)    Vote:1   Submit Date :2006-09-21
  Rate It   |  Error   |  Review
Caching Data in ASP Do you have a web page that takes a long time to generate? Do you have a SQL query that you want to cache the results? This tutorial will show how to use the Application object to store cached data.
   Hits:176    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
Create a PDF file with ASP and SQL This short tutorial will teach you how you can create a PDF file on the fly for free using ASP and a stored SQl Server procedure. Amazing!
   Hits:156    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
ASP and log files Several methods to create hi-speed log files in ASP/VBS using Scripting.FileSystemObject and LogFile class of ScriptUtils. VBS Samples and performance comparison.
   Hits:163    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
Flash and ASP The potential of 'Flash and ASP' has not yet been fully realized and there are not many articles or guides on the web to help you through your quest to find out more. We hope our guide not only teaches you to work with this less explored area of web development but also challenges and initiates you into trying to build the product by yourself. We have also consciously included tips and guidelines for better loading speed and small file sizes.
   Hits:173    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
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 how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code.
   Hits:158    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
FORMATTING CURRENCY If you are building a shooping cart, you want to modify currency. If you add this simple code inside your code, you may easily change currency format. To make this changes you must modify local identifier of page.
   Hits:155    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
Including a file in a ASP page This tutorial covers the benefits of using includes in ASP pages.
   Hits:96    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review
Query String Introduction Explains the basics of using a query string to send information to different page.
   Hits:89    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-04-26
  Rate It   |  Error   |  Review

WebmastersHome.com
Discussion about programming, SEO, WebHosting and more!


Most Populer
Working with Array : Remove An Item
Encoding URL strings
Caching Data in ASP
Flash and ASP
ASP and log files
Remote Scripting With JavaScript and ASP
Create a PDF file with ASP and SQL
FORMATTING CURRENCY
Towards Next Generation URLs.
Access ASP Application object from a remote script


Top Rated
Encoding URL strings
Caching Data in ASP
Create a PDF file with ASP and SQL
ASP and log files
Flash and ASP
Remote Scripting With JavaScript and ASP
FORMATTING CURRENCY
Towards Next Generation URLs.
Query String Introduction
Access ASP Application object from a remote script
Pages : 1 2
Home | Sitemap | Feedback | Advertise with us
Best viewed in 800x600 resolution with Internet Explorer.
Site Developed and Hosted by EthicSolutions

Flash Tutorials    TemplateAdvisor.com    WebMastersHome.com

    Reseller Hosting    Reseller Hosting Linux