One of 2009's coolest web mashup is David Leadbeate's Wikipedia DNS service. What it does is very simple: it returns an excerpt from a Wikipedia article in a TXT DNS record.
- What? Dynamic contents in a DNS text record? From Wikipedia?
- Yes!
For example, all you need is love PHP.
// dns_get_record is a built in PHP function $knowledge = dns_get_record( 'trentemoller.wp.dg.cx' ); var_dump( $knowledge );See it on a test page:
1
Read more
Besides Context free, my other favorite toy is Structure Synth. It also uses a very similar code grammar like Contect free, but you are able to manipulate things on the Z axis.
Here are some of my first experimental images that I magaged to render.
3
Read more
Drag and drop is a very cool feature in the browsers too, if really needed. Most JS libraries has this functionality, from jQuery to MooTools. But how they do it?
Well, it's not black magic, actually really simple.
The idea
You need to combine two different mouse events: mouseDown and mouseMove, then track the mouse position, update an elements position, finally cancel the mouseMove event on mouseUp.
The goal
Create a freely movable window that you can move with a handle.
Click "read more" to see the codes.
2
Read more
All rights reserved, ©2008-2010 - Built on CodeIgniter framework - Konami codes - Mostly Valid XHTML 1.1 - Valid CSS 2.1