Creating HTML structure using lists

Thread Solved

Join Date: Nov 2007
Posts: 9
Reputation: Squeak is an unknown quantity at this point 
Solved Threads: 0
Squeak Squeak is offline Offline
Newbie Poster

Creating HTML structure using lists

 
0
  #1
Mar 5th, 2009
There is a new article on the Madmouse Blog, “Creating structure using Unordered Lists” which introduces a proof of concept of using lists instead of divisions to write down the structure of a website layout. The article shows how it is it to be done, describes its purpose and points out few advantages of using it. It also presents a WordPress theme that fully utilizes this concept so that you can have a look at it in action. Using this method results in code that is very clean and efficient, optimized, light weight and most importantly code that is well formed which can result in better optimization of the HTML code and lead an SEO advantage.

If you are interested in seeing what we are up to with this concept, <URL SNIPPED>please click here or visit the Madmouse Blog.

Our new WordPress theme using this concept is called, <URL SNIPPED>Golden Age

Looking forward of your feedback.
Last edited by peter_budo; Mar 8th, 2009 at 6:30 am. Reason: Keep It Spam-Free - Do not spam, advertise, plug your website, or engage in any other type of self promotion.
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 83
Reputation: cfajohnson is an unknown quantity at this point 
Solved Threads: 13
cfajohnson cfajohnson is offline Offline
Junior Poster in Training

Re: Creating HTML structure using lists

 
0
  #2
Mar 6th, 2009

Apart from being semantic nonsense, it requires unnecessarily bloated CSS to style the lists.
Chris F.A. Johnson
http://cfajohnson.com
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 9
Reputation: Squeak is an unknown quantity at this point 
Solved Threads: 0
Squeak Squeak is offline Offline
Newbie Poster

Re: Creating HTML structure using lists

 
0
  #3
Mar 6th, 2009
Originally Posted by cfajohnson View Post

Apart from being semantic nonsense, it requires unnecessarily bloated CSS to style the lists.
It requires three lines which are as follows:

ul {
margin: 0; padding: 0;
list-style-type: none;
}

After that, everything else is styled as would normally be done.

Please explain how or give me an example of why it is nonsense?
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 985
Reputation: pritaeas will become famous soon enough pritaeas will become famous soon enough 
Solved Threads: 156
Sponsor
pritaeas's Avatar
pritaeas pritaeas is offline Offline
Posting Shark

Re: Creating HTML structure using lists

 
0
  #4
Mar 7th, 2009
I think it doesn't make a difference when compared to div's. If he wants to make his point, a good test would be to recreate a 'css zen garden' page. I'm sure it's possible and it would help him explain his point. Then it would be possible to compare them and test the differences (div vs. ul/li).
"If it is NOT source, it is NOT software."
-- NASA
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 9
Reputation: Squeak is an unknown quantity at this point 
Solved Threads: 0
Squeak Squeak is offline Offline
Newbie Poster

Re: Creating HTML structure using lists

 
0
  #5
Mar 7th, 2009
Originally Posted by pritaeas View Post
I think it doesn't make a difference when compared to div's. If he wants to make his point, a good test would be to recreate a 'css zen garden' page. I'm sure it's possible and it would help him explain his point. Then it would be possible to compare them and test the differences (div vs. ul/li).
My understanding is that CSS Zen Garden themes are about the smart use of CSS, and not about HTML. This concept is about HTML and not CSS. I don't see how coding a CSS Zen Garden theme will prove anything. We believe that the Golden Age theme and its coding delivers our point across.

Please explain how coding a CSS Zen theme will prove our point?
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 985
Reputation: pritaeas will become famous soon enough pritaeas will become famous soon enough 
Solved Threads: 156
Sponsor
pritaeas's Avatar
pritaeas pritaeas is offline Offline
Posting Shark

Re: Creating HTML structure using lists

 
0
  #6
Mar 7th, 2009
in my opinion a lot of coders think of this of a great resource. If you can show you can achieve the same with your concept, you may get more recognition. You state that it is about html, and not css. without css, using ul/li doesn't make sense at all. (your last post shows css, not html)
"If it is NOT source, it is NOT software."
-- NASA
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,261
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 170
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: Creating HTML structure using lists

 
0
  #7
Mar 9th, 2009
Remember that lists are not block objects. They can't contain many tags, including img and p tags.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 83
Reputation: cfajohnson is an unknown quantity at this point 
Solved Threads: 13
cfajohnson cfajohnson is offline Offline
Junior Poster in Training

Re: Creating HTML structure using lists

 
0
  #8
Mar 10th, 2009
Originally Posted by MidiMagic View Post
Remember that lists are not block objects. They can't contain many tags, including img and p tags.

Lists are block-level objects, but they can only contain <li> elements; <li> elements are also block-level, and they can contain anything.
Chris F.A. Johnson
http://cfajohnson.com
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,261
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 170
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: Creating HTML structure using lists

 
0
  #9
Mar 19th, 2009
Sorry, I have that backwards. The p tag can't contain ul or ol.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 9
Reputation: Squeak is an unknown quantity at this point 
Solved Threads: 0
Squeak Squeak is offline Offline
Newbie Poster

Re: Creating HTML structure using lists

 
0
  #10
Mar 23rd, 2009
Originally Posted by pritaeas View Post
in my opinion a lot of coders think of this of a great resource. If you can show you can achieve the same with your concept, you may get more recognition. You state that it is about html, and not css. without css, using ul/li doesn't make sense at all. (your last post shows css, not html)
I have put up a new site using this theme. It has been active since March 1 and has no backlinks or Pagerank. I have choose blog tips and ethical SEO for the main two keywords.
It is ranking #233 for "blog tips" and #50 for "ethical SEO" in Google. It is ranking #1 for spunky jones and spunkyjones in Google as well. about 1/2 of the articles are ranking on the first page of Google as well.

I am a designer and have some basic knowledge in HTML. My coder is the expert in the HTML department and when he approached me with this concept, I listened and decided to try it.

So far it seems to be working very well, and I am very pleased with the results so far. The test site is Spunky Jones Blog tips for Ethical Bloggers.

Yes, you are correct that if I can prove this concept more people will be have more interest to look at it.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum


Views: 1201 | Replies: 15
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2010 DaniWeb® LLC