Prototype is a Javascript framework similar to jQuery. It aims to ease development of dynamic web applications. Prototype is open source and available under MIT licence. Javascript itself, do not...
Hyper Text Markup Language (HTML) is the core language of the World Wide Web. During the early nineties it evolved from Standard Generalized Mark-Up Language (SGML), an internationally agreed upon...
jQuery is a Javascript framework, similar to Prototype. It is open source and available under MIT and GPL Licenses. Compared to Prototype jQuery, it is more lightweight and concise but has lacks of...
Scriptaculous is the Javascript show off. It is a Javascript library built on the Prototype Javascript Framework and provides dynamic visual effects and user interface elements.   With...
After covering the basic principles of the World Wide Web and HTML in the last issue of Servit Tech Newsletter we will have a look this time at two technologies which make all the fancy designs and...
Javascript brings life to websites! Javascript is a programming language, or more precisely a scripting language, which is executed in the browser. That means if you load a web page with your Firefox...
PHP
PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML code. It generally runs on a web server, taking PHP code as its...
AJAX stands for Asynchronous Javascript and XML. It is a group of interrelated web development techniques used to create interactive web applications. The mostly on Javascript based techniques allow...