Aug
Archive for the qwerty Category
Aug
May
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….
Mar
html5 online book
Posted in qwerty | No Comments »it’s not new, but it’s great http://diveintohtml5.org/
Dec
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
Sep
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.
Sep
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
Aug
for all the jquery users out there
Posted in qwerty | No Comments »gustavo has created a really nice jquery-cheatsheet-wallpaper in various sizes
Aug
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
Jul
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)