Java Script

posted by webinspiron
Oct 12

JavaScript was developed by Brendan Eich under the name of Mocha, which later renamed to NiveScript, and finally JavaScript.

JavaScript was designed too add interactivity to HTML pages. This JavaScript is a scripting language. This scripting language refers to a light weighting programming language. This is embedded directly into HTMLpages.
Read More…


W3C Validation

posted by webinspiron
Oct 12

W3C basically it stand World Wide Web Consortium allows users to check HTML documents for conformance to HTML (hyper text markup language) or XHTML. It also provides a quick method for web page authors to check their posted pages for mark-up errors

The basic should run on your web pages should be
1. The Markup Validator – also known as HTML validator.
2. The Link Checker – useful to find broken links.
3. The CSS validator – validate CSS sheets.
Read More…


How to get indexed

posted by webinspiron
Oct 11

INDEXED GETTING
The leading search engines such as Google and yahoo use crawlers to find pages for their algorithmic search results. Pages that are linked from other search engine indexed pages do not need to be submitted because they are found automatically. Some search engines, notably Yahoo, operate a paid submission service that guarantee crawling for either a set fee or cost per click. Such programs usually guarantee inclusion in the database, but do not guarantee specific ranking within the search results. Two major directories the yahoo directory and the open directory project both require manual submission and editorial review. Search engine crawlers may look at a number of different factors when crawling a site. Read More…


HTML TEMPLATES CSS

posted by webinspiron
Oct 11

A simple layout that explores adding visual elements to enhance a basic design using just CSS. There will be compatibility issues with old versions of IE, so if compatibility is something you’re especially concerned about, stay away from this layout. INTRODUCTION:Basically html means HyperText Markup Language is a simple markup language used to create platform-independent hypertext documents on the World Wide Web. Most hypertext documents on the web are written in HTML. The latest W3C recommendation is XHTML 1.0, which is a reformulation of HTML 4.01 as an XML 1.0 application. HTML 4.01 is an update with minor corrections to HTML 4.0. HTML 4 extends HTML 3.2 to include support for frames, internationalization, style sheets, advanced tables, and more. Read More…