I'm not a designer. I just simply love good design. The web is not an endless, abstract space that consists of unique pages. You will find the same elements, over and over again: forms, horizontal menus, vertical menus, lightboxes, etc. These standard elements, needs to be designed, and this is where patterns will emerge. Here are some good sites that collects these patterns:
5
Read more
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
All rights reserved, ©2008-2010 - Built on CodeIgniter framework - Konami codes - Mostly Valid XHTML 1.1 - Valid CSS 2.1