Archive for the ‘Web Design’ Category

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…


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…


CSS Templates

posted by webinspiron
Oct 7

CSS TEMPLATES
CSS or also known as cascading style sheets is one of the most commonly used applications used to design web pages that are written using xhtml, html, svg, xml and so on.

I am currently in the process of learning CSS (Cascading Style Sheets) based web design since it is now the standard foundation of layout for almost all web sites. I have read so many books and still I am slightly lost while applying from scratch. From past several months I’ll be keeping all information to design my own CSS web design snap.

STEPS FOR CSS CODING:

1. HTML PHP CSS Website Template Maker:

Using this template we create two column layouts with both header and footer where output is full featured table less code i.e. table is not used to create column layout.

2. CSS TOOLBOX(Desktop- Windows) :

This CSS toolbox includes a number of tools for fast tracking and enhancing the development of style sheet code, such as advanced CSS Formatter and CSS
Read More…