JaoudeStudios release v4.2 :: opinions please...

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: JaoudeStudios release v4.2 :: opinions please...

Post by jaoudestudios »

JAB Creations wrote:Over all it looks pretty good and most of my criticisms should be easy to implement if you decide to do so. :)
Thanks for your time, I will look through it this weekend with onion2k suggestions too.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: JaoudeStudios release v4.2 :: opinions please...

Post by onion2k »

JAB Creations wrote:Why not arrange the menu alphabetically? With positioning you can still arrange the code's order of anchors if you desire.
Why would you do that?
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: JaoudeStudios release v4.2 :: opinions please...

Post by JAB Creations »

onion2k wrote:
JAB Creations wrote:Why not arrange the menu alphabetically? With positioning you can still arrange the code's order of anchors if you desire.
Why would you do that?
Do which, alphabetize the menu or use positioning?

With English we read left to right top to bottom and our minds associate certain letters with positioning in some circumstances by default unless they have been trained otherwise (e.g. a well established site where an unorganized menu has appeared for years).

In regards to positioning if you alphabetize the menus though want to give greater weight to one anchor (let's say that starts with 'z') over another (let's say that starts with 'a') you can put the 'z' menu first and the 'a' menu last from the top to bottom order in the code for spiders though position the menus visual positioning for human visitors.

If you've ever played Sim City Classic the center of town has the highest land value while in XHTML the body is considered the center of town so in example a high value element such as the h1 element (which should only occur once any way) is best placed after body element as closely as possible to maximize the page's SEO.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: JaoudeStudios release v4.2 :: opinions please...

Post by onion2k »

JAB Creations wrote:With English we read left to right top to bottom and our minds associate certain letters with positioning in some circumstances by default unless they have been trained otherwise (e.g. a well established site where an unorganized menu has appeared for years).
Actually, on websites, we don't. We read in an F shaped pattern. http://www.useit.com/alertbox/reading_pattern.html
JAB Creations wrote:In regards to positioning if you alphabetize the menus though want to give greater weight to one anchor (let's say that starts with 'z') over another (let's say that starts with 'a') you can put the 'z' menu first and the 'a' menu last from the top to bottom order in the code for spiders though position the menus visual positioning for human visitors.
Spiders don't prioritise things from first to last. They weight things depending on which sorts of tags they're nested in; 2 items in the same list will have the same priority regardless of which is first.
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: JaoudeStudios release v4.2 :: opinions please...

Post by papa »

I would almost never make a menu in alphabetic order. People are used to certain links be in a certain place, "contact us" latter etc.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: JaoudeStudios release v4.2 :: opinions please...

Post by califdon »

What an interesting collection of conflicting opinions! :D Great discussion! I'm finding this to be a stimulating thread. And I really enjoyed reading the "F-scan" article, thanks, ~onion2k! We may be straying from the original objective of helping ~Jaoudestudios with his design critique, though.
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: JaoudeStudios release v4.2 :: opinions please...

Post by JAB Creations »

It's personal preference so to each their own. jaoudestudios like any of us can choose to make any of the suggested changes or not. In example one of the criticisms of my own site was the confusion created by having the two sets of scrollbars almost directly next to each other (mentioned by Chris here on the forums) and his suggestion led me to implementing an interesting adaptation to the issue. While not all criticisms hold weight there are always going to be suggestions or thoughts that do lead to productive changes. :)

However I have noticed when I used absolute positioned menus that Google does indeed prioritize "physical" vertical placement of anchors in code. My forums used to outrank my "home" section until I rearranged the anchor order. The effect is clear as the menus on my site are practically at the very bottom of the XHTML code.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: JaoudeStudios release v4.2 :: opinions please...

Post by jaoudestudios »

califdon wrote:What an interesting collection of conflicting opinions! :D Great discussion! I'm finding this to be a stimulating thread. And I really enjoyed reading the "F-scan" article, thanks, ~onion2k! We may be straying from the original objective of helping ~Jaoudestudios with his design critique, though.
I dont mind - all of you have been very helpful, I feel that I have got some great constructive feedback. I plan to address all suggestions on Saturday, like JAB said I might not implement all of them, but its all food for thought. Sometimes it is good to follow the natural flow of a discussion, even if it goes off at an angle.
Post Reply