Gallery Question

I want to make a gallery, in which the images are hosted on the same server, the images' names are not ordered in a/decending order (old1,old2,old3 etc.) , and i want an ASP page, that will automatically create space in a table for every picture existing on a specific folder (the folder probably won't contain only images...not quite sure yet).. i can't remember how it's done...,

View Replies


ADVERTISEMENT

Asp Gallery

if any of you know any powerful open source asp gallery. In php there is one really good one that allows you to upload batch images and customize the size, etc

View Replies View Related

Image Gallery ... How?

I would like to be able to have an image gallery that i can upload photo's to. It would have to resize the image to say 1024x768 and also make a small thumbnail, then add the neccessary data to a database so that i can easily display it.

What is the best way to go about this without spending any money?

View Replies View Related

ASP Image Gallery

I want to create an image gallery using ASP and JavaScript.The JavaScript is for the image effects, and ASP is required for selecting images from an image folder,to display it.How do I go about the asp part of it? And is it possible for me to embed a javascript within an ASP code?

View Replies View Related

Dynamic Picture Gallery : How To

I have developed an asp dynamic picture gallery, which reads the contents of the folder on the server & if they are pictures, display their thumbnails in the html table, on clicking any thumnail, you 'll get the big picture.

I didn't use any database in it, while I did it with File System Object of ASP, is it a right approach to develope. Because we are showing the contents of our web directory of server to the end user. or some server can create trouble for us while reading content from server hard disc...

View Replies View Related

Dynamic Photo Gallery

I have a photo gallery written in ASP where people can go and upload their own pictures to create a gallery. The only problem is the size of the image files, it takes forever to load the main gallery page. I've noticed on like community web shots for example, that all of their image files are kept really small. Is there any way to dynamically compress files while uploading them

View Replies View Related

Image Gallery Tutorial

is there any tutorial links on image gallery with database (SQL) on Classic ASP. Where the image record display horizontaly 4 image columns in a row, it also has brief description and the record id displays.

View Replies View Related

Image Gallery Script

I need some advice as to how to create thumbernail gallery page. Has anyone got any tutorials online or anything? As I'm lost as to:

a) uploading the images
b) requesting the correct set of pictures via a ReviewID
c) Outputting the images

View Replies View Related

Picture/Image Gallery

The platform is Win03, Access and SQL is available, along with all the
normal image components (aspjeg, etc..).

I have searched and I could spend several days looking for something. I was
hoping to get some recommendations based on experience. I would like to
stay under 100 if I was to purchase something.

Goals:
Autothumbnail for the viewer.

Let the user manage their gallery
Admin area for uploading, categorizing, captions, and deleting.

View Replies View Related

Out Of Memory - Image Gallery

I am using ASP code to auto-generate a gallery based on files within a directory structure and I got it to work a while back. Lately I've been consistently receiving "Out of Memory" errors when I access that module. I haven't made any drastic changes to my system so I can't exactly figure out what subtle changes if not inherent in the code flaw is causing this ...

View Replies View Related

Image Gallery With Thumbnails

I want a page where I will have an image gallery. The page when loaded goes and grabs all the picutres in the directory and puts them into an array, creating thumbnails for them as well (found this part in my search).

After the thumbnails are loaded, I want the pictures to be loaded in the same window, in a section underneath the thumbnails. Also Can I scroll the thumbnails left or right on mouseover? not in a full circle but left until the first one is encountered and right until the last picuture is showed?

View Replies View Related

Image Gallery Generator

i'm looking for a free image gallery generator in ASP 3 on ASP+. I've already looked on sourceforge.net but no one seems to fit my needs which include:

- admin area to create/destroy galleries,
- upload/remove images,
- placing comments on images.

View Replies View Related

Image Gallery SQL Database

how to create an image gallery using a SQL database. I placed the images in the sql database and I want to display the image and then a caption under the image? Can anyone help me! I can only get it to display the first picture and the first caption? I want it to display all the images with a categoryID of 1.

View Replies View Related

Simple Image Gallery

I'm looking to do an incredibly simple image gallery... I need to show all images in a specific folder. Preferably in a table (say, 4 columns or so), so that each image occupies a cell.

I don't want to code all image names into the page, I just want all images that exist in a specific folder to be shown. Anyone know how to do this, or can point me to a tutorial? I don't need to resize, link the pictures or anything else. Just show the images.

View Replies View Related

Photo Gallery Question

I am trying to create a photo gallery using asp in dreamweaver,i create a recordset to capture the image path.

However there is a problem when it comes into displaying the picture.When using the repeat region function,all the images are display only in 1 row by * column .How can i display like 1 page can display only 4 row by 4 column?

View Replies View Related

Database Driven Image Gallery

what i want to do is create an image gallery, that when u click on a picture it opens in a pop up with the images caption and name there also. I've stored the captions and image names in a database - images.mdb table - Images

I just need a page now that sorts it all out to display the correct image, caption and title in the pop up. The images are stored in folder images and the database in the website root directory.

i've read a couple of articles on various websites, and played with the image gallery wizard on Frontpage but the websites dont explain my problem, and i cant adapt the gallery on frontpage. I'm a bit of a novice in ASP so I would really appreciate it if you could some how make the bits of the script I need to change standout.

View Replies View Related

Developing A Dynamic Photo Gallery

Can anyone recommend a site that contains any tutorials on developing a Dynamic photo gallery for websites. Something with ASP+Javascript or ASP+VBScript or even with XML+CSS.

I want it so the images can be updated automactically, hence why it needs a backend database.

View Replies View Related

Decent Image Gallery From A Directory

does anyone know a good ASP script that presents a decent image gallery from a DIR? I want it to display thumbnails of an image, but not to just simply load the whole image, and resize it (because that would use up a lot of bandwidth!). I know there is a PHP script that can do this - think its called Anphin or something like that?

Anyway, does anyone know any decent, free ASP photo galleries? (p.s. It cant require server-side objects either, because I am not allowed to install them on my shared server).

View Replies View Related

Simple .asp Photo Gallery Required For Website

I am currently buidling a website for a photographer and she wants to be able to upload her photos each week, so that they can be viewed on her site by the public.

Does anyone know of a free simple gallery system that I could use on this website. Any system like this whereby she can upload/remove the images her self (backend i.e .asp to MS Access) and display them on the public site would be perfect.

View Replies View Related

Image Gallery :: Read Directory And Order By Title

I have to create an image gallery that reads from a directory on our server and posts the pictures in sequential order based on the title of the image that shows up in the directory. The images can not be stored in a database, just in a directory that employees can access and add new images. The titles will all start with numbers like 1employeename, 2employeename, 3employeename. The images should be listed on the page in order by number. I really don't know how to do this in classic ASP. If it were ASP.net I would at least know where to begin. Does anyone have any suggestions on where I could start, or find information on how to do this?

View Replies View Related







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