The Importance of Blog Posts Title
I know that for many of you this is not an interesting topic although it should. It should because the perception of the title is the first interaction between your visitor and your content. So, a wiser thing is to pay attention to every detail regarding the post title.
Compressing and Optimizing CSS Code
As you know, optimizing your site’s response time is one of the most popular topics regarding website design and development. And one of the elements that can be optimized in a site is CSS. Let’s take a look and see what ways of optimizing and compressing CSS code are available. For this purpose of showing the ways to optimize CSS code I picked up a CSS file from Dave Shea’s…
FIELDSET and LEGEND Tags in Web Design
In this post I will explain one common HTML element used in many websites. The element that I’m talking about is: FIELDSET linked closely with LEGEND. For a standard definition I will cite W3C. The FIELDSET element allows authors to group thematically related controls and labels. Grouping controls makes it easier for users to understand their purpose. The proper use of this element makes documents more accessible. The LEGEND element…
CSS Best Practices
I will first define CSS in order to start this article right. CSS is Everything. Seriously, for many web designers CSS is the beginning in a design world that will be followed by Javascript and understanding of server-side scripting. In order to become a decent web designer, one must know how to work with CSS. And a good way is to know the good practices in the CSS area. So…