Behind the HTML

February 20th, 2008 by Philip Kaplan

Warning - This blog post contains technical content that may not be suitable (or interesting) for all readers:

A few technically-inclined people have asked me about the Spottt HTML snippet that gets embedded into your site. Specifically, why does it contain <table> tags? And why didn’t we use Javascript?

It shouldn’t make a difference to most people. But some Web publishing platforms don’t support Javascript. For example, MySpace profiles, Blogger posts, and so on. The current Spottt HTML snippet should work in virtually any publishing platform, blog, or social networking profile that allows HTML embedding.

Also, our Spottt HTML snippet loads faster than a Javascript-include would, because it skips the three additional steps of (1) downloading the Javascript source from our server, (2) client-side Javascript processing, and (3) sending the client back to our server to retrieve the images, etc.

Finally, if our servers are ever slow, Spottt won’t slow down your page load. Worst case, it shows a broken image. But a slow Javascript-include could halt the loading of your entire page.

Glad you asked!  :)

5 Responses to “Behind the HTML”

  1. Entrepreneur Says:

    Thanks for taking the time to explain. It’s always appreciated even if its not fully understood.

    Side note: Was wondering though if we will ever get to see where are clicks are coming from? What are the future releases we can expect?

  2. Myspace » Behind the HTML Says:

    […] Spottt Bloggg wrote an interesting post today on Behind the HTMLHere’s a quick excerptFor example, MySpace profiles, Blogger posts, and so on…. […]

  3. Spottt Blog - Happy Monday Says:

    […] You may notice a little slowness as the Spottt on your site loads this morning, due too all the signups over the weekend.  But rest assured that we’re working on it, and it won’t slow down your site. […]

  4. Nicolai Says:

    I was just wondering if I’m breaking any rules by putting your CSS into my own CSS in order to comply with HTML 4.01 standards?

    I also changed cellspacing=”0px” to cellspacing=”0″ for the same reason.

    And then I added ALT tags to the two images.

    In short - I hate HTML errors, so I correct them! ;)

  5. Philip Kaplan Says:

    Nicolai — That’s fine! As long as it looks the same :-D

Leave a Reply