PHP Classes

Packages of Daniel Thul

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Daniel Thul (3)  >  Mission progress status  >  Reputation  
Picture of Daniel Thul
Name: Daniel Thul <contact>
Classes: 3
Country: Germany Germany
Age: 35
All time rank: 59439 in Germany Germany
Week rank: 195 Up8 in Germany Germany Up
All time users: 4953
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image BMI Calculator  
PHP Programming Innovation award nominee
December 2005
Number 7
Compute the body mass index from height and weight
This is a simple class that can compute the body mass index of a person given his/her height and weight.

The class displays a table that shows the body mass index for the given height and weight and tells it corresponds to a person with low weight, normal weight or over the normal weight.

The calculations assume that the height is in meters and weight is in Kilograms. The messages appear both in English and in German.

  Files folder image Thumbnail Creator  
Generate thumbnails from JPEG images
This is a simple class that can be used to generate thumbnais from images in the JPEG format.

You can choose how much you want to reduce your imagesize by typing a number between 1 and 101.
If you type for example 2, the thumbnail will be as half as greate as the
original picture.

The class can resize the original image with a scale that can vary between 1 and 100 times smaller.

The generated thumbnail image is outputted directly to the browser, without saving it to a server side file first.

  Files folder image Voter  
Manage survey to vote on colors
This is an example class that can manage a survey to let users vote on colors.

The class updates a file after each vote to stores the count of each survey option.

The class can present the results of the servey as colored images with the name of each option and the respective result number as a percentage.

Sessions are used to keep track of the users that voted. An user that closes his browser may vote again.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z