I'm building a TGP page generator and I will release it as Freeware as soon as it is finished.
This project is mainly for practice in I/O opperations in .NET and it is very solid so far.
I just want some ideas.
Right now it does the following:
You point the program to a content path. A CD perhaps with 300 images in a folder. The program will copy the images, renames the images, convert the names to lowercase and create a new folder for every * images. So if you have 300 images and you want 30 images per folder the program will generate 10 folders and give the images all new names.
So the folders would look like:
newname01
newname02
newname03
Etc.
The images would be named the same way for each folder.
newname01.jpg
newname02.jpg
newname03.jpg
Etc.
The program also creates the thumbnails (With awesome compression!)
The program can also create the html table, I just have to add the options to allow customization.
Basically all you have to do is supply the template. The program does the rest.
Would you guys be interested in something like this?
Any ideas on how I can expand it or make it more user friendly?
I will be looking for beta testers if anyone is interested.
Any thoughts are appreciated and remember...I am not selling this...I will be releasing this for Free.
Oh, it also records all sites created in a Database.
