Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > SEO Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

SEO Forum Search engine optimization discussions.

Bidding Directory   1,000 Directory Submissions   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 01-02-2007, 12:42 AM   #1 (permalink)
Inactive
 
Join Date: 12-30-06
Posts: 22
iTrader: 0 / 0%
Latest Blog:
None

bachu is liked by many
Using Dhtml menu's is good for SEO ?

I am still young in seo, i have used dhtml and javascrips for my website navigation will spider will find, or text links are best for which i have to go?
bachu is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 01-02-2007, 01:06 AM   #2 (permalink)
Contributing Member
 
Angelus's Avatar
 
Join Date: 09-09-06
Posts: 367
iTrader: 0 / 0%
Latest Blog:
None

Angelus is just really niceAngelus is just really niceAngelus is just really niceAngelus is just really niceAngelus is just really niceAngelus is just really niceAngelus is just really niceAngelus is just really niceAngelus is just really nice
Don't put links in javascript, spiders won't see them. Text links are the best...

p.l.u.r.
Angelus is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-02-2007, 01:14 AM   #3 (permalink)
CEO, V7 Inc
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,618
iTrader: 2 / 100%
John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
You can use a DHTML menu, but be sure to place the links in straight HTML form elsewhere on your pages for the search engines.
__________________
Buy Permanent Contextual Links - V7N Web Directory

Questions? Call V7 toll free @ 1.888.876.8762
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-02-2007, 05:07 AM   #4 (permalink)
Inactive
 
Join Date: 12-30-06
Posts: 22
iTrader: 0 / 0%
Latest Blog:
None

bachu is liked by many
Thanks a lots for you Answers...
bachu is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-02-2007, 05:42 AM   #5 (permalink)
Contributing Member
 
jumpenjuhosaphat's Avatar
 
Join Date: 07-22-06
Location: Denver, Colorado, USA
Posts: 495
iTrader: 0 / 0%
Latest Blog:
None

jumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nice
You can use CSS to make a drop down menu that is spider friendly and is smoother and looks better than JS drop downs.
__________________
jumpenjuhosaphat is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-02-2007, 07:21 AM   #6 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
DHTML menu should contain links that are accessible without JS or CSS enabled on a PC. They should most certainly contain the <a> tag or as John said you would then need to add the links again say in the footer.

The most accessible semantical markup is something like this in a list menu:

Code:
<ul> <li><a href="/">Home</a></li> <li><a href="page.php">Menu option 2</a> <ul> <li><a href="page.php">Submenu Option 1</a></li> <li><a href="page.php">Submenu Option 2</a></li> </ul> </li> <li><a href="page.php">Menu option 3</a></li> <li><a href="page.php">Menu option 4</a></li> </li> </ul>
DHTML (A fancy name for JavaScript + CSS) can then be applied.

Quote:
Originally Posted by jumpenjuhosaphat View Post
You can use CSS to make a drop down menu that is spider friendly and is smoother and looks better than JS drop downs.
Sadly there is no such thing that is compatible with major browsers.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog

Last edited by Johan007 : 01-02-2007 at 07:24 AM.
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-02-2007, 11:17 AM   #7 (permalink)
Contributing Member
 
jumpenjuhosaphat's Avatar
 
Join Date: 07-22-06
Location: Denver, Colorado, USA
Posts: 495
iTrader: 0 / 0%
Latest Blog:
None

jumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nice
Sure there is. I could create an example for you that would work in every major browser that is CSS 2.0 compliant. And if the CSS isn't enabled, the menu will still show, it just won't be in a drop down list.
__________________
jumpenjuhosaphat is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-16-2007, 05:27 AM   #8 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Quote:
Originally Posted by jumpenjuhosaphat View Post
Sure there is. I could create an example for you that would work in every major browser that is CSS 2.0 compliant. And if the CSS isn't enabled, the menu will still show, it just won't be in a drop down list.

Please do share!
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-17-2007, 02:54 AM   #9 (permalink)
Contributing Member
 
jumpenjuhosaphat's Avatar
 
Join Date: 07-22-06
Location: Denver, Colorado, USA
Posts: 495
iTrader: 0 / 0%
Latest Blog:
None

jumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nice
I was going to come up with my own example, but I don't really have that much time, so this is somebody elses. It's very easy to make a non javascript drop down menu in compliant browsers, but a bit more understanding is needed for making it work in IE.

Check out the page source of that example, and you'll see how its done.

Here is this sites explaination: http://www.xs4all.nl/~peterned/csshover.html

And here is the example: http://www.xs4all.nl/~peterned/examples/cssmenu.html

Good luck.
__________________
jumpenjuhosaphat is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-17-2007, 07:48 AM   #10 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Quote:
Originally Posted by jumpenjuhosaphat View Post
I was going to come up with my own example, but I don't really have that much time, so this is somebody elses. It's very easy to make a non javascript drop down menu in compliant browsers, but a bit more understanding is needed for making it work in IE.
Your reply comes across as some what arrogant and mostly wrong. I am aware of that example but no it is not typical drop down menu. Drop down menus are typically horizontal and drop downwards (not drop to the right in the example).
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-17-2007, 08:25 AM   #11 (permalink)
Contributing Member
 
jumpenjuhosaphat's Avatar
 
Join Date: 07-22-06
Location: Denver, Colorado, USA
Posts: 495
iTrader: 0 / 0%
Latest Blog:
None

jumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nicejumpenjuhosaphat is just really nice
You know I spent a good amount of time coming up with an example that you asked me for, I don't understand how you can construe my generosity as being arrogant.

With a little changing in the code, you can make that script drop directly down. The point is, it can be done using only CSS and HTML, with a few simple changes you can make it drop in any direction you choose.

Here is an example that I did to show how easy it is to do: http://www.linkslinky.com/example.html
__________________

Last edited by jumpenjuhosaphat : 01-17-2007 at 08:38 AM.
jumpenjuhosaphat is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-17-2007, 05:37 PM   #12 (permalink)
Contributing Member
 
ninjashoes's Avatar
 
Join Date: 10-21-06
Location: seattle
Posts: 342
iTrader: 0 / 0%
ninjashoes is a jewel in the roughninjashoes is a jewel in the roughninjashoes is a jewel in the roughninjashoes is a jewel in the roughninjashoes is a jewel in the roughninjashoes is a jewel in the roughninjashoes is a jewel in the rough
Hmm maybe this is a situation where a sitemap would truly be useful.
__________________
ninjashoes is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-18-2007, 07:27 AM   #13 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Apologies for my earlier tone jumpenjuhosaphat but that only has one top level. Also the top item need to be in its own <li>. We will just have to agree to disagree.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > SEO Forum

Reply



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

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
For DHTML,JS, Fanactics... kyrie Coding Forum 1 03-08-2008 09:25 PM
HTML/DHTML or CSS explaing me please ernest1a Coding Forum 3 06-18-2007 02:48 AM
DHTML & Javascript kiraz Google Forum 7 04-30-2006 09:08 AM
DHTML menu that is relatively positioned ToTheWeb Coding Forum 9 03-09-2005 04:09 PM
dhtml suggestions? younghistorians Coding Forum 3 06-08-2004 07:12 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 02:24 PM.
© Copyright 2008 V7 Inc