Archive for June, 2008

Personal Firewall for Windows

Friday, June 27th, 2008

I recommend installing the personal firewall from Comodo available at: http://www.personalfirewall.comodo.com/ on Windows boxes.

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.

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.

NaturalDocs

Sunday, June 22nd, 2008

NaturalDocs allows developers to review and share their code comments in a browser. ActionScript, C#, and Perl developers should consider using this documentation generator because these languages are fully supported by NaturalDocs. Fully supported languages come with the following features:

  • Implicit comment generation
  • Inheritence diagrams
  • Automatic scope detection

Read on to see if NaturalDocs is the right tool for the job.