| Carlos D. Correa. PhD Student |
What is Culture-MoodCulture-Mood (or CMood for short) is a Web based widget that allows you to share with the rest of humanity (or at least the subset of it that accesses your Web page) your particular cultural interests at a given moment in time.My Culture-Mood as of Sept. 1st, 2004, for instance, looks like this: The idea is that hopefully, people would put their own CMoods online, and link them to the CMoods of other people, creating a social network around, well, cultural tastes. If you want to have your Culture-Mood in your Web page, download the following javascript file, and put it in the directory where you have your Web page. Modify the first lines within that file that contains the data of your own cMood: var image = "cmood/ouatitw.jpg"; var cmood = new Array(4); cmood[0] = new CMoodItem( "Soundtrack", "Once upon a time in the west. Ennio Morricone, 1969", "http://www.amazon.com/exec/obidos/tg/detail/-/B000002W71/104-1607961-3213529?v=glance" ); cmood[1] = new CMoodItem( "Movie", "Kill Bill Vol. 2, 2004", "http://www.imdb.com/title/tt0378194/" ); cmood[2] = new CMoodItem( "Book (Literature)", "The Illiad, Homer", "http://www.google.com/search?sourceid=navclient&ie=UTF-8&q=The+Illiad%2C+Homer" ); cmood[3] = new CMoodItem( "Book (Scientific)", "Graph Theory with Applications", "http://www.ecp6.jussieu.fr/pageperso/bondy/books/gtwa/gtwa.html" );Each of the four entries consists of a category, a description, and an URL pointing to some Web site of interest related to that item (the URL can be an empty string if you don't have or don't know any interesting URL) In addition, the cMood allows you to put an image (related to some of your four categories). Link the cmood javascript file within your Web page by including the following text in the <HEAD> section: <script language="JavaScript" TYPE="text/javascript" SRC="cmood.js"></script>Finally, add the following text in the HTML code of your Web page in the place where you want to see it: <script language="Javascript"> <!-- showCmood(); //--> </script> And that's it! You have a Culture-Mood in your Web page! Just a few guidelines:
|
||