PHP is one of the most common and very popular among the programmers for developing dynamic website and web applications. Many CMS and shopping carts are developed in PHP.
Walks through the basics, such as creating your first web page. Then covers topics including tables, adding color, images, forms, image maps, and more.
JavaScript is scripting language that runs on web browser. It is used for client side validation and creation of UI interface for the web application.
CSS (Cascading Style Sheets) allows you to apply styles to web pages. More importantly, CSS enables you to do this independently of the HTML that makes up each web page.
Ajax is set of technologies used for the development of Rich Internet applications. Ajax uses JavaScript, HTML, XML and XMLHttp for creating responsible web applications.
Angular JS is an open source JavaScript framework by Google to build web applications. It can be freely used, changed and shared by anyone.
Backbone.js is a framework or JavaScript library for creating single page web application.
Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
jQuery is a popular JavaScript library that makes it easy to add JavaScript functionality to your website. This tutorial covers the basics of jQuery.
JSON (JavaScript Object Notation) is a lightweight data-interchange format. JSON is used for exchanging data between applications and different environments.
Extensible Markup Language or XML for short is a markup language for creating the self describing documents. XML is language independent and can be used as a best way to interchange data among the applications.