vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

de-tablizing my vB

This is a discussion on de-tablizing my vB within the General Discussion forums, part of the vBulletin SEO Discussion category; As a step to greater improve my SEO (not to mention save bandwidth, ease of template modifications, and all the ...

Go Back   vBulletin SEO Forums > vBulletin SEO Discussion > General Discussion

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #1  
Old 04-22-2006, 05:40 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,546
de-tablizing my vB

As a step to greater improve my SEO (not to mention save bandwidth, ease of template modifications, and all the other good stuff) I am in the process of removing all the un-necessary tables in the vB source code.

What a disaster this code really is. I'm one of those "die hard css guys" so yeah, I'm arrogant about it. lol

So far, I removed about 17 useless tables in various templates, and have cut 6kb from my test thread with 10 posts on it.
I've cleaned up the stylesheet, removed almost ALL inline style attributes (can't find a couple yet ), removed redundant styles, and actually used the CASCADING part of Cascading Style Sheets.

I REALLY wish i could edit the template by hand and not use those stupid forms. ugh. drives me nuts. I tried, and my server 550'ed my save cuz VB owns it. lol

And, i still have a BUNCH to get to.

6kb X 20,000 page views = 180,000 kb savings a day = 175MB x30 = 5.2GB of bandwidth a month savings.

If I can bump that to 12kb removed (which MORE than likely will happen) i'll be saving over 10GB of bandwidth a month.

Enjoy your tables :P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 04-22-2006, 08:00 PM
Michael's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: Michael Benson
Join Date: Sep 2005
Location: United Kingdom
Posts: 778
Send a message via AIM to Michael Send a message via MSN to Michael
Re: de-tablizing my vB

I too am undergoing a complete overhaul of my code, removing redudant plugin database modifications, refining code, compressing templates and making more efficient use of the cache system. As well as condensing down on the number of external files used on each page.

If you are interested in reducing page sizes further then i would recommended installing the following code modifications too;

Last edited by Michael; 04-24-2006 at 01:26 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 04-22-2006, 10:38 PM
Joe Ward's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Joseph Ward
Join Date: Jun 2005
Location: Puerto Rico
Posts: 19,745
Blog Entries: 7
Re: de-tablizing my vB

Wow - you guys are doing a lot of work - but the result should be some very efficient forums.
__________________
Joe Ward / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 04-23-2006, 05:30 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,546
Re: de-tablizing my vB

Good links, Michael. I'll definitely look into this more. I'm coming form an IPB world where just about everything that doesn't need to be real-time is cahced from the oem install.
VB may be easier to use, and definitely has more plugins available, but I STILL think IPB is superior software...

oh well, this site i'm building now is my test for vB. I already have a 20k member forum on ipb. so i figured i'd try something else and learn more stuff.

Joe, yes, it's a lot of work... a lot of work that should have been done from the factory. But, I digress...

Maybe someday others will catch on that
Code:
<table cellspacing="2" cellpadding="2" border="0" class="blah" width="100%">
<tr>
<td>This is a simple sentence</td>
</tr>
</table>
can most certainly be replaced with
Code:
<p>This is a simple sentence</p>

The only tables I plan to leave intact are the ones that contain tabular data.

my headers and footers are all done.
the postbits are more difficult, but once I get the floats correct (and working properly in that POS known as IE), I think i will be able to go completely table-less.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 04-23-2006, 07:58 AM
Michael's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: Michael Benson
Join Date: Sep 2005
Location: United Kingdom
Posts: 778
Send a message via AIM to Michael Send a message via MSN to Michael
Re: de-tablizing my vB

Quote:
Originally Posted by briansol
Good links, Michael. I'll definitely look into this more. I'm coming form an IPB world where just about everything that doesn't need to be real-time is cahced from the oem install.
vBulletin may be easier to use, and definitely has more plugins available, but I STILL think IPB is superior software...

oh well, this site i'm building now is my test for vB. I already have a 20k member forum on ipb. so i figured i'd try something else and learn more stuff.

Joe, yes, it's a lot of work... a lot of work that should have been done from the factory. But, I digress...

Maybe someday others will catch on that
Code:
<table cellspacing="2" cellpadding="2" border="0" class="blah" width="100%">
<tr>
<td>This is a simple sentence</td>
</tr>
</table>
can most certainly be replaced with
Code:
<p>This is a simple sentence</p>
The only tables I plan to leave intact are the ones that contain tabular data.

my headers and footers are all done.
the postbits are more difficult, but once I get the floats correct (and working properly in that POS known as IE), I think i will be able to go completely table-less.
To true, and once the development of a table-less vBulletin skin design comes out, which i believe is in development here, this could result in a significant improvement in the organisation of vBulletin code and their accompanying modifications too.
__________________
The Staff Lounge - Your vBulletin Resource.
vBulletin, InvisionFree, IPB, phpBB and Forum Resources.

