Social networks for IIF 2009

This is what people have posted about the Innovative Ideas Forum. If you are posting about the forum, please tag your blog posts, presentations or flickr photos . If you are using twitter, use the hash-tag # in your tweets.

flickr items, 0, $display); echo "
    \n"; # builds html from array foreach ( $items as $item ) { if(preg_match('', $item['description'],$imgUrlMatches)) { $imgurl = $imgUrlMatches[1]; # change to smaller pictures if (!$mediumPics) { $imgurl = str_replace("m.jpg", "s.jpg", $imgurl); } $title = $item['title']; $url = $item['link']; preg_match('', $imgurl, $flickrSlugMatches); $flickrSlug = $flickrSlugMatches[1]; # cache images if ($useImageCache) { # check if file already exists in cache if (!file_exists("$fullPath$flickrSlug.jpg")) { $filedata = ""; $remoteimage = fopen($imgurl, 'rb'); if ($remoteimage) { while(!feof($remoteimage)) { $filedata.= fread($remoteimage,1024*8); } } fclose($remoteimage); $localimage = fopen("$fullPath$flickrSlug.jpg", 'wb'); fwrite($localimage,$filedata); fclose($localimage); } print "
  • " ."\"$title\"" ."
  • \n"; } else { print "
  • " ."\"$title\"" ."
  • \n"; } } } echo "
\n"; echo "

View more photos at flickr

"; } else { echo magpie_error(); } ?>
Google "; foreach ($rss->items as $item) { $href = $item['link']; $title = $item['title']; $description = $item['description']; echo "
  • $title
    "; echo "$description
  • "; $i++; } echo ""; if($i>0) { echo "

    View more blog posts at Google blogs

    "; } else { echo '

    Nobody has posted to their blog...yet

    '; } } else { echo '

    There are no blog posts to display

    '; } ?>
    Technorati "; foreach ($rss->items as $item) { $href = $item['link']; $title = $item['title']; $description = $item['description']; echo "
  • $title
    "; echo "$description
  • "; $i++; } echo ""; if($i>0) { echo "

    View more blog posts at Technorati

    "; } else { echo '

    Nobody has posted to their blog...yet

    '; } } else { echo '

    There are no blog posts to display

    '; } ?>
    slideshare "; foreach ($rss->items as $item) { $href = $item['link']; $title = $item['title']; $description = $item['description']; echo "
  • $title
    "; echo "$description
  • "; $i++; } echo ""; if($i>0) { echo "

    View more presentations at slideshare

    "; } else { echo '

    There are no presentations uploaded yet. Wait until after the forum.

    '; } } else { echo '

    There are no presentations to display

    '; } ?>

    Back to the top