ABOUT THE CODING

HTML

HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language. It is used for creating markup tags to describe the webpages and is not a programming language.

CSS

CSS stands for Cascading Style Sheets and defines how to display the HTML elements. External style sheets allow for quick changes to styles without altering the content.

Java Script

JavaScript is THE scripting language of the Web.
JavaScript is used in billions of Web pages to add functionality, validate forms, communicate with the server, and much more.

ASP

ASP stands for Active Server Pages. ASP is a Microsoft Technology and it is a program that runs inside IIS. IIS stands for Internet Information Services and comes as a free component with Windows 2000. ASP allows you to dynamically edit, change, or add any content of a Web page, respond to user queries or data submitted from HTML forms, access any data or databases and return the results to a browser, customize a Web page to make it more useful for individual users

PHP

PHP stands for Hypertext Preprocessor and is a server-side scripting language, like ASP PHP scripts are executed on the server. PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.) PHP files can contain text, HTML tags and scripts and are returned to the browser as plain HTML. MySQL is a database server and is ideal for both small and large applications. PHP combined with MySQL are cross-platform (which allows you to develop in Windows and serve on a Unix platform)

Privacy | Useful Links | Site Map