WriteBite is a site that pays you to write. Specifically, you get paid to write rants. Make money to complain. Etc. It’s a mix of Digg and Break.com kind of. Except rewards go to writters, not people videotaping themselves blow shit up (although explosives are fun too). I’ve been working on the new site for [...]
Posts Tagged ‘code’
Creating a dragable, dropable, resizbleable div in javascript using MooTools
July 28th, 2008
7 Comments
Warning:This code and post is extensively commented and very descriptive. It’s geared towards newer JS programmers to help them grasp the concepts.
If you know what you’re doing just Download Drag / Drop / Resize Source
An implementation can be found at http://olarchitect.com and the source is available at
http://olarchitect.com/scripts/dragdrop.js
There are many ways to create moveable, resizable, [...]