vBSEO: The SEO Solution for Expert vBulletin Forum Admins
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 04-23-2006, 08:32 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,546
Re: de-tablizing my vB

Wow, that thread has been going on since july 2005! I made more progress in my sleepless night then an entire site has in 9 months!

ss1, with styles.

ss2, css disabled.

perfectly usable
Attached Thumbnails
ss2.jpg   ss1.jpg  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 04-24-2006, 01:28 PM
Michael's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: Michael Benson
Join Date: Sep 2005
Location: United Kingdom
Posts: 778
Send a message via AIM to Michael Send a message via MSN to Michael
Re: de-tablizing my vB

Quote:
Originally Posted by briansol
Wow, that thread has been going on since july 2005! I made more progress in my sleepless night then an entire site has in 9 months!

ss1, with styles.

ss2, css disabled.

perfectly usable
I must admit i have been unimpressed at how, even after talk of a reward to the designer of the style no one has presented anything worthwhile. I noticed you are currently revamping the navbar template in your second screenshot, i am doing this too but am having some issues trying to get the dHTML drop down menus to function whilst encapsulating the links (e.g., User CP - Member List - Search - Quick Links), with <li> tags. Have you found a workaround for this bug?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 04-24-2006, 01:48 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,546
Re: de-tablizing my vB

i didin't realize it was a bug :P

I took out the JS because IMO it's useless. I plan to replace it with css dropdowns.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 04-24-2006, 05:02 PM
Michael's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: Michael Benson
Join Date: Sep 2005
Location: United Kingdom
Posts: 778
Send a message via AIM to Michael Send a message via MSN to Michael
Re: de-tablizing my vB

Quote:
Originally Posted by briansol
i didin't realize it was a bug :P

I took out the JS because IMO it's useless. I plan to replace it with css dropdowns.
Well i wouldnt go as far to say a bug, more a limitation of the javascript code. As you suggested i implemented a simple CSS dropdown menu instead, although it would have been nice to have a sense of consistancy by using the same drop down menu style, (e.g., all dHTML) throughout and not have to comprimise.

I am not sure if this is of interest to you but, i found this webpage which discussess using list tags to present tabular data.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 04-24-2006, 05:12 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,546
Re: de-tablizing my vB

no need to comprimise! remove ALL the js menus :P

As for that link, while "neat", that is tabular data, and SHOULD be in a table.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 04-29-2006, 04:17 AM
Loco's Avatar
Senior Member
vBSEO Pre-Release TeamBig Board Administrator
 
Real Name: Brandon Sheley
Join Date: Oct 2005
Location: Kansas
Posts: 1,905
Blog Entries: 1
Send a message via AIM to Loco Send a message via MSN to Loco Send a message via Yahoo to Loco
Re: de-tablizing my vB

any chance this style will be shared ? I'm interested in something like this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #12  
Old 04-29-2006, 11:11 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,546
Re: de-tablizing my vB

doubtful that it will be shared, as it is pretty much custom at this point. I took out a LOT of useless markup, all the $spacer tags, and it's been really customized at this point.

Maybe in the future if i get time, i will take an oem install and provide clean markup for it and release it as a skin.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #13  
Old 04-29-2006, 11:12 PM
Loco's Avatar
Senior Member
vBSEO Pre-Release TeamBig Board Administrator
 
Real Name: Brandon Sheley
Join Date: Oct 2005
Location: Kansas
Posts: 1,905
Blog Entries: 1
Send a message via AIM to Loco Send a message via MSN to Loco Send a message via Yahoo to Loco
Re: de-tablizing my vB

cool. if I knew what I was doing. I'd try cleaning the style up that I'm using.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #14  
Old 04-30-2006, 03:51 AM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,721
Re: de-tablizing my vB

Very interesting development. You might want to take a look at this thread for more ideas on lightening the layout.
__________________
Juan Muriente / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #15  
Old 05-03-2006, 12:29 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,546
Re: de-tablizing my vB

Quote:
Originally Posted by Michael
Well i wouldnt go as far to say a bug, more a limitation of the javascript code.
I have this working,
li menu system with the dhtml drop down.

the yellow arrow is a background image of my li tag on a:hover state.
Attached Thumbnails
ss3.jpg  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
"Rewrite the vB Archive Root" feature now in vBSEO RC4 Joe Ward vBSEO Announcements 9 10-04-2006 07:12 PM


All times are GMT -4. The time now is 01:50 AM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.