Web programming

Monday, den 11. April 2011

Ruby on Rails is an open source web application framework for the Ruby programming language. It is also known as RoR. Ruby on Rails is the brainchild of the developer David Heinemeier Hansson. He extracted the Ruby on Rails framework from his project at 37Signals and it was first released as open source in July [...]

Tags: , ,

Category: Server-based ASP | 0 Comments »

PHP

Monday, den 11. April 2011

PHP is a multi-purpose scripting language originally designed for web development. PHP stands for Hypertext Preprocessor. It is used along with HTML for functions which HTML alone cannot handle like validating user forms, displaying dynamic data, fetching information from databases, etc. It is embedded in an HTML web page and is used in conjunction with [...]

Tags: , ,

Category: Web programming | 0 Comments »
Monday, den 11. April 2011

JavaScript is primarily used in the form of a client side scripting language in web browsers to provide various dynamic functions and better user interfaces. JavaScript was first developed by Brendan Eich of Netscape as LiveScript. It was renamed to JavaScript in September 1995. It was submitted to ECMA International for consideration as a standard [...]

Tags: , ,

Category: Web programming | 0 Comments »
Monday, den 11. April 2011

HTML stands for Hyper Text Markup Language and CSS stands for Cascading Style Sheets. HTML5 is the latest standard by W3C (World Wide Web Consortium). Similarly CSS3 is the latest standard of CSS by W3C. HTML is like the building blocks of a webpage and provides the structure and content of the web page and [...]

Tags: , , ,

Category: Web programming | 0 Comments »