Posts Tagged ‘PHP’
Monday, May 3rd, 2010
-
<?php
-
-
/*
-
* Timestamp validator and converter
-
* {cc} Owen Mundy ~ owenmundy.com
-
*
-
*/
-
function convert_date($string)
-
{
-
// make sure it is a string with a number && > 1992-05-07 && < 2033-05-18
-
if ( ctype_digit($string) && $string >= 800000000 && $string <= 1999999999 )
-
{
-
// if so convert it to a human-readable date
-
$d = date(‘Y-m-d H:i:s’, $string);
-
return $d;
-
}
-
else
-
{
-
return false;
-
}
-
}
-
-
print convert_date("1613199869");
-
-
?>
Thanks
Tags: code, PHP
Posted in sketches | Comments Off
Sunday, May 2nd, 2010
Tags: code, data, facebook, give me my data, PHP, press, privacy
Posted in press, publications | Comments Off
Saturday, May 1st, 2010

Facebook App Brings Back Data by Riva Richmond, New York Times, May 1, 2010
“The app is “making hackers out of regular users,” says the developer, Owen Mundy, an assistant professor in Florida State University’s art department. And it’s giving them a way to exercise ownership rights over their data. (After all, Facebook’s Statement of Rights and Responsibilities says users “own all of the content and information” they have posted on Facebook.)”
Tags: code, data, facebook, give me my data, PHP, press, privacy
Posted in press, publications | Comments Off
Sunday, January 31st, 2010
Today I launched the public alpha version of my Facebook application Give Me My Data for testing and feedback. This app helps you reclaim and reuse your Facebook data.
Feel free to test it and let me know what you think!
Tags: code, data, infoviz, networks, PHP
Posted in design, exhibitions, sketches | Comments Off
Monday, December 21st, 2009
Keyword Intervention has been included in the recent HZ Net Gallery update. Also included were: Alysse Stepanian, Rudi Punzo, Aaron Oldenburg, Aaron M. Higgens, Anders Bojen & Kristoffer Ørum.
Tags: art, code, data, exhibition, Flash, generative, infovis, internet, Keyword Intervention, PHP, visualization
Posted in exhibitions | Comments Off
Friday, November 13th, 2009
Here are two images I created with NodeBox (Python) and PHP (data via facebook API).

All friends, one common link.

All the mutual connections I could gather before the script timed-out. Need to make the gathering more efficient.
Tags: code, data, facebook, graphs, networks, nodebox, PHP, python, visualization
Posted in sketches | Comments Off
Wednesday, November 11th, 2009
The FSU Art Review System is live.
More images online here.


Tags: art, CMS, code, codeigniter, design, Florida, fsu, interactive, PHP
Posted in design, exhibitions | Comments Off
Friday, September 25th, 2009
Tag cloud of ga-asi.com.

Tags: automata, code, data, PHP, spider, surveillance
Posted in sketches | Comments Off
Sunday, August 9th, 2009
Experimenting with various methods of visualization available at manyeyes

Wordle cloud

Phrase Net
Tags: art, automata, code, diagram, infovis, networks, PHP, sitemap, visualization
Posted in sketches | Comments Off
Wednesday, July 22nd, 2009
Every page on my website and blog. Created using a PHP spider and MySQL. Click image for PDF file.

Tags: automata, code, infovis, internet, PHP, sitemap, spider, surveillance, visualization
Posted in sketches | Comments Off