Archive for the ‘Web Standard’ Category

<DOCTYPE> Document Type Declaration

Posted by jposwal on August 20th, 2009 under Web Design, Web StandardTags:  • No Comments

doctype-document-type-declaration

The DTD(<DOCTYPE>) document Type Declaration tells the browser which version of (X)HTML you’re using, so it will know how to display the page. The doctype declaration refers to a Document Type Definition (DTD). The document type declaration must be appaer at the beginning of your code that includes a reference to the DTD for [...]

HTML mailto command (the mailto Syntax)

Posted by jposwal on August 20th, 2009 under Web Design, Web StandardTags: ,  • No Comments

html-mailto-command-the-mailto-syntax

In one of my article I told you about how to make html mailers. Now I am going to tell you about html mailto command. The mailto command just create hyperlinks that will directly launch the default email software and compose a new email message. Every designer and developer probably know how [...]

Useful .htaccess Tricks For Web Developers and Designers

Posted by jposwal on August 10th, 2009 under Others, Web Design, Web StandardTags: ,  • 2 Comments

useful-.htaccess-tricks-for-web-developers-and-designers

The .htaccess files (Hypertext Access file) is the default name of a configuration file for use on web servers running the Apache Web Server software. It contains commands known by the server that tell the server how to behave in certain instances. The .htaccess file is placed in your website root directory, and is [...]

Firefox Add-ons For Web Designers And Developers (Part-2)

Posted by jposwal on July 16th, 2009 under Web Design, Web StandardTags:  • No Comments

cont. from previous post “Firefox Add-ons For Web Designers And Developers”

GridFox
Draws a grid on top of a website. This is useful for checking designs that are supposed to follow a grid-based layout.
Link to GridFox

Screengrab
Screengrab! saves entire webpages as images.
It will capture what you can see in the window, the entire page, just [...]

Firefox Add-ons For Web Designers And Developers (Part-1)

Posted by jposwal on July 15th, 2009 under Others, Web Design, Web StandardTags:  • No Comments

firefox-add-ons-for-web-designers-and-developers-part-1

Mozilla Firefox is a free and open source web browser managed by Mozilla Corporation. Firefox had 22.51% of the recorded usage share of web browsers as of May 2009. Firefox uses the Gecko layout engine, which implements most current web standards in addition to a few features . Firefox is a very [...]

Create a table using CSS (tabular data)

Posted by jposwal on June 30th, 2009 under CSS, Design, Web Design, Web StandardTags: , ,  • 1 Comment

create-a-table-using-css-tabular-data

Last months I had met some CSS professionals. They said that if you are creating any div based layout than there are no any use of HTML table. don’t use tables at all.
But this is not the truth. Tables are still perfectly fine to use – if used correctly. most commonly used [...]