- The secondary pages are laid out so they don’t look randomly crammed. Also coded the templates so things appear where they’re supposed to appear and don’t when not. They include:
- The all-important Pages (ex. /experiments/photo)
- The you’re-not-supposed-to-see/have-access-to category archives (ex. /experiments/category/photo) just in case you stumble upon it.
- The tag Pages (ex. /experiments/tag/window) which isn’t used for this blog but good to have.
- The search results pages
- The you-shouldn’t-worry-about category and date-based archives (ex. /experiments/photo/2009/05/16)
- The individual (“single”) post (ex. /experiments/general/2009/05/15/redesign-update/)
- The 404 Not Found post (which is supposed to automatically redirect you to another page) just in case you land there.
- The width of the page is now determined through JavaScript by the number of “posts”. (If JS is disabled, the widest possible width defaults from the CSS)
/experiments /tag /redesign
Redesign Update 5/16/09
Redesign Update
- The link to the Experiments page is now moved to the permanent link: http://www.ivanwlam.com/experiments instead of including a /wordpress directory.
- The RSS Feeds now work, but you probably shouldn’t subscribe to them yet as I will probably make a couple more dummy posts to test the blog.
- The “category strips” that move along the posts now link to the correct “Pages.”
- The width of the page is now adjusted by JavaScript based on the size of your window. It currently assumes that there are ten posts, so there’s extra space, but I’ll fix that.
- The footer is now at the end of the page (the far right).