Posts Tagged ‘CSS’

Using PHP to load browser-specific styles

Friday, June 27th, 2008

PHP allows programmers to detect the browser and operating system for every page visitor. This capability isn’t limited to PHP, but that’s what we’ll be working with today. This article is a proposed workflow for solving browser-specific CSS bugs.

(more…)

Using Browser Testing Suites

Thursday, June 26th, 2008

Testing CSS has been a hurdle for many web developers and their HTML-based projects. This article contains a proposed workflow for fixing CSS discrepancies found during CSS testing.

(more…)