Welcome, Guest [LogIn] / [Register]
WEB DEVELOPMENT
Web development is a broad term for any activity related to developing a web site for the World Wide Web or an internet. This can include e-commerce business development, web design, web content development, client-side/server-side scripting, and web server configuration. However, among web professionals, "web development" usually refers only to the non-design aspects of building web sites, e.g. writing markup and coding. Web development can range from developing the simplest static single page of plain text to the most complex web-based internet applications, electronic businesses, or social network services.
Home > WEB DEVELOPMENT
PHP Tutorial
PHP is a scripting language originally designed for producing dynamic web pages. It has evolved to include a command line interface capability and can be used in standalone graphical applications.While PHP was originally created by Rasmus Lerdorf in 1995, the main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification.[3] PHP is free software released under the PHP License, which is incompatible with the GNU General Public License (GPL) due to restrictions on the use of the term PHP. ...
JSP Tutorial
JSP are a technology defined by Sun Microsystem to create dynamic content on the web .They are HTML document that are interleaved with java,which provide the dynamic content. Jsps are a server side application, they accept the request and generate a response .Generally the request are made from a web client, and the response is a generated HTML document that get send back to the client because JSPs are a server side application,they have access to the resource on the server ,such as servlet , java beans , EJBs and database.There are many benefits of using java server pages . Because JSPs utilize the Java programming language ,they follow the...
ASP.NET Tutorial
ASP.Net or "dot net" is Microsoft's next generation of the ASP language. It provides a complete environment for content management and sharing over the Internet. it is built upon the .NET Framework. The .NET Framework has two main components: the common language runtime (CLR) and the .NET Framework class library. The CLR is the foundation of the .NET Framework. ASP.NET is therefore the required environment that supports developers who use the .NET Framework to develop Web-based applications. ...
XML Tutorial
XML is a less robust variety of SGML, a system for organizing and tagging elements of a document so that the document can be transmitted and interpreted between applications and organizations. Human readable XML tags defines "what it is," and HTML defines "how it looks." XML allows designers to create their own tags. XML can support business-to-business transactions by making the transmission and interpretation of data easier, it has the potential to become the standard for the exchange of data over the Internet....
CSS Tutorial
Cascading Style Sheets are a big breakthrough in Web design because they allow developers to control the style and layout of multiple Web pages all at once. With CSS, when you want to make a change, you simply change the style, and that element is updated automatically wherever it appears within the site. they are a very powerful tool for the Web site developer. They give you the chance to be completely consistent with the look and feel of your pages, while giving you much more control over the layout and design than straight HTML ever did....
JAVA SCRIPT Tutorial
JavaScript is a cross-platform, object-based scripting language developed by Netscape for client and server applications. It is commonly used on web pages to add interactivity and dynamic content such as banner rotation. JavaScript is a dialect of the ECMAScript standard and is characterized as a dynamic, weakly typed, prototype-based language with first-class functions....


©Copyright 2010 saurabhdeveloper.com