T#Walker v1.0 exhibition

A brand new art installation by Rolf van Gelder, called ‘T#Walker v1.0‘, will be shown at the Eindhoven Public Library (in the ‘White Lady’) from May 31st till June 8th (and maybe even longer).
It will be part of the ‘Dutch Technology Week (DTW), 2013‘.

The interactive ‘Tweet Walker’ will show the visitors what is going on in the world, real-time.
T#Walker v1.0

Please come and visit!

Optimize Database after Deleting Revisions – WordPress plugin

‘Optimize Database after Deleting Revisions’, a WordPress plugin by CAGE Web Design | Rolf van Gelder.


Description

This plugin is a ‘one click’ WordPress database cleaner and optimizer.

Main Features:

  • Deletes redundant revisions of posts and pages. (You optionally can keep an ‘x’-amount of the most recent revisions)
  • Deletes trashed posts, pages and comments (optional)
  • Deletes spammed comments (optional)
  • Deletes ‘orphan postmeta items’
  • Optimizes the database tables (you can exclude tables for optimization)
  • Creates a log file of the optimizations (optional)
  • Optimization can be scheduled to automatically run once hourly, twice daily, once daily or once weekly (optional)

Installation

Go to http://wordpress.org/extend/plugins/rvg-optimize-database/ and download the latest version of the plugin (currently v2.5.1)

  • Upload the Plugin to the /wp-content/plugins/ directory
  • Activate the plugin in WP Admin Panel » Plugins

Usage

You can find the settings page in WP Admin Panel » Settings » Optimize DB Options.

You can start the Optimization in WP Admin Panel » Tools » Optimize Database.
Note: if you use the Scheduler the Optimization will run automatically!

Then, on the next screen, click on the ‘Start Optimization‘-button et voila!

Start Optimization

Read the product Reviews

keystone20 – Processing Library

The keystone20 Processing libary, by Rolf van Gelder, is a Processing 2.x compatible version of the original keystone library by David Bouchard.

It’s an extremely useful library for keystoning the projections generated by your Processing sketches.

keystone20 processing library

Processing is an open source programming language and environment for people who want to create images, animations, and interactions.

Compatibility

This library only works with Processing 2.x (so NOT with Processing 1.5.1 or earlier!)

Download

Click HERE to download the latest version of the library for free!

Disclaimer

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Web Site – Collecting and Presenting Born-Digital Art

CAGE Web Design launched a new web site: Born-Digital Conference

Client: Baltan Laboratories, Eindhoven, The Netherlands
Realization: CAGE Web Design
URLhttp://www.baltanlaboratories.org/borndigital/

It’s a small web site for the conference ‘Collecting and Presenting Born-Digital Art‘, 14-15 December, 2012, Eindhoven, The Netherlands.

Web Site – Web 2.0 for Education

CAGE Web Design launched a new web site: Web 2.0 for Education

Concept & Design: Carmin Karasic (Lesley University)
Realization: CAGE Web Design
URL: http://web20bp.com/12f1a6019/

It’s social network web site used for teaching classes for Lesley University (Boston, MA, USA) graduate students who are getting a Masters of Education degree.

Kinect Experiments – Distance Filter

Some more interesting experiments with Processing / SimpleOpenNI / Kinect.

The Distance Filter only shows objects within a distance range, for instance all objects that are between 100 cm and 200 cm away from the Kinect.

It can be used as a different way for green (blue) screen techniques and background subtraction techniques.

For determining the distance per pixel the kinect.depthMap is used.

Get the source code here and have fun!