I like your site also, I like how you came up with a differnt theme ;)
I am not sure about the photo store in different sizes, I am actually thinking of converting my photos DB to use actual images. But I have no information on that.
The blog part of mine I came up with 5 simple fields in a table on the database.
Date - Smalldatetime
Title nvarchar(50) so i dont get long winded there.
Body - ntext shouldnt have a limit and doesnt look like it so far
ID - int for the key and when i get unbusy at work make it use the ID number in the blog field in the address bar
Month - int for the month that the post was made sort of like a LJ type thing for searching by month later
With the links at number 3 I made a table in the database or them as well.
ID - int so i know how many links i have and can view them by ID if i ever choose
SiteName - ntext What is the name of the site/link
SiteAddress - ntext the full http:// address of the site (http:// is included cause i don't know how to make it automaticly add fields)
Class - int i like to try to keep things orginized and i have the links in differnt classes
Desc - ntext a description of what the link is
then on where the links are was some code including them in the href and when you view the link in raw code you only see the basics, i can post the code for that if you would like.
I wish i would have read things here before i got a wild hair and went out and programmed this stuff on my own
--Stephen
http://velcrohurts.com