Archive for April, 2008

  • Google Analytics

    Google Analytics

    There are many statistics programmes which track web visitors. Google analytics is one of the best free statistics programmes. To add Google analytics Visit Google analytics – you will be instructed to get a google account. Add your site and then add the code they give you into your web pages. Blogger Template. If you […]

    Read more »
  • Embedding Quicktime videos with preview picture

    Embedding Quicktime videos with preview picture

    To embed a quicktime video, use the following code: <object width="400" height="274"> <embed src="video.mp4" type="application/quicktime" wmode="transparent" width="400" height="274" autoplay="true"> </embed></object> The autoplay argument determines whether the video plays or not immediately the page is loaded. There are also other arguments you can add just like autoplay: loop="true"/"false"— the movie plays once or continuously. controller="true"/"false" — […]

    Read more »