12
Jul
2009

How To Stop Your Web Pages From Being Framed Using The <meta> Tag

In Category: html| meta
Posted By Codenique @ 12:08:23 AM
 

What if you don’t want your web page framed inside another framed web page. This is where the window-target <meta> tag comes into play.

Read More ››
12
Jul
2009

How To State Your Web Pages Text Encoding Using The <meta> Tag

In Category: html| meta
Posted By Codenique @ 12:05:52 AM
 

One thing you should know is that it is always a good idea to define your character encodings for every one of your web pages. Character encodings are the way that a languages alphabet, numbers, glyphs and so on are translated by your computer into bits, each one of your characters will be translated into bits, this is known as character encoding.

Read More ››
12
Jul
2009
 

Web page transitions are basically how the web page changes when a user clicks a link or presses the back button to another web page or web site. When some one enters your web page or web site the http-equiv values page-enter or site-enter takes affect. And when some one leaves your web page or web site the http-equiv values page-exit or site-exit take affect.

Read More ››
12
Jul
2009

How To Stop Browsers From Caching Your Web Pages

In Category: html| meta
Posted By Codenique @ 12:02:00 AM
 

What if you do not want browsers to save copies of your web page or web pages also known as caching, in order to stop browsers from caching your web pages you will need to use the <meta> tag along with the http-equiv attribute with the value of pragma. You will then need to use the required content attribute with the value of no-cache in order for this to work.

Read More ››
12
Jul
2009

How To Refresh Your Web Pages Using The <meta> Tag

In Category: html| meta
Posted By Codenique @ 12:01:00 AM
 

What if your web page has information that is updated every 2 minutes or so from your database or from other sources, for example, stock quotes, news and so on, well you can refresh your web page by using the refresh <meta> tag.

Read More ››
12
Jul
2009

How To Redirect Your Web Pages Using The <meta> Tag

In Category: html| meta
Posted By Codenique @ 12:00:04 AM
 

Now what if you move your web page to a new location and your users are not aware of the change, well you can redirect your users to another URL where you moved the web page to by using the refresh <meta> tag. Yeah, I know I already explained the refresh <meta> tag but there is still more to it as I will explain. We will still need the same ingredients from the refresh <meta> tag from the "How To Refresh Your Web Pages Using The <meta> Tag" tutorial but with one extra secret ingredient that we will add to the content attribute.

Read More ››
11
Jul
2009

Meta Tag Basics

In Category: html| meta
Posted By Codenique @ 11:59:01 PM
 

The <meta> tag also known as meta data provides additional information about your web page, for example, keywords, author information, language type, description and much more. The <meta> tag is also used to embed information about your web page that most search engines use to index and categorize your web page. The information within the <meta> tags may be used by servers and browsers as well.

Read More ››