Archive for the ‘code bloat’ Category

Aug 8 2008

Some Ads Are Just Too Hard To Ignore

Look at you, you came back! We knew you just couldn't keep away for long. Why not make visiting us easy by subscribing to our RSS feed (or the audio RSS feed). Stick around and be sure to speak up and post a comment or two!

I pride myself on being pretty blind to online ads. Only once in the last year can I remember actually clicking on an ad of any sort, including PPC ads in search results.

Offline, ads are something to be admired. I enjoy looking at billboard ads, and have been found to take more interest in the marketing materials handed out at NBA games than the games themselves (sorry, just not a big sports fan!) As for commercials, I’m blessed with TiVo so the last time I watched a commercial was… well, actually, a few days ago when I was sick and for the first time in years I actually watched live TV.

I was pretty appalled by what I saw. I don’t know if all commercials were just that bad or if AMC gets the special selection of commercials rejected from the “real” networks.

But let’s get back to online ads. I’m blind to them, mostly, but recently came across some ads that are just absolutely spectacular. So far I’ve only seen these ads on a few sites, but they do a phenomenal job of using up otherwise empty background space.

Click here to keep learning

No Comments
Jul 2 2008

How to Fix the Bloated (Tables and HTML) Code that is Jacking Up Your SEO

Yesterday I discussed code bloat by looking at how we can move style sheets and JavaScripts off the page in order to clean the coding up quite a bit. I this third post about cleaning up bloated code I wanted to address Tables and other typical causes of bloated HTML.

Click here to keep learning

No Comments
Jul 1 2008

How to Fix the Bloated (CSS and JavaScript) Code that is Jacking Up Your SEO

Last Thursday I started a conversation about how code bloat can effect your site’s performance with the search engines. Today I’m going to map some specific types of code bloat and very briefly, and non-technically, show you you can eliminate the bloat to improve your pages performance for both visitors and search engines.

There are generally four things that cause code bloat:

  • On-page styling
  • On-page JavaScripts
  • Excessive table usage
  • Poor HTML formatting

Click here to keep learning

No Comments