Jan
nice dom reference from sitepoint
Posted in qwerty | No Comments »sitepoint has created this really nice reference guide to dom core 1 + 2
sitepoint has created this really nice reference guide to dom core 1 + 2
today darknet had an article on a list of legendary hackers – this is a very interesting piece to read if you want to brush up on some history of hacking
owasp just released a cheat sheet on xss prevention, this should be interesting to read.
paul dot com has an interesting article on how you could introduce exploits via exif data… good thinking larry
i usually forget this, so now i will share this little imagemagick “trick” with you
if you need to downscale a directory full of images to a specific size you do it like this:
mogrify -size 120x120 -resize 120x120 +profile "*" *.jpg
the +profile “*” part removes any exif, iptc and and/or other proile data from the image
more on imagemagick/mogify
the schedule for php|tek 2009 is now online – and it looks promising again this year….