Craig,
Thanks for the compliments…
Actually, the sorting on the archive page is 100% codergurl’s Nicer Archives hack. All I did was modify the markup so the form would validate (see this post.)
My photo’s page (which still needs to be converted to pure CSS…and made to validate) is pure ColdFusion. You can view/sort every which way but Tuesday on my photo album ?? The CF code is a bit outdated, and could be optimized better. I’m going to convert it from CF5 to CFMX to take advantage of CFC’s (ColdFusion Components.)
I’ve done a similar type of sorting (similar to the Nicer Archives hack) at work in ColdFusion, and I’ve gotta say, it’s a lot less code in CF! The nice thing about PHP, though is it’s free ??
I’m currently working on my Movies section, which will be a separate instance of WordPress, modified beyond all recognition. I’m actually just using WP as a starting point, and will modify the tables to better suit a collection of movie reviews. (I could have wrote a simple app from scratch, but wanted to see how much I could modify WP and still have it work…Needless to say, the movies section won’t be getting any version upgrades.)
-Tony