Tag: javascript
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 …
node.js (http://nodejs.org) starts to gain its popularity these days. It is a Javascript-based event-driven, non-blocking IO, lightweight Server side toolkit, which can be easily used to build e.g. web …
PIBAS is simple, it only has 2 possible operations: string assignment (e.g. A=’abc’) and printing (e.g. ?A). It supports only one function which is similar to the substr in Javascript …
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 …