• home
  • forum
  • my
  • kt
  • download
  • this:1/17 25records  total:405    start  Previous  Next  Last    goto:
    Create and retrieve cookies
    ON: 2009-02-26 10:37:05
    ASP is very powerful while managing cookies. It's so easy to create a cookie. You may use response object and cookie property to create it. Again request object used to retrieve cookie. Cookies must be written before header sent to client by server. This means you should write and send cookie befre any HTML opening tag.
    4 times | category: [Cookies and Sessions]
    Preventing SQL Injection Attacks in Classic ASP
    ON: 2009-02-26 10:34:26
    The term 'SQL Injection' means to inject malicious SQL statement(s) in an otherwise regular SQL to get access to secure data on a website. In this article, we will examine how SQL injection attacks are carried out and what programming techniques can be used to prevent them. While we will assume classic ASP pages and the backend SQL Server database to demonstrate the method and means of prevention, the concept is equally applicable to other web programming technologies and database systems.
    12 times | category: [Security]
    Title Case Function In Asp
    ON: 2008-08-04 08:54:52
    Custom title case function in asp, not present by default
    7 times | category: [Introduction to ASP]
    Image Security
    ON: 2008-08-04 08:47:15
    This tutorial will teach you how to secure your web pages through image Security.
    5 times | category: [Security]
    Simple XML/RSS Parser
    ON: 2008-08-04 08:27:53
    Simple XML/Parser is a XML parser designed for to parse most valid news and blog feeds. No database required to work with it. All you need is to include a subroutine in your code and call it.
    11 times | category: [XML and ASP]
    Writing a Simple Guestbook Application
    ON: 2008-08-04 07:40:28
    This tutorial shows you how to write a simple guestbook application including: Design Overview; Database Tables; Configuration File; Page Layout Templates; Guestbook Main Page; Data Submission Issues; Webmaster Administration Page.
    13 times | category: [Guestbooks]
    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.
    73 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.
    65 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
    50 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.
    95 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).
    357 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.
    7 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
    42 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.
    77 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).
    50 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.
    70 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
    54 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.
    63 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.
    32 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.
    39 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
    16 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.
    77 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.
    32 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...

    22 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.
    24 times | category: [Web Fetching]
    this:1/17 25records  total:405    start  Previous  Next  Last    goto: