Crang, M. and Graham, S. (2007) ’Sentient cities : ambient intelligence and the politics of urban space.’, Information, communication society., 10 (6). pp. 789-817.
Sunday, 11 December 2011
Friday, 9 December 2011
Thursday, 8 December 2011
More Reading
Everyone likes to play with technology but no-one likes to read about it. Shame. Here is a link to a journal set up to discuss computer technologies and culture. There's a very good analysis of Photoshop by Lev Manovich:
http://computationalculture.net
http://computationalculture.net
Wednesday, 30 November 2011
Monday, 21 November 2011
Monday, 14 November 2011
Interactive Architecture
Usman Haque's work may be of interest to some of you:
http://www.haque.co.uk/
http://www.haque.co.uk/
Forthcoming Design Talks at Trent Park
November 15th – Marianne Bailey – designer for Yamaha musical instruments.
November 22nd – ex-PDE student Robin Read, who has won a number of awards for development with a robotic arm.
November 29th – Hulger/ Samuel Wilkinson - winners of Brit insurance of the year design for Plumen – a low energy light bulb that is beautiful and therefore can be used without a shade
December 6th – Marek Reichman – Creative Director of Aston Martin!
December 13th – Peter Marigold – does very interesting shelving systems
The lectures above are all on Tuesday afternoons 3.30-4.30 + Q&A for 20 minutes. They all take place in Warren Lecture theatre at Trent Park.
In addition, there is a very interesting lady coming in on December 8th to Hendon called Vanessa Cutler who is the ideal ‘Creative Technology’ example, using water-jet cutting methods with glass. She is a world leader in her field. December 8th at 2.30 in CG41. All our students should attend this lecture if possible.
Wednesday, 9 November 2011
Moving circle...
int y;
int b;
void setup(){
size(500,500);
y=0;
b=255;
}
void draw(){
if(y<=500){
background(0);
fill(255,b,0);
ellipse(250,y,30,30);
b--;
y++;
}
}
int b;
void setup(){
size(500,500);
y=0;
b=255;
}
void draw(){
if(y<=500){
background(0);
fill(255,b,0);
ellipse(250,y,30,30);
b--;
y++;
}
}
Tuesday, 1 November 2011
CTB
Hi everyone, just testing this thing out!
If anyone is interested in obtaining a top-level domain name, such as a '.com/.net/.org' for their blog, then please do not hesitate to contact me. It is roughly $9.99 per year (through GoDaddy). There are also '.info' extensions which are currently available for only $1.99 per year. I will be more than happy to help you with the registration and setup process.
See you all tomorrow!
(Can)
I have created my personal blog, named CTB (Creative Technology Blog), which is now online and available at the following address: www.creativetechnologyblog.com - It is using a Wordpress backend.
If anyone is interested in obtaining a top-level domain name, such as a '.com/.net/.org' for their blog, then please do not hesitate to contact me. It is roughly $9.99 per year (through GoDaddy). There are also '.info' extensions which are currently available for only $1.99 per year. I will be more than happy to help you with the registration and setup process.
See you all tomorrow!
(Can)
Monday, 31 October 2011
First Post
This blog is for the use of staff and students on the Masters Programme in Creative Technology at Middlesex.
Subscribe to:
Comments (Atom)
