Hacks

Clickjacking Twitter

Clickjacking is a technique that’s sometimes used by various internet nasties to get users to unwittingly click on something they didn’t intend to. Javascript is used to carefully position an invisible frame under the mouse pointer. When the user attempts to click on something visible on the page, the click is transmitted to the contents […]

Useful libraries for iPhone development

Matt Biddulph of hackdiary posted links to a number of essential Objective C libraries, directed right at iPhone hackers who have a web development and scripted language background. For the last few months I’ve been spending much of my spare hacking time learning to code iPhone applications. I’ve found Objective C to be a surprisingly […]