How To Use PHP Useragent Detection and Internet Explorer Conditional Comments For Custom Styles and Functionality on Websites

So, as I’ve been developing more and more websites as of late I have come across an unimaginable number of cross-browser compatibility issues. Keep in mind that the best solution is always to solve issues with CSS styles that work properly across multiple browsers. However, as a web developer, there are times when you absolutely [...]

Read more

How to Properly Use HTML Input Elements with Label Elements in Forms

I still can’t believe how many big-name websites neglect to use this wonderful bit of markup! Read this, and make it a habit. It’s soo easy! Okay, let’s say we’re marking up a contact form where visitors enter a bit of personal information, such as their name, sex, and which products they’re interested in. I’ll [...]

Read more

How To Separate & Include Header and Footer Sections in a Concrete5 Theme

There is a very useful, very simple technique inherent to PHP that can be used to separate specific portions of pages, and include them across multiple pages in a website. This is particularly useful for a portion of a page that might want to be re-used across many pages of your site, but always needs [...]

Read more