• home
  • forum
  • my
  • kt
  • download
  • this:1/2 25records  total:26    Start  Previous  Next  Last    goto:
    How to Grab A HTML Page Within an ASP
    ON: 2007-06-24 23:13:56
    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
    10 times | category:
    ASP SPLIT, REPLACE and JOIN String Functions
    ON: 2007-06-24 23:10:01
    We will write the same script using SPLIT, REPLACE and JOIN to demonstrate all 3 functions and how they often are used for similar tasks.
    7 times | category:
    Caching Data in ASP
    ON: 2007-06-24 23:09:27
    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
    4 times | category:
    Create a PDF file with ASP and SQL
    ON: 2007-06-24 23:08:38
    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!
    21 times | category:
    ASP and log files
    ON: 2007-06-24 23:07:42
    Several methods to create hi-speed log files in ASP/VBS using Scripting.FileSystemObject and LogFile class of ScriptUtils. VBS Samples and performance comparison
    7 times | category:
    Flash and ASP
    ON: 2007-06-24 23:02:27
    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.
    2 times | category:
    FORMATTING CURRENCY
    ON: 2007-06-24 23:01:49
    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.
    2 times | category:
    Towards Next Generation URLs.
    ON: 2007-06-24 22:59:49
    For many years we have heard about the impending death of URLs that are difficult to type, remember and preserve. The use of URLs has actually improved little thus far, but changes are afoot in both development practices and Web server technology that should help advance URLs to the next generation
    1 times | category:
    Query String Introduction
    ON: 2007-06-24 22:55:51
    Explains the basics of using a query string to send information to different page
    2 times | category:
    Web Development Reusability : Improve Reliability Quality and Productivity
    ON: 2007-06-24 22:55:00
    Reusability is one of the simplest and the oldest concepts in programming. It is also the most underutilized concept. When implemented correctly and purposefully, it can save time and money, as well as create an inventory for valuable and reusable software assets. This article discusses such topics as what resuability is, why it is important, its usages, and more.
    3 times | category:
    Multi-Language Web Development
    ON: 2007-06-24 22:54:03
    Would you like to provide multi-language support on your site? This article discusses three different ways in which you could organize your site to support multiple languages
    7 times | category:
    Client-Side Scripting and ASP
    ON: 2007-06-24 22:53:21
    This article looks at a couple of ways to get the code in the client-side and server-side to communicate each other: Using the Javascript Array and Using ASP and XML
    5 times | category:
    Creating Dynamic JavaScript with ASP and Databases
    ON: 2007-06-24 22:48:29
    This tutorial explains how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page. It provides an overview of things that can be done with dynamic JavaScript with ASP and data queries. Example source code available for download.
    6 times | category:
    Dynamic Javascript Includes
    ON: 2007-06-24 22:47:23
    Dynamically include javascript files in your page. Simply place all your javascripts in a sub directory and make one reference in your page to the cs_scripts.asp file. You can then pass + or - with file names to either include or ignore a file in the sub directory. By default all are included.
    5 times | category:
    Using ASP and javascript together
    ON: 2007-06-24 22:40:48
    This basic tutorial will show you how to include information in a non-asp page information generated from an .asp page by using javascript. A banner rotator script and a text hit counter are used as examples.
    5 times | category:
    ContentType tutorial
    ON: 2007-06-24 22:39:50
    ContentType command allows to use an asp file as a source for plain text, html, images, pdf files
    21 times | category:
    Access ASP Application object from a remote script
    ON: 2007-06-24 22:38:21
    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
    17 times | category:
    Always Updated Copyright
    ON: 2007-06-24 22:35:27
    Never worry about your copyright being out of date again
    0 times | category:
    Color Safe Palette or Nested For Next Loops & Arrays
    ON: 2007-06-24 22:34:38
    The browser can do a great many things, but it has a limit of 216 colors that can â
    1 times | category:
    Global.asa
    ON: 2007-06-24 22:33:56
    Global.asa is the "dark file of ASP" and many don't even know that it exits. The truth is that Global.asa can be a powerful tool, but it's not as good at it should, and is often difficult to master. The following lesson give you a brief guide on Global.asa
    12 times | category:
    404 Error Report
    ON: 2007-06-24 22:30:45
    No one likes to see 404 pages and it's even worse when you find one on your own site. This tutorila explains how to make the 404 page useful to the user and notify yourself so you can fix them ASAP.
    3 times | category:
    ASP 3.0 Object Model
    ON: 2007-06-24 22:27:53
    Here, you will find reference material on Active Server Pages 3.0 Object model. Browse through all the methods, collections, properties and events in ASP Object Model (Six built-in Objects including the new ASPError Object).
    8 times | category:
    HTML code reduction
    ON: 2007-06-24 22:26:49
    This script will open all HTML pages within the specified directory, reduce the file size of your html pages, and the files will be saved back. You may password protect the script, and it will allow a faster transmission of the page. A good script to learn how those task are perform
    3 times | category:
    Professional Windows DNA
    ON: 2007-06-24 22:23:46
    This is a sample chapter from Wrox Press book 'Professional Windows DNA.' It prvides info on building web applications with VB, COM+, MSMQ, SOAP and ASP
    11 times | category:
    How to display your code
    ON: 2007-06-24 22:19:41
    Here is a solution to displaying ASP code in an ASP page without executing the code. Useful for displaying the code in an article about ASP
    3 times | category:
    this:1/2 25records  total:26    Start  Previous  Next  Last    goto: