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.

Ezilon Directory   Improve your ranking, submit to directories   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 04-04-2007, 11:22 PM   #1 (permalink)
Contributing Member
 
Join Date: 07-27-05
Posts: 103
iTrader: 0 / 0%
Latest Blog:
None

gate2vn is liked by somebodygate2vn is liked by somebodygate2vn is liked by somebody
insert code while it's not needed

I have seen this code
Code:
<ul id="utilitynav"> <li><a href="/sitemap.html" title="Site Map">Site Map</a> |</li> <li><a href="/contact" title="Contact">Contact</a> |</li> <li><a href="/login.html" title="Login">Login</a></li> </ul>
the <ul>, <li> are customized by CSS, so when viewing in browser, it shows
Site Map | Contact | Login

why the <ul>, <li> are used there meanwhile we can do this, for the same viewing

Code:
<a href="/sitemap.html" title="Site Map">Site Map</a> | <a href="/contact" title="Contact">Contact</a> | <a href="/login.html" title="Login">Login</a>
When inserting more code, the code to text ratio will be higher, but it should be as low as possible, is that correct? So, what's the point of <ul>, <li> code here? Cause this sample code I got from a recommended SEO company I read somewhere, I am wondering if it have some good points, that I dont know!
__________________
www.gate2vn.net
Managed hosting solutions on multiple intelligent datacenters

DirectAdmin hosting | Helm hosting | Xen-VPS | Managed servers
gate2vn is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 04-04-2007, 11:45 PM   #2 (permalink)
Contributing Member
 
Bagi Zoltán's Avatar
 
Join Date: 11-28-06
Location: Hungary
Posts: 195
iTrader: 1 / 100%
Bagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebody
Using <ul> <li> you can customize the space between the listed pages. I always use it.
__________________
eCommerce shopping cart :: seo directory
Bagi Zoltán is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-04-2007, 11:48 PM   #3 (permalink)
Contributing Member
 
Join Date: 07-27-05
Posts: 103
iTrader: 0 / 0%
Latest Blog:
None

gate2vn is liked by somebodygate2vn is liked by somebodygate2vn is liked by somebody
not sure to understand. Can you give more details?
__________________
www.gate2vn.net
Managed hosting solutions on multiple intelligent datacenters

DirectAdmin hosting | Helm hosting | Xen-VPS | Managed servers
gate2vn is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-04-2007, 11:56 PM   #4 (permalink)
Contributing Member
 
Bagi Zoltán's Avatar
 
Join Date: 11-28-06
Location: Hungary
Posts: 195
iTrader: 1 / 100%
Bagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebody
Using the second code you wrote in your first post the space between the Site Map and the Contact links will be the standard space.

In many cases I wanted to increase the scpace to improve the usability, and I didn't find any other solution than use <ul> <li> and set some padding-left value if they are displayed inline.

I hope it was a little better answer.
__________________
eCommerce shopping cart :: seo directory
Bagi Zoltán is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-05-2007, 12:02 AM   #5 (permalink)
Contributing Member
 
Join Date: 07-27-05
Posts: 103
iTrader: 0 / 0%
Latest Blog:
None

gate2vn is liked by somebodygate2vn is liked by somebodygate2vn is liked by somebody
yeah, it's more clear. However, it gives me another question Increasing space will improve the usability? How? Do you have any document link, so I can read?

Big thank you
__________________
www.gate2vn.net
Managed hosting solutions on multiple intelligent datacenters

DirectAdmin hosting | Helm hosting | Xen-VPS | Managed servers
gate2vn is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-05-2007, 12:13 AM   #6 (permalink)
Contributing Member
 
Bagi Zoltán's Avatar
 
Join Date: 11-28-06
Location: Hungary
Posts: 195
iTrader: 1 / 100%
Bagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebody
I would rather give you a link. http://www.i-connector.com/ Thoug i guess you won't understand the language at all, but you will see my two horizontal menu. I used the <ul> <li> solution in order to provide enough space between them. In my opinion it is breezier so it improve the usability. It is possible that is only an ideology, but I belive that this design help my visitors navigate in my site
__________________
eCommerce shopping cart :: seo directory
Bagi Zoltán is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-05-2007, 12:23 AM   #7 (permalink)
Contributing Member
 
Join Date: 07-27-05
Posts: 103
iTrader: 0 / 0%
Latest Blog:
None

gate2vn is liked by somebodygate2vn is liked by somebodygate2vn is liked by somebody
yes, got your point now. However, correct me if I am wrong, if it's just for making space enough, we can set padding-left value for <a> tag, dont need to use <ul>, <li> there?
__________________
www.gate2vn.net
Managed hosting solutions on multiple intelligent datacenters

