javascript

TwitterFacebook
Get flash to fully experience Pearltrees
http://patriciopalladino.com/blog/2012/08/09/non-alphanumeric-javascript.html tl;dr I just made a tool to transform any javascript code into an equivalent sequence of ()[]{}!+ characters. You can try it here , or grab it from github or npm .

Brainfuck beware: JavaScript is after you! | Patricio Palladino

Introduction In the history of computer games some games have created and carried whole companies on their shoulders. One of those games is certainly Mario Bros . The Mario character first appeared in the game Donkey Kong and became very famous within its own game series starting with the original Mario Bros. in 1983. http://www.codeproject.com/Articles/396959/Mario5

Mario5

http://www.redips.net/javascript/drag-and-drop-table-row/

Drag and drop table rows with JavaScript | Redips | spideR Net

REDIPS.drag was initially built to drag and drop table content. After publishing first version of REDIPS.drag, I received a lot of questions about dragging table rows also. Now is possible to drag and drop table rows as well as table content. First column and contained DIV element in this demo is a row handler, so you can try to drag table rows. It is very easy to define a row handler.

JavaScript Drag and Drop example 3 | Redips | spideR Net

http://www.redips.net/javascript/drag-and-drop-example-3/ School timetable is example of how to use REDIPS.drag library. Page layout contains two tables: left table with school subjects and timetable on the right. After subject is placed to the timetable, button in the same color will be displayed next to the subject (clone object).