News Feed
Jobs Feed
Sections




News Archive
MSBWare.com:
Alternating Row Colors
May 02, 2007 @ 16:13:00

Sometimes, a simple approach is the best. That's what Michael Berman went with in this light and easy tutorial. It focuses on the creation of an "alternating rows" script with PHP.

This concept is used all over the internet. Almost every database driven website uses alternating row colors when displaying a list of records. You've seen it used, you like it, and now you want to do it yourself. But, you're not sure how to accomplish it. Well you've come to the right place. I'm going to discuss the basic idea behind achieving this and give some concrete examples demonstrating different ways to implement it.

The example code show how to alternate between two colors - white and grey - for the background of a series of DIVs. He even includes a series of tests to show which method of switching them out would be faster (while loop, for loop, etc).

0 comments voice your opinion now!
alternate row color loop benchmark tutorial alternate row color loop benchmark tutorial


blog comments powered by Disqus

Similar Posts

NetTuts.com: Zend Framework from Scratch

DevShed: Output Buffering

Symfony Blog: Call the expert: How to implement a conditional validator?

DevShed: Handling Attachments in MIME Email with PHP

PHP in Action: Get links with XPath


Community Events









Don't see your event here?
Let us know!


community interview framework code object development introduction api unittest example testing composer event release zendframework2 podcast opinion tool functional language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework