We’ve only soft-launched the new Trendpool.com, but it’s at a point where I’m ready for you to have a look.

A month ago was the last time I brought up the progress of the project. At that time I’d just been charged with adding ribbons to several elements on the site. After having a look at those ribbons, Florian decided to remove them from the posts, leaving the single ribbon accent on the site’s header.
It’s funny, as I was mentioning a month ago, I thought the ribbons were extraneous, but by the time Florian had asked me to strike them, I was actually falling for them a bit. With or without, they were a minor detail. I’m happy enough with the design as it stands.
In terms of the design, I’ve got to say, aside from the input I was getting from Florian and Paula, the look and feel has largely been my doing, and three months after starting in on the project I’ve gotta say I’m happy with the way it’s all panned out.
The site utilizes just the tiniest bits of jQuery. You can see it in the sidebar where I employed jQuery UI to get the tabbed content broken up and accessible. A problem I ran into here was the duplication of entire pages from the site crammed into the sidebar. Even after a couple friends had taken a look I couldn’t resolve the issue.
Instead, in the places where the content was being duplicated we removed the tabbed section from the sidebar entirely. This is far from a perfect fix, but is good enough for us to launch with. Once the final elements are incorporated I’ll likely look to rebuild the tabbed sidebar section from scratch.
Another element where I was able to incorporate a bit of JavaScript was in the field in the backend that accepts each post’s summary:

In the panels that hold the introductions to each post, there’s a summary displayed in italics. We didn’t want the summaries to wrap to more than two lines, so I found that the magic number of characters needed to hold to this length was 125. To hold writers/editors to that number, I setup a countdown display that updates with the number of characters left that will fit in that summary.
At the same time, I held the number of words in the first bit of each post’s content to 30. Again this fills the container with just enough content without growing outside its given size.
Well, there certainly is more I can say about the site, but apart from a few people, this is likely getting boring for most. If you’re interested, I’ll simply leave it to you to explore.