Sunday, April 25th, 2010
In case you need to practice your basic maths skills, you can use my freshly developed online maths skills quiz.
I have developed it in PHP and it uses Ajax scripting to retrieve new questions. All questions are random, and no results are stored on the server side.
In case you are ...
Posted in School, ajax, javascript, php | No Comments »
Tuesday, April 20th, 2010
I have been searching for a good PHP class for fraction handling and found Math_Fraction in the PEAR database.
However, it was still lacking a possibility to display the whole numbers of a fraction and I had to rewrite the last function in the Fraction.php file.
Here it is:
function toString($whole=false)
{
...
Posted in Web, php | No Comments »