Page 1 of 1
Build gallery help
Posted: Fri Feb 05, 2010 10:49 pm
by ulysees
Hi anyone know how to buld galleries like for example the file may be aA7h.bmp Although time consuming is there any way to go from [a-0] ie a-z, A-Z, 1-0 case sensitive?
I hope that makes sense!
Re: Build gallery help
Posted: Fri Feb 05, 2010 11:07 pm
by therube
I would think this to be quite inefficient & may not even accomplish what you want?
http://www.xyz.com/[a-z][A-Z][0-9][a-z].bmp
Even generating that creates about a 21 MB html document, much less loading it

.
Now that would cycle through each "placemarker"; aA0a ... aA0z ... aA9a ... aA9z ... zZ9z.
It would not give you an [a-z-A-Z-0-9] range in each of the four placemarkers.
Maybe with JavaScript, if there is something such as "isalphanumeric"?
Re: Build gallery help
Posted: Sat Feb 06, 2010 12:00 am
by ulysees
Thanks Yeah I need the second thing you said, thanks though

Re: Build gallery help
Posted: Sat Feb 06, 2010 10:01 am
by Giorgio Maone
You still didn't say whether there's an apparent "rule" in name generation which can be turned into an algorithm. If there's one, JavaScript expressions can help, otherwise Build Gallery won't work.