<?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>CagedEther: Corporate Blogging, Twitter Advice, Social Media Management in the B2B Space &#187; IBM Impact 2009</title>
	<atom:link href="http://www.cagedether.com/category/online-marketing-events/ibm-impact-2009/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cagedether.com</link>
	<description>Missives from a social media practitioner with a background in media peppered with social research experience</description>
	<lastBuildDate>Sat, 04 Sep 2010 00:31:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating rich internet applications using the Dojo Toolkit</title>
		<link>http://www.cagedether.com/2009/05/28/creating-rich-internet-applications-using-the-dojo-toolkit/</link>
		<comments>http://www.cagedether.com/2009/05/28/creating-rich-internet-applications-using-the-dojo-toolkit/#comments</comments>
		<pubDate>Fri, 29 May 2009 01:43:32 +0000</pubDate>
		<dc:creator>Daryl Pereira</dc:creator>
				<category><![CDATA[Dabbler]]></category>
		<category><![CDATA[IBM Impact 2009]]></category>
		<category><![CDATA[Online marketing events]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[dijit]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[dojox]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.cagedether.com/?p=909</guid>
		<description><![CDATA[

IBM has embraced the Dojo Ajax toolkit for the development of web-based user interfaces (UIs). In this presentation towards the end of IBM Impact, Chris Mtichell from IBM&#8217;s Websphere group explains what the Dojo toolkit is and how it can be used by developers.
Chris points out that more and more of us are using browsers [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.cagedether.com%252F2009%252F05%252F28%252Fcreating-rich-internet-applications-using-the-dojo-toolkit%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Creating%20rich%20internet%20applications%20using%20the%20Dojo%20Toolkit%22%20%7D);"></div>
<p>IBM has embraced the <a href="http://dojotoolkit.org/" target="_blank">Dojo Ajax toolkit</a> for the development of web-based user interfaces (UIs). In this presentation towards the end of IBM Impact, Chris Mtichell from IBM&#8217;s Websphere group explains what the Dojo toolkit is and how it can be used by developers.</p>
<p>Chris points out that more and more of us are using browsers to interact with more and more complex applications. This calls for more advanced UIs, and here is where Ajax can play a big part. Rather than having to refresh the whole page when some new information is required from the server, Ajax allows for the update of a single element (whether it be a number, an image, a piece of html etc.). Add DHTML to the equation and you can build rich interfaces approximating those found in software applications.</p>
<p>Toolkits such as Dojo have emerged to simplify code for common functions and to deal with issues such as cross-browser compatibility. The service-based nature of Ajax and these toolkits provides a great fit for SOA. The Dojo Toolkit itself is a set of common Javascript libraries used for creating Ajax and DHTML web applications. It has been around for almost 5 years.</p>
<p>Key features of this open source toolkit include a large collection of widgets (called &#8216;Dijit&#8217;), a data abstraction layer (useful for dealing with data coming from different sources, eg. Amazon, Yahoo or other APIs), event management handling and a debugging interface all in an extensible modular architecture. This means it only pulls in what it needs when it needs it, making it smaller and faster than just about any other toolkit out there.</p>
<p>The toolkit is divided up into base and core components:</p>
<p><img class="aligncenter size-full wp-image-913" title="dojo_structure1" src="http://www.cagedether.com/wp-content/uploads/2009/05/dojo_structure1.gif" alt="dojo_structure1" width="500" height="364" /></p>
<p>Beyond that there is a widget/plugin approach for additional functionality:</p>
<p><img class="aligncenter size-full wp-image-912" title="dojo_widgets" src="http://www.cagedether.com/wp-content/uploads/2009/05/dojo_widgets.gif" alt="dojo_widgets" width="500" height="362" /></p>
<p><strong>Dojo &#8216;base&#8217; features</strong></p>
<p>It is worth looking at the rich feature-set provided as the base functions that are always available to developers (the lightweight dojo.js which weighs in at under 60kb):</p>
<ul>
<li>Cookie functions</li>
<li>Lang utils and array extras (compatibility between IE6 and Firefox)</li>
<li>JSON serialization</li>
<li>Fast CSS manipulation</li>
<li>Events (simple connect)</li>
<li>Fast CSS style manipulation (for positioning elements)</li>
<li>Browser detection</li>
<li>URL functions</li>
<li>Doc load, unload hooks</li>
<li>Animation and effects (fade, slide, css colors)</li>
</ul>
<p>Loading the Dojo Toolkit is as simple as referencing the Javascript in your HTML page and setting a few configuration options:</p>
<p><img class="aligncenter size-full wp-image-914" title="dojo_load" src="http://www.cagedether.com/wp-content/uploads/2009/05/dojo_load.gif" alt="dojo_load" width="500" height="362" /></p>
<p>Most Dojo functions are tied to the dojo.addOnLoad event. Furthermore, a set of actions can be chained together. A key use of the Dojo Toolkit is to add styling to data pulled from an Ajax call. For instance, if a figure in a table has been updated, you might want to highlight this via CSS and then fade back to the normal state. You also have direct access to the DOM, with the potential to remove or add nodes (or HTML fragments).</p>
<p>When it comes to making an Ajax call, the dojo.xhr mechanism is simple and easy to use. It is based on XMLHTTPRequest and follows the standard REST conventions (get, put, post delete). Here&#8217;s an example of grabbing a subscription using JSON, and displaying the output:</p>
<p><img class="aligncenter size-full wp-image-915" title="dojo_ajax" src="http://www.cagedether.com/wp-content/uploads/2009/05/dojo_ajax.gif" alt="dojo_ajax" width="500" height="318" /></p>
<p><strong>Dojo &#8216;core&#8217; libraries</strong></p>
<p>The libraries contain modules that are extremely useful, but not always needed. They are not loaded by default (for performance reasons) but can be accessed using dojo.require().</p>
<p>Some examples:</p>
<ul>
<li> Extended animation</li>
<li>Date parsers</li>
<li> Drag &#8216;N Drop</li>
<li> Regular expressions</li>
<li> Extended I/O</li>
</ul>
<p><strong>Widgets and plugins</strong></p>
<p>In the Dojo world, core widgets are handled by a system called Dijit. As well as being a set of pre-packaged skinnable, template-driven widgets, Dijit also contains a powerful, flexible architecture for building your own widgets.</p>
<p>Dijit in action:</p>
<p><img class="aligncenter size-full wp-image-916" title="dojo_dijit" src="http://www.cagedether.com/wp-content/uploads/2009/05/dojo_dijit.gif" alt="dojo_dijit" width="500" height="363" /></p>
<p>DojoX, another set of widgets could be termed the &#8216;Las Vegas of widgets&#8217;: it contains everything under the sun. Extended animation effects, date parsers, presentation tools including graphs and charts, 3d vector graphics and even an offline mode incorporating Google Gears.</p>
<p>DojoX also handles all cross-browser compatibility issues around displaying images:</p>
<p><img class="aligncenter size-full wp-image-917" title="dojo_dojox" src="http://www.cagedether.com/wp-content/uploads/2009/05/dojo_dojox.gif" alt="dojo_dojox" width="500" height="368" /></p>
<p>Best practice for Dojo development</p>
<p>When it comes to actual development, Chris had a few pointers:</p>
<ul>
<li> Firebug, the Firefox plugin is great for debugging Dojo</li>
<li> Make sure you test in Internet Explorer upfront: don&#8217;t wait until the last moment</li>
<li> Initialize Javascript code only once</li>
<li> Understand the DOM methods</li>
<li> Learn RegExp and CSS Selectors</li>
</ul>
<p><strong>Helpful resources</strong></p>
<p>Dojo community: <a href="http://dojotoolkit.org/community/" target="_blank">http://dojotoolkit.org/community/</a>, <a href="http://dojotoolkit.org/forum" target="_blank">http://dojotoolkit.org/forum</a><br />
Blogs, tutorials and more: <a href="http://dojotoolkit.org/key-links" target="_blank">http://dojotoolkit.org/key-links</a><br />
Documentation: <a href="http://docs.dojocampus.org" target="_blank">http://dojocampus.org</a>, <a href="http://docs.dojocampus.org" target="_blank">http://docs.dojocampus.org</a></p>
<p><a href="http://www.ibm.com/developerworks/search/searchResults.jsp?searchType=1&amp;searchSite=dW&amp;searchScope=dW&amp;query=dojo&amp;Search=Search">More from IBM on Dojo</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.cagedether.com/2009/05/28/creating-rich-internet-applications-using-the-dojo-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal networking and branding with social media: Sandy Carter</title>
		<link>http://www.cagedether.com/2009/05/09/personal-networking-and-branding-with-social-media-sandy-carter/</link>
		<comments>http://www.cagedether.com/2009/05/09/personal-networking-and-branding-with-social-media-sandy-carter/#comments</comments>
		<pubDate>Sun, 10 May 2009 01:26:39 +0000</pubDate>
		<dc:creator>Daryl Pereira</dc:creator>
				<category><![CDATA[IBM Impact 2009]]></category>
		<category><![CDATA[Microblogging]]></category>
		<category><![CDATA[Online marketing events]]></category>
		<category><![CDATA[Social networks]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[personal branding]]></category>
		<category><![CDATA[Sandy Carter]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.cagedether.com/?p=901</guid>
		<description><![CDATA[

In this session from IBM Impact 2009 I&#8217;m hoping to get some insights from Sandy Carter (Vice President, SOA &#38; WebSphere Marketing, Strategy, and Channels), social media advocate and author of The New Language of Marketing 2.0. Thankfully, she doesn&#8217;t disappoint and she even sets us &#8216;homework&#8217; to improve our social media standing.
Sandy is introduced [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.cagedether.com%252F2009%252F05%252F09%252Fpersonal-networking-and-branding-with-social-media-sandy-carter%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Personal%20networking%20and%20branding%20with%20social%20media%3A%20Sandy%20Carter%22%20%7D);"></div>
<p><img class="aligncenter size-full wp-image-903" title="sandy_virtual" src="http://www.cagedether.com/wp-content/uploads/2009/05/sandy_virtual.jpg" alt="sandy_virtual" hspace="4" width="210" height="207" align="right" />In this session from IBM Impact 2009 I&#8217;m hoping to get some insights from <a href="http://twitter.com/sandy_carter" target="_blank">Sandy Carter</a> (Vice President, SOA &amp; WebSphere Marketing, Strategy, and Channels), social media advocate and author of <a href="http://www.amazon.com/New-Language-Marketing-2-0-Energize/dp/0137142498" target="_blank">The New Language of Marketing 2.0</a>. Thankfully, she doesn&#8217;t disappoint and she even sets us &#8216;homework&#8217; to improve our social media standing.</p>
<p>Sandy is introduced by Carolyn Leighton (Founder of Women in Technology International, or WITI) and to put this in context Sandy says there are more women on social networking sites (Facebook, Myspace, LinkedIn) than men&#8230; generally in the region of 61-68%. This breaks down the popular notion that these sites are frequented by young mail teens. Indeed, most of the crowd at this well-attended session are women.</p>
<p>Much of this lively presentation concentrates on discussions around personal branding &#8211; a vital ingredient to achieving success in the world of social networking.</p>
<p><strong>How exactly do you define and manage your brand?</strong></p>
<p>The whole thorny subject of branding is one that is analyzed in detail in the corporate world and so Sandy uses her own experience as brand owner for Websphere, one of the top-rated brands in existence. As for definition, you need to consider the following:</p>
<ul>
<li> The image of a brand and the perception of it</li>
<li>Experience of the brand: end to end, including everything from the sales person who sold the product to your ongoing experience with the product (which touches on many areas of the organization, including customer service)</li>
<li> Trust: is the brand delivering on its promise? This is of key importance because if trust falters, rebuilding it is a considerable effort</li>
<li>Relationship: the emotional connection your constituency has towards you (Sandy uses the example of her love of Diet Coke even though she&#8217;s failed taste tests with Pepsi in the past!)</li>
</ul>
<p>So, what does that mean for us as individuals? All these principles can be applied on a personal basis and come into play the minute we interact with others, either on- or offline. In person you can ask people what they think of you. Online this can mean looking at your appearance: whether it be on Google, Technorati or your profile picture on Twitter. Do you offer total continuity across your brand? For everything you do, think whether this is consistent with the brand image you want to project.</p>
<p>On the subject of image, remember that this  is about perception, not about reality. Therefore you really need to make the effort to find out how you are viewed by others. Sandy gives the example of how she used to curl her hair, but on questioning her peers she found that they considered it disrespectful when they were speaking to her. She didn&#8217;t mean it that way: that&#8217;s just how it was often interpreted. So, beware and look for traits that could be perceived in a negative light.</p>
<p>One area that is particularly relevant in the current climate is job-hunting and what Sandy calls the Resume 2.0. You need to remember that prospective employers could well Google you and see a part of your life you&#8217;d rather they didn&#8217;t. To get round this, make sure you professional-ize your image. For instance, use your own domain on which to host your online portfolio and offer a blended resume: a paper version with links to your online appearance.</p>
<p><strong>Building trust</strong></p>
<p>How do you maintain your personal trust? Make sure you follow through on commitments, make sure you walk the walk and act with integrity and honesty. Don&#8217;t over-promise. When it comes to mistakes, make sure you are honest and transparent. Fake profiles can be detected and you&#8217;ll attract negative press if these are discovered.</p>
<p>Sandy talks of the Streisand effect: where Barbara Streisand took the heavy-handed approach of issuing a legal letter to a fan who photographed her house. This incensed the online community and within days 100s of pictures of her house appeared online. The crucial point here is the way you handle a mistake is very important. If you handle a mistake in a good way, this can actually improve your brand image (although she doesn&#8217;t recommend running out and making mistakes just to improve your image!). Whatever you do, make some effort to recover from a mistake. Don&#8217;t bury your head in the sand.</p>
<p><strong>Building relationships</strong></p>
<p>In terms of building relationships: Sandy talks of the wheel of influence. The wheel reflects all the groups with which you interact and who you need to take into account. At a corporate level, IBM does this for each product, with the groups including employees, sales, customers, other marketers, partners, suppliers, business leaders.</p>
<p>You should think of your own personal wheel of influence. Sandy offers this example:</p>
<div align="center"><img class="aligncenter size-full wp-image-902" title="sandy_wheelofinfluence" src="http://www.cagedether.com/wp-content/uploads/2009/05/sandy_wheelofinfluence.jpg" alt="sandy_wheelofinfluence" width="500" height="354" /></div>
<p>As you build up relationships Sandy makes the point that there is no such thing as a neutral interaction with another individual. This will always be either positive or negative. Bear this in mind particularly when you interact with others on the web. Also remember that relationship is not just one way: you need to build a dialogue and you need to listen. In the online context, here are some example tools you can use for listening:</p>
<ul>
<li> <a href="http://www.tweetscan.com/alerts.php" target="_blank">Tweetscan</a></li>
<li><a href="http://www.google.com/alerts" target="_blank">Google Alerts</a></li>
<li> <a href="http://www.backtype.com/" target="_blank">Backtype</a></li>
</ul>
<p><strong>Which social networks are right for you? </strong></p>
<p>There are so many networks out there, make sure you don&#8217;t fall victim to social media fatigue! Only use the networks you find value with &#8211; if you start seeing this interaction as a chore you will lose interest over time. Once you pick a network, spend some time seeking out your existing contacts on these properties. Some more in-depth tips:</p>
<p>Facebook/Myspace:</p>
<ul>
<li> Actively manage what is posted on your wall</li>
<li> Share through groups</li>
<li> Be prepared to make mistakes</li>
</ul>
<p>LinkedIn:</p>
<ul>
<li> Leverage groups</li>
<li> Stay in touch regularly: link back to your blogs</li>
<li> Discover the connections</li>
<li> Contrast the business setting with friendliness</li>
</ul>
<p>It&#8217;s important to interact on social networks as often the last place someone goes to look for you now is on your site.</p>
<p><strong>Steps to improve your personal brand</strong></p>
<p>Now we get to the homework Sandy is setting us. These are intended to look at how we are perceived and learn how we can build our own personal skills and networks.</p>
<p><em><strong>Emphasis:</strong></em><br />
I am currently known for these: (list 2 to 4 things)<br />
But by next year, I want to be known for these things: (2 to 4 things)</p>
<p><em><strong>Excitement:</strong></em><br />
My public visibility program includes: (list 3 sites/areas you can concentrate on)</p>
<p><em><strong>Extensions:</strong></em><br />
My current project is leveraging my skills, but is challenging me in the following ways: (list 4 things)</p>
<p><strong>More on Sandy Carter</strong></p>
<p>I&#8217;ve tried to capture some of the excellent points Sandy touched on in this presentation. You can access the full presentation on the <a href="https://www-950.ibm.com/events/IBMImpact/Impact2009Agenda/screens/default/login.jsp" target="_blank">IBM website</a> and searching for presentations from Sandy Carter.</p>
<p>You can <a href="http://twitter.com/sandy_carter/" target="_blank">follow Sandy on Twitter</a>, where she is highly active.</p>
<p>This presentation only touches the surface of many subjects that Sandy covers in more detail in <a href="http://www.amazon.com/New-Language-Marketing-2-0-Energize/dp/0137142498" target="_blank">The New Language of Marketing 2.0</a>.</p>
<p><em>(In the interest of disclosure, I should point out that I am an IBM employee)</em></p>

]]></content:encoded>
			<wfw:commentRss>http://www.cagedether.com/2009/05/09/personal-networking-and-branding-with-social-media-sandy-carter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social media game at IBM Impact event</title>
		<link>http://www.cagedether.com/2009/05/05/social-media-game-at-ibm-impact-event/</link>
		<comments>http://www.cagedether.com/2009/05/05/social-media-game-at-ibm-impact-event/#comments</comments>
		<pubDate>Tue, 05 May 2009 22:07:40 +0000</pubDate>
		<dc:creator>Daryl Pereira</dc:creator>
				<category><![CDATA[IBM Impact 2009]]></category>
		<category><![CDATA[Online marketing events]]></category>
		<category><![CDATA[Social networks]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[IBM Impact]]></category>
		<category><![CDATA[social media game]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.cagedether.com/?p=898</guid>
		<description><![CDATA[

IBM is currently hosting its annual SOA event at the Venetian in Las Vegas. In order to promote the event and to encourage collaboration between attendees and those who couldn&#8217;t make it this year, IBM have launched a number of social media iniatives. 
One promotion that particularly caught my eye is the social media game, [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.cagedether.com%252F2009%252F05%252F05%252Fsocial-media-game-at-ibm-impact-event%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Social%20media%20game%20at%20IBM%20Impact%20event%22%20%7D);"></div>
<p>IBM is currently hosting its annual SOA event at the Venetian in Las Vegas. In order to promote the event and to encourage collaboration between attendees and those who couldn&#8217;t make it this year, IBM have launched a number of social media iniatives. </p>
<p>One promotion that particularly caught my eye is the social media game, whereby anyone who actively shares content around the event is entered in a competition to win free entrance to next year&#8217;s conference. So whether you blog, post videos on Youtube, pictures on Flickr or engage in any one of the following social media tools, you have the chance to win.</p>
<table class="ibm-data-table" border="0" cellspacing="0" cellpadding="0" summary="Data table example">
<thead>
<tr>
<th scope="col">Activity</th>
<th scope="col">Points per Activity</th>
<th scope="col">More Information</th>
</tr>
</thead>
<tbody>
<tr>
<th class="ibm-table-row" scope="row">Register at SOAsocial or the Impact Social Network*</th>
<td>10* points (for both, earn 20)</td>
<td><a href="http://soasocial.com">SOAsocial.com</a><br />
<a class="ibm-external-link" href="http://impact09.eventvue.com/join">Impact Social Network</a></td>
</tr>
<tr>
<th class="ibm-table-row" scope="row">Tweet about Impact</th>
<td>1 point</td>
<td><a class="ibm-external-link" href="http://www.twitter.com/smartsoa">www.Twitter.com</a> (include hashtag #ibmimpact to tweet)</td>
</tr>
<tr>
<th class="ibm-table-row" scope="row">Blog about Impact</th>
<td>5 points</td>
<td>Any blog post related to Impact will count, as long as the tweet includes a link to the post and the hashtag #ibmimpact</td>
</tr>
<tr>
<th class="ibm-table-row" scope="row">Pic posted to Twitter (using Twitpic, Flickr™, etc.)</th>
<td>2 points</td>
<td>Any picture related to Impact will count, as long as the tweet includes a link to the picture and the hashtag #ibmimpact</td>
</tr>
<tr>
<th class="ibm-table-row" scope="row">Post a 12 second video about Impact</th>
<td>2 points</td>
<td><a class="ibm-external-link" href="http://12seconds.tv">12seconds.tv</a></td>
</tr>
<tr>
<th class="ibm-table-row" scope="row">Post YouTube Video about Impact</th>
<td>5 points</td>
<td><a class="ibm-external-link" href="http://www.youtube.com/smartsoa">YouTube.com</a></td>
</tr>
<tr>
<th class="ibm-table-row" scope="row">Attend a Tweetup at Impact</th>
<td>5 points</td>
<td>See details above.</p>
<p><a class="ibm-external-link" href="http://twtvite.com/wzupcz">RSVP for Monday</a></p>
<p><a class="ibm-external-link" href="http://twtvite.com/8v0k9t">RSVP for Tuesday</a><br />
<a class="ibm-external-link" href="http://twtvite.com/zhuz9h">RSVP for Wednesday</a></td>
</tr>
<tr>
<th class="ibm-table-row" scope="row">Grab a &#8217;scavenger prize&#8217;</th>
<td>10 points</td>
<td>Be sure to follow <a class="ibm-external-link" href="http://twitter.com/SmartSOA">@smartSOA on Twitter</a> for clues to scavenger prizes</td>
</tr>
</tbody>
</table>
<p>A leaderboard around the event lets participants know where they stand and the winners will be announced on the last day of the conference. </p>
<p>This looks like a great idea to encourage participation in social networks and I look forward to following up with the team after the event to gauge the success of this initiative. For more on this and to see how else IBM is using social media the Impact event, check out the <a href="http://www-01.ibm.com/software/websphere/events/impact2009/index3.shtml?S_TACT=108AU73W&#038;S_CMP=default">Impact Communities page</a>. </p>
<p>(In the interests of disclosure, I should point out that I am an IBM employee)</p>

]]></content:encoded>
			<wfw:commentRss>http://www.cagedether.com/2009/05/05/social-media-game-at-ibm-impact-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
