Skip to main content

Malibu Garden Club

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

Read more Malibu Garden Club

Text-Decoration vs. Border-Bottom

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. Related posts: CSS Styling for ASP.NET Applications Modular CSS – Flexible Web Design Testing Methods:

Read more Text-Decoration vs. Border-Bottom

Modular CSS – Flexible Web Design

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

Read more Modular CSS – Flexible Web Design

CSS Styling for ASP.NET Applications

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

Read more CSS Styling for ASP.NET Applications