Category: HTML5
April 23, 2013
base64, beginner, HTML5, http, I/O File, implementation, optimization, php, programming languages, SEO, tricks
Sometimes you want to distribute your HTML application (*.hta) or a pure HTML file (*.html) without any external images. However, it would be nice to include some images, such …
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 …
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 …
August 28, 2012
beginner, github, HTML5, http, implementation, internet, javascript, programming languages, technical, tricks
In Javascript, there are some nice language features, one of them is to define a class via returning a list of functions. For example, the following illustrates this simple …
QueryString is a requested pairs of key and value for URL. For example, in the URL http://www.sample.com/index.php?a=1&b=2&c=3 the QueryString is a=1&b=2&c=3. The first delimiter between the requested file name …