Category Archives: Web Related

Twitter User Feed jQuery Plugin

Ever needed to show you are really working really hard for your clients on your website? Tweet your hard work using the Twitter user feed plugin. http://tweet.seaofclouds.com/

Posted in Web Related | Leave a comment

sessionStorage and localStorage

The main benefit of using HTML5′s sessionStorage or localStorage is it’s capacity to contain up to 5MB (or 60MB) of data depending on browser type and desktop/mobile browser. For mobile applications/websites, this may be particularly useful if (1) users have … Continue reading

Posted in Web Related | Tagged , , | Leave a comment

Embedding Youtube and HTML5 Video Option

A couple of things I changed to make use of the new iframe code for embedding Youtube videos on the website. The new code supports both Flash and HTML5 video. Only users of supported browsers who opt into the Youtube … Continue reading

Posted in Web Related | Tagged , , , | Leave a comment

@fontface, Google’s WebFont Loader and Cufon

Have been trying to resolve the issue of FOUT (Flash of unstyled text) when using @fontface on IE. The best solution I found was to use Google’s WebFont loader. To not allow the default font to show at all before … Continue reading

Posted in Web Related | Tagged , , , , | Leave a comment

Bing Map v7 Address Query using jQuery

How to initialise Bing map using an street address query. First reference the Bing library, keeping it as an external reference. They changed one of their JavaScript urls once and 404ed on me. There are references for both SSL and … Continue reading

Posted in Web Related | Tagged , , , , , , | Leave a comment

Stylesheet for Print

Interesting and Useful article: http://designshack.net/articles/css/6-thinks-i-learned-about-print-stylesheets-from-html5-boilerplate/

Posted in Web Related | Tagged , , | Leave a comment

insertAdjacentHTML

Interesting article from http://hacks.mozilla.org/2011/11/insertadjacenthtml-enables-faster-html-snippet-injection/ “On the computer that I used for testing, the innerHTML way of appending managed to append only slightly over 200 tweets in five full seconds. In contrast, the insertAdjacentHTML(“beforeend”, …) way of appending managed to append … Continue reading

Posted in Web Related | Tagged , , | Leave a comment

Lazy Loading Asynchronous JavaScript

Useful article for keepsake, with a good dose of requirements that I like: Small. I don’t want a big mess for them to include on their sites. 10-15 lines, tops. Stand-alone. The environment is unknown, so we can’t rely on … Continue reading

Posted in Web Related | Tagged , , | Leave a comment

Live website tracking

It’s seldom that I get excited enough about a product to actually write about it. Recently I signed up for http://chartbeat.com for about $10 bucks a month. It allows me to track up to 5 websites. What it does: How … Continue reading

Posted in Web Related | Leave a comment