Tag Archives: dev

Developing for mobile

Devving for mobile devices generally revolves around the idea that they have a slow connection to the web and a small screen. The official idea these days is to develop bottom up, so cater for small screens first then load … Continue reading

!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

CSS media queries

handheld css; @media query Continue reading

evolution of hyperlinks?

NYtimes, the evolution of hyperlinks? Continue reading

reset style sheet

Just been reading this brillant post on css-tricks, about well… styling, or de-styling a <li> to more exact, and I couldn’t help but thinking that this is exactly why I kinda quit using full blown reset style sheet’s in the … Continue reading

html5 canvas tag example

a cool example of the canvas tag Continue reading

User Agent Detection

feature detection …. it’s just to much work. why? ’cause it’s essentially a bunch of hacks since all browser vendors are abusing the UA string. So it’s mostly conditional for me, and then usually only for IE ’cause.. Anyway checkout … Continue reading

asimov’s robots.txt

!Nerd alert! hier, maar ik vin m wel grappig. Het hele artikel hiero op wired maar in het kort voor de web nerds onder ons. Disallow: /harming/humans Disallow: /ignoring/human/orders Disallow: /harm/to/self