Tag: HTML
Ajax stands for AsynchronousJavascript and Xml. It is not a new programming language or tool. Instead, it is a new way of using existing standards to exchange data between client and …
Previous Tutorial on nodejs can be found at . The nodejs executable allows you to set up a webserver quickly and easily via Javascript, for example, the following illustrates …
Javascript is not always a best option for some simple tasks that can be done via pure HTML or CSS. Javascript has platform issues i.e. different browsers might have …
Preloading images is useful when you like to access the images without delay when needed. For example, on mouse-over events over some buttons, the images has to be changed …
August 29, 2012
beginner, bug fixes, HTML5, http, implementation, internet, javascript, programming languages, SEO, technical, tricks
Today, I rewrite the home page of the my site www.steakovercooked.com using mainly Javascript. The idea is to use the object defined in , printing the messages and major …