PHPDeveloper
  • Five Awesome HTML5 Canvas Demos

    by Jarrod posted 2 years ago
    Five Awesome HTML5 Canvas Demos

    One of the many spoken about features of HTML5 is the canvas element. This new feature allows you to draw graphics on your page using javascript, providing a new depth of creativity on the web. And while there aren't currently too many practical uses on the web, there are plenty of the showcase type.

  • Animating: Calculate Curved Paths

    by Jarrod posted 2 years ago
    Animating: Calculate Curved Paths

    So you've just followed a tutorial on how to make a ball bounce. As fantastic as this is, and an important stepping stone, you soon realise the shortcomings of this feat - you ball moves in perfectly straight lines.