For the past few weeks I’ve been working on a new website layout and here it is. The logo at the top actually goes back few months when I started a new design to incorporate my portfolio into this website, but ended up ditching the design. After a recent design job, I decided to give it another go. This time I’m very pleased with the results. I took my time, for the most part, and tried not to rush anything. In the end, I couldn’t wait to push the site live though, and it currently is not completely finished. There are probably a handful of little things to go back and finish along with the only major part of the design to finish, the portfolio page. (more…)
Blog Upgrades for May 17th, 2009
I made some changes to the website today and I thought I’d go through an overview.
The first thing you will probably notice when coming to the website is the TweetMeme badges that I’ve put in. I’m not exactly sure how much I like them yet. They don’t look bad or anything, and they’re nice to have on the site, but they seem to slow down the page loads waiting for javascript to load the content from tweetmeme. If you don’t know what TweetMeme is, they’re just a site that keeps track of hot stories on twitter, much like how digg tracks stories, but TweetMeme does it automattically by watching retweets.
I also added a short URL to single posts. It’s alot like using tinyurl, except that you’re not relying on another site’s database to serve the links. It’s quite simple and much safer than using tinyurl or the digg bar. The default permalink style on WordPress blogs is “http://domain.tld/p=?<post-number>”. This is much shorter than the permalink styles that most of us use. It turns out that these links still work and actually redirect to the permalink structure that is setup.
The last thing I did today was change the way the date archive links are displayed on the archives page. I liked how Matt Mullenweg was displaying his links, so i copied him a little bit. This one was a little bit harder to setup, but with some searching through the WordPress documentation, I found some functions that helped me out. Now the links are displayed as “Year: January / February / March / etc…”. I put options in the function to optionally make the years links, choose the seperator, and a class name for the years. Each year is a list-item, so I have the function call enclosed by an unordered-list.
As I was making these new changes, I realized that I have good plugins in my functions.php file right now that I should probably publish as plugins. The first one is a change that I made last week that counts the number of images in a gallery. The second one returns a gallery thumbnail even if the first image in the gallery was removed, which i was having a hard time accomplishing with my last theme. And then that one for my archives.