Tag Archives: HTML5

CORS

from the ‘stuff you ought to know’ dept: Cross Origin Resource Sharing. So browsers these day’s raise red flags when content is fetched from different places (think API’s), and rightfully so. Still, adding stuff like a twitter feed is a … Continue reading

All your data belong to us

They found another un-deletable tracking cookie. This time it’s a method that basically tries every know trick in the book. Including ET-Tags (theoretical until now) and localStorage.

!cookies but localStorage

Seems to be a buzzword lately so lets put on some rubber gloves and chime in shall we.   function support_test() { try { return ‘localStorage’ in window && window['localStorage'] !== null; } catch (e) { return false; } } … Continue reading

html5 canvas tag example

a cool example of the canvas tag Continue reading