Subscribe
-
Recent Posts
- CSS properties that can potentially be used to replace images
- iPad orientation script
- Windows 8 Application Development Reference
- Scrolling content in fixed-height container for iPad
- 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
Archives
Categories
random music video
And I love her
-
Don't Stop the Music
Blogroll
Meta
Author Archives: brandonc
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
Honoring Steve Jobs
“Remembering that I’ll be dead soon is the most important tool I’ve ever encountered to help me make the big choices in life. Because almost everything — all external expectations, all pride, all fear of embarrassment or failure – these … 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
Fake PageRank
It is actually possible to fake PageRank by setting up redirection. Just a quick search amongst the domain name sellers in Australia actually found people doing this. To check whether a domain is truly reflecting it’s own PageRank, simply Google: … 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
Nice SEO tips from RSS Pieces
From RSS Pieces: “You need to look for links from EDU pages that have some authority and some valuable content. To find these pages you use common operators in Yahoo:” linkdomain:example.com site:.edu sponsors linkdomain:example.com site:.edu donors linkdomain:example.com site:.org sponsors linkdomain:example.com … Continue reading
Changing Default jQuery AJAX properties
$(document).ready(function() { $.ajaxSetup({ cache: false }); }); http://api.jquery.com/jQuery.ajaxSetup/
Great tool for interacting with Canvas or creating Canvas applications
http://kangax.github.com/fabric.js/test/demo/

