Subscribe
-
Recent Posts
- Twitter User Feed jQuery Plugin
- sessionStorage and localStorage
- Embedding Youtube and HTML5 Video Option
- @fontface, Google’s WebFont Loader and Cufon
- Bing Map v7 Address Query using jQuery
- Stylesheet for Print
- insertAdjacentHTML
- Lazy Loading Asynchronous JavaScript
- Honoring Steve Jobs
- Facebook Login using OAuth 2.0 Protocol
- Fake PageRank
- Live website tracking
- Nice SEO tips from RSS Pieces
- Digital Media for Brands
- Changing Default jQuery AJAX properties
- Great tool for interacting with Canvas or creating Canvas applications
- Understanding Delete in JavaScript
- Looking for the Purple Cow
- Bagging the lot – Design, UI Development, Customised CMS
- Disable jump to top of page for Form submit
Archives
Categories
random music video
Beat the Horse - Pomplamoose
-
What's My Name
Blogroll
Meta
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
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
@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
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
Stylesheet for Print
Interesting and Useful article: http://designshack.net/articles/css/6-thinks-i-learned-about-print-stylesheets-from-html5-boilerplate/
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
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
Facebook Login using OAuth 2.0 Protocol
For security reasons, Facebook adviced that all apps and sites must migrate to the OAuth 2.0 authentication mechanism by September 1, 2011 from the legacy Connect authentication flow. Update: Using latest OAuth 2.0 protocol for authentication window.fbAsyncInit = function () { … Continue reading
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

