<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Andrew Mallis&#039; blog &#187; work</title>
	<atom:link href="http://andrewmallis.com/blog/category/work/feed" rel="self" type="application/rss+xml" />
	<link>http://andrewmallis.com/blog</link>
	<description>this is the personal blog for Andrew Mallis</description>
	<lastBuildDate>Sat, 19 Nov 2011 09:39:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mounting remote filesystems on OSX Snow Leopard using sshfs, MacFuse and Macfusion</title>
		<link>http://andrewmallis.com/blog/2011/03/28/mounting-remote-filesystems-on-osx-snow-leopard-using-sshfs-macfuse-and-macfusion</link>
		<comments>http://andrewmallis.com/blog/2011/03/28/mounting-remote-filesystems-on-osx-snow-leopard-using-sshfs-macfuse-and-macfusion#comments</comments>
		<pubDate>Mon, 28 Mar 2011 05:41:21 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[tech tips]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://andrewmallis.com/blog/?p=344</guid>
		<description><![CDATA[This post builds on the the already well documented concepts <a href="http://www.turingtarpit.com/2009/04/mounting-remote-filesystems-on-osx-leopard-using-sshfs-macfuse-and-macfusion/  " target="_blank">outlined in this blog post</a> to provide additional details for a Snow Leopard, and handle some additional configurations for the 64-bit kernel. The previous post explains in detail how these technologies work, and provides screen shots to guide you in your configurations.]]></description>
			<content:encoded><![CDATA[<p>I am really happy that  my MacFuse+Macfusion is working again. While the command line and version control are (most of the time) my friends, sometimes a client doesn&#8217;t use a VCS and I am forced to work directly on the server. MacFuse lets you mount these file systems over SSH like any other Mac volume. This makes it easy to work on the whole codebase at once on the mount point, vs. the download-upload FTP client method. Using the finder to browse around the server also makes it far easier to locate assets like image files.</p>
<p>This post builds on the the already well documented concepts <a href="http://www.turingtarpit.com/2009/04/mounting-remote-filesystems-on-osx-leopard-using-sshfs-macfuse-and-macfusion/  " target="_blank" class="liexternal">outlined in this blog post</a> to provide additional details for a Snow Leopard, and handle some additional configurations for the 64-bit kernel. The previous post explains in detail how these technologies work, and provides screen shots to guide you in your configurations.</p>
<h2>MacFUSE</h2>
<p>The latest version of MacFUSE <a href="http://code.google.com/p/macfuse/downloads/list?can=1&amp;q=&amp;colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount" target="_blank" class="liexternal">on the google code page</a> is not compatible with the 64bit kernel. You need to download the 2.1.9 beta <a href="http://macfuse.975588.n3.nabble.com/unofficial-distributions-of-MacFUSE-f1893799.html" target="_blank" class="liexternal">from this link</a>.</p>
<h2>SSHFS</h2>
<p>Download the sshfs-static-leopard.gz from <a href="http://code.google.com/p/macfuse/wiki/MACFUSE_FS_SSHFS" target="_blank" class="liexternal">this wiki post</a> and replace the sshfs-static executable in the MacFusion.app package.</p>
<p>To use sshfs from the command line, symlink the new binary to a location in your path, i.e.:</p>
<p><code> sudo ln -s /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources/sshfs-static /usr/local/bin/sshfs</code></p>
<p>If MacFusion still refuses to complete a connection to a remote server, quit MacFusion, open up a terminal and:</p>
<p><code>$ cd /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources/</code><br />
<code>$ mv sshnodelay.so sshnodelay.so.bak</code></p>
<p><cite>source: http://rackerhacker.com/2009/08/28/fix-macfusion-on-snow-leopard/</cite></p>
<p>&nbsp;</p>
<h3>LINKS</h3>
<ul>
<li>How to manually compile svn checkout of MacFUES for the 64 bit kernel: <a href="http://www.5dollarwhitebox.org/drupal/node/97" target="_blank" class="liexternal">http://www.5dollarwhitebox.org/drupal/node/97</a></li>
<li>How to prevent .DS_Store file creation over network connections: <a href="http://support.apple.com/kb/HT1629" target="_blank" class="liexternal">http://support.apple.com/kb/HT1629</a></li>
</ul>
<div id="bppostbookmarks"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2011%2F03%2F28%2Fmounting-remote-filesystems-on-osx-snow-leopard-using-sshfs-macfuse-and-macfusion&t=Mounting+remote+filesystems+on+OSX+Snow+Leopard+using+sshfs%2C+MacFuse+and+Macfusion" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/yahoo-icon.png" alt="Add to Yahoo" title="Add to Yahoo" /></a> <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2011%2F03%2F28%2Fmounting-remote-filesystems-on-osx-snow-leopard-using-sshfs-macfuse-and-macfusion&title=Mounting+remote+filesystems+on+OSX+Snow+Leopard+using+sshfs%2C+MacFuse+and+Macfusion" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/g-icon.png" alt="Add to Google" title="Add to Google" /></a> <a href="http://del.icio.us/post?&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2011%2F03%2F28%2Fmounting-remote-filesystems-on-osx-snow-leopard-using-sshfs-macfuse-and-macfusion&title=Mounting+remote+filesystems+on+OSX+Snow+Leopard+using+sshfs%2C+MacFuse+and+Macfusion" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/delicious-icon.png" alt="Save to Del.icio.us" title="Save to Del.icio.us" /></a> <a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2011%2F03%2F28%2Fmounting-remote-filesystems-on-osx-snow-leopard-using-sshfs-macfuse-and-macfusion&title=Mounting+remote+filesystems+on+OSX+Snow+Leopard+using+sshfs%2C+MacFuse+and+Macfusion&bodytext=&topic=" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/digg-icon.png" alt="Digg IT!" title="Digg IT!" /></a> <a href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2011%2F03%2F28%2Fmounting-remote-filesystems-on-osx-snow-leopard-using-sshfs-macfuse-and-macfusion&title=Mounting+remote+filesystems+on+OSX+Snow+Leopard+using+sshfs%2C+MacFuse+and+Macfusion&top=1" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/live-icon.gif" alt="Live Bookmarks!" title="Live Bookmarks!" /></a> </div>]]></content:encoded>
			<wfw:commentRss>http://andrewmallis.com/blog/2011/03/28/mounting-remote-filesystems-on-osx-snow-leopard-using-sshfs-macfuse-and-macfusion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>launching thespringweddingshow.com</title>
		<link>http://andrewmallis.com/blog/2009/05/26/launching-thespringweddingshowcom</link>
		<comments>http://andrewmallis.com/blog/2009/05/26/launching-thespringweddingshowcom#comments</comments>
		<pubDate>Tue, 26 May 2009 06:08:09 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://andrewmallis.com/blog/?p=224</guid>
		<description><![CDATA[http://thespringweddingshow.com An innovative project conceived as a walk in the park. (Pulling it off was another story). Working with Brooklyn-based designers Mélngerie, and Toronto-based animators 3Di, and featuring a soundscape by composer Nicholas Longstaff, the project is a time-limited online wedding tradeshow. The interface promotes exploration and discovery by creating a whimsical lanscape, while simultaneously [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-225" title="thespringweddingshowcom-home-splash_sm" src="http://andrewmallis.com/blog/wp-content/uploads/2009/05/thespringweddingshowcom-home-splash_sm.png" alt="thespringweddingshowcom-home-splash_sm" /></p>
<p><a href="http://thespringweddingshow.com" target="_blank" class="liexternal">http://thespringweddingshow.com</a></p>
<p>An innovative project conceived as a walk in the park. (Pulling it off was another story). Working with Brooklyn-based designers Mélngerie, and Toronto-based animators 3Di, and featuring a soundscape by composer Nicholas Longstaff, the project is a time-limited online wedding tradeshow.</p>
<p>The interface promotes exploration and discovery by creating a whimsical lanscape, while simultaneously making quickly accessible information to those seeking it.</p>
<p>A Drupal 6 site with a  Flash-based front-end + Drupal back-end, featuring Lightbox2/Thickbox implementations. I&#8217;m proud of how un-drupal this drupal site is.</p>
<p>Screenshots don&#8217;t do this project justice. The innovative interface, and animations set this project apart. I&#8217;m going to try to post a video showing the site navigation soon.</p>
<div id="bppostbookmarks"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2009%2F05%2F26%2Flaunching-thespringweddingshowcom&t=launching+thespringweddingshow.com" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/yahoo-icon.png" alt="Add to Yahoo" title="Add to Yahoo" /></a> <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2009%2F05%2F26%2Flaunching-thespringweddingshowcom&title=launching+thespringweddingshow.com" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/g-icon.png" alt="Add to Google" title="Add to Google" /></a> <a href="http://del.icio.us/post?&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2009%2F05%2F26%2Flaunching-thespringweddingshowcom&title=launching+thespringweddingshow.com" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/delicious-icon.png" alt="Save to Del.icio.us" title="Save to Del.icio.us" /></a> <a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2009%2F05%2F26%2Flaunching-thespringweddingshowcom&title=launching+thespringweddingshow.com&bodytext=&topic=" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/digg-icon.png" alt="Digg IT!" title="Digg IT!" /></a> <a href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2009%2F05%2F26%2Flaunching-thespringweddingshowcom&title=launching+thespringweddingshow.com&top=1" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/live-icon.gif" alt="Live Bookmarks!" title="Live Bookmarks!" /></a> </div>]]></content:encoded>
			<wfw:commentRss>http://andrewmallis.com/blog/2009/05/26/launching-thespringweddingshowcom/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>techsoupcanada.ca</title>
		<link>http://andrewmallis.com/blog/2009/03/12/techsoupcanadaca</link>
		<comments>http://andrewmallis.com/blog/2009/03/12/techsoupcanadaca#comments</comments>
		<pubDate>Thu, 12 Mar 2009 18:17:50 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://andrewmallis.com/blog/?p=179</guid>
		<description><![CDATA[I&#8217;ve been working with a really fantastic organization, Techsoup Canada, on helping them launch their new site. They do really amazing work connecting non-profits and Charities to technologies that they might otherwise not afford. Techsoup Global was founded in 1987 by a couple of guys in a station wagon, who went around collecting all the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-204" title="techsoup" src="http://andrewmallis.com/blog/wp-content/uploads/2009/05/techsoup.jpg" alt="techsoup" /></p>
<p>I&#8217;ve been working with a really fantastic organization, <a href="http://www.techsoupcanada.ca" title="Techsoup Canada Homepage" target="_blank" class="liexternal">Techsoup Canada</a>, on helping them launch their new site. They do really amazing work connecting non-profits and Charities to technologies that they might otherwise not afford.</p>
<p><a href="http://www.techsoupglobal.org/" title="Techsoup Global homepage" target="_blank" class="liexternal">Techsoup Global</a> was founded in 1987 by a couple of guys in a station wagon, who went around collecting all the freebee software sent to publication for review and re-allocating it to organizations in need. These robin hoods of silicon valley eventually grew the organization to the point where, in 2008, they were receiving annually tech donation worth 312$ Million.</p>
<p>The real beauty here is that Techsoup has become more than just a great enabler – connecting organizations to a myriad of corporate donation programs in a centrally administered repository. Their success has mad them an important advocate for the non-profit sector.</p>
<p>For years, Techsoup has served the needs of Canadian NGO&#8217;s and NFP&#8217;s through their San Francisco office. Establishing a Toronto base of operations will allow the organization to better administer the intricacies of Canadian donation programs, and to support the language needs of French Canada. Techsoup Canada is the result of a collaboration between the Centre for Social Innovation,  the Information Technology Association of Canada, and the Trillium Foundation.</p>
<p>Working on the website has posed numerous challenges. Namely, coordinating workflows between a development team in Poland, the San Fransico office, and Toronto. Drupal has always been challenged when facing the dev-staging-production workflow, but I haven&#8217;t faced butted up against it this much before. The Drupal community desperately needs to smartly seperate database content from configuration, and develop better logging and migration toolkits.</p>
<div id="bppostbookmarks"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2009%2F03%2F12%2Ftechsoupcanadaca&t=techsoupcanada.ca" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/yahoo-icon.png" alt="Add to Yahoo" title="Add to Yahoo" /></a> <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2009%2F03%2F12%2Ftechsoupcanadaca&title=techsoupcanada.ca" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/g-icon.png" alt="Add to Google" title="Add to Google" /></a> <a href="http://del.icio.us/post?&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2009%2F03%2F12%2Ftechsoupcanadaca&title=techsoupcanada.ca" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/delicious-icon.png" alt="Save to Del.icio.us" title="Save to Del.icio.us" /></a> <a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2009%2F03%2F12%2Ftechsoupcanadaca&title=techsoupcanada.ca&bodytext=&topic=" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/digg-icon.png" alt="Digg IT!" title="Digg IT!" /></a> <a href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2009%2F03%2F12%2Ftechsoupcanadaca&title=techsoupcanada.ca&top=1" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/live-icon.gif" alt="Live Bookmarks!" title="Live Bookmarks!" /></a> </div>]]></content:encoded>
			<wfw:commentRss>http://andrewmallis.com/blog/2009/03/12/techsoupcanadaca/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ideograph now a tennant at the Centre for Social Innovation</title>
		<link>http://andrewmallis.com/blog/2008/11/22/ideograph-now-a-tennant-at-the-centre-for-social-innovation</link>
		<comments>http://andrewmallis.com/blog/2008/11/22/ideograph-now-a-tennant-at-the-centre-for-social-innovation#comments</comments>
		<pubDate>Sat, 22 Nov 2008 16:23:32 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://andrewmallis.com/blog/?p=180</guid>
		<description><![CDATA[As of November, I&#8217;m a tenant at the Centre for Social Innovation, located at 215 Spadina Avene. It is a really great organization with which I&#8217;ve felt an affinity for a while now. After my residency at the CFC Media Lab, I decided to freelance, encapsulating my consultancy as the entity Ideograph. Working from home [...]]]></description>
			<content:encoded><![CDATA[<p>As of November, I&#8217;m a tenant at the <a href="http://socialinnovation.ca" title="CSI Homepage" target="_blank" class="liexternal">Centre for Social Innovation</a>, located at 215 Spadina Avene. It is a really great organization with which I&#8217;ve felt an affinity for a while now. After my residency at the <a href="http://www.cfccreates.com/what_we_do/cfc_media_lab/index.php" title="abotu the CFC Media Lab" target="_blank" class="liexternal">CFC Media Lab</a>, I decided to freelance, encapsulating my consultancy as the entity <a href="http://ideograph.ca" title="ideograph homepage" target="_blank" class="liexternal">Ideograph</a>. Working from home was nice for a while, but lonely.</p>
<p>I really love it here. The people are really, educated, and passionate. Some are dedicated to the solvency of our relationship with the environment, others committed to the realization of our political aspirations as citizens. Humanitarians, scholars, do-gooders unite!</p>
<p>The CSI is an open-concept work environment. We share amenities, and through proximity that is the result of space planning, ideas. I continue to work with many another tenants, and am stimulated and validated in the work that I do daily.</p>
<p>As an art-maker, it is challenging enough finding the right motivation to face the void out of which summon my creations. The network I am a part of at CSI has helped structure more the business side of my identity. That isn&#8217;t to say that Andrew Mallis the artist is never present at the CSI. Indeed, there are many arts organizations present in the space, and even a few CFC grads too.</p>
<p>Amenities are great. Meeting rooms, kitchen, mailbox: I like. I even more so enjoy the bicycle parking in the basement and the rooftop garden.</p>

<a href='http://andrewmallis.com/blog/2008/11/22/ideograph-now-a-tennant-at-the-centre-for-social-innovation/501043927_ec7d7d11db_o_d' title='501043927_ec7d7d11db_o_d'><img width="125" height="125" src="http://andrewmallis.com/blog/wp-content/uploads/2009/05/501043927_ec7d7d11db_o_d-150x150.jpg" class="attachment-thumbnail" alt="501043927_ec7d7d11db_o_d" title="501043927_ec7d7d11db_o_d" /></a>
<a href='http://andrewmallis.com/blog/2008/11/22/ideograph-now-a-tennant-at-the-centre-for-social-innovation/2007683417_e2da3ba295_o_d' title='2007683417_e2da3ba295_o_d'><img width="125" height="125" src="http://andrewmallis.com/blog/wp-content/uploads/2009/05/2007683417_e2da3ba295_o_d-150x150.jpg" class="attachment-thumbnail" alt="2007683417_e2da3ba295_o_d" title="2007683417_e2da3ba295_o_d" /></a>
<a href='http://andrewmallis.com/blog/2008/11/22/ideograph-now-a-tennant-at-the-centre-for-social-innovation/1991503236_c3e85a3a7e_b_d' title='1991503236_c3e85a3a7e_b_d'><img width="125" height="125" src="http://andrewmallis.com/blog/wp-content/uploads/2009/05/1991503236_c3e85a3a7e_b_d-150x150.jpg" class="attachment-thumbnail" alt="1991503236_c3e85a3a7e_b_d" title="1991503236_c3e85a3a7e_b_d" /></a>
<a href='http://andrewmallis.com/blog/2008/11/22/ideograph-now-a-tennant-at-the-centre-for-social-innovation/2007680939_537040e793_o_d' title='2007680939_537040e793_o_d'><img width="125" height="125" src="http://andrewmallis.com/blog/wp-content/uploads/2009/05/2007680939_537040e793_o_d-150x150.jpg" class="attachment-thumbnail" alt="2007680939_537040e793_o_d" title="2007680939_537040e793_o_d" /></a>
<a href='http://andrewmallis.com/blog/2008/11/22/ideograph-now-a-tennant-at-the-centre-for-social-innovation/2008478680_1b15e57b83_o_d' title='2008478680_1b15e57b83_o_d'><img width="125" height="125" src="http://andrewmallis.com/blog/wp-content/uploads/2009/05/2008478680_1b15e57b83_o_d-150x150.jpg" class="attachment-thumbnail" alt="2008478680_1b15e57b83_o_d" title="2008478680_1b15e57b83_o_d" /></a>
<a href='http://andrewmallis.com/blog/2008/11/22/ideograph-now-a-tennant-at-the-centre-for-social-innovation/2008478528_d435b23e09_o_d' title='2008478528_d435b23e09_o_d'><img width="125" height="125" src="http://andrewmallis.com/blog/wp-content/uploads/2009/05/2008478528_d435b23e09_o_d-150x150.jpg" class="attachment-thumbnail" alt="2008478528_d435b23e09_o_d" title="2008478528_d435b23e09_o_d" /></a>

<div id="bppostbookmarks"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2008%2F11%2F22%2Fideograph-now-a-tennant-at-the-centre-for-social-innovation&t=Ideograph+now+a+tennant+at+the+Centre+for+Social+Innovation" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/yahoo-icon.png" alt="Add to Yahoo" title="Add to Yahoo" /></a> <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2008%2F11%2F22%2Fideograph-now-a-tennant-at-the-centre-for-social-innovation&title=Ideograph+now+a+tennant+at+the+Centre+for+Social+Innovation" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/g-icon.png" alt="Add to Google" title="Add to Google" /></a> <a href="http://del.icio.us/post?&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2008%2F11%2F22%2Fideograph-now-a-tennant-at-the-centre-for-social-innovation&title=Ideograph+now+a+tennant+at+the+Centre+for+Social+Innovation" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/delicious-icon.png" alt="Save to Del.icio.us" title="Save to Del.icio.us" /></a> <a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2008%2F11%2F22%2Fideograph-now-a-tennant-at-the-centre-for-social-innovation&title=Ideograph+now+a+tennant+at+the+Centre+for+Social+Innovation&bodytext=&topic=" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/digg-icon.png" alt="Digg IT!" title="Digg IT!" /></a> <a href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=http%3A%2F%2Fandrewmallis.com%2Fblog%2F2008%2F11%2F22%2Fideograph-now-a-tennant-at-the-centre-for-social-innovation&title=Ideograph+now+a+tennant+at+the+Centre+for+Social+Innovation&top=1" target="_blank" class="liimagelink"><img src="http://andrewmallis.com/blog/wp-content/plugins/bp-bookmarks/images/live-icon.gif" alt="Live Bookmarks!" title="Live Bookmarks!" /></a> </div>]]></content:encoded>
			<wfw:commentRss>http://andrewmallis.com/blog/2008/11/22/ideograph-now-a-tennant-at-the-centre-for-social-innovation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

