Posts Tagged ‘design’

New Design is Live

Friday, June 27th, 2008

Once again, Marktopia has a new design with some changes to the way some stuff was done with the organization of the site as well.  The first thing I want to do is give credit to PSHero.com for their Interstate Road Sign tutorial in Photoshop.  The wonderful detail it gave set the theme for the new design and allowed me to add more texture to the site.

The next thing you will notice is that the Categories are back.  When Wordpress introduced the tagging feature, I jumped all over it and abandoned the categories.  It allowed me to do the tag cloud I had on the previous design and made me feel all Web 2.0.  When working on this new design though, I realized without categories, I had lost some focus for what I blog about.  I decided to look at my content a little harder and found everything could fit into 5 neat buckets, Music, Personal, Pick of the Week, Reviews and Web Technology.  I went through the lengthy task of adding a category to each post so now if you only want to follow one type of post on my site, you can use the RSS feed for that category.

This is also a nice lesson for other bloggers, use categories and tags together on your site.  Combining few categories with many different tags gives you a well rounded organization for your site and can also help you better define what you want your site to be.  I would love to hear opinions of the site, so feel free to comment below.

Posted in Personal | Tags: ,

5 Comments »

Transcending CSS

Monday, June 2nd, 2008

I recently read Transcending CSS by Andy Clarke and found much of it compelling.  There were a number of ideas in the book that made me think about the way I design and how I could improve upon my designs.  Two things in general stuck out and after a couple of weeks, I have come to really like one of the ideas and dislike the other.  I will tackle the one I don’t like first.

Always Using Semantic Code

Semantic code is great.  For those of you not in the web business, it means not making up your own stuff for HTML that exists, i.e., don’t make a class called “heading”, using one of the HTML heading tags.  The book encourages the use of semantic code throughout your site.  If you have a grouping of pictures on a page, instead of putting them in a general container, but them in a list with each picture being a list item.  Then identify the list and each item on the list and use those IDs to style it in CSS.  With this method, the world of absolute positioning can open up to you and you can do some really inventive and cool designs, outside of the normal box model.

All of this is well and good if you are the one maintaining the site.  This starts to fall apart though when you have end users updating their site and have no knowledge or care of semantic code.  Tools like Contribute, Dreamweaver, etc, allow users to make new paragraphs, insert images, and make new lists.  This is all good and required, however it might not be what the designer intended.  With the power of absolute positioning comes the responsibility of making semantic HTML, and once something unintended is introduced, things can go haywire pretty darn quick with a design.  Because of this, a balance has to be struck between perfectly semantic code and something the end user can update easily.  If you are doing your own site, then I recommend going crazy with semantics, otherwise, just be reasonable.

Don’t Design For the Bare Minimum

When I started as a web designer with CSS, it was always my goal to make the site look the same in all browsers.  This sometimes meant some hacks to get some of the “not quite” supported features of CSS to work on all browsers at the time.  As time has progressed, different browsers still have differing levels of support for CSS.  Combining that with the evolution of CSS and you could make a huge chart of CSS selectors and the browsers they work in, and in fact some people have!  By designing for the lowest common denominator, a designer was restricted from the CSS available AND still had to deal with the nuances of each browser.

Clarke proposes different versions of a site for different browsers.  If a browser is supporting cool and new technologies, then why shouldn’t we take advantage of them.  This isn’t to say that you shouldn’t take other browsers into account, you still have to make your site look nice in Internet Explorer, but there is nothing to say that you can’t make your site look nicer in Firefox or Safari.  Yes this takes some extra planning, but as a designer you can play with new technology and encourage other people to use browsers so they can see the stuff that is possible with web standards.  On a side note to this, if you want to see what is possible with CSS3, check out an examples page in the latest update for Safari.

Overall, the book was fantastic.  It made me think about the way I am doing design and while I didn’t take everything from it, it was still worth checking out.  I know the next design for my blog will incorporate some of the new web standards and will also use a lot of semantic code, I just don’t think I can do the same with the HTML on a customer’s design.

Posted in Personal, Web Technology | Tags: ,

1 Comment »

Wordpress 2.5 and New Design

Saturday, March 29th, 2008

I have upgraded to Wordpress 2.5.  Not too much new stuff for the viewers of this site, but lots of neat stuff on the admin panel.  My hopes are now that the work on the admin panel is done, Wordpress will turn to the reader’s experience next.  To celebrate the new version, I also came up with a new design for the site.  There is still a little CSS tinkering to be done, but in general it is ready to go.  Take it for a spin and let me know what you think.

Posted in Personal | Tags: ,

3 Comments »

Getting Ready for Number One

Thursday, December 20th, 2007

In preparation for the #1 album tomorrow, I decided to tweak the design of the site. It was also an opportunity to test out changing the image and colors on the site, which worked wonderfully. So, please check out the new photo/colors and feel free to guess the #1 album.

Posted in Music | Tags:

No Comments »