DirectAdmin hosting | Helm hosting | Xen-VPS | Managed servers
gate2vn is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-05-2007, 12:32 AM   #8 (permalink)
Contributing Member
 
Bagi Zoltán's Avatar
 
Join Date: 11-28-06
Location: Hungary
Posts: 195
iTrader: 1 / 100%
Bagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebody
Well you are possibly right I was happy that I could solve the space problem that time, but you've just given a better solution. I will try it next time
__________________
eCommerce shopping cart :: seo directory
Bagi Zoltán is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-05-2007, 08:47 AM   #9 (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 Bagi Zoltán View Post
I didn't find any other solution than use <ul> <li> and set some padding-left value if they are displayed inline.
Sorry I do not want to sound harsh but I can not believe what I am reading; absolute ignorance and failing to understand basic web standards. Arghhhhhhhhhhhhh

(note to self: calm down)

Lists should be marked up using lists. Amongst other related reasons this enables assistive technologies such as screen readers for the blind to read the number of list items out loud and then provide the user with the ability skip the list or jump to a specific item if it is ordered list. Otherwise the person is sat there having to wait for the entire list to be read out. For this reason all of your HTML should be marked out with correct HTML. For more information about blind users (there are many other users) please read my article Building better websites by understanding blind users browsing behaviour
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog

Last edited by Johan007 : 04-05-2007 at 08:52 AM.
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-05-2007, 08:52 AM   #10 (permalink)
Contributing Member
 
Bagi Zoltán's Avatar
 
Join Date: 11-28-06
Location: Hungary
Posts: 195
iTrader: 1 / 100%
Bagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebody
You know Johan, I am not a professional web designer If i would be I would probably know those basic standards. I'm sorry that I injured them.

Otherwise my sites are not designed for blinds.
__________________
eCommerce shopping cart :: seo directory
Bagi Zoltán is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-05-2007, 08:56 AM   #11 (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
Your site is not too bad but could do with a little more tweeking. If you have a US site you have to be accessible under Section 508 and the UK you have to comply with DDA. Many other countries are the same. You should make a basic pass but it is best to better and mark up correctly and show your users you have made the effort.
__________________
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 04-05-2007, 09:01 AM   #12 (permalink)
Contributing Member
 
Bagi Zoltán's Avatar
 
Join Date: 11-28-06
Location: Hungary
Posts: 195
iTrader: 1 / 100%
Bagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebody
Well as I said my professional is not the design. Otherwise thanks for the tip, i will check those standards, but the emphasis of your first post wasn't to friendly even if my site would be a rubbish. All i wanted it to help him answering his question accordance with my poor knowledge.
But I promise that I will improve my capacities.
__________________
eCommerce shopping cart :: seo directory
Bagi Zoltán is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-08-2007, 01:46 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 if I sounded harsh on you because I was not having a go at just you! I was speaking to the V7n community who themselves have an Web Usability forum and many of the users are professionals. Good luck in your reading.
__________________
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 04-08-2007, 04:28 PM   #14 (permalink)
Junior Member
 
seowoman's Avatar
 
Join Date: 04-03-07
Location: San Antonio, TX
Posts: 7
iTrader: 0 / 0%
seowoman is liked by somebodyseowoman is liked by somebodyseowoman is liked by somebody
One more important point about lists. There's evidence that keywords in a list are given a little more weight in the search engines, compared to keywords just hanging around in paragraphs. Every little bit helps, so it never hurts to put your navigation in a list.

Also, a link for Johan007: http://www.martinibuster.net/2006/06...icipation.html
seowoman is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-09-2007, 05:37 AM   #15 (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
Thanks for the link and it seems I have much to learn too

Last edited by Johan007 : 04-09-2007 at 05:41 AM.
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-10-2007, 12:04 AM   #16 (permalink)
Contributing Member
 
Join Date: 03-09-07
Posts: 151
iTrader: 0 / 0%
Ar3d is liked by many
the reason, is because they using CSS which means that they wanted to consize the codes and make it easily to them to make code that would the same for other by not using manual writing of codes or HTML.
Ar3d 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
Should I insert Google Ads? newsaroo Marketing Forum 14 01-31-2007 01:29 PM
Cd Insert Brian Graphic Design Forum 6 06-30-2006 07:30 PM
A simple listing code in PHP needed sixty6 Coding Forum 4 03-19-2006 04:13 PM
phpBB topic Code Needed GoldDust Coding Forum 2 03-31-2004 10:18 AM


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:36 AM.
© Copyright 2008 V7 Inc