Archive for the qwerty Category

for those of you who needs to track external campaigns in google analytics

Posted in qwerty | No Comments »

here is how

html5 security cheatsheet

Posted in qwerty | No Comments »

no need to say much, this cheatsheet is great – hopefully html5 will soon be a reality, but….

html5 online book

Posted in qwerty | No Comments »

it’s not new, but it’s great http://diveintohtml5.org/

an article on cross-browser cross-domain theft

Posted in qwerty | No Comments »

this is a nice little article we all could learn a lot from

php sessions and memcached

Posted in qwerty | No Comments »

most of you needing this feature already know of it, but hey it’s cool, easy and maintainable

resources: one, two and tree

fravælge matchgrupper i preg_match

Posted in qwerty | No Comments »

igen en post om ting jeg aldrig kan huske.

preg_match_all('~(?:/xyz/)?(.+)~', $subject, $matches);

her er du kun interesseret i at få sidste matchgruppe med i $matches, så derfor er første matchgruppe prefixet med “?:” – hvilket gør at det bliver ignoreret i selve resultatsættet.

google on web performance best practices

Posted in qwerty | No Comments »

it is not a new article, but it still holds true – and is really insightful

for all the jquery users out there

Posted in qwerty | No Comments »

gustavo has created a really nice jquery-cheatsheet-wallpaper in various sizes

another smashing html5 guide

Posted in qwerty | No Comments »

smashing magazine have published another article on beginning html5 – it is a rather good one actually.

it tries to deal with the transition from html 4 to 5, and describes the new tags and the meaning behind

- go read

making json ajax requests more secure

Posted in qwerty | No Comments »

dave has this nice article/howto on making your json ajax requests more secure (prior to jquery 1.3.3)