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 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