News Feed
Jobs Feed
Sections




News Archive
Evolt.org:
Working With Fractions In CSS and PHP
February 12, 2007 @ 09:03:00

Evolt.org has an interesting new article posted today about combining CSS and PHP to display fractions correctly on your pages.

Most of us are uncomfortable with using fractions when writing programs. If we encounter a fraction, we will first convert it into a floating point number (with decimals) and proceed from there. Most programming languages would prefer to use 0.5 as opposed to 1/2 because the later might conflict with the syntax of the languages. In this article, I will discuss my attempt to work with fractions in one of the PHP projects that I have done.

They start with the CSS to handle the output before moving into the PHP code. The code given will take in a decimal number and do its best to match it up with a fraction string value out of an array. The result is the echoed out with sup and sub tags to create the correct effect.

0 comments voice your opinion now!
fractions css sup sub html tutorial match array fractions css sup sub html tutorial match array


blog comments powered by Disqus

Similar Posts

DevShed: Understanding Static Properties with PHP 5

PHPBuilder.com: Incorporate Weather Data into Your PHP Web Apps

PHPMaster.com: Access Dropbox Using PHP

Zend Developer Zone: MySQLND, MySQL_UH and other goodies available to PHP programmers

Ilia Alshanetsky's Blog: Performance Analysis of isset() vs array_key_exists()


Community Events











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


framework podcast unittest tool interview introduction conference series example development zendframework2 phpunit testing functional application code opinion community language release

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