Thumbnail Creator

I need a simple function to generate and save a thumbnail from a picture. It would require:

Source Picture Fileame
Thumbnail Height and Width
Thumbnail Filename

There are many pay programs available but they do far more than I require and I want the code to be built in to my code, not operate as a separate program. Any ideas? The browser knows how to resize pictures easily enough, and that is free! Is there no way to capture this with ASP?

View Replies


ADVERTISEMENT

Looking For Auto Form Creator

I've done lots of sites in ASP and i'm still bored/tired of creating
Add/Edit/Delete form & processing pages for Product tables, Customer/User
tables, etc. I'm looking for a script/package that will make these types of
pages easily and automatcially given a table from my (access or otherwise)
database.

Is there a script/package out there in ASP which will create such
forms quickly and easily with very little work on my part? these would be
pages i'd put in the administration side of the sites i create to manipulate
the data.

View Replies View Related

Easy Site Creator

Im making an asp website for a rotary club what would be the best script to create a website something like a CMS without all the forums and stuff.

View Replies View Related

Image Thumbnail

I am writing an ASP site that contains images. The owner of the site wants
to be able to upload images. The only problem is that the owner is not
computer literate enough to be able to create a thumbnail. So basically I
am looking for some code that would help me take the image he has and create
a thumbnail out of the image.

View Replies View Related

HOW: Password Creator, Send Mail From ASP

How can I create a totally random password generator? With letters and numbers etc.!

Also how can I EASILY create an ASP script that sends e-mails. I dont wan't to install ASPEMail because I am using a hosting solution (not my own server). Either Brinkster of another server I have. Any ideas for both the questions?!?!

View Replies View Related

Sitemap Page Creator Script

I was going to code something to make an index.htm page from an existing file structure. Before I started, I just wanted to ask if anyone had done this before. No sense in trying to reinvent the wheel, eh?Basically, i just want to create a simple index page with text links. Nothing fancy.

View Replies View Related

ASP Ecard/business Card Creator

I would like to create a page where someone could select from say 12 different cards, Once they have clicked on the card it will take them to a page where they can input about 5 - 6 lines of text, select a font, font color and font size they would like to use.

Then they can hit a submit button that will take them to a confimation page showing them the card they have created. Once they view the card they can hit an aprove button which will then enter the information they have input into a database and also email the completed card to them as well as to myself so I can see what they created.

Does anyone have any idea where I could find a tutorial to help me do this? I am pretty sure I will have no problems with most of it. However, my concern is the font style, color and size selector, i have no clue how to go about creating something like that.

View Replies View Related

Controling Thumbnail Proportions

I've built a job site, that allows employers/agencies to load their logos up which appear on each advert. Currently the max size limits of images are 600*200. Anything under these dimensions are uploadable.

The problem is that I have a control page that displays and manages all their logos. If their images are of different widths, it makes the page look tacky. So, is there a way of making all their thumbnails that appear on this page, all the same widths, but still in proportion height wise?

ie:
600*200 will display 200*66. (1/3 size)
400*180 will display 200*90. (1/2 size)

In otherwords, the width to be 200px, and proportional height wise.

Any ideas on how to do this?

View Replies View Related

Thumbnail Size Control

i am displaying images from a database using code like this Code:

strSQL = "SELECT DISTINCT * FROM tblInfo WHERE RecordID = " & strID & ""

oRs.Open strSQL, conn

Response.Write "<tr><td><a href='images/" & oRs ("PictureName") & "'><img src='images/" & oRs ("PictureName") & "' border=0></a></td>...

if seen examples of resizing images as they are uploaded, but is there a way to get size attributes just having a path? What I like to be able to do is only resize the picture to a thumbnail with a width of 75pixels, only if the image is over 75 pixels wide. Is this possible?

View Replies View Related

Creating Image Thumbnail

Some surely must know of a way of creating a smaller filesize thumbnail using just bog standard ASP code and no components?

View Replies View Related

Uploading / Resizing / Thumbnail Images

I am working on a gallery and am uploading pics. Is there any way of resizing the resizing image eg make a thunbnail from the image been upload. Also can I rename the image so that images aren't overwritten.

below is the code I am using.....

View Replies View Related

Create Thumbnail Of MS Word Document

Just wondered if it was possible to create a thumbnail / GIF image of a microsoft word document on the fly with ASP?

They seem to be able to do it on Microsoft.com (see http://office.microsoft.com/template...3601033&CTT=98, for example) - Is there a function which does this?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved