• home
  • forum
  • my
  • kt
  • download
  • this:1/16 25records  total:399    Start  Previous  Next  Last    goto:
    Simple Shoutbox
    ON: 2007-07-02 14:17:41
    This tutorial will show you how to make an easiest, known as shoutbox, and how to connect to access database, see data and write data over a form.
    31 times | category: [Guestbooks]
    Displaying an RSS Feed using ASP
    ON: 2007-07-02 14:13:26
    This tutorial will walk you through adding dynamic content from an RSS 2.0 data feed. RSS is a XML format for syndicating news content, web site updates, and blogs. Learn how to add this content to your web site with ASP.
    25 times | category: [XML and ASP]
    ASP XML Admin Control
    ON: 2007-07-02 14:10:47
    This is a small Web Application, this contains basic XML functions using ASP including a XML driven user authentication, adding new records, viewing records, editing and deleting records
    15 times | category: [XML and ASP]
    Turning numbers into graphs with ASP
    ON: 2007-07-02 11:53:11
    This tutorial presents a couple of ways to display your data in a graphical way by using charts without using server components. The first approach is using images with ASP to display bar graphs. The second approach is a Java applet that can display a more advanced graph, but depends on a Java capable browser.
    30 times | category: [Graphs and Charts]
    Making Charts in ASP
    ON: 2007-07-02 11:38:31
    This tutorial shows you how to create charts dynamically through ASP. Discusses a couple different methods: The basic technique via array building, and more detailed method using Office Web Components (OWC).
    82 times | category: [Graphs and Charts]
    Financial Graph
    ON: 2007-07-02 11:30:55
    This sample code demonstrates how to create effective graphs using simple html and the output from an access db but without the need for third party components. The example shows the stock performance for Yahoo.
    2 times | category: [Graphs and Charts]
    Charting the Internet
    ON: 2007-07-02 11:28:56
    This article shows how to create charts generated on the fly from a database, using IntrChart. Also explains how to dynamically add hot spots to the bars/slices in our chart and link them to other pages
    13 times | category: [Graphs and Charts]
    Creating a Stack Bar Chart Using ASP
    ON: 2007-07-02 11:23:12
    This article will show you how to build a stack bar chart using ASP and without using any components. The resulting chart looks quite nice and offers the ability to read the actual data values of the bars through the tooltip text. Source code available for download.
    15 times | category: [Graphs and Charts]
    Create a Column Graph
    ON: 2007-07-02 11:16:50
    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).
    9 times | category: [Graphs and Charts]
    ASP and HTML bar graph (chart) creating
    ON: 2007-07-02 11:15:40
    Short samples to create plain and stacked bar chart, with HTML code only, without external images (.gif etc.). Lets you create simple graph and trend indicator from database recordset/dataset.
    17 times | category: [Graphs and Charts]
    Stacked Bar Chart
    ON: 2007-07-02 11:12:28
    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
    11 times | category: [Graphs and Charts]
    Stock chart example
    ON: 2007-07-02 11:10:25
    This example will display a stock chart for a valid user submitted ticker symbol.
    19 times | category: [Graphs and Charts]
    Implementing a Guest Book Using ADO
    ON: 2007-07-02 11:02:54
    If you want to add a guest book to your site, then this article is for you - it contains full source code and the necessary Access database to get up and running immediately. A complete introduction to ADO is provided.
    13 times | category: [Graphs and Charts]
    How to get IP address of client
    ON: 2007-06-30 19:23:50
    This tutorial shows how ASP can be used to retreive the IP address of the remote host by using the ServerVariable Object.
    14 times | category: [Web Traffic Analysis]
    Sniff the client Browser
    ON: 2007-06-30 19:21:10
    This little snippet shows how you can detect the version and name of the client browser and adapt your code or stylesheet from there
    4 times | category: [Web Traffic Analysis]
    How to Build a Low-Budget Web Service with Classic ASP
    ON: 2007-06-30 19:16:16
    This article illustrates how to create a news feed Web service in classic ASP. The Web service created is extremely light-weight, requiring minimal Web server requriements. Basically, it uses a light-weight, cilent-side JavaScript file.
    23 times | category: [Web Fetching]
    Access remote URLs with asp
    ON: 2007-06-30 19:14:21
    This tutorial will show you how to use XMLHTTP Object to request a page to a remote address from your server. Some copy and paste examples are included in the tutorial.
    11 times | category: [Web Fetching]
    Display Google Page Rank on your website
    ON: 2007-06-30 19:12:12
    Find here how to display your Google Page Rank with DyspoPRank Checker wich is a standalone component. This script will enable you to show dynamicaly a small icon that displays the current Googleâ„¢ PageRankâ„¢ of any URL...

    7 times | category: [Web Fetching]
    WebPage Thumbnail Grabber
    ON: 2007-06-30 19:10:57
    This tutorial use the free version of DypsWebCapture to create a dynamic snapshot and save it as file. It could also be save as binary stream to save it in database.
    9 times | category: [Web Fetching]
    Grab A HTML Page
    ON: 2007-06-30 19:09:00
    How to grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website.
    11 times | category: [Web Fetching]
    Get the News
    ON: 2007-06-30 19:04:22
    This article describes how to put ASPWire's news feed onto your Web site. The steps are: Get the raw news data from a given ASP page (no more than 4 times a day), create an ASP file with the formatted news in it, and #include it on your page.
    35 times | category: [Web Fetching]
    Self Submitting Pages
    ON: 2007-06-30 19:03:40
    A very important coding method to understand when developing ASP pages is the page that submits to itself. This technique is very powerful and can drastically reduce the number of files you have to maintain and the number of places in which you need to make changes when maintaining code. The concept is simple. Using forms, set the action value to the URL of the page in which the form resides. Then use ASP code to determine what the current state of the page, and present the proper output to the user.
    7 times | category: [Form Processing]
    Censoring User Comments in a Guestbook/Forum Setting
    ON: 2007-06-30 19:02:41
    This tutorial shows you how to automatically censor specific words on posts for message boards or guestbooks when posted. It provides a function called CensorStr to do the job.
    3 times | category: [Form Processing]
    Adding Form Content into Database
    ON: 2007-06-30 19:00:55
    An article on inserting Form content into database. We'll also create an ASP page to show all the records and to delete specific records if wanted.
    20 times | category: [Form Processing]
    VBScript forms
    ON: 2007-06-30 18:59:55
    This page explains how to collect info from forms and validate them with VBScript server side. All source code is available.
    20 times | category: [Form Processing]
    this:1/16 25records  total:399    Start  Previous  Next  Last    goto: