<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">

<head profile="http://gmpg.org/xfn/11">


<script type="text/javascript" src="/static/js/analytics.js"></script>
<script type="text/javascript">archive_analytics.values.server_name="wwwb-app15.us.archive.org";archive_analytics.values.server_ms=125;</script>
<link type="text/css" rel="stylesheet" href="/static/css/banner_styles.css"/>


<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>iaocblog  &raquo; Blog Archive   &raquo; Mapping a Screen Name</title>

<meta name="generator" content="WordPress 3.3.1" /> <!-- leave this for stats -->

<link rel="stylesheet" href="/wordpress/wp_content/themes/arthemia/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.iaocblog.org/feed/" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://www.iaocblog.org/feed/rss/" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://www.iaocblog.org/feed/atom/" />

<link rel="pingback" href="/wordpress/xmlrpc.html" />


<link rel="icon" href="/wp_content/themes/arthemia/images/favicon.ico" />
<link rel="shortcut icon" href="/wp_content/themes/arthemia/images/favicon.ico" />

<link rel="alternate" type="application/rss+xml" title="iaocblog &raquo; Mapping a Screen Name Comments Feed" href="http://www.iaocblog.org/2009/05/12/mapping-a-screen-name/feed/" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="/wordpress/xmlrpc_rsd_.html" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/wordpress/wp_includes/wlwmanifest.xml" /> 
<link rel='prev' title='Joe&#039;s Prezi for #IAS09' href='http://www.iaocblog.org/2009/05/12/joes-prezi-for-ias09/' />
<link rel='next' title='Podcasting 101: A Student&#039;s Step-By-Step Guide' href='/2009/06/03/podcasting_101_a_students_step_by_step_guide/index.css' />
<meta name="generator" content="WordPress 3.3.1" />
<link rel='canonical' href='/2009/05/12/mapping_a_screen_name/index.css' />
<link rel='shortlink' href='http://www.iaocblog.org/?p=679' />
	<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>

<!-- Wordpress Popular Posts v2.2.1 -->
<link rel="stylesheet" href="/wordpress/wp_content/plugins/wordpress_popular_posts/style/wpp.css" type="text/css" media="screen" />
<!-- End Wordpress Popular Posts v2.2.1 -->
<script type='text/javascript' src='/wordpress/wp_includes/js/jquery/jquery_ver_1.7.1.js'></script>
<!-- Wordpress Popular Posts v2.2.1 -->
<script type="text/javascript" charset="utf-8">
    /* <![CDATA[ */				
	jQuery.post('/wordpress/wp_admin/admin_ajax.html', {action: 'wpp_update', token: '486a93ca38', id: 679});
    /* ]]> */
</script>
<!-- End Wordpress Popular Posts v2.2.1 -->
            
</head>
<body>


<!-- BEGIN WAYBACK TOOLBAR INSERT -->
<script type="text/javascript" src="/static/js/disclaim_element.js" ></script>
<script type="text/javascript" src="/static/js/graph_calc.js" ></script>
<script type="text/javascript">//<![CDATA[
var __wm = (function(imgWidth,imgHeight,yearImgWidth,monthImgWidth){
var wbPrefix = "/web/";
var wbCurrentUrl = "/2009/05/12/mapping_a_screen_name/index.css";

var firstYear = 1996;
var displayDay = "19";
var displayMonth = "Apr";
var displayYear = "2012";
var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
var $D=document,$=function(n){return document.getElementById(n)};
var trackerVal,curYear = -1,curMonth = -1;
var yearTracker,monthTracker;
function showTrackers(val) {
  if (val===trackerVal) return;
  var $ipp=$("wm-ipp");
  var $y=$("displayYearEl"),$m=$("displayMonthEl"),$d=$("displayDayEl");
  if (val) {
    $ipp.className="hi";
  } else {
    $ipp.className="";
    $y.innerHTML=displayYear;$m.innerHTML=displayMonth;$d.innerHTML=displayDay;
  }
  yearTracker.style.display=val?"inline":"none";
  monthTracker.style.display=val?"inline":"none";
  trackerVal = val;
}
function trackMouseMove(event,element) {
  var eventX = getEventX(event);
  var elementX = getElementX(element);
  var xOff = Math.min(Math.max(0, eventX - elementX),imgWidth);
  var monthOff = xOff % yearImgWidth;

  var year = Math.floor(xOff / yearImgWidth);
  var monthOfYear = Math.min(11,Math.floor(monthOff / monthImgWidth));
  // 1 extra border pixel at the left edge of the year:
  var month = (year * 12) + monthOfYear;
  var day = monthOff % 2==1?15:1;
  var dateString = zeroPad(year + firstYear) + zeroPad(monthOfYear+1,2) +
    zeroPad(day,2) + "000000";

  $("displayYearEl").innerHTML=year+firstYear;
  $("displayMonthEl").innerHTML=prettyMonths[monthOfYear];
  // looks too jarring when it changes..
  //$("displayDayEl").innerHTML=zeroPad(day,2);
  var url = wbPrefix + dateString + '/index.html' +  wbCurrentUrl;
  $("wm-graph-anchor").href=url;

  if(curYear != year) {
    var yrOff = year * yearImgWidth;
    yearTracker.style.left = yrOff + "px";
    curYear = year;
  }
  if(curMonth != month) {
    var mtOff = year + (month * monthImgWidth) + 1;
    monthTracker.style.left = mtOff + "px";
    curMonth = month;
  }
}
function hideToolbar() {
  $("wm-ipp").style.display="none";
}
function bootstrap() {
  var $spk=$("wm-ipp-sparkline");
  yearTracker=$D.createElement('div');
  yearTracker.className='yt';
  with(yearTracker.style){
    display='none';width=yearImgWidth+"px";height=imgHeight+"px";
  }
  monthTracker=$D.createElement('div');
  monthTracker.className='mt';
  with(monthTracker.style){
    display='none';width=monthImgWidth+"px";height=imgHeight+"px";
  }
  $spk.appendChild(yearTracker);
  $spk.appendChild(monthTracker);

  var $ipp=$("wm-ipp");
  $ipp&&disclaimElement($ipp);
}
return{st:showTrackers,mv:trackMouseMove,h:hideToolbar,bt:bootstrap};
})(525, 27, 25, 2);//]]>
</script>
<style type="text/css">
body {
  margin-top:0 !important;
  padding-top:0 !important;
  min-width:800px !important;
}
</style>
<div id="wm-ipp" lang="en" style="display:none;">

<div style="position:fixed;left:0;top:0;width:100%!important">
<div id="wm-ipp-inside">
   <table style="width:100%;"><tbody><tr>
   <td id="wm-logo">
       <a href="/web/" title="Wayback Machine home page"><img src="/static/images/toolbar/wayback_toolbar_logo.png" alt="Wayback Machine" width="110" height="39" border="0" /></a>
   </td>
   <td class="c">
       <table style="margin:0 auto;"><tbody><tr>
       <td class="u" colspan="2">
       <form target="_top" method="get" action="/web/form-submit.jsp" name="wmtb" id="wmtb"><input type="text" name="url" id="wmtbURL" value="/2009/05/12/mapping_a_screen_name/index.css" style="width:400px;" onfocus="this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20120419063914" /><input type="submit" value="Go" /><span id="wm_tb_options" style="display:block;"></span></form>
       </td>
       <td class="n" rowspan="2">
           <table><tbody>
           <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR -->
           <tr class="m">
           	<td class="b" nowrap="nowrap">
		
		    Mar
		
		</td>
		<td class="c" id="displayMonthEl" title="You are here: 6:39:14 Apr 19, 2012">APR</td>
		<td class="f" nowrap="nowrap">
		
		    May
		
                </td>
	    </tr>
           <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
           <tr class="d">
               <td class="b" nowrap="nowrap">
               
                       <img src="/static/images/toolbar/wm_tb_prv_off.png" alt="Previous capture" width="14" height="16" border="0" />
               
               </td>
               <td class="c" id="displayDayEl" style="width:34px;font-size:24px;" title="You are here: 6:39:14 Apr 19, 2012">19</td>
	       <td class="f" nowrap="nowrap">
               
                   <img src="/static/images/toolbar/wm_tb_nxt_off.png" alt="Next capture" width="14" height="16" border="0"/>
               
	       </td>
           </tr>
           <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->
           <tr class="y">
	       <td class="b" nowrap="nowrap">
               
                   2011
               
               </td>
               <td class="c" id="displayYearEl" title="You are here: 6:39:14 Apr 19, 2012">2012</td>
	       <td class="f" nowrap="nowrap">
               
                   2013
               
	       </td>
           </tr>
           </tbody></table>
       </td>
       </tr>
       <tr>
       <td class="s">
           <a class="t" href="/2009/05/12/mapping_a_screen_name/index.html" title="See a list of every capture for this URL">1 captures</a>
           <div class="r" title="Timespan for captures of this URL">19 Apr 12 - 19 Apr 12</div>
       </td>
       <td class="k">
       <a href="" id="wm-graph-anchor">
       <div id="wm-ipp-sparkline" title="Explore captures for this URL">
	 <img id="sparklineImgId" alt="sparklines"
		 onmouseover="__wm.st(1)" onmouseout="__wm.st(0)"
		 onmousemove="__wm.mv(event,this)"
		 width="525"
		 height="27"
		 border="0"
		 src="graph.jsp?graphdata=525_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000000000000_2009:-1:000000000000_2010:-1:000000000000_2011:-1:000000000000_2012:3:000100000000_2013:-1:000000000000_2014:-1:000000000000_2015:-1:000000000000_2016:-1:000000000000" />
       </div>
       </a>
       </td>
       </tr></tbody></table>
   </td>
   <td class="r">
       <a href="#close" onclick="__wm.h();return false;" style="background-image:url(/static/images/toolbar/wm_tb_close.png);top:5px;" title="Close the toolbar">Close</a>
       <a href="http://faq.web.archive.org/" style="background-image:url(/static/images/toolbar/wm_tb_help.png);bottom:5px;" title="Get some help using the Wayback Machine">Help</a>
   </td>
   </tr></tbody></table>
</div>
</div>
</div>
<script type="text/javascript">__wm.bt();</script>
<!-- END WAYBACK TOOLBAR INSERT -->


<div id="head" class="clearfloat">

<div class="clearfloat">
	<div id="logo" class="left">
	<a href="/index.html"><img src="/wordpress/wp_content/themes/arthemia/images/logo.png" width="177px" height="50px" alt="" /></a>
	<div id="tagline">International Association of Online Communicators</div>
	</div>

	<div class="right">
	<img src="http://mysocialbuttons.com/wp-content/uploads/2009/05/facebook4.png"  />
	</div>

        <div class="right">
	<img src="http://mysocialbuttons.com/wp-content/uploads/2009/05/twitter41.png"  />
	</div>

        <div class="right">
	<img src="http://mysocialbuttons.com/wp-content/uploads/2009/05/linkedin4.png"  />
	</div>

</div>

<div id="navbar" class="clearfloat">

<ul id="page-bar" class="left clearfloat">

<li><a href="/index.html">Home</a></li>
<li><a href="/suggest_tweeters/index.html">Suggest Tweeters</a></li>


</ul>

<form method="get" id="searchform" class="left" action="/index.html">
<div>
<input type="text" value="Search the archive..." value="" name="s" id="s" onfocus="this.value=''" title="Enter the terms you wish to search for." /><input type="image" src="http://www.iaocblog.org/wordpress/wp-content/themes/arthemia/images/magnify.gif" id="searchsubmit" />

</div>
</form>
</div>

</div>

<div id="page" class="clearfloat">
	<div id="content">
	
	
	<div class="post" id="post-679">
	
	<span class="breadcrumbs"><a href="/index.html">Home</a> &raquo; <a href="/category/ias09/index.html" title="View all posts in ias09" rel="category tag">ias09</a>, <a href="/category/main_page/index.html" title="View all posts in Main Page" rel="category tag">Main Page</a></span>
	
	<h2 class="title">Mapping a Screen Name</h2>
	
	<div id="stats">
<span>12 May 2009</span>
<span></span>
<span>No Comment</span></div>


	<div class="entry clearfloat">
	
	<p><a href="http://prezi.com/54522/view/#129"><em>A Heart of Stars: Mapping a Screen Name</em></a> is a collection of various mappings that represent my internet persona. These mappings both revealed and excluded information about me as “aheartofstars.” In a sense, “aheartofstars” became a character deviation of me. I decided to use these mappings to dissect the character of “aheartofstars” and to represent the growth of this character; thus, I have used the metaphor of a “road trip” to describe the journey of “aheartofstars” throughout various network of practices.</p>
<p><strong>Beginning the Journey</strong><br />
In this section, I have documented the various uses of my online moniker “aheartofstars.” I have included screenshots of the name in use on the sites various Web 2.0 application. These screenshots act as evidence of my participation in one large network of practice—the internet.</p>
<p><strong>Taking the Highway</strong><br />
Throughout the semester I have been actively participating in the Twitter community. It has become a major information ecology in my life. By using Tweetstats.com, I was able to collect graphs that illustrate my participation in the Twittersphere.</p>
<p><strong>Unfolding the Map</strong><br />
During the spring 2009 semester, I blogged about various Information Architecture topics on the IAOC website. In order to illustrate the frequency of certain words in my blog, I used the tag cloud application Wordle to create a tag cloud of my accumulated blogs. In addition, I created a Wordle of my Tweetstats.com tags.</p>
<p><strong>Stopping for Directions</strong><br />
This section contains a sketched memory map and a remediation of the sketched map into a Google MyMaps. It is demonstrative of how an author unintentionally omits details when mapping portions of their lives; thus, it argues that “aheartofstars” is an inaccurate portrayal of me.</p>
<p><strong>Enjoying the Landscape</strong><br />
In this section, I introduced my color palette and font. These mappings portray the character of “aheartofstars.” They are like trees and flowers during a country drive. They are essentially the landscape of “aheartofstars.”</p>
<p><strong>Taking in the Scenery</strong><br />
The community of “aheartofstars” is represented in this section. A Nexus Facebook mapping of “aheartofstars” friend connections is provided. In addition, a LastGraph mapping of the listening history of “aheartofstars” Last.fm is presented. Finally, a TwitFriends.com mapping illustrates the Twitter connections of “aheartofstars.” They are the beautiful depictions, scenery, of my screen name.</p>
<p><strong>Heading Home</strong><br />
The screen name “aheartofstars” leaves more questions about who I am as a person rather than answers.</p>

		
	</div>

	<div id="tools">
<div style="float:left;"><a href="http://digg.com/submit?phase=2&amp;url=%20http://www.iaocblog.org/2009/05/12/mapping-a-screen-name/&amp;title=Mapping%20a%20Screen%20Name" target="_blank"><img src="/wordpress/wp_content/themes/arthemia/images/sociable/digg.png" title="Digg this!"></a><a href="http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http://www.iaocblog.org/2009/05/12/mapping-a-screen-name/&amp;title=Mapping%20a%20Screen%20Name" target="_blank"><img src="/wordpress/wp_content/themes/arthemia/images/sociable/delicious.png" title="Add to del.icio.us!"></a><a href="http://www.stumbleupon.com/submit?url=http://www.iaocblog.org/2009/05/12/mapping-a-screen-name/&amp;title=Mapping%20a%20Screen%20Name" target="_blank"><img src="/wordpress/wp_content/themes/arthemia/images/sociable/stumbleupon.png" title="Stumble this!"></a><a href="http://technorati.com/faves?add=http://www.iaocblog.org" target="_blank"><img src="/wordpress/wp_content/themes/arthemia/images/sociable/technorati.png" title="Add to Techorati!"></a><a href="http://www.facebook.com/sharer.php?u=http://www.iaocblog.org/2009/05/12/mapping-a-screen-name/&amp;t=Mapping%20a%20Screen%20Name" target="_blank"><img src="/wordpress/wp_content/themes/arthemia/images/sociable/facebook.png" title="Share on Facebook!"></a><a href="http://www.newsvine.com/_tools/seed&amp;save?%20u=http://www.iaocblog.org/2009/05/12/mapping-a-screen-name/&amp;h=Mapping%20a%20Screen%20Name" target="_blank"><img src="/wordpress/wp_content/themes/arthemia/images/sociable/newsvine.png" title="Seed Newsvine!"></a><a href="http://reddit.com/submit?url=http://www.iaocblog.org/2009/05/12/mapping-a-screen-name/&amp;title=Mapping%20a%20Screen%20Name" target="_blank"><img src="/wordpress/wp_content/themes/arthemia/images/sociable/reddit.png" title="Reddit!"></a><a href="http://myweb.yahoo.com/myresults/bookmarklet?%20t=Mapping%20a%20Screen%20Name&amp;u=http://www.iaocblog.org/2009/05/12/mapping-a-screen-name/&amp;ei=UTF" target="_blank"><img src="/wordpress/wp_content/themes/arthemia/images/sociable/yahoomyweb.png" title="Add to Yahoo!"></a>
</div>

	<div style="float:right;display:block;"></div>
	</div>

	</div>
	
	<div id="comments">
	
<!-- You can start editing here. -->



			<!-- If comments are open, but there are no comments. -->

	 



<h3 id="respond">Leave your response!</h3>


<form action="/wordpress/wp_comments_post.html" method="post" id="commentform">


<p>Add your comment below, or <a href="/2009/05/12/mapping_a_screen_name/trackback/index.html" rel="trackback">trackback</a> from your own site. You can also <a href='/2009/05/12/mapping_a_screen_name/feed/index.html'>subscribe to these comments</a> via RSS.</p>

<p>Be nice. Keep it clean. Stay on topic. No spam.</p>

<p><input type="text" name="author" id="author" value="" size="22" tabindex="1" class="field" />
<label for="author"><small>Name (required)</small></label></p>

<p><input type="text" name="email" id="email" value="" size="22" tabindex="2" class="field" />
<label for="email"><small>Mail (will not be published) (required)</small></label></p>

<p><input type="text" name="url" id="url" value="" size="22" tabindex="3" class="field" />
<label for="url"><small>Website (optional)</small></label></p>


<p><textarea name="comment" id="comment" cols="100%" rows="15" tabindex="4"></textarea></p>
<p>You can use these tags:<br/><code>&lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </code></p>
<p>This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at <a href="http://www.gravatar.com/">Gravatar</a>.</p>

<p><input name="submit" class="searchbutton" type="submit" id="submit" tabindex="5" value="Submit Comment" />
<input type="hidden" name="comment_post_ID" value="679" />
</p>
<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="ee10546160" /></p>
</form>




	</div>

	
	</div>

<div id="sidebar">

<div id="sidebar-ads">
<img src="/wordpress/wp_content/themes/arthemia/images/banners/square.jpg" alt="" width="300px" height="250px" />

</div>
  
<div id="sidebar-top"> 
<h3>Tags</h3><div class="tagcloud"><a href='/tag/blogfest_2004/index.html' class='tag-link-7' title='2 topics' style="font-size: 11.6pt;">BlogFest 2004</a>
<a href='/tag/blogfest_2004james_l_horton/index.html' class='tag-link-10' title='1 topic' style="font-size: 8pt;">BlogFest 2004/James L. Horton</a>
<a href='/tag/blogfest_2004kevin_okeefe/index.html' class='tag-link-12' title='1 topic' style="font-size: 8pt;">BlogFest 2004/Kevin O&#39;Keefe</a>
<a href='/tag/blogging_books/index.html' class='tag-link-20' title='1 topic' style="font-size: 8pt;">Blogging Books</a>
<a href='/tag/communication_models/index.html' class='tag-link-15' title='5 topics' style="font-size: 17.6pt;">Communication Models</a>
<a href='/tag/dan_forbush/index.html' class='tag-link-17' title='1 topic' style="font-size: 8pt;">Dan Forbush</a>
<a href='/tag/don_dunnington/index.html' class='tag-link-6' title='4 topics' style="font-size: 16pt;">Don Dunnington</a>
<a href='/tag/ias09/index.html' class='tag-link-5' title='9 topics' style="font-size: 22pt;">ias09</a>
<a href='/tag/ibm/index.html' class='tag-link-26' title='1 topic' style="font-size: 8pt;">IBM</a>
<a href='/tag/journal/index.html' class='tag-link-65' title='1 topic' style="font-size: 8pt;">Journal</a>
<a href='/tag/main_page/index.html' class='tag-link-2' title='1 topic' style="font-size: 8pt;">Main Page</a>
<a href='/tag/non_profit/index.html' class='tag-link-30' title='1 topic' style="font-size: 8pt;">Non-profit</a>
<a href='/tag/photos/index.html' class='tag-link-14' title='1 topic' style="font-size: 8pt;">Photos</a>
<a href='/tag/professional_bloggers/index.html' class='tag-link-25' title='2 topics' style="font-size: 11.6pt;">Professional Bloggers</a>
<a href='/tag/securesurvey_group/index.html' class='tag-link-22' title='1 topic' style="font-size: 8pt;">Secure/Survey Group</a>
<a href='/tag/sports/index.html' class='tag-link-23' title='3 topics' style="font-size: 14pt;">Sports</a>
<a href='/tag/travel/index.html' class='tag-link-19' title='1 topic' style="font-size: 8pt;">Travel</a>
<a href='/tag/twitter/index.html' class='tag-link-76' title='1 topic' style="font-size: 8pt;">Twitter</a></div>
</div>


<div id="sidebar-middle" class="clearfloat"> 
<div id="sidebar-left">
<h3>Categories</h3><select name='cat' id='cat' class='postform' >
	<option value='-1'>Select Category</option>
	<option class="level-0" value="55">2007 Internet PR Resources</option>
	<option class="level-0" value="61">2008 Internet PR Class</option>
	<option class="level-0" value="64">2009 Internet PR Class</option>
	<option class="level-0" value="49">Authors</option>
	<option class="level-0" value="31">AuthorViews Tour</option>
	<option class="level-0" value="4">Awards</option>
	<option class="level-0" value="54">Blog PR</option>
	<option class="level-0" value="7">BlogFest 2004</option>
	<option class="level-0" value="13">BlogFest 2004/B.L. Ochman</option>
	<option class="level-0" value="10">BlogFest 2004/James L. Horton</option>
	<option class="level-0" value="12">BlogFest 2004/Kevin O&#39;Keefe</option>
	<option class="level-0" value="9">BlogFest 2004/Sally Falkow</option>
	<option class="level-0" value="11">BlogFest 2004/Steve Rubel</option>
	<option class="level-0" value="20">Blogging Books</option>
	<option class="level-0" value="59">Buzz</option>
	<option class="level-0" value="56">Calendar of Events</option>
	<option class="level-0" value="51">Careers</option>
	<option class="level-0" value="53">CEO Blogs</option>
	<option class="level-0" value="15">Communication Models</option>
	<option class="level-0" value="16">Community</option>
	<option class="level-0" value="17">Dan Forbush</option>
	<option class="level-0" value="35">Digital Rights Management</option>
	<option class="level-0" value="6">Don Dunnington</option>
	<option class="level-0" value="3">Educator Profiles</option>
	<option class="level-0" value="28">Ethics</option>
	<option class="level-0" value="29">Europe</option>
	<option class="level-0" value="67">Featured</option>
	<option class="level-0" value="66">Headline</option>
	<option class="level-0" value="24">IAOC</option>
	<option class="level-0" value="60">IAOC 2008 Reykjavik Conference</option>
	<option class="level-0" value="5">ias09</option>
	<option class="level-0" value="26">IBM</option>
	<option class="level-0" value="18">Industry</option>
	<option class="level-0" value="41">IR &#8211; Investor Relations</option>
	<option class="level-0" value="65">Journal</option>
	<option class="level-0" value="36">Katrina</option>
	<option class="level-0" value="40">Katrina/Katrina Pics</option>
	<option class="level-0" value="52">Knowledge Management</option>
	<option class="level-0" value="34">Law</option>
	<option class="level-0" value="2">Main Page</option>
	<option class="level-0" value="44">Morty Schiller</option>
	<option class="level-0" value="30">Non-profit</option>
	<option class="level-0" value="47">Online News Releases</option>
	<option class="level-0" value="37">Online Newsrooms</option>
	<option class="level-0" value="45">Online Video</option>
	<option class="level-0" value="14">Photos</option>
	<option class="level-0" value="46">Podcasting</option>
	<option class="level-0" value="25">Professional Bloggers</option>
	<option class="level-0" value="39">PRSA</option>
	<option class="level-0" value="21">RSS Basics</option>
	<option class="level-0" value="50">Search</option>
	<option class="level-0" value="22">Secure/Survey Group</option>
	<option class="level-0" value="48">Seminars</option>
	<option class="level-0" value="57">SEO</option>
	<option class="level-0" value="43">Show Topics for IAOCblog.com</option>
	<option class="level-0" value="58">Social Media</option>
	<option class="level-0" value="23">Sports</option>
	<option class="level-0" value="8">Steve O&#39;Keefe</option>
	<option class="level-0" value="19">Travel</option>
	<option class="level-0" value="42">Valley Forge 2006</option>
	<option class="level-0" value="27">Websites</option>
</select>

<script type='text/javascript'>
/* <![CDATA[ */
	var dropdown = document.getElementById("cat");
	function onCatChange() {
		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {
			location.href = "http://www.iaocblog.org/?cat="+dropdown.options[dropdown.selectedIndex].value;
		}
	}
	dropdown.onchange = onCatChange;
/* ]]> */
</script>

 
<ul></ul>
</div>  

<div id="sidebar-right">
 		

<h3>Blogroll</h3>
<ul>
<li><a href="http://colorlabsproject.com/">Colorlabs Project</a></li>
<li><a href="http://michaelhutagalung.com/">Michael Jubel</a></li>
<li><a href="http://www.hannasyalala.com/">Hanna Siahaan</a></li>
<li><a href="http://majarimagazine.com/">Majari Magazine</a></li>
<li><a href="http://bloggerzine.majarikanayakan.com/">The Bloggerzine</a></li>
<li><a href="http://www.majarikanayakan.com/">Majari Kanayakan</a></li>
</ul>
</div> 

</div>

<div id="sidebar-bottom"> 
<h3>Recent Comments</h3><ul id="recentcomments"><li class="recentcomments">Anonymous on <a href="http://www.iaocblog.org/2009/06/03/why-arent-philadelphias-architects-taking-advantage-of-the-web-its-a-case-where-less-is-definitely-not-more/comment-page-1/#comment-907">Why Aren&#39;t Philadelphia&#39;s Architects Taking Advantage of the Web? It&#39;s a Case Where Less is Definitely Not More.</a></li><li class="recentcomments">Anonymous on <a href="http://www.iaocblog.org/2009/04/08/debunking-the-apple-tax/comment-page-1/#comment-906">Debunking the Apple-Tax</a></li><li class="recentcomments">Anonymous on <a href="http://www.iaocblog.org/2009/04/07/rules-for-linkage-requests-a-dialogue-and-case-history/comment-page-1/#comment-905">Rules for Linkage Requests: A Dialogue and Case History</a></li><li class="recentcomments">Anonymous on <a href="http://www.iaocblog.org/2009/04/07/rules-for-linkage-requests-a-dialogue-and-case-history/comment-page-1/#comment-904">Rules for Linkage Requests: A Dialogue and Case History</a></li><li class="recentcomments">Anonymous on <a href="http://www.iaocblog.org/2009/03/19/the-police-on-twitter/comment-page-1/#comment-903">The Police on Twitter</a></li></ul> </div>   


