Corcel claims its N°1 bathtub redefines form and function. They say only 51 of the carbon fiber tubs will be construced.
Found: the carbon fiber bathtub you didn't know you wanted
Submitted by matthewfortner on 09/24/2011 - 14:04Icon overload; Give me text
Submitted by matthewfortner on 06/23/2011 - 07:15I'm sure I'
m in the minority here, but I'm getting tired of looking at icons. They are what defines the iPhone and iPad. They dominate Android too. I know this sounds ridiculous, but I'm kind of craving text.
Windows Phone 7 and Bing actually look, feel and work nicely using text-based icons.
For Android there are some text-based icon themes available. Most are fine, but I wanted something a little more customized for my Samsung Galaxy Tab. I decided to start creating my own text icons using a neat little app called Simple Text.
Here is what I have so far. Any thoughts?
Public seating can be geek chic | Video
Submitted by matthewfortner on 03/13/2010 - 08:30
Furniture does not often fascinate me, but this design and video presentation blew me away. Public seating company Arconas has an amazingly designed line called Molecule. Check out the video.
A quick reality check on the new site
Submitted by charliemach on 01/12/2010 - 15:34How close did we get with the mini-redesign (which we are calling "the re-redesign") of newsobserver.com that we launched last week? Check some of the new features and tell us your thoughts.
Victorian revival
Submitted by jleonard on 07/24/2009 - 15:37New N&O Classifieds site launches tomorrow
Submitted by charliemach on 07/14/2009 - 16:49Despite the advent of several very popular classified advertising websites which shall remain nameless here, the newspaper classified site is still going strong.
Ours has been going strong for about 3 years now. It's gotten a bit creaky, so we're launching a new one tomorrow. Fortunately, our sister company McClatchy Interactive built the technology for it, using our existing site as a model for the features and layout. (Also, one of our original web designers went to work for MI two years ago, and was instrumental in designing it.)
It's a bittersweet launch. We built the current site using PHP, the then-state-of-the-art programming framework, and it's been chugging along like a faithful old steam engine. On the other hand, with the new site, there will be bells and whistles like:
- Google mapping for garage sales
- The ability to drill down into search results by meta-info (like how many days old the ad is)
- A nice solid all-CSS template.
Check it out tomorrow - and place an ad today!
Keyshawn Johnson: Just give him the design control!
Submitted by adriennj on 07/10/2009 - 11:40
My husband wasn't around when I watched two episodes of "Keyshawn Johnson: Tackling Design."
But I'm sure I could get him to watch it when it premieres on A&E at noon on Sunday.
Yep, it's a design show for guys, even for those whose idea of design might be a lounge chair with a built-in beverage cozy.
May 30, 2009: Home of the Month
Submitted by johnhansen on 05/29/2009 - 22:51Design, Code or Both?
Submitted by patrickmdoran on 08/01/2008 - 09:03This is the first in what we hope will be an ongoing series of conversations between our readers and the N&O Design, Development and Content producing teams. We want to keep you informed about what we're working on and interested in, as well as what's up and coming on our websites.
We hope you'll find it to be an interesting read, and look forward to your feedback as we continue to move our online Triangle journalism and community building efforts forward.
----
I work on the Interactive Media team as a front-end designer, making the sort of design choices that impact what you see on your screen. Be it the logo on a new site or an advertisement, there's a good chance that I've worked on something you've seen.
Today I want to write about something that I am not an authority on - Javascript. That's one of the common types of code we use in our sites to add interactivity. It rotates to the top articles on the TriangleMom2Mom.com homepage and switches between the tabs on the newsobserver.com homepage. It also allows for many of the cool effects on Triangle.com.
As a designer I've often distanced myself from writing Javascript code, believing it was the realm of code-writing developers. Why should I write code? I can use Photoshop to design all the interactivity that's needed and let someone else take care of the math. I followed this path right up until a few months ago when a developer at our partner company, McClatchy Interactive, showed me jQuery.
jQuery is a Javascript library (a collection of commonly used code) that makes adding interactivity and effects to a page almost a joyous event. Unlike other Javascript libraries which require in-depth knowledge of coding, jQuery is fairly easy for a web designer (such as myself) to use.
To me its been more akin to having a friendly conversation with the boxes, images, and text on a page, versus sending them a complicated series of instructions that I have to write in Esperanto.
Within an hour of being shown this new technology, I was adding interactive elements to a web page with great ease. Boxes appeared and disappeared. Lines of text were highlighted and tabs faded in and out. It was still design, but now I was able to control it from another point in the process.
When we installed jQuery on newsobserver.com (in order to get our new story commenting feature up and running), I knew it was time to see where else it could be utilized.
We used it to load the newsobserver.com homepage more quickly. jQuery allowed us to take the pieces that take a little longer to load and move them to the end of the queue. This allows the page to show the breaking news stories much more quickly, sending our readers to where they want to be without removing anybody's favorite features.
Using this bit of code:
$(document).ready(function(){
$("div.fc").appendTo("div.stocks");
});
We were able to tell the page to load everything but the stock ticker, and then load the ticker and move it into its usual place.
Kind of like when someone at Target shouts 'Register 3 is now open, no line and no wait'.
What does this mean for our readers?
It means that going forward our in-house designers and developers will more quickly be able to add interactivity to our web pages and features. Javascript libraries are not going to save the world or move journalism to the next level, but it is one of the ways we're constantly working harder to make our sites the best in the Triangle.
We have an RSS Feed for this blog too, so you can keep up with what we're working on!





