Entry tags:
updated my gallery
For various reasons the main collection of pictures on my website has remained basically unaltered for something like two years. I just modified my gallery script to break things up by month, and uploaded some more recent pictures:
http://www.chaosreigns.com/pics/
I am, as always, interested in all sorts of feedback. I expect the previous / next link code needs some updating, and need to be added to the month indexes.
If you're interested in some of the geeky details:
I continue to use a script of my own creation because I don't think the combination of features I want exists anywhere else:
The first two are pet peves of mine. Why would you display your thumbnails / images with different numbers of pixels just because they're oriented differently ? Explanation and simple code here: http://www.chaosreigns.com/code/thumbnail/
For the column scaling check out the html in the thumbnail indexes.
The gallery generation script is here: http://www.chaosreigns.com/code/gallery/
And if you end up implimenting my ideas elsewhere, I want credit :)
UPDATE: I believe the previous / next code is now working, please let me know if you have any problems.
http://www.chaosreigns.com/pics/
I am, as always, interested in all sorts of feedback. I expect the previous / next link code needs some updating, and need to be added to the month indexes.
If you're interested in some of the geeky details:
I continue to use a script of my own creation because I don't think the combination of features I want exists anywhere else:
- consistent pixel resizing
- number of thumbnail colums scales to screen width
- completely statically rendered
The first two are pet peves of mine. Why would you display your thumbnails / images with different numbers of pixels just because they're oriented differently ? Explanation and simple code here: http://www.chaosreigns.com/code/thumbnail/
For the column scaling check out the html in the thumbnail indexes.
The gallery generation script is here: http://www.chaosreigns.com/code/gallery/
And if you end up implimenting my ideas elsewhere, I want credit :)
UPDATE: I believe the previous / next code is now working, please let me know if you have any problems.

no subject