Malibu Garden Club

Posted June 5th, 2010 in B-to-C, Featured, Portfolio, Web Standards-Based by deconspray

This project was not so much a redesign as a refresh of the site’s current design. The original design was flat & dated. The initial view of the site was a Flash-based animation, followed by a redirect to the About page which contained information on the organization, PDF newsletters and the club’s board members, not hardly the primary interest when the club’s goal was to promote activities, events and membership.

Prior to the club’s annual garden tour, I took the opportunity to freshen the look of the site, reorganize the content to better align it with the club’s goals and overhauling the site’s code to make it web standards-based. Additionally, several eCommerce widgets were added to sell garden tour tickets, club memberships and advertising online. The site has been a success, driving more ticket sales, more memberships and more interest in the club overall.

Highlights

About the site

  • Static, Web-Standards-based website
  • Completed May 2010

Work performed

  • Web Design & Development
  • Search Engine Optimization (SEO)

Technologies Used

  • (X)HTML
  • CSS
  • JavaScript

Applications / Tools Used

  • Adobe Dreamweaver CS3
  • Adobe Photoshop CS3

View Malibu Garden Club website…

Text-Decoration vs. Border-Bottom

Posted March 15th, 2010 in Latest, Web Design by deconspray

The topic of using text-decoration versus border-bottom for hyperlinks recently cross my mind. To be honest, I had never consider the effects and impacts of these two different implementations. However, since playing with these concepts, it has become quite an important usability item to me. Continue Reading »

Modular CSS – Flexible Web Design

Posted February 24th, 2010 in CSS, Latest, Web Design by deconspray

I really don’t know the official term to describe this method. It’s not new, by all means. However, it’s a powerful method of using CSS code & classes effectively and efficiently.

Multiple CSS Classes

First, you may not be aware that you can use multiple css classes on elements. Example:
<p class="classone classtwo"></p>
Here’s where the power comes in. We can use these multiple classes to separate the structure from the “skin.” Continue Reading »

CSS Styling for ASP.NET Applications

Posted November 15th, 2009 in CSS, Latest, Web Design by deconspray

I just concluded a month long, onsite project for a mid-to-large sized company. The project was to consolidate several client-side applications into one web-based application for corporate & field employees. It was personally rewarding on several levels (besides financial). First, got to work with a company that has a seemingly great culture of teamwork and respect, of which I truly appreciate. I also had the opportunity to do some things graphically that I had not focused on before. Now don’t picture anything life changing here, just plenty of expanding rounded corner boxes, a logo, and an animated graphic (.gif) designed in Illustrator that involved 2-3D images. The final task was to create styles that would be implemented on an ASP.NET-based application leveraging ASP components & extensions. The latter proved to be an unexpectedly difficult challenge. Continue Reading »