LAMP How To – Open Source At Work

Only Passion Matters

Entries for October, 2006

online framing software

Yourframer is a picture framing application that enables the user to upload their own images and frame it online. The user can match the matboards colors and frames till they are satisfied before purchasing the materials.
The entire application is developed using Object Oriented PHP, PEAR, AJAX and XML.
http://clubframeco.com/smartFramer.html
Its amazing how prototype is integrated so tightly [...]

Working With Fractions In PHP

Displaying Fractions In HTML
There are a few ways to display fractions in the web. The most common way is just to add a slash between 2 numbers, like so “1/2”. There are also special HTML characters that we can make fractions look more professional. Eg. to display 1/2, we can use the HTML code ½. [...]