</div></div>  

<div id="front-popular" class="clearfloat">

<div id="recentpost" class="clearfloat">
				<h3>Recent Posts</h3>		<ul>
				<li><a href="http://www.iaocblog.org/2012/02/07/new-award-program-for-best-mobile-apps-and-best-mobile-websites/" title="New Award Program for Best Mobile Apps and Best Mobile Websites">New Award Program for Best Mobile Apps and Best Mobile Websites</a></li>
				<li><a href="http://www.iaocblog.org/2011/03/25/best-web-sites-of-2011-to-be-named-by-web-marketing-association/" title="Best Web Sites of 2011 To Be Named By  Web Marketing Association">Best Web Sites of 2011 To Be Named By  Web Marketing Association</a></li>
				<li><a href="http://www.iaocblog.org/2010/05/03/14th-annual-webawards-to-name-best-websites/" title="14th Annual WebAwards to Name Best Websites">14th Annual WebAwards to Name Best Websites</a></li>
				<li><a href="http://www.iaocblog.org/2009/11/17/internet-advertising-competiton-awards-call-for-entries/" title="Internet Advertising Competiton Awards Call For Entries">Internet Advertising Competiton Awards Call For Entries</a></li>
				<li><a href="http://www.iaocblog.org/2009/10/26/tweets-for-your-twitter-toolbox/" title="Tweets for Your Twitter Toolbox">Tweets for Your Twitter Toolbox</a></li>
				</ul>
		</div> 		

<div id="mostcommented" class="clearfloat">
<h3>Most Commented</h3>
<ul> 	<li><a href="http://www.iaocblog.org/2007/07/03/digg-dirt-exposing-ron-paul%e2%80%99s-social-media-manipulation/" title="Digg Dirt: Exposing Ron Paul’s Social Media Manipulation">Digg Dirt: Exposing Ron Paul’s Social Media Manipulation</a></li> 	 	<li><a href="http://www.iaocblog.org/2008/01/18/welcome-tulane-internet-pr-students-sign-in-here/" title="Welcome Tulane Internet PR Students - Sign In Here">Welcome Tulane Internet PR Students - Sign In Here</a></li> 	 	<li><a href="http://www.iaocblog.org/2006/09/18/is-it-ok-to-ghostwrite-a-ceo-blog/" title="Is it OK to ghostwrite a CEO blog?">Is it OK to ghostwrite a CEO blog?</a></li> 	 	<li><a href="http://www.iaocblog.org/2007/02/02/post-your-picks-for-top-search-engine-optimization-resources/" title="Post Your Picks for Top Search Engine Optimization Resources">Post Your Picks for Top Search Engine Optimization Resources</a></li> 	 	<li><a href="http://www.iaocblog.org/2006/06/12/direct-to-consumer-news-releases-do-they-suck/" title="Direct-to-Consumer News Releases: Do they suck?">Direct-to-Consumer News Releases: Do they suck?</a></li> 	  
</ul>

 
</div>

<div id="recent_comments" class="clearfloat">

 
</div>
</div>

<div id="footer">  Powered by <a href="http://wordpress.org/">WordPress</a> |  <a href="/wordpress/wp_login.html">Log in</a> | <a href="http://www.iaocblog.org/feed/">Entries (RSS)</a> | <a href="http://www.iaocblog.org/comments/feed/">Comments (RSS)</a> | <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/" target="_blank">Arthemia</a> theme by <a href="http://michaelhutagalung.com/" target="_blank">Michael Hutagalung</a>

<!-- 46 queries. 1.470 seconds. -->

</div>

</body>
</html>




<!--
     FILE ARCHIVED ON 6:39:14 Apr 19, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 0:00:19 Jan 7, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
