Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Web Gallery for easy upload!

Featured Replies

Hello,

 

I was wondering if any body knew any good scripts or programs that would allow you to easily create a gallery!

What i need to do is upload roughly 100-150 images per week. all must be categorized and in their own little gallery!

I currently work with either Dreamweaver or Microsoft Expressions Web! I know that this can be done manually by inserting one image at a time into a table to create a gallery then resizing it for a thumbnail and then hyperlinking it to the original image so that it can be viewed in a larger size. But considering the amount of images that need to be uploaded, this will be increadibly long.

Can any body suggest some sort or program or script that would simplify the task?

 

Regards,

Dennis

Gallery is very nice, although it may be a little more powerful than you were thinking of.
  • Author

hmm maybe if i were a bit more specific it would help....

 

Well what im am trying to do is build a website to sell cars.

What i need to do is have a gallery page with 1 photo and a small description of every car (year, make, model) but this i can basicly do it manually by adding each photo my self.

When you click on the photo, it has to open up a page with a bunch of pictures of different parts of the car.

What i was hopping to have is 1 big photo and a bunch of thumbnails on the side that you can just scroll through.

preferably when you click on a thumbnail it doesnt open a new page but loads in the place of that 1 large picture.

If what i mentioned is unclear please let me know and ill try to find an example of what i need!

 

PS...i did check out HOT Scripts but there are sooooo many its very hard to find what you need. i was kind of hoping for suggestions lolol :rolleyes:

 

Thx for the help!

BTW, this is my first thread and im really pleased with this community...very helpfull

i have done this a couple of times for various sites, but it tends to be a custom written script.

 

It isn't too hard really, just have a MySQL DB with this schema:

id INT(5) UNSIGNED AUTO_INCREMENT PRIMARY KEY,
parent INT(5) UNSIGNED,
filename VARCHAR(255),
title VARCHAR(255),
description VARCHAR(255)

will do it. the "parent" would be an ID link to the car it is related to.

 

then to get the realted pictures, simply do a query searching for that parent.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.