really impressed by the apple HTML 5 video player on http://www.apple.com/imac/#video. They even built a complete html video controller!
Author: Bram Esposito
editing HTML tag-soup.
I agree: Omnigraffle – powerpoint: 1 – 0 (via @Pietel)
Hex Fiend, a fast and clever hex editor for Mac OS X
Hex Fiend, a fast and clever hex editor for Mac OS X
Check encoding of a text file, check if it has a BOM. Detect what is in that FileWithoutExtension of 800 Mb. Quickly run through a 5 gig logfile and search for an IP.
Updating wireframes. Wish I had to work more often on well-analysed projects.
search and replace in a MySQL Database
update posts set content = replace(content,'dog','cat');