Tag: Hello

  • [Javascript] Simple Clock

    In this video, I’ll show you how to make a simple clock with Javascript. The code can be found here : http://charnycoding.pastebin.com/tb8GsDfd In this video, I’m using Dreamweaver Cs5 and Firefox. Original source

  • [Javascript] Form Validation

    In this video, I’ll show you how to validate a form with Javascript. A Javascript validation isn’t secure, a server side (PHP) validation should be made too. The code can be found here : http://charnycoding.pastebin.com/4xekFznA In this video, I’m using Dreamweaver Cs5 and Firefox. Original source

  • JavaScript Tutorial 1 – Getting Started – Hello World

    JavaScript is a language designed to work with webpages. JavaScript was created by Netscape and is not to be confused with the Java Programming Language developed by Sun Microsystems. JavaScript has a syntax similar to the C Language group. JavaScript works on all modern browsers including IE, FireFox, Safari, Opera and others. JavaScripts are put…