Archive for the ‘CSS’ Category

Modular CSS – Flexible Web Design

Modular CSS – Flexible Web Design

By deconspray Posted on February 24th, 2010 In CSS, Latest, 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. [...]

CSS Styling for ASP.NET Applications

CSS Styling for ASP.NET Applications

By deconspray Posted on November 15th, 2009 In CSS, Latest, Web Design

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 [...]