a thought that counts

 







pon·der
  to weigh carefully in the mind; consider thoughtfully.

Archive for July, 2009

Pageload speed – A new SEO factor?

Posted by NickDuncan On July - 31 - 2009

It seems as if Google will probably be implementing pageload speed to their algorithm. Of course, this does make sense… somewhat. The quicker the page loads, the quicker you get the information, the happier you are. Right? Right. I guess this makes Google (and every other search engine) happy as well due to the fact that their bandwidth usage drops, and crawling speeds pick up making available more capacity for more information to be crawled at the end of the day. Which in turn is good for us at the end of the day

Just think about this for a minute. If there are 120billion websites (wild guess), and lets say 5% increase their speed effeciency by 0.1seconds. Thats means that 166 666 site hours have been saved. Quite a lot isnt’ it?

Google ofcourse created their own software for web developers, they wouldn’t want them using Yahoo!’s YSlow would they?

Download Googles Pageload Speed Tool to see how your site compares to the best practises.

Popularity: 17% [?]

How HTML 5 will simplify web development

Posted by NickDuncan On July - 31 - 2009

With the official release HTML 5  in 2022 around the corner, it’s still a good idea to keep up to date with what is happening in the world of W3C, and with the working draft sitting at around 773 pages, you can only imagine the amount of work that has been done and still needs to be done. October 2009 is the last call for the HTML 5 working draft, so with all that in mind, lets take a look at a simplified overview of whats going on in HTML 5.

HTML 5 will be fully backwards-compatible as well as having the ability of a javascript-accessible built in SQL database which will render the current cookie method laughable in terms of the amount of information that could be stored. Also, in an effort to make website source more “legible”, a heap of new elements are being developed, some of which are <nav>, <article>, <header>, <canvas>, <video>, <audio>, <command> and <figure>. New input types are also being developed to ease the ever-fustrated web developer. Inputs such as ‘Date’ will become a common tool which replaces the old javascript calenders and another new feature will include browser supported form validation which will make web application development a walk in the park.

With the last HTML update being in September 1999 (4.01 Specification), it is evident that HTML 5 is definately long overdue.

Keep in mind that “HTML 5″ refers to the W3C specification name, while “HTML5″ refers to the document type.

You may have already noticed that some websites are using HTML 5. Firefox 3.5 includes the <audio>, <video> and <canvas> tags while Chrome and Safari are already supporting key features of HTML 5.

Here is a simple HTML 5 blog example:

<body>

 <header>
  <h1>My Blog!</h1>

 <nav>
   <h1>Navigation Links</h1>
   <ul>
    <li><a href="articles.html">All articles</a></li>
    <li><a href="latest.html">Latest Articles</a></li>
   </ul>
  </nav>

 </header>

 <article>
  <p> Article Goes Here</p>
 </article>

 <footer>
  <p>Copyright © 2022 My Blog</p>
 </footer>

</body>

To clarify the strikeout of 2022 above, there seems to be quite a bit of confusion going around on the web with regards to this topic.
2022 will be the final proposed recommendation of HTML 5 and October 2009 is the last call for the HTML 5 working draft. The final proposed recommendation requires complete compatibility of at least 2 browsers, and with that in mind, CSS 2.1 also remains in development until 2 browsers fully support all of it’s features.

Popularity: 44% [?]

Welcome to Ponder

Posted by Desmond Struwig On July - 31 - 2009

For quite some time the team at JD Internet Consulting and DiscoverSEO have been planning to create an outlet for our thoughts, ideas and industry commentary. This was often postponed in favour of serving our clients,  however the time has come and ponder.co.za will henceforth channel all of our cognitive reflections through to our readers. To make sure that you do not get too bored with technology and industry topics, we will include a little lifestyle, gardening, fly fishing and possibly some whiskey features from time to time.


We have a number of topics lined up for the next few weeks and these will include the musings of our production manager, a look at the latest search marketing and design trends, some case studies and possibly a few comments on the changes that are affecting all South Africans on a daily basis.


I trust you will enjoy the journey with us and we welcome any comments and feedback that you may have.

Popularity: 11% [?]

    myScoop