Home

Submit

Source

Feeds

Home » ASP » Images ::

ASP Images
Short sample to resize and convert jpeg, gif and png image files from an ASP page and create on-the-fly Thumbnails using Chart object from Office web components.
Related Tutorials
ASP Charts and Graphs
Create html bar graph in ASP
ASP / Charts and Graphs
This article shows simple method to create charts without external client or server objects, without .gif, jpg or png - the chart is created as HTML, directly in page

Site: www.motobit.com Report - View Tutorial

ASP Images
Image downloading from remote servers in ASP
ASP / Images
In this tutorial, we will access to a remote server, download image, rename ths image and save to our file system. We will use one function (getImage) and one subroutine (saveImage) to complete this sampel code.

Site: www.dotnetindex.com Report - View Tutorial

ASP File Operations
Uploading Images using HTML and ASP
ASP / File Operations
This tutorial will teach you how to allow image uploads to your site, using standard HTML and off-the-shelf ASP extensions.

Site: www.webreference.com Report - View Tutorial

ASP Database Integration
How to display records from top 4 database systems using plain ASP?
ASP / Database Integration
Sometimes, we would have chance to convert our existing database or create a new database. Some decisions IT professionals need to make are scary, and choosing database software is one of them.

Site: stardeveloper.com Report - View Tutorial

ASP Scripts
Random Image Sample
ASP / Scripts
This sample code presents three different ways to show a random image in ASP, each approach illustrated and explained.

Site: www.asp101.com Report - View Tutorial

ASP Getting Started
ASP For Beginners
ASP / Getting Started
What is ASP? ASP stands for Active Server Pages. Actually, ASP in itself isn't a language, instead it is more of a technology used by VBScript on the server side to display dynamic content on the web pages.

Site: www.itechcollege.com Report - View Tutorial

ASP General Development
Speeding Up ASP Page Execution
ASP / General Development
ASP pages are executed on the fly by a server when they are requested by a visitor. Because they are not compiled, ASP scripts are slow and hold up the processing of an html page. This results in people leaving your site and severely reduces the enjoyment that your asp apps can provide.

Site: www.aspemporium.com Report - View Tutorial

ASP Scripts
Creating a simple ad rotating system using ASP
ASP / Scripts
Creating a advertisement rotator page is easy - ASP comes with an Adrotator component that's easy to use. The component, called AdRotator, is installed when you install ASP. The component has been a part of ASP installation since the first version of ASP.

Site: www.kamath.com Report - View Tutorial

ASP Database Integration
Inserting Rows into a Database
ASP / Database Integration
This tutorial will show you how to insert a row of data into a database using ASP and an MS Access database. You can do it on one ASP file, but we'll have two files: one processor page (proc.asp), and one form page (form.asp). Then, we'll make the MS Access database that corresponds to the ASP.

Site: www.webdesign.org Report - View Tutorial

ASP Component Building
Creating a Server Component with Visual Basic
ASP / Component Building
This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but also find a marvelous way to encapsulate and protect their ASP source code.

Site: www.15seconds.com Report - View Tutorial

ASP Getting Started
Introduction to ASP & What is ASP?
ASP / Getting Started
ASP is sometimes described as a server technology which means its not quite a programming language (though developers including myself see it as one). ASP incorporates a programming language called VBscript though you can use JScript and Perl or any other language for that matter just as long as the language concerned supports Active X scripting.

Site: www.chauy.com Report - View Tutorial

ASP Component Building
Creating Visual Basic COMponents for ASP
ASP / Component Building
This article teaches the ASP programmer to write their code in VB, make it as a DLL and reuse it in their ASP code.

Site: www.macronimous.com Report - View Tutorial

ASP Database Integration
ASP Speed Tricks
ASP / Database Integration
This articles describes practical methods of optimizing the performance of classic ASP pages which retrieve and display tabular data from a database. Comparative test results are presented. Many of the techniques apply to ASP.Net and other scripting languages.

Site: www.somacon.com Report - View Tutorial

ASP Scripts
A Simple Quiz Script
ASP / Scripts
ASP is a very simple language if you know its syntax (in that way, it is much like every other programming language, albeit in ASP's case a bit more forgiving than some others). This tutorial describes the construction of a very simple ASP quiz script, which works with just two files: quiz.asp and data.asp.

Site: biorust.com Report - View Tutorial

ASP Counters
ASP Hit Counter
ASP / Counters
You can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the header of every page useing Server Side Include(SSI).

Site: www.devasp.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement