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

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

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

Posted in Random | Tagged | Leave a comment

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

Posted in Random | 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

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

Posted in Web Related | Tagged | Leave a comment

Digital Media for Brands

 

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

Changing Default jQuery AJAX properties

$(document).ready(function() { $.ajaxSetup({ cache: false }); }); http://api.jquery.com/jQuery.ajaxSetup/

Posted in Web Related | Tagged | Leave a comment

Great tool for interacting with Canvas or creating Canvas applications

http://kangax.github.com/fabric.js/test/demo/

Posted in Random | Tagged , , , | Leave a comment