Click here to Skip to main content
15,884,237 members
Articles / Programming Languages / C#
Article

LightBox Web Gallery Generator

Rate me:
Please Sign up or sign in to vote.
4.79/5 (36 votes)
7 Oct 2007CPOL3 min read 238.9K   2.1K   91   61
A program to generate HTML Web Gallery based on the LightBox JS
Image 1

Introduction

LightBox Web Gallery Generator is a small .NET Windows Application that given a folder with images outputs HTML Web Gallery based on the LightBox JS.

Considering that Lightbox Web Gallery Generator has a tiny size and runs without installation, you can download it, run it and have your first gallery ready in a matter of seconds.

Background

I am usually successful at fighting the desire to write a program for each and every task myself. But couple of years ago, I found that none of the existing off-the-shelf packages address my needs. I wanted a very straightforward tool that would allow me to share my photos in a couple of clicks. I needed presentation with maximum screen space dedicated to photo with minimum text. Also I wanted the gallery to serve as a backup and store the original photos along with resized versions.

Online services had gallery images too small for my taste. Dozens of programs I have tested produced galleries just too ugly for me. Almost none could serve original photos. Very few had clean HTML or gave control over CSS. All required numerous clicks to get where I wanted. So to do it right, I had no choice but to do it myself.

The first version created index (thumbnails) page and individual pages for each photo. You can still find this original version here. But once LightBox JS by Lokesh Dhakar gained momentum, I have dumped most of the code in favor of LightBox. The program became more like an add-on to LightBox than an original program, but the result is very pleasing and that's what counts.

Using the Program

When you start the program, you are presented with this screen:

Image 2

Choose a source folder with *.jpg images, hit "Create web gallery" and in a few moments, an HTML Web Gallery will open in your browser. HTML files and resized photos have been placed into specified folders and you can transfer them anywhere you want.

All of the controls on this main window are obvious. And while this may be all a regular user would ever need to know, for advanced users there are a couple tweaks.

Pressing "CSS" link at the bottom of the form brings a section that allows modifying the CSS for the index (thumbnails) page, giving the user complete control over the page appearance.

Image 3

"Master Page" link provides a functionality of integrating the gallery into the design of an existing Web site. All you need to do is just to place <%WG%> into the body of any HTML page and the gallery pages will be created based on that page where gallery-specific code is inserted instead of <%WG%>. See integration sample here.

Image 4

Points of Interest

The project was intended to address a specific set of requirements in the shortest time possible. In addition, I am a Web developer who writes desktop applications only when it cannot be avoided. As such, the code will certainly not win any prizes and will not open any new grounds. The best I can say is that it is simple. As such, I will not be presenting any code in this article; if interested - just look for yourself.

There's a number of features/fixes that could have been easily added to the program like handling of other graphic files besides JPG; handling image subfolders; using something else instead of Microsoft.VisualBasic.Interaction for Registry works; better structuring of the code; having HTML blocks in resources instead of having them hardcoded and much more. But it does what I need it to do just fine, so if somebody needs to improve on it, you've got the source code.

Latest Updates

September 2007

  • Upgraded project to Visual Studio 2005 (it was about time)
  • Added control for resized image quality (thanks to Dmitry A. Mottl)
  • Lightly changed CSS

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
AnswerRe: td.tdImg Pin
ihoskins112-Dec-08 3:40
ihoskins112-Dec-08 3:40 
GeneralSub-Directories Pin
thund3rstruck28-Sep-08 5:46
thund3rstruck28-Sep-08 5:46 
GeneralRe: Sub-Directories Pin
Ruslan Sudentas28-Sep-08 17:01
Ruslan Sudentas28-Sep-08 17:01 
GeneralRe: Sub-Directories Pin
Adam Cheeseman1-Dec-08 10:37
Adam Cheeseman1-Dec-08 10:37 
GeneralRe: Sub-Directories Pin
Ruslan Sudentas1-Dec-08 10:46
Ruslan Sudentas1-Dec-08 10:46 
GeneralRe: Sub-Directories Pin
Ruslan Sudentas22-Aug-10 14:07
Ruslan Sudentas22-Aug-10 14:07 
QuestionNew User Question Pin
Lotuswoody10-Sep-08 9:08
Lotuswoody10-Sep-08 9:08 
AnswerRe: New User Question Pin
Ruslan Sudentas10-Sep-08 10:04
Ruslan Sudentas10-Sep-08 10:04 
I am not clear why would you need it, but if all of you thumbs are on one page - just rename it, there's no references back to default.htm.
If you just want to have numerous galleries on your site, just put the galleries in separate subfolders and link to these subfolders from your main pages.
GeneralImages Don't Always Appear Pin
juno91225-Jun-08 9:27
juno91225-Jun-08 9:27 
AnswerRe: Images Don't Always Appear Pin
Ruslan Sudentas25-Jun-08 9:51
Ruslan Sudentas25-Jun-08 9:51 
GeneralRe: Images Don't Always Appear Pin
juno91225-Jun-08 11:05
juno91225-Jun-08 11:05 
GeneralRe: Images Don't Always Appear Pin
juno91225-Jun-08 18:59
juno91225-Jun-08 18:59 
GeneralRe: Images Don't Always Appear Pin
Ruslan Sudentas26-Jun-08 11:26
Ruslan Sudentas26-Jun-08 11:26 
GeneralRe: Images Don't Always Appear Pin
juno91226-Jun-08 12:30
juno91226-Jun-08 12:30 
GeneralRe: Images Don't Always Appear Pin
Ruslan Sudentas30-Jun-08 7:10
Ruslan Sudentas30-Jun-08 7:10 
GeneralRe: Images Don't Always Appear Pin
juno91230-Jun-08 7:53
juno91230-Jun-08 7:53 
QuestionRe: Images Don't Always Appear Pin
juno91217-Nov-08 20:30
juno91217-Nov-08 20:30 
AnswerRe: Images Don't Always Appear Pin
Ruslan Sudentas18-Nov-08 4:08
Ruslan Sudentas18-Nov-08 4:08 
GeneralPic Images Pin
juno91212-Jun-08 11:54
juno91212-Jun-08 11:54 
GeneralVery Nice Job Pin
JASON_S_24-Mar-08 18:22
JASON_S_24-Mar-08 18:22 
GeneralIm really a noob at all this Pin
Wizzap18-Mar-08 12:22
Wizzap18-Mar-08 12:22 
QuestionGallery use in Ebay Pin
gcheak13-Jan-08 15:24
gcheak13-Jan-08 15:24 
AnswerRe: Gallery use in Ebay Pin
Ruslan Sudentas14-Jan-08 4:49
Ruslan Sudentas14-Jan-08 4:49 
GeneralUse for video and game Pin
XGuarden30-Oct-07 20:10
XGuarden30-Oct-07 20:10 
GeneralRe: Use for video and game Pin
Ruslan Sudentas31-Oct-07 4:04
Ruslan Sudentas31-Oct-07 4:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.