Tag Archives: Tutorial

Getting Started with PHP

What is PHP? PHP is extremely popular free scripting language used for adding dynamic functionality to web pages. It can be embedded in html. Web server needs to be PHP enabled for processing PHP. PHP is a server side language which means browsers can not interpret PHP. Web server automatically parses PHP code (PHP must be deployed on web server, which is true in most cases) and generates HTML before the code is passed to web browser for display. Read More »

OpenID Video Tutorial

Good introduction and tutorial on OpenID. OpenID is a digital identity which can be used to sign in to any OpenID enabled websites without needing to sign up with individual websites. Read More »

Simple XML tutorial

XML (Extensible mark up language) is flexible mark up language (like HTML) used for carrying data. XML is simple text based language, witch makes it technology independent. Read More »

A quick HTML tutorial for beginners

HTML (Hyper Text Markup Language) is the language used for creating webpages. Every internet user is html user. HTML tells web browser how to display text. The idea of this tutorial is to introduce the concept of html. Read More »