Archive for the ‘Design’ Category

And now for Bruce’s list of ugly cars

Bruce wrote another article over on FastWallpapers.com about his love of beautiful cars. This time, however, it is a top list of the ugliest cars he could find. Not surprisingly, the Pontiac Aztec leads the list. Poor Aztec, at the top of everyone’s ugly list.

Too Ugly To Live: Should these 6 Cars be Banned from the Road?

P.S. If you like Bruce’s list, vote it up on Reddit here: http://reddit.com/info/2fy8f/comments. I don’t think it’s been submitted to Digg (yet). His last article did pretty well over there.

Popularity: 4% [?]

Some excellent WordPress plugins I found recently - Breadcrumbs and better Links page management

I’m working on a new site relating to Gramm-Leach-Bliley Act compliance (it will replace the useless site that is currently up at grammleachblileyact.com) and was looking for breadcrumb functionality and a better way to manage outputting links from the Blogroll on the links.php page.

I had searched for a good WordPress breadcrumbs plugin a while ago, and the ones I found didn’t really impress me. I’m really happy with the one I ended up finding this time. It’s called Breadcrumb Navigation XT and it does exactly what I was looking for. I’ll be using this probably for any future needs when it comes to breadcrumbs and WordPress.

The second plugin that I found was related to fixing how WordPress currently outputs links using the default get_links_list() function used in most links.php template pages right now. I had used on the XyzAnt.com links page another WordPress function (wp_list_bookmarks()) that only works for WordPress 2.1 and higher, and is still undergoing active development / documentation. That function, however, only allows you to output the description, and doesn’t appear to include the functionality to show notes. Since there is a larger amount of allowable text for the notes field, and that is what I needed, I still needed to find (or write) a solution to outputting all links, ordered by category, displaying the notes field as well as link title, url, image, etc. This is the plugin that I found that does just this (found it after writing about 80% of the same functionality myself). It does just what I was looking for, shows all the categories that contain links and the links within each category.

Plugin author’s latest post about WordPress 2.1 support: Link Library now supports Wordpress 2.1

Popularity: 7% [?]

RSS2.com is fast again, thanks to a new and improved SQL database schema

For quite a while, RSS2.com has been slow. Ever since it hit, oh, around 1.4 million items in its database (now up over 2 million) the queries that were responsible for building the home page view had gotten slower and slower.

The old design

The problem was one of normalization, and the desire to not have data going into two places. The design originally worked this way:

  1. Look up the latest posts. Find all the latest ones that have a distinct feed_id. This was running against the feed_data table, which now has over 2 million rows.
  2. Next, look up the feed information for each feed_id found. Originally, I couldn’t figure out a way to do this all in one query. So this was another 10 individual SQL queries, looking up information about the feed needed to display on the home page (like the name of the feed, URL, etc.) This query did a join of the feed_data with the feed_info tables. This is what took progressively longer and longer, the more rows in the feed_data table.
  3. Next, combine the results of finding the 10 most recent posts from the 10 most recently updated feeds into an array using PHP, then pass those results from the Data Access Object (DAO) to the presentation layer for output on the home page.

This ended up being really, really slow on the homepage load (like over 2 minutes). This was obviously too slow. I implemented caching at a number of layers to mitigate the problem, which made for a very speedy second page load, but the first one was still way too slow.

After consulting with my friend Ben, he agreed that it was an inherently expensive query to run. We agreed that it needed to be re-architected to be able to significantly improve performance.

The new design

The new design required creating a new table dedicated to the home page posts where, when a RSS feed is read, it inserts the most recent new item into the new table.

The new process works like this:

  1. RSS feed is read. Any new items are first inserted into the main feed_data table, and the feed_info table is updated as well with a last checked timestamp.
  2. Next, the new table is updated, using a MySQL REPLACE command, with the combined feed information as well as item information
  3. The complicated 11 queries that used to be run are now replaced by a dead-simple single query that will only ever have to search through the total number of feeds in the system (currently 753 rows), instead of the over 2 million rows before.

These new changes have made using RSS2.com much more usable again, and it is way faster. The homepage loads in under a 1/2 second now, just like it should.

Check it out: RSS2.com - Really Simple News For You

Popularity: 3% [?]

A List Apart: Articles: Conflicting Absolute Positions

Nice article on ALA about how to create a layout using almost pure CSS where there is a fixed-width sidebar and a dynamically resizing right-hand main content area without using Javascript to dynamically resize the page.

All right, class. Using CSS, kindly produce a liquid layout that contains a fixed-width, scrolling side panel and a flexible, scrolling main panel. Okay, now do it without JavaScript.

Check it out: A List Apart: Articles: Conflicting Absolute Positions

Popularity: 3% [?]

Web Devout

Some excellent articles here about good web building practices.

Welcome to Web Devout! This site is aimed at promoting the health of the Web by providing web developers and the public with the knowledge and tools needed to help the Web move forward.

Check it out: Web Devout

Thanks for the pointer, Ben.

Popularity: 3% [?]

Home - Find Car Wallpapers, Car Desktops and Car Pictures at FastWallpapers.com

New FastWallpapers.com logo

Bruce and I just finished getting the template finished for the new FastWallpapers.com site.

Porsche CGT wheel picture that Bruce took

Check it out: Home - Find Car Wallpapers, Car Desktops and Car Pictures at FastWallpapers.com

Popularity: 3% [?]

New site is up for Kristin Joy Pratt-Serafini - Award-winning author and illustrator

I’m happy to announce that Kristin’s new site is now finally live. It’s all converted to a full WordPress site now.

New website is finally live for Kristin

Check it out: Kristin Joy Pratt-Serafini - Award-winning author and illustrator

Popularity: 3% [?]

My contribution to the retirement gift for Glen and Judy Felch

I had the pleasure of being a student under both Glen and Judy Felch at Principia College during my Studio Art BA program (1994-1998). As part of their retirement, the Art department is organizing a gift, whereby students and alumni are being invited to contribute a 4″ square piece of artwork that will be mounted on a square block. This is my piece, which shows the pen, notebook and computer that has led to my career as a designer.

In 1996 Judy Felch gave me a piece of advice that has stuck with me ever since. She said, “You should do something with computers and your art.” At the time, all I could imagine was doing something maybe with video games, or Macromedia Director CD-ROMs. The Web was still in its infancy. Shortly after receiving this advice, I typed this into Yahoo’s search box (this was pre-Google): “HTML tutorial”. I read through one the first night, then the next night went through another and actually built my first web page. I trace my subsequent career as a web and user interface designer directly to that excellent advice.

When I first decided to be an art major, I didn’t think that there was anything that I would be able to use my degree for to make any money. I decided to do what I enjoyed the most, however, and I’m happy to say that by embracing not only analog but also digital art I’ve been blessed with a very satisfying and financially rewarding career.

I am very grateful to the Felches, and wish them all the very best as they retire and focus on their own fine-art careers. They are both outstanding teachers, and I am very proud to call them friends.

Popularity: 3% [?]

Orisinal.com - Winterbells [beautiful simple but hard flash game]

Gorgeous flash game with wonderful music and a delightful design.

Winterbells - Beautiful Flash game screenshot

Play it now: Orisinal.com - Winterbells

Lots more of these neat gentle and delightful games by Orisinal here.

(Discovered it using Stumble Upon)

Popularity: 3% [?]

Interesting post about the value of reducing cognitive load as it relates to designing user interfaces

Three Hypotheses of Human Interface Design

(via reddit)

Popularity: 2% [?]