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.
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?
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?
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.
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.
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 ...
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?
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.
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.
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.
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).
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?
I'm getting ready to start design on a random name generator. Basically a user would type in their first and last name and it would generate a random name pulling from a database. My question is this, what would be the best way to pull the random name? I was thinking of maybe just grabbing say the third letter of the first and last name and then matching them to a name, but I thought this would create to many duplicates. Maybe somebody out there can point me in the right direction.
The biggest n00b benefit I can see from Ruby on Rails, .NET, CakePHP or any framework/code generator is it's ability to auto create DAL and CRUD statments in a object oriented format.
Helping a friend to create a site in ASP, he has a bit of ASP knowledge and I have none at all We are looking add being able to add the abilitly to create new forms on his new website. Does anybody know of a good ASP form generator?
So we use the Randomize function and Rnd to make a random number. Well my numbers can hardly be called random. So I have to ask is those two functions dependent on the web server? The web server sucks so much that it cant generate new Random numbers?
How Random is this?
Game1 2006-05-14 20:01:32 You picked a 4 of Clubs 2006-05-14 20:01:34 You picked a 4 of Clubs 2006-05-14 20:01:35 You picked a 2 of Diamonds 2006-05-14 20:01:37 You picked a 2 of Diamonds 2006-05-14 20:01:38 You picked a 2 of Diamonds
And then I added a Session function which takes the Number generated and make sure that it doesnt happen twice in a Row. But then it just switches between two values.
Game2 2006-08-09 13:55:12 You got hit by 11276 2006-08-09 13:55:16 You recieved 88515m³ Ice. 2006-08-09 13:55:21 You got hit by 11276 2006-08-09 13:55:30 You recieved 88515m³ Ice. 2006-08-09 13:55:37 You got hit by 11276 2006-08-09 13:55:39 You recieved 88515m³ Ice.
If I had'nt had the Session function it would simply be "2006-08-09 13:55:12 You got hit by 11276" 4 times in a row or something.
So I ask myself what is wrong? Is it the server or is it faulty programming on my side?
iOre = Int(30000 * Rnd + 5000)
If IsEmpty(Session("OreRandom")) = False then DO WHILE Session("OreRandom") = iOre Randomize iOre = Int(30000 * Rnd + 5000) LOOP End If
I am looking for a script or a tutorial on how to generate a web page by having a user fill in a few chosen fields and entering the information into some preprogrammed html code using variables.It would then display their page and underneath it the html code.
I am a web programmer and I have recently been involved in developing my first ASP.NET application written in C#. I am looking for a code generator to help me to implement the skeleton of the application.
I tried to search on the Internet and found a few, but none of them generate the stored procedures, the data access layer and the business layer. Can someone suggest me a good and bug-free code generator so I can focus on implementing the business rules rather than writing stored procedures and developing logic to load and save the data?
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
I think most of you have run into the problem of generating random cards (shuffling them) in almost every programming language. If not here is your chance .Now I want to try this in ASP. Ya ya I know WHY ASP...because I want a challenge and want to see how you people would think of doing it. --------------------------- Rules To Develope: --------------------------- - 40 cards - 4 different suits - each suit 10 cards with number 10,9,8,7,6,5,4,3,2,1 All it has to do is generate an ASP page listed with the randomly generated cards.
Does anyone know how to code in a very simple random number generator?
Basically, my ASP site is linked to an SQL d/base. What I want to do is have a "Random quote of the day"... the R.N.G. should spit out a number, and that number references the random_quote_ID in the d/base and spits it out.
Does anyone know of any decent ASP code generators.I would like a program that automatically builds all the code for searches, reports, etc, giving just the path to a Microsoft Access MDB file. I have tried and used aspmaker, and it works pretty good. I was just wondering if there are any other programs out there that anyone recommends. Also does anyone know of any other "GOOD" asp forums besides this one
i am developing an e-move system. basically, this system required a customer to login first into the system before make any reservation. when a customer complete fill up a form with required data such as name, address, telephone number, email, date and time, i was wondering to give the customer a specific number as a reference number. customer will use this number to retrieve back the information if he has any changes to make and also to view the propose quotation from the mover company. my problem is, how can i include that particular process (reference number) into my e-move system?is there any auto number generator code/application?
I design auction templates and I need a way for my buyers to be able to fill out a form, click submit, and have a preview of the HTML template come up as well as the HTML coding so they can copy & paste it into their auction listing. Does that make sense?
I have NO experience with ASP programs but I was told by someone that this is what I need to get the results I am looking for. I do very well learning things on my own but this one has stumped me. I've spent many hours looking for any kind of tutorial or program that I could purchase.
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...,
there used to be a script by Bob Barrows which generated the vbscript for a stored procedure. The web site isn't there any more. Can anyone point me somewhere else?
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...
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
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?