To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
PHPBuilder.com  
 

 

Go Back   PHPBuilder.com > Tools > Dreamweaver

Dreamweaver In need of help with Dreamweaver?

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-31-2003, 10:29 AM   #1
-x2
Junior Member
 
Join Date: Mar 2003
Posts: 3
DW and META settings help

hey there, i make html and php pages, and i have never used the META tag. i know you can help your site get more hits with descriptions etc because search engines read that line of text, but what about the following example that is automatically added to any new files i make with DW (which i am new to).

"<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">"

i know i dont NEED it, as i have never used it and have plenty of successful pages, but is it RECOMMENDED and WHY? what does this do and is it on the RIGHT settings as i have seen variations.

how can i disable the automatic addition of this line to new files?

THANKS!
-x2 is offline   Reply With Quote
Old 04-02-2003, 07:55 PM   #2
mzanimephp
genki ni shitemashitayo
 
mzanimephp's Avatar
 
Join Date: Dec 2002
Location: California
Posts: 274
Hi, I'm glad you asked.

The "character set" META tag basically just tells your browser what kind of document it is parsing, plus what type of Unicode the characters are in.

This this case, iso-8859-1 is another way of saying Basic Latin-1 (english).

So putting:

Code:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Inside your header is perfectly okay. It doesn't cause any problems whatsoever. In fact, your better off just leaving it as-is. Your page can not be parsed as valid HTML without it.

http://validator.w3.org/

I've used all kinds of META tags - and they do work. Your site will get indexed in all kinds of search engines if it has good META information. So if you have any questions, just say so.
__________________
Scripting PHP, one line at a time | My web site

Last edited by mzanimephp; 04-02-2003 at 08:19 PM.
mzanimephp is offline   Reply With Quote
Old 04-02-2003, 10:36 PM   #3
-x2
Junior Member
 
Join Date: Mar 2003
Posts: 3
thanks!
i've seen frontpage make a different code to DW, is there any "best" meta setting.

also if anyone knows much about DW, can you change the flashing "|" size, the object that shows where you are typing. - it's too big and covers a section of the last letter.

thanks.
-x2 is offline   Reply With Quote
Old 04-04-2003, 12:54 AM   #4
mzanimephp
genki ni shitemashitayo
 
mzanimephp's Avatar
 
Join Date: Dec 2002
Location: California
Posts: 274
Here are some vauable META tags which I always use: (descriptions are below each tag)

Code:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
This is the character set tag, which you know about.

Code:
<meta name="description" content="mzanime.com :: Anime & J-pop!">
This is the description, it'll get picked up by most serach engines.

Code:
<meta name="keywords" content="Anime, J-POP, Movies, Music, MP3s">
The keywords. Which will get spidered too.

Code:
<meta name="rating" content="General">
The web site rating. Its good if you make a site specific to a particular age-group.

Code:
<meta name="revisit-after" content="1 day">
How many times the serch engines will RETURN to reindex your site. This one is very important! (if you want traffic)

Code:
<meta name="robots" content="index, nofollow">
This one will tell search engines (robots) to index THIS PAGE only. But don't follow the links. Some search engines will rate/index your site by content. So if you have a PG rated site, but you link to a XXX site - your site might get indexed as XXX as well. This one prevents them from following the links.

Code:
<meta http-equiv="Content-Language" content="en-us">
This is just another way of saying that your page is in english. But since the character set says that too, I usually just leave this out.

~ ~ ~ ~ ~

And No, sorry, theres no way to change the size of the cursor. Atleast not that I know of.
__________________
Scripting PHP, one line at a time | My web site

Last edited by mzanimephp; 04-04-2003 at 12:59 AM.
mzanimephp is offline   Reply With Quote
Old 04-04-2003, 04:49 AM   #5
-x2
Junior Member
 
Join Date: Mar 2003
Posts: 3
thanks for your help on meta tags.

i am making a php page, and i was wondering what anyone thought about the need for the XML Declaration before th !DOCTYPE. the !doctype is xhtml 1.1

if anyone has good links for CSS help, that would be great! i've made a good file already but need more sources.

cheers!
-x2 is offline   Reply With Quote
Old 04-07-2003, 07:28 PM   #6
mzanimephp
genki ni shitemashitayo
 
mzanimephp's Avatar
 
Join Date: Dec 2002
Location: California
Posts: 274
Try this, they show everything!

http://www.w3schools.com/css/
__________________
Scripting PHP, one line at a time | My web site
mzanimephp is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 01:47 PM.






Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.