<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.2.1" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Net Impact Roadmap</title>
	<link>http://blog.thenetimpact.com</link>
	<description>Internet Marketing, Web Design and SEO Learning Center</description>
	<pubDate>Fri, 14 Nov 2008 17:40:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/TheNetImpactRoadmap" type="application/rss+xml" /><item>
		<title>Making a Simple Web-Based Pop-Up Help Window</title>
		<link>http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~3/453164934/</link>
		<comments>http://blog.thenetimpact.com/index.php/2008/11/14/making-a-simple-web-based-pop-up-help-window/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 17:38:11 +0000</pubDate>
		<dc:creator>kcouch</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.thenetimpact.com/index.php/2008/11/14/making-a-simple-web-based-pop-up-help-window/</guid>
		<description><![CDATA[                         function OpenHelp()     {        window.open("/examples/help-window/help.html","Help", "height=540,width=820,status=no,toolbar=no,menubar=no,location=no");     }or&#8230; How to Mimic a .chm File on a Website
Most [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript" src="/includes/wz_tooltip.js"></script><script type="text/javascript">                         function OpenHelp()     {        window.open("/examples/help-window/help.html","Help", "height=540,width=820,status=no,toolbar=no,menubar=no,location=no");     }</script><strong>or&#8230; How to Mimic a .chm File on a Website</strong></p>
<p>Most people are familiar with the <a href="#" onmouseout="UnTip()" onmouseover="TagToTip('notepad_help')">typical help window</a> <span style="display: none" id="notepad_help"><img width="489" src="/images/help-window/notepad_help.png" height="376" /></span> used in windows applications.<span> </span>However, most people may not know how to create web-based help for a website.<span> </span>The following example and instructions will allow you to mimic this type of functionality using a pop-up on a website.</p>
<p>To see the full example: <a href="#" onclick="OpenHelp()">Open the help window</a></p>
<p>or you can download all the files as <a href="/examples/help-window/help-window.zip">a zip file.</a><span style="color: blue"></span></p>
<p><img src="/images/help-window/demo_help_small.png" /></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal"><strong><span style="font-size: 10pt"></span></strong></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal"><strong><span style="font-size: 10pt">The Summary:</span></strong></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">This implementation uses all basic HTML and JavaScript. The main file (index.html) uses a link to open a pop-up window (help.html) which contains one <span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">table</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&gt;</span> with two <span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">td</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&gt;</span> cells. The left cell has a collapsible tree that is built using an unordered list which has JavaScript <span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">a</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&gt;</span> links. The right cell has only an <span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">iframe</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&gt;</span> that will have its <span style="font-size: 10pt; color: red; font-family: 'Courier New'">src</span> attribute set to different files based on which link in the tree is clicked. Each help section has its own HTML file and each of these files can have many topics.</p>
<p><strong><span style="font-size: 10pt"></span></strong></p>
<p><strong><span style="font-size: 10pt">The Details:</span></strong></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal"><strong><u>index.html</u></strong></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">This main file just shows how to make a link to open a pop-up window with our desired window style.</p>
<table border="1" cellPadding="0" cellSpacing="0" style="border-collapse: collapse; border: medium none" class="MsoTableGrid">
<tr>
<td width="782" vAlign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; width: 8.15in; padding-top: 0in; background-color: transparent; border: windowtext 1pt solid"><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"></span><br />
<span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">a</span><span style="font-size: 10pt; font-family: 'Courier New'"> <span style="color: red">href</span><span style="color: blue">=&#8221;#&#8221;</span> <span style="color: red">onclick</span><span style="color: blue">=&#8221;OpenHelp()&#8221;&gt;</span>Help<span style="color: blue">&lt;/</span><span style="color: #a31515">a</span><span style="color: blue">&gt;</span></span><br />
<span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">script</span><span style="font-size: 10pt; font-family: 'Courier New'"> <span style="color: red">type</span><span style="color: blue">=&#8221;text/javascript&#8221;&gt;</span></span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span><span style="color: blue">function</span> OpenHelp()</span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span>{</span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span>window.open(<span style="color: #a31515">&#8220;help.html&#8221;</span>,<span style="color: #a31515">&#8220;Help&#8221;</span>, <span style="color: #a31515">&#8220;height=540,width=820,status=no,toolbar=no,menubar=no, location=no&#8221;</span>);</span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span>}</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;/</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">script</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&gt;</span><font size="3"> </font></td>
</tr>
</table>
<p><strong><u></u></strong></p>
<p><strong><u>help.html</u></strong></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">This is the file which defines the tree layout for the groups, subgroups and links.</p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">The links in each <span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">li</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&gt;</span> use JavaScript so that it is possible to move to a specific topic in any help file.</p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">The first parameter is the exact name of the help file and the second parameter is the specific topic to scroll to.</p>
<table border="1" cellPadding="0" cellSpacing="0" style="border-collapse: collapse; border: medium none" class="MsoTableGrid">
<tr>
<td width="782" vAlign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; width: 8.15in; padding-top: 0in; background-color: transparent; border: windowtext 1pt solid"><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">div</span><span style="font-size: 10pt; font-family: 'Courier New'"> <span style="color: red">style</span><span style="color: blue">=&#8221;</span><span style="color: red">overflow</span>:<span style="color: blue">auto</span>; <span style="color: red">height</span>:<span style="color: blue">500px</span>; <span style="color: red">width</span>:<span style="color: blue">270px</span>;<span style="color: blue">&#8220;&gt;</span></span><span style="font-size: 10pt; font-family: 'Courier New'"><span style="color: blue"></span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"> </span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span></span><span style="color: blue">&lt;</span><span style="color: #a31515">ul</span> <span style="color: red">class</span><span style="color: blue">=&#8221;aqtree3clickable&#8221;&gt;</span></span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span style="color: blue"></span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"> </span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"></span></span><span style="font-size: 10pt; font-family: 'Courier New'"><span></span><span style="color: green">&lt;!&#8211; FIRST TYPE OF LINK &#8211;&gt;</span></span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span></span><br />
<span style="font-size: 10pt; font-family: 'Courier New'"><span></span><span style="color: blue">&lt;</span><span style="color: #a31515">li</span><span style="color: blue">&gt;&lt;</span><span style="color: #a31515">a</span> <span style="color: red">href</span><span style="color: blue">=&#8221;javascript:LoadPage(&#8217;NoSubTopics&#8217;);&#8221;&gt;</span>No Sub Topics<span style="color: blue">&lt;/</span><span style="color: #a31515">a</span><span style="color: blue">&gt;&lt;/</span><span style="color: #a31515">li</span><span style="color: blue">&gt;</span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"> </span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span></span><span style="color: green"></span></span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span style="color: green"></span></span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span style="color: green"> </span></span></span><br />
<span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span style="color: green">&lt;!&#8211; SECOND TYPE OF LINK &#8211;&gt;</span></span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span><span style="color: blue">&lt;</span><span style="color: #a31515">li</span><span style="color: blue">&gt;&lt;</span><span style="color: #a31515">a</span> <span style="color: red">href</span><span style="color: blue">=&#8221;#&#8221;&gt;</span><span style="color: red"> </span><span style="color: blue">&lt;/</span><span style="color: #a31515">a</span><span style="color: blue">&gt;&lt;</span><span style="color: #a31515">span</span> <span style="color: red">onclick</span><span style="color: blue">=&#8221;javascript:LoadPage(&#8217;WithSubTopics&#8217;);&#8221;</span> <span></span><span style="color: red"><span></span></span></span><span style="font-size: 10pt; color: red; font-family: 'Courier New'"><span></span>class</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">=&#8221;clickable&#8221;&gt;</span><span style="font-size: 10pt; font-family: 'Courier New'">With Sub Topics<span style="color: blue">&lt;/</span><span style="color: #a31515">span</span><span style="color: blue">&gt;</span></span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span></span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span></span><span style="color: blue">&lt;</span><span style="color: #a31515">ul</span><span style="color: blue">&gt;</span></span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span></span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span></span><span style="color: blue">&lt;</span><span style="color: #a31515">li</span><span style="color: blue">&gt;&lt;</span><span style="color: #a31515">a</span> <span style="color: red">href</span><span style="color: blue">=&#8221;javascript:LoadPage(&#8217;NestedTopics&#8217;, &#8216;First&#8217;);&#8221;&gt;</span>First Topic<span style="color: blue">&lt;/</span><span style="color: #a31515">a</span><span style="color: blue">&gt;&lt;/</span><span style="color: #a31515">li</span><span style="color: blue">&gt;</span></span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span></span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span></span><span style="color: blue">&lt;</span><span style="color: #a31515">li</span><span style="color: blue">&gt;&lt;</span><span style="color: #a31515">a</span> <span style="color: red">href</span><span style="color: blue">=&#8221;javascript:LoadPage(&#8217;NestedTopics&#8217;, &#8216;Second&#8217;);&#8221;&gt;</span>Second Topic<span style="color: blue">&lt;/</span><span style="color: #a31515">a</span><span style="color: blue">&gt;&lt;/</span><span style="color: #a31515">li</span><span style="color: blue">&gt;</span></span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span></span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span></span><span style="color: blue">&lt;</span><span style="color: #a31515">li</span><span style="color: blue">&gt;&lt;</span><span style="color: #a31515">a</span> <span style="color: red">href</span><span style="color: blue">=&#8221;javascript:LoadPage(&#8217;NestedTopics&#8217;, &#8216;Third&#8217;);&#8221;&gt;</span>Third Topic<span style="color: blue">&lt;/</span><span style="color: #a31515">a</span><span style="color: blue">&gt;&lt;/</span><span style="color: #a31515">li</span><span style="color: blue">&gt;</span></span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span></span></span></p>
<p><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span></span><span style="color: blue">&lt;/</span><span style="color: #a31515">ul</span><span style="color: blue">&gt;</span></span><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span></span></span></p>
<p><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span></span><span style="color: blue">&lt;/</span><span style="color: #a31515">li</span><span style="color: blue">&gt;</span></span><font size="3"> </font></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><font size="3"><span></span><span></span><strong>…</strong></font></span></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal"><span></span></p>
</td>
</tr>
</table>
<p style="margin: 0in 0in 0pt" class="MsoNormal">A few more notes about things going on in here:</p>
<p style="margin: 0in 0in 0pt 0.5in" class="MsoNormal">The main <span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">div</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&gt; </span>with <span style="font-size: 10pt; color: red; font-family: 'Courier New'">style</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">=&#8221;</span><span style="font-size: 10pt; color: red; font-family: 'Courier New'">overflow</span><span style="font-size: 10pt; font-family: 'Courier New'">:<span style="color: blue">auto</span>;<span style="color: blue">&#8221; </span></span>will make the left pane of the pop-up window have a vertical scrollbar if needed when the topic tree is taller than the window height.</p>
<p style="margin: 0in 0in 0pt" class="MsoNormal"><span></span>The list (<span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">ul</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&gt; </span>and<span style="font-size: 10pt; color: blue; font-family: 'Courier New'"> &lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">li</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&gt; </span>tags) must be built as shown because of what the JavaScript and CSS expect.</p>
<p><strong><u></u></strong></p>
<p><strong><u>NestedTopics.html</u></strong></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">This file has the content of the help.<span> </span>If there are multiple topics in this file that will be linked to independently, the following must be done:</p>
<p style="margin: 0in 0in 0pt; text-indent: 0.5in" class="MsoNormal">Include helptopic.js and be sure to use <span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">div</span><span style="font-size: 10pt; font-family: 'Courier New'"> <span style="color: red">id</span><span style="color: blue">=&#8221;main&#8221;&gt;</span></span> around all of the content paragraphs.<span> </span></p>
<p style="margin: 0in 0in 0pt; text-indent: 0.5in" class="MsoNormal">Each topic must be given a unique <span style="font-size: 10pt; color: red; font-family: 'Courier New'">id</span> attribute.</p>
<table border="1" cellPadding="0" cellSpacing="0" style="border-collapse: collapse; border: medium none" class="MsoTableGrid">
<tr>
<td width="782" vAlign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; width: 8.15in; padding-top: 0in; background-color: transparent; border: windowtext 1pt solid"><span style="font-size: 10pt; font-family: 'Courier New'"></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">script</span><span style="font-size: 10pt; font-family: 'Courier New'"> <span style="color: red">src</span><span style="color: blue">=&#8221;../helptopic.js&#8221;</span> <span style="color: red">type</span><span style="color: blue">=&#8221;text/javascript&#8221;&gt;&lt;/</span><span style="color: #a31515">script</span><span style="color: blue">&gt;</span> </span><span style="font-size: 10pt; font-family: 'Courier New'"></span><span style="font-size: 10pt; font-family: 'Courier New'"></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">body</span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&gt;</span><br />
<span style="font-size: 10pt; color: blue; font-family: 'Courier New'">&lt;</span><span style="font-size: 10pt; color: #a31515; font-family: 'Courier New'">div</span><span style="font-size: 10pt; font-family: 'Courier New'"> <span style="color: red">id</span><span style="color: blue">=&#8221;main&#8221;&gt;</span></span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'"> </span><br />
<span style="font-size: 10pt; color: blue; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span style="color: blue">&lt;</span><span style="color: #a31515">p</span> <span style="color: red">id</span><span style="color: blue">=&#8221;First&#8221;&gt;&lt;</span><span style="color: #a31515">b</span><span style="color: blue">&gt;</span>First Topic<span style="color: blue">&lt;/</span><span style="color: #a31515">b</span><span style="color: blue">&gt;&lt;/</span><span style="color: #a31515">p</span><span style="color: blue">&gt;</span></span><font size="3"> </font><font size="3"><span></span><strong>…</strong></font><font size="3"> </font></span></td>
</tr>
</table>
<p><strong><u></u></strong></p>
<p><strong><u>helptopic.js</u></strong></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">This JavaScript file should be included in content files that have multiple topics that will be linked to independently. The code is wrapped in a function and not called until the page is called in order to make sure all page elements have been created before attempting to access them. The included comments should explain the rest.</p>
<table border="1" cellPadding="0" cellSpacing="0" style="border-collapse: collapse; border: medium none" class="MsoTableGrid">
<tr>
<td width="782" vAlign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; width: 8.15in; padding-top: 0in; background-color: transparent; border: windowtext 1pt solid"><span style="font-size: 10pt; font-family: 'Courier New'"></span><span style="font-size: 10pt; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'">window.onload = startup;</span><span style="font-size: 10pt; font-family: 'Courier New'"> </span><span style="font-size: 10pt; color: blue; font-family: 'Courier New'">function</span><span style="font-size: 10pt; font-family: 'Courier New'"> startup()</span><span style="font-size: 10pt; font-family: 'Courier New'">{</span><br />
<span style="font-size: 10pt; font-family: 'Courier New'"><span>   </span><span style="color: green">// add some height to the page so lower anchors can show at the top</span></span><br />
<span style="font-size: 10pt; font-family: 'Courier New'"><span>   </span><span style="color: blue">var</span> main = document.getElementById(<span style="color: #a31515">&#8220;main&#8221;</span>);</span><br />
<span style="font-size: 10pt; font-family: 'Courier New'"><span>   </span>main.style.height =<span>  </span>main.scrollHeight * 2 + 20;</span><span style="font-size: 10pt; font-family: 'Courier New'"> </span></span><span style="font-size: 10pt; font-family: 'Courier New'"> </span><br />
<span style="font-size: 10pt; font-family: 'Courier New'"><span>   </span><span style="color: green">// get the topic out of the querystring</span></span><br />
<span style="font-size: 10pt; font-family: 'Courier New'"><span>   </span><span style="color: blue">var</span> topic = location.search.substring(1);</span><span style="font-size: 10pt; font-family: 'Courier New'"> </span><br />
<span style="font-size: 10pt; font-family: 'Courier New'"><span style="font-size: 10pt; font-family: 'Courier New'"><span>   </span><span style="color: green">// if we have topic, scroll down to it</span></span><br />
<span style="font-size: 10pt; font-family: 'Courier New'"><span>   </span><span style="color: blue">if</span> (topic != <span style="color: #a31515">&#8220;&#8221;</span>)</span><br />
<span style="font-size: 10pt; font-family: 'Courier New'"><span>      </span>document.body.scrollTop = document.getElementById(topic).offsetTop;</span><span style="font-size: 10pt; font-family: 'Courier New'"><br />
}</span></span></td>
</tr>
</table>
<p><strong><span style="font-size: 10pt"></span></strong></p>
<p><strong><span style="font-size: 10pt">Extra tidbits:</span></strong></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">IE7 will still show an address bar due to its security rules. (Only visible when not running on a local machine.)</p>
<p><strong>aqtree3clickable.js</strong> and <strong>aqtree3clickable.css</strong></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">I grabbed these 2 files from this site: <a target="_BLANK" href="http://www.kryogenix.org/code/browser/aqlists/">http://www.kryogenix.org/code/browser/aqlists/</a>. They convert an unordered list into a nice collapsible tree. Note: I modified the .css file with new graphic links and some different styles.</p>
<p class="akst_link"><a href="http://blog.thenetimpact.com/?p=66&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_66" class="akst_share_link" rel="nofollow">Share This</a>
</p>
<p><a href="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?a=57o9I1"><img src="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?i=57o9I1" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~4/453164934" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.thenetimpact.com/index.php/2008/11/14/making-a-simple-web-based-pop-up-help-window/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.thenetimpact.com/index.php/2008/11/14/making-a-simple-web-based-pop-up-help-window/</feedburner:origLink></item>
		<item>
		<title>Search Engine Marketing, Evolution or Revolution?</title>
		<link>http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~3/405515744/</link>
		<comments>http://blog.thenetimpact.com/index.php/2008/09/28/search-engine-marketing-evolution-or-revolution/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 16:18:35 +0000</pubDate>
		<dc:creator>Steve Thomas</dc:creator>
		
		<category><![CDATA[Web Strategy]]></category>

		<category><![CDATA[Web Marketing]]></category>

		<guid isPermaLink="false">http://blog.thenetimpact.com/index.php/2008/09/28/search-engine-marketing-evolution-or-revolution/</guid>
		<description><![CDATA[Is Search Engine Marketing Growing by Evolution or Revolution?
You could say that Search Engine Marketing and related Search Engine Optimization efforts have evolved over time into a ubiquitous constant for every serious business-minded website.  Or you could say that the search engines, in particular Google, have caused a violent revolution for web-teams and marketers greatly [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Georgia"><strong>Is Search Engine Marketing Growing by Evolution or Revolution?</strong></span></p>
<p><span style="font-family: Georgia"></span><span style="font-family: Georgia">You could say that <a target="_blank" href="http://www.thenetimpact.com/internet_marketing/index.aspx" title="Search engine marketing">Search Engine Marketing </a>and related Search Engine Optimization efforts have evolved over time into a ubiquitous constant for every serious business-minded website.  Or you could say that the search engines, in particular Google, have caused a violent revolution for web-teams and marketers greatly altering the global landscape at a breathtaking pace where everyone is scrambling just to keep up. </span></p>
<p><span style="font-family: Georgia"></span><span style="font-family: Georgia">If you look at the evolution theory, you&#8217;ll see that over time, gradual awareness of SERP and the impact it carries for online lead generation and resulting sales has worked its way into the most core fibers of offline as well as <a target="_blank" href="http://www.thenetimpact.com/internet_marketing/online_advertising.aspx" title="Online advertising ">online business strategy </a>and marketing.<span>  </span>New information, new tools and new awareness have made it important for management teams to respond and react to changing conditions in their marketing ecosystem.<span>  </span></span><span style="font-family: Georgia"> </span></p>
<p><span style="font-family: Georgia">On the revolution side of the argument you now see International corporations like HP, RIM and others where corporate titles like VP Search Marketing or Director of Search Marketing and their supporting departments staffed with some of the best and brightest are a new reality for the old org chart. Responsibilities for these newly formed corporate search marketing departments encompass not only generating additional sales and developing leads; but also being actively engaged in projects for brand exposure, trademark protection, HR support, internal communication and corporate reputation management.  </span></p>
<p><span style="font-family: Georgia"></span><span style="font-family: Georgia">In many firms, protecting brands and properly exposing the very name of the business are essential online missions for a search staff that didn’t even exist just a few years (if not months) ago.<span>  </span>Yet to some companies, this new-age emphasis on search and the required allocation of needed resources for that mission is still as alien to their thinking as opening a branch office on the moon!</span></p>
<p><span style="font-family: Georgia"></span><span style="font-family: Georgia">Both revolution and evolution advocates could point to the explosion of social marketing and the seemingly instant fame for web celebs.  I like to look at the jobs created for developers, artists, writers and marketers based upon the never ending need for good content and better tools for creation and deployment.  Is it revolution when you have the explosion of new entrepreneurial firms built to capture traffic all vying for attention and sustainability?  Is it revolution when old marketing giants like yellow pages advertising firms and newspapers scramble to develop workable online strategies to avoid being toppled&#8230;or… is the natural selection process in action here allowing the extinction of some while opening the door to others?  </span></p>
<p><span style="font-family: Georgia"> Maybe like the global economy itself, the dominance of search as a major business concern is a massive collision of both, evolution and revolution.  Regardless of the reason my only advice is, &#8220;Watch your niche!  You might lose it.&#8221;</span></p>
<p class="akst_link"><a href="http://blog.thenetimpact.com/?p=80&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_80" class="akst_share_link" rel="nofollow">Share This</a>
</p>
<p><a href="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?a=DhedbB"><img src="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?i=DhedbB" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~4/405515744" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.thenetimpact.com/index.php/2008/09/28/search-engine-marketing-evolution-or-revolution/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.thenetimpact.com/index.php/2008/09/28/search-engine-marketing-evolution-or-revolution/</feedburner:origLink></item>
		<item>
		<title>The Net Impact Opens Gainesville, Florida Office</title>
		<link>http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~3/372812513/</link>
		<comments>http://blog.thenetimpact.com/index.php/2008/08/23/the-net-impact-opens-gainesville-florida-office/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 16:41:24 +0000</pubDate>
		<dc:creator>Steve Thomas</dc:creator>
		
		<category><![CDATA[TNI in the News]]></category>

		<guid isPermaLink="false">http://blog.thenetimpact.com/index.php/2008/08/23/the-net-impact-opens-gainesville-florida-office/</guid>
		<description><![CDATA[I am pleased to announce the expansion of The Net Impact into Florida. We have been servicing clients in several Florida cities including, Miami, Ft. Lauderdale, Port St. Lucie and Vero Beach for some time.  We feel now that with this very strong business base in Florida and the opportunity that exists for an [...]]]></description>
			<content:encoded><![CDATA[<p>I am pleased to announce the expansion of <a href="http://blog.thenetimpact.com/index.php/tni-pa/" title="The Net Impact opens and SEO office in Florida" target="_blank">The Net Impact</a> into Florida. We have been servicing clients in several Florida cities including, Miami, Ft. Lauderdale, Port St. Lucie and Vero Beach for some time.  We feel now that with this very strong business base in Florida and the opportunity that exists for an experienced Internet marketing firm like The Net Impact,  require the attention of a professional search marketing team based in the region.  Our business development   person for search engine marketing in Florida, Erica Scharringhausen will office in Gainesville.  Erica, an experienced Internet marketing professional, has been with <a href="http://www.thenetimpact.com" title="The Net Impact web marekting and web development company" target="_blank">The Net Impact</a> for over a year and is the business representative for several of TNI&#8217;s larger <a href="http://www.thenetimpact.com/webdesign/ecommerce.aspx" title="Ecommerce solutions" target="_blank">e-commerce</a> and <a href="http://www.thenetimpact.com/internet_marketing/pay_per_click.aspx" title="pay per click, PPC company" target="_blank">pay per click</a> accounts.  As a Google Adwords Individual and well trained SEM veteran,  Erica will have all of the tools and support required  to further lead our growth in this important market.</p>
<p>The Net Impact team has been involved in search engine strategies and Internet marketing since the beginning.  Through our merger with <a href="http://www.unidev.com" title="Programming and web application firm" target="_blank">Unidev</a> in 2006, our firm offers a full end-to-end capability for clients from technical and systems development to Internet marketing and pay per click campaign management.  With over 40 employees and a wide range of business clients in multiple verticals, The Net Impact has become known for innovative approaches and success based marketing tactics that clearly communicate ROI to the client in a transparent and easy to understand manner.  Our two trademarked solutions, Traffic Based Design<span style="font-size: 12pt; font-family: 'Times New Roman'">™</span> and Invite-Connect-Engage<span style="font-size: 12pt; font-family: Arial">®</span> have a proven track record in creating online business opportunities for our clients.</p>
<p>Is your business in Florida? Are you trying to really understand your Internet marketing needs?</p>
<p>Contact us today at <strong>888 629 4672  </strong></p>
<p class="akst_link"><a href="http://blog.thenetimpact.com/?p=77&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_77" class="akst_share_link" rel="nofollow">Share This</a>
</p>
<p><a href="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?a=siOntQ"><img src="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?i=siOntQ" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~4/372812513" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.thenetimpact.com/index.php/2008/08/23/the-net-impact-opens-gainesville-florida-office/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.thenetimpact.com/index.php/2008/08/23/the-net-impact-opens-gainesville-florida-office/</feedburner:origLink></item>
		<item>
		<title>SEM,  Learn or…Go Do Something Else.</title>
		<link>http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~3/366549414/</link>
		<comments>http://blog.thenetimpact.com/index.php/2008/08/16/sem-learn-orgo-do-something-else/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 14:37:04 +0000</pubDate>
		<dc:creator>Steve Thomas</dc:creator>
		
		<category><![CDATA[Web Strategy]]></category>

		<category><![CDATA[Web Marketing]]></category>

		<category><![CDATA[E-mail Marketing Guide]]></category>

		<guid isPermaLink="false">http://blog.thenetimpact.com/index.php/2008/08/16/sem-learn-orgo-do-something-else/</guid>
		<description><![CDATA[Some of the team for The Net Impact is  headed to the airport now.  Six of us responsible for client&#8217;s accounts are attending the Search Engine Strategy Conference in San Jose.  In my many years of sales and marketing management, I have never seen an industry where knowledge, and at that &#8220;current knowledge&#8221;,  is as [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the team for <a href="http://www.thenetimpact.com" title="SEO firm The Net Impact">The Net Impact</a> is  headed to the airport now.  Six of us responsible for client&#8217;s accounts are attending the <a href="http://www.searchenginestrategies.com/sanjose/" title="SES San Jose" target="_blank">Search Engine Strategy Conference in San Jose</a>.  In my many years of sales and marketing management, I have never seen an industry where knowledge, and at that &#8220;current knowledge&#8221;,  is as much the currency of the  business as it is in <a href="http://www.thenetimpact.com/internet_marketing/index.aspx" title="SEM firm The Net Impact" target="_blank">search engine marketing</a>.  Here, you&#8217;d better learn or you&#8217;d better go do something else.   In prior lives an entire team of mine has attended trade shows to purchase or sell goods for the next season.  In this business we are investing in what it will take to &#8220;purchase&#8221; knowledge.  And really not just knowledge but literally &#8220;disposable knowledge&#8221;.  What we gain from our exposure to other firms and new technologies may have a lasting shelf life, or it could all be worthless in six months.</p>
<p>The hardest aspect of our business to explain to others is this issue of meeting and competing on the web only at the most current level of knowledge and capablility.  The &#8220;constantly temporary&#8221; or ever-changing aspect of this business means that staying the same means falling behind.  We have several customers who after reaching serp page one have seen their rank under attack by competitors who have copied our approach or found an equally strong way to battle back.  What I love about our team is the, &#8220;Bring it on!&#8221; attitude they take on when that happens.</p>
<p>That&#8217;s really the addictive aspect of this business.  It is a constant competition where you can look at your results every day (if not every second)!   You succeed through effort, skill and &#8220;current&#8221; knowledge.  So here&#8217;s to San Jose.  May there be lot&#8217;s of intriguing information that generates new ideas and helps us better drive more business for our clients.  Even if we can throw most of what we learn away in six months.</p>
<p class="akst_link"><a href="http://blog.thenetimpact.com/?p=76&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_76" class="akst_share_link" rel="nofollow">Share This</a>
</p>
<p><a href="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?a=r3SuIV"><img src="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?i=r3SuIV" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~4/366549414" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.thenetimpact.com/index.php/2008/08/16/sem-learn-orgo-do-something-else/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.thenetimpact.com/index.php/2008/08/16/sem-learn-orgo-do-something-else/</feedburner:origLink></item>
		<item>
		<title>Modern Media Marketing = Collaboration for a Win</title>
		<link>http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~3/365047016/</link>
		<comments>http://blog.thenetimpact.com/index.php/2008/08/14/modern-media-marketing-collaboration-for-a-win/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 19:38:42 +0000</pubDate>
		<dc:creator>Steve Thomas</dc:creator>
		
		<category><![CDATA[Web Strategy]]></category>

		<category><![CDATA[Web Marketing]]></category>

		<category><![CDATA[E-mail Marketing Guide]]></category>

		<guid isPermaLink="false">http://blog.thenetimpact.com/index.php/2008/08/14/modern-media-marketing-collaboration-for-a-win/</guid>
		<description><![CDATA[Today&#8217;s marketing challenges require unique teams of people working together in a way that would have been seen as heresy just a few years ago.  To effectively drive a brand or push for more market share, more and more firms are seeing the need for experts from various marketing disciplines to join forces and accomplish [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s marketing challenges require unique teams of people working together in a way that would have been seen as heresy just a few years ago.  To effectively drive a brand or push for more market share, more and more firms are seeing the need for experts from various marketing disciplines to join forces and accomplish their mission through collaboration.</p>
<p><a target="_blank" href="http://www.thenetimpact.com" title="The Net Impact Web Marketing Firm">TNI</a> just minutes ago finished a very interactive conference call with a team of people put together for the express purpose of winning a large multimedia marketing project.  On the call were creative, business development and brand strategy specialists from a major national marketing agency, two industry experts acting as consultants and two representatives from our firm, <a target="_blank" href="http://www.thenetimpact.com/contact.aspx" title="The Net Impact Web Advertsing Firm">The Net Impact</a>.  The agency team has their most important role of creating the pitch, coordinating materials and planning all of the off-line events and media placement.  The industry experts bring to the table what their name implies.  The Net Impact was on the call not only because we had worked successfully in the past to support the agency&#8217;s efforts, but also because the prospective clients wants to make 2009 the &#8220;Year of the Internet&#8221; for their marketing push.</p>
<p>To address this challenge, our online marketing team created a strategy to share with the group encompassing <a href="http://www.thenetimpact.com/internet_marketing/search_engine_optimization.aspx" title="SEO Firm The Net Impact">SEO</a>, <a target="_blank" href="http://www.thenetimpact.com/internet_marketing/pay_per_click.aspx" title="Pay Per Click by The Net Impact">PPC</a>, <a target="_blank" href="http://www.thenetimpact.com/internet_marketing/press_releases.aspx" title="Press Release Optimization by The Net Impact">optimized press releases</a>, <a target="_blank" href="http://www.thenetimpact.com/internet_marketing/online_advertising.aspx" title="Online Advertising by The Net Impact">advertorials for online media</a>, <a target="_blank" href="http://www.thenetimpact.com/internet_marketing/email_marketing.aspx" title="Email marketing by The Net Impact">email-newsletter campaigns </a>and  <a target="_blank" href="http://www.thenetimpact.com/internet_marketing/email_marketing.aspx" title="Blog Marekting by The Net Impact">social marketing</a> all founded upon a <a target="_blank" href="http://www.thenetimpact.com/internet_marketing/analytics.aspx" title="Web Analytics by The Net Impact">web analytics</a> approach that could demonstrate ROI.  We heard from the agency that &#8220;measurability&#8221; is going to be a key factor for this client.  How perfect for the web!  This client is more than a thousand miles away from our St. Louis home yet we will be as close to their statistics and performance as if we were in their office.   More importantly, our motto of &#8220;transparent results&#8221; means that the client and our partners in this collaboration will equally be able to measure web results 24/7/365.  You have to be confident in you ability to allow the entire team to grade your performance.</p>
<p>It&#8217;s exciting to be part of a campaign with other experts each sharing their main area of skill and experience in such a manner.  &#8220;Collaboration for a win,&#8221; where the client benefits and the various players contribute their efforts to the plan is clearly superior to the &#8220;Let one firm do it all&#8221; approach that most represents the past.  Indeed, why more clients don&#8217;t demand that each aspect of their campaign is managed by a recognized authority in that arena is a mystery.  Getting the win for the client is what counts.</p>
<p class="akst_link"><a href="http://blog.thenetimpact.com/?p=75&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_75" class="akst_share_link" rel="nofollow">Share This</a>
</p>
<p><a href="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?a=RqtA9O"><img src="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?i=RqtA9O" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~4/365047016" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.thenetimpact.com/index.php/2008/08/14/modern-media-marketing-collaboration-for-a-win/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.thenetimpact.com/index.php/2008/08/14/modern-media-marketing-collaboration-for-a-win/</feedburner:origLink></item>
		<item>
		<title>Marketing with a Microsite</title>
		<link>http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~3/348555422/</link>
		<comments>http://blog.thenetimpact.com/index.php/2008/07/28/marketing-with-a-microsite/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 16:40:55 +0000</pubDate>
		<dc:creator>ssawall</dc:creator>
		
		<category><![CDATA[Web Marketing]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.thenetimpact.com/index.php/2008/07/28/marketing-with-a-microsite/</guid>
		<description><![CDATA[Microsites can be a great opportunity to market events, promote new products or services, or support an advertising campaign.  A microsite is a marketing driven website designed to deliver a particular message to a targeted audience.  Microsites are generally fewer pages than a company’s primary website, but often microsites can be just as [...]]]></description>
			<content:encoded><![CDATA[<p>Microsites can be a great opportunity to market events, promote new products or services, or support an advertising campaign.  A microsite is a marketing driven website designed to deliver a particular message to a targeted audience.  Microsites are generally fewer pages than a company’s primary website, but often microsites can be just as complicated to create as a traditional website because there is often more user interaction through forms and surveys designed to capture user feedback specific to the campaign.</p>
<p>One advantage of creating a microsite is that they make tracking conversions much easier because statistics can be gathered separately or tracked through links into your main website and flagged as a result of the marketing campaign.  For example, we recently designed a marketing microsite with TricorBraun for a new ad campaign they are running called “Call TricorBraun.”  The advertisements in this campaign directed visitors to a unique URL <a href="http://www.calltricorbraun.com/" target="blank" title="TricorBraun Packaging">www.calltricorbraun.com</a> where the marketing microsite was set-up.  A unique URL is another advantage of a marketing microsite because all traffic can be directed to a URL that is specific to your campaign or event.  This URL should be easy to spell and remember so that individuals who see your ads or hear about your product or event can find your site easily.  The Call TricorBraun microsite was designed in the image and likeness of the print ad, so that visitors associated the site with the advertisement.  A microsite gives you the flexibility to try a layout and design that may differ from your main site, but may be more conducive or specific to what you are promoting on your microsite.  The Call TricorBraun microsite design also included survey and contact fields to collect customer data.  Upon completing required fields the user was directed to a specific landing page on the primary TricorBraun website depending on survey responses.</p>
<p>Marketing microsites can range in size from one landing page to a couple of landing pages and a contact form, survey or order entry form depending on how much information you want to collect.  As a general rule, a marketing microsite should be fairly concise.  Remember this isn’t your main website.  This website only needs to have information that is pertinent to the marketing campaign.  Because this website is built for a marketing campaign or event it will also have a much shorter life span, so once your event is over the microsite has served its purpose.</p>
<p class="akst_link"><a href="http://blog.thenetimpact.com/?p=73&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_73" class="akst_share_link" rel="nofollow">Share This</a>
</p>
<p><a href="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?a=C9nd8z"><img src="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?i=C9nd8z" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~4/348555422" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.thenetimpact.com/index.php/2008/07/28/marketing-with-a-microsite/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.thenetimpact.com/index.php/2008/07/28/marketing-with-a-microsite/</feedburner:origLink></item>
		<item>
		<title>Websites Built To Generate Leads</title>
		<link>http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~3/321770403/</link>
		<comments>http://blog.thenetimpact.com/index.php/2008/06/27/websites-built-to-generate-leads/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 03:15:30 +0000</pubDate>
		<dc:creator>Steve Thomas</dc:creator>
		
		<category><![CDATA[Web Strategy]]></category>

		<category><![CDATA[Web Marketing]]></category>

		<guid isPermaLink="false">http://blog.thenetimpact.com/index.php/2008/06/27/websites-built-to-generate-leads/</guid>
		<description><![CDATA[What is your web strategy? Does your site need to generate sales leads? If so, how is it working? Do you know the basic metrics for traffic and conversion? How about more advanced metrics such as conversion by entry page or conversion by search term? How many clicks to conversion? How many bounces off of [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">What is your web strategy? Does your site need to generate sales leads? If so, how is it working? Do you know the basic metrics for traffic and conversion? How about more advanced metrics such as conversion by entry page or conversion by search term? How many clicks to conversion? How many bounces off of your &#8220;contact us&#8221; method without hitting submit? Did you know that all of these metrics can be measured, alternative methods can be tested and you can improve both traffic and conversion?</p>
<p class="MsoNormal">S<strong>tart with a Traffic Based Design™ </strong></p>
<p class="MsoNormal">Anyone familiar with <a target="_blank" href="http://www.thenetimpact.com" title="The Net Impact">The Net Impact </a>knows our approach to building web navigation and thus generating traffic to a site is called Traffic Based Design™.  The very simple principle behind this strategy is the identification of different web audiences that may be interested in your company and then to create a web plan that will lead each segment to the proper page on your website based upon their search.  What they search for is what they want.  So, why not quickly give them what they want?  In a non-lead generating example: posting job openings for your firm on your website is an inexpensive and effective way to generate resumes.  If a viewer is looking for a position with your firm, you want to make the application process easy.  Provide a page devoted to employment opportunities and make it visible and obvious for navigation.  It also might be helpful to allow them to easily print the job description, upload a resume and fill out a contact us form related to the job.  Why not even post a phone number and hours to call for inquires or add the popular &#8220;e-mail to a friend&#8221; option, especially since the &#8220;friend&#8221; could be the individual&#8217;s personal email address if he or she is searching from a computer at their work.  Makes sense right?  This would be a simple approach, post your jobs, let searchers find them and then make it easy for them to apply.  The information should be obvious and the path for engagement clear.</p>
<p class="MsoNormal"><strong>Making it easy </strong></p>
<p class="MsoNormal">If <em>making it easy</em> for the job applicant is the best approach, then shouldn&#8217;t <em>making it easy</em> be the general rule for the business prospect as well?</p>
<p>Well, let&#8217;s put this plan into action. Say I operate a manufacturing company. What kinds of business needs would I want to satisfy through my website? Here are a few that you might consider:</p>
<ul>
<li>Employment opportunities and hiring as we discussed above.</li>
<li>Upcoming events and trade shows we will attend.</li>
<li>Company information, press releases and news of interest.</li>
<li>Product and services, especially new product or service, information.</li>
<li>White papers and technical information that will help me establish industry authority.</li>
<li>Case studies or examples of how my product or service solved a problem.</li>
<li>Location and contact information.</li>
<li>Client or distribution partner account and service information</li>
<li>Employee Intranet for private communication.</li>
<li>Privacy policy&#8230;.. and oh yeah&#8230;</li>
<li>A way for prospects to contact us.</li>
</ul>
<p class="MsoNormal"> All of these are valid uses for your website. Do you notice though how the application of these pages and tools will have unique appeals to different audiences? Your HR communication through an employee Intranet can certainly be enhanced through web-based time keeping, insurance information and company wide information distribution. But this is not where prospective clients will want to go.   Your current client or distribution partner account and service information is a great use for a site, if these viewers are already customers. Finding new employees with on-site employment opportunities also is a great use. But none of these help you generate new leads from new customers.</p>
<p><strong>What pages of your website will generate the most leads?</strong></p>
<p>Highly defined and very specific pages devoted to your products and services (think search terms) that also provide the right amount of technical information, case studies (testimonials) and a very clear cut call to action will undoubtedly bring you the most leads. Notice I did not say your &#8220;home page.&#8221; The more competitive the search engine marketing world becomes, the more important it is to build individual landing pages that are specific to your individual products and services. Your home page alone cannot compete with your competition&#8217;s pages built for product or service specific searches. Your home page is for those customers that already know you, it is built to establish industry authority and display your &#8220;trophy case&#8221; of awards, successful projects and credentials.  As far as new search engine driven traffic is concerned, only the very broadest of searches on keywords are important. Your other landing pages, built for specific areas of your business, will bring you more raw searches from longer tail search terms and thus, better leads.</p>
<p><strong>What lead generation elements need to be on a page? </strong></p>
<p>Standards are going to vary from business to business, but think about it this way.  One function your website should serve is as your worldwide 24-7 411.  When you dial 411 what do you want?  A long message?  An ad?  No, you want a phone number!  You need an address!  You are looking for the quickest and easiest way to contact the people you are searching for!  That&#8217;s why you dialed 411; you want information you don&#8217;t have.  When prospective customers come to your site, how quickly can they get in touch with you?  Is your 800 number at the top right of the page or in another position that is clearly visible?  It should be if you want them to call you.  Is your address easy to find?  It should be if you want them to visit you.  Are your <em>calls to action</em> obvious and working whether they be &#8220;contact us,&#8221; &#8220;click to call&#8221; or &#8220;quick quote&#8221;?  They should be if you want them to contact you.  Again, <em>making it easy</em> works.</p>
<p><strong>Five &#8220;must&#8221; guidelines that generate leads from your website:</strong></p>
<ol>
<li>In order to maximize leads, you need to know who you want to bring to the site.</li>
<li>You must know how to bring those specific viewers to the site.
<ul>
<li>A great on-site approach includes the right content, keywords, titles, description and other content efforts.</li>
<li>It also means information of value, events, tools and industry calendars..literally something of value to the viewer.</li>
</ul>
<ul>
<li>For off-site efforts that means press releases, PPC, posts to industry blogs and even traditional advertising as examples.</li>
</ul>
</li>
<li>Once you bring them to your site, you must provide them with defined paths that lead to conversion (click submit) with as few additional clicks as possible and, very importantly, no dead ends.</li>
<li>You must also provide them with very clear and user-friendly calls to action.  What makes a prospect click?</li>
<li>You must measure results (web analytics), test new approaches and continuously refine your calls to action.  Constant refinement means constant improvement.</li>
</ol>
<p>Simple enough to understand right? But the devil, as always, is in the details. Through good advance planning, analysis of your <a target="_blank" href="http://www.thenetimpact.com/internet_marketing/analytics.aspx" title="TNI Web Analytics">web analytics </a>and a commitment to refine your approach, you can turn your website into a marketing monster.</p>
<p class="akst_link"><a href="http://blog.thenetimpact.com/?p=72&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_72" class="akst_share_link" rel="nofollow">Share This</a>
</p>
<p><a href="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?a=8uqEzW"><img src="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?i=8uqEzW" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~4/321770403" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.thenetimpact.com/index.php/2008/06/27/websites-built-to-generate-leads/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.thenetimpact.com/index.php/2008/06/27/websites-built-to-generate-leads/</feedburner:origLink></item>
		<item>
		<title>A Website is not a Web Strategy</title>
		<link>http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~3/301841153/</link>
		<comments>http://blog.thenetimpact.com/index.php/2008/05/31/a-website-is-not-a-web-strategy/#comments</comments>
		<pubDate>Sat, 31 May 2008 12:43:48 +0000</pubDate>
		<dc:creator>Steve Thomas</dc:creator>
		
		<category><![CDATA[Web Strategy]]></category>

		<category><![CDATA[Web Marketing]]></category>

		<guid isPermaLink="false">http://blog.thenetimpact.com/index.php/2008/05/31/a-website-is-not-a-web-strategy/</guid>
		<description><![CDATA[&#8220;I have a website, now what?&#8221;
&#8220;I really don&#8217;t understand what my website should be doing for me.&#8221; This statement, from a successful manufacturing company owner, was made during a recent &#8220;Introduction to Web Marketing&#8221; seminar held by The Net Impact. &#8220;I know it&#8217;s up there and I&#8217;m proud of it I guess, but what is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>&#8220;I have a website, now what?&#8221;</strong></p>
<p>&#8220;I really don&#8217;t understand what my website should be doing for me.&#8221; This statement, from a successful manufacturing company owner, was made during a recent &#8220;Introduction to Web Marketing&#8221; seminar held by The Net Impact. &#8220;I know it&#8217;s up there and I&#8217;m proud of it I guess, but what is your website supposed to do for you?&#8221; This comment caused a lot of conversation in the room and opened the floodgates to similar comments.</p>
<p>&#8220;I have a website.&#8221; another business owner said, &#8220;I just don&#8217;t know if it&#8217;s bringing me leads or not.&#8221; Another person joined in with, &#8220;I seem to be slipping in the rankings as well and I&#8217;m not doing anything different. I think this is affecting my lead flow. What can I do about it?&#8221;</p>
<p>How many firms have the same questions? From this encounter and similar concerns raised in other seminars, I would have to say quite a few. Most firms we see at our seminars have a website that is three to five years old. Many times this is a second or even third generation site that replaced an older or original site. Interestingly enough, the most often cited reasons for these &#8220;next generation&#8221; website efforts usually have nothing to do with marketing! Business owners in many cases dramatically change their website or build it all over again mainly because of a change in their core business or because they simply don&#8217;t like their old site. With the notable exception of e-commerce sites, sales and lead flow had little to do with their reasons for the creation of a new site or their selection of the web development firm that produced it.</p>
<p><strong>Website <em>cost</em> vs. website <em>return on investment</em></strong></p>
<p>Many businesses are mistakenly more concerned about the &#8220;cost&#8221; in building their new site than they are in how they will maximize their ROI from the site after it&#8217;s online. The reason behind this is pretty basic. It is almost always easier to control a checking account than it is to develop an effective revenue strategy. Thankfully this, &#8220;I got a deal.&#8221; approach to evaluating the value of a website has been changing to, &#8220;I made a good investment.&#8221; Increasingly firms are understanding that their website should perform, it should generate revenue and thus be considered a business expense rather than simply a one-time  outlay of capital.</p>
<p>Over the past two years we have increasingly heard concerns about a site&#8217;s marketing impact, lead flow and search engine placement. Why? The old standby methods of generating business and their primary approach to advertising for many of these firms; direct mail, print media and yellow pages ads, are rising in cost while at the same time they decline in effectiveness. Business owners now more than ever realize that their website holds great potential and performance is a necessity. Yet most firms simply put, have a <em>website</em> and are now realizing they need a <em>web strategy</em>! We see this changing environment regularly in our seminars. The main questions business owners ask us as they start to re-evaluate their web approach are:</p>
<p>1) What is my website supposed to be doing for me?</p>
<p>2) How can I tell if it is doing this (in example: providing leads)?</p>
<p>3) What needs to be in place to measure results?</p>
<p>4) What efforts are required to improve performance?</p>
<p>5) How do I determine my return on the investment I have made in my site?</p>
<p>These are all great and common questions that reflect symptoms of not having identified a strong web strategy. In these next few posts we will address these questions starting with, &#8220;What is my website supposed to be doing for me?&#8221; This leads us into a discussion of differing web strategies.</p>
<p><strong>Determining your &#8220;Web Strategy&#8221;</strong></p>
<p>Deciding the desired functionality for your website and thus the major part of your web strategy can be challenging. There can be an irresistible urge to &#8220;keep up with the Joneses&#8217;&#8221; or in this case &#8220;Joneses.com.&#8221; Some firms create sites that are way over the top and overly developed for what are really their genuine business needs. Like office space, an elaborate and expensive website is not always a guarantee of success. We urge clients not to let corporate ego or peer pressure determine their approach to the web. At the same time, without advance planning and market awareness, an underdeveloped site will cost you business and stature. As in most strategic planning, it is best to start with the end in mind.</p>
<p>What do you want your website to do? Not really that tough a question, the tougher question is how to accomplish that.</p>
<p>Today we will start with a most basic use for your site:</p>
<p><strong>Is your web strategy fairly simple? Do you <em>just</em> need your website to reinforce your business card?</strong></p>
<p>You are of course aware that after an introduction at a conference or frequently even prior to a sales call, many prospects will call up your website to learn more about you and your organization. If your business is face-to-face, your approach is personal and your market local, then your website may need to do no more than provide a source of information supportive to the &#8220;<a href="http://en.wikipedia.org/wiki/Elevator_pitch" target="_blank" title="Elevator Pitch definition">elevator pitch</a>&#8221; you just delivered to that new acquaintance or prospect from the conference or other chance meeting. A site built for this purpose should be simple and informative but also should be authoritative for the decision maker you are about to approach with an idea or service.</p>
<p>If this describes your business, then following these guidelines may be enough.</p>
<ul>
<li>Keep the information simple - viewers want information about you and your services. They will go elsewhere for the weather, time, entertainment, inspirational messages or stock quotes. Give them <em>exactly</em> what they want.</li>
<li>Keep the design basic - no one wants to see marching monkeys, flashing pictures or burning logos. Just because your developer <em>can do</em> something clever, is not a good reason <em>to do</em> that something clever.</li>
<li>Keep the site current - information must be accurate and up-to-date. As importantly, feature your contact information, phone number included, prominently on the site. Don&#8217;t make prospects dig deep to find out how to talk to you. Also, it is very inexpensive, even free, to have an email service provider on board to provide that important stan@stantheexpert.com vs. stantheexpert@hotmail or other less impressive email address. And for all of our sakes, watch it with cutesy email addresses. You really don&#8217;t want to be remembered as ladiesman@yahoo or something similarly distracting do you?</li>
<li>Make sure your site works - How does your site look in Firefox, IE7, Safari or on an iPhone? Do your links work? Is your &#8220;contact us&#8221; form in good working order? Simple, up-to-date and functional are the basics.</li>
<li>Don&#8217;t be afraid to be authoritative - are you an expert? Tell us! Publish this on your site. &#8220;What do you know and how will it help me?&#8221; is a question that needs to be answered for a viewer.</li>
<li>Use <a href="http://www.thenetimpact.com/internet_marketing/analytics.aspx" target="_blank" title="Web analytics explained">web analytics</a> tools - even a simple site should be measured for effectiveness. What pages do viewers visit? How long are they on the site? Where do they come from? All good things to know.</li>
</ul>
<p>This simple, user-friendly, authority site need not be overly expensive. If you stay local and do not need the search engines to bring traffic to your site, you can make periodic changes to the site as needed for very little expense.</p>
<p>So, let&#8217;s put this strategy to the five question test above.</p>
<p>1) What is my website supposed to be doing for me? <em>In this basic case, represent my business in a professional and authoritative manner for prospects and partners who check us out online!</em></p>
<p>2) How can I tell if it is doing this (in example: show credibility)? <em>Be proud of your site! Ask clients and prospects if they have seen your site. Did they find the information useful? Make your site the springboard for a face-to-face description of products and services.</em></p>
<p>3) What needs to be in place to measure results? <em>A simple web analytics tool like <a href="http://www.google.com/analytics" target="_blank" title="google analytics">Google Analytics</a> can be quickly installed for free. Though far from perfect, it will give you general information about your traffic and visitors. It also has great help screens.</em></p>
<p>4) What efforts are required to improve performance? <em>In this case, very little. Make sure your information is accurate and up-to-date. Keep articles and information on services topical and current.</em></p>
<p>5) How do I determine the return on my website investment?<em> It is hard to totally evaluate the return in this case on a minimal web investment since you are not trying to generate leads just as it is complicated to determine the cost of not having a website.  Prospects and partners want to find out about your business online. The site then should give you peace of mind that your firm, regardless of size, is well represented online for referrals, prospects and recruiting. Use your online information as a springboard for launching into a sales meeting. </em></p>
<p>In our next post we will discuss a more complicated strategy.</p>
<p><strong>Generating Leads.</strong> Does your website need to do more than support your face-to-face meetings? Do you need to generate leads on a regional or national, even international basis? Does your livelihood depend upon lead flow? Now we are starting to add some traffic-building aspects to the site!</p>
<p>Watch for the next post for a thorough discussion on this strategy, or <a href="http://www.thenetimpact.com/learning/roadmap.aspx" target="_blank" title="The Net Impact Roadmap">sign-up for The Net Impact Roadmap </a>and have the most recent posts sent directly to you!�</p>
<p class="akst_link"><a href="http://blog.thenetimpact.com/?p=70&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_70" class="akst_share_link" rel="nofollow">Share This</a>
</p>
<p><a href="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?a=4pOEqW"><img src="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?i=4pOEqW" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~4/301841153" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.thenetimpact.com/index.php/2008/05/31/a-website-is-not-a-web-strategy/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.thenetimpact.com/index.php/2008/05/31/a-website-is-not-a-web-strategy/</feedburner:origLink></item>
		<item>
		<title>Web Design Guide: Easy ASP.net Options</title>
		<link>http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~3/293697997/</link>
		<comments>http://blog.thenetimpact.com/index.php/2008/05/19/web-design-guide-easy-aspnet-options/#comments</comments>
		<pubDate>Mon, 19 May 2008 19:09:20 +0000</pubDate>
		<dc:creator>Steve Thomas</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Web Design Guide]]></category>

		<category><![CDATA[TNI Learning Center]]></category>

		<guid isPermaLink="false">http://blog.thenetimpact.com/index.php/2008/05/19/web-design-guide-easy-aspnet-options/</guid>
		<description><![CDATA[Previously, we looked at several open source content management systems that are widely used. Those are great options unless you have a Microsoft server. If that is the case, what are your options?
Here are two options for you to look into:
Dot Net Nuke
Dot Net Nuke is an open source dot net content management system, and [...]]]></description>
			<content:encoded><![CDATA[<p>Previously, we looked at several open source content management systems that are widely used. Those are great options unless you have a Microsoft server. If that is the case, what are your options?</p>
<p>Here are two options for you to look into:</p>
<p><strong>Dot Net Nuke</strong></p>
<p><a href="http://www.dotnetnuke.com" target="_blank" title="Dot Net Nuke">Dot Net Nuke</a> is an open source dot net content management system, and like the other content managements systems, has some nice add-ons.  Dot Net Nuke has an easy-to-use interface, but it can be buggy when you try to implement your own custom design. Still, it is extremely popular and has lots of ability if you are constrained by or are sticking to the benefits of a dot net machine. The most current release of this freeware like many others is sometimes referred to as the &#8220;bleeding edge&#8221;. Tackling new releases is not for the unskilled or time constrained developer.</p>
<p><strong>Master Pages</strong></p>
<p>My limited personal knowledge of the technology that goes into master pages, server side includes and the like prevents me from going into further detail about how these technologies work in that respect. We can always engage the tech team here at TNI for that dialog. The point is that implementing master pages is an easy way to save yourself a headache in the future.</p>
<p>The overriding concept and purpose behind master pages is simple: Create one &#8220;master page&#8221; that controls the border of your web page and only fill-in the middle, content portion of the page individually. Content management systems allow you to do much of the same thing, but with master pages you have the ability to edit actual static page files. For any web site with more than a few pages, this is a great option.</p>
<p>The rate of change required for a website to be considered &#8220;current&#8221; continues to dictate a shorter and shorter refresh cycle. Because of the need for fresh content and in other ways, up-to-date site features, more and more businesses of all sizes are looking to web solutions like the two above in order to allow new information, graphics and even pages to be created by someone other than the IT team or Webmaster that will still reflect the same brand strategy and maintain the standards in place throughout the rest of the site. Making website updates with relatively the same ease as a blog post looks like a highly desired attribute that businesses will increasingly have on their checklist.</p>
<p>Significant contribution to this post by S Trachtman.</p>
<p class="akst_link"><a href="http://blog.thenetimpact.com/?p=60&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_60" class="akst_share_link" rel="nofollow">Share This</a>
</p>
<p><a href="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?a=vxvAJm"><img src="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?i=vxvAJm" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~4/293697997" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.thenetimpact.com/index.php/2008/05/19/web-design-guide-easy-aspnet-options/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.thenetimpact.com/index.php/2008/05/19/web-design-guide-easy-aspnet-options/</feedburner:origLink></item>
		<item>
		<title>“Build It and They Will Come.”  Really?</title>
		<link>http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~3/286841660/</link>
		<comments>http://blog.thenetimpact.com/index.php/2008/05/09/build-it-and-they-will-come-really/#comments</comments>
		<pubDate>Fri, 09 May 2008 13:55:09 +0000</pubDate>
		<dc:creator>Steve Thomas</dc:creator>
		
		<category><![CDATA[Web Strategy]]></category>

		<category><![CDATA[Web Marketing]]></category>

		<guid isPermaLink="false">http://blog.thenetimpact.com/index.php/2008/05/09/build-it-and-they-will-come-really/</guid>
		<description><![CDATA[&#8220;Build it and they will come.&#8221; Really?
&#8220;Build it and they will come.&#8221; is a great movie line.  It is also is a recipe for Internet disaster.  Replace that phrase with, &#8220;Build it, make it informative, make it useful, keep it fresh, help them find it, get others talking about it, keep  it [...]]]></description>
			<content:encoded><![CDATA[<p><strong>&#8220;Build it and they will come.&#8221;</strong> <strong>Really?</strong></p>
<p>&#8220;Build it and they will come.&#8221; is a great movie line.  It is also is a recipe for Internet disaster.  Replace that phrase with, &#8220;Build it, make it informative, make it useful, keep it fresh, help them find it, get others talking about it, keep  it interesting, get a lot of high quality links&#8230;and they will come. Unless, by the way, some other firm in your market space does all of that better.&#8221; Oh and don&#8217;t forget, &#8220;Building it tomorrow may be different than building it today and will be different than building it next year.&#8221;</p>
<p>The same is true for &#8220;Marketing it.&#8221;  Anyone who works in the <a href="http://www.thenetimpact.com/internet_marketing/search_engine_optimization.aspx" target="_blank" title="TNI Search Engine Optimization">SEO </a>industry knows that getting the &#8220;prime&#8221; key words for a site onto page one can be grueling.  This is literally the top ten list. Your website earns its placement only by being better than the competition. This top ten list changes constantly as a new savvy player enters the space and old players become complacent. To be on page one for organic search in a competitive marketplace requires consistent thorough competitive research, technical correctness, fresh content, links from other authoritative sources, outbound marketing and market awareness. It&#8217;s a full contact sport.</p>
<p><strong>Blogging for Traffic and Internal Benefit </strong></p>
<p>Increasingly that sport includes <a href="http://en.wikipedia.org/wiki/Social_networking_sites" target="_blank" title="Wikipedia on Social Networking Sites">social network site</a> marketing as well.  As an example, over the past six months we have created numerous <a href="http://www.thenetimpact.com/internet_marketing/blog.aspx" target="_blank" title="TNI blog information">blogs</a> for our clients.  These have been both for integration into their website and stand alone blogs that relate information about their company or a particular aspect of the firm that had its own story to tell.  The resulting SEO improvement from the links and fresh optimized content has been consistent.  In addition, when done properly, the new blogs will create great enthusiasm and excitement within the organization.</p>
<p><strong>Social Marketing Examples</strong></p>
<p>In another instance a client site has experienced a large increase in links and thus traffic from some effort in working with<a href="http://del.icio.us/" target="_blank" title="del.icio.us"> Del.icio.us</a> and <a href="http://www.stumbleupon.com/" target="_blank" title="stumbleupon.com">Stumble Upon</a>.  Stumble Upon in particular brought in unexpected traffic generated from Western Europe.  The truth is, with social marketing, you genuinely do not know what will roll in with the tide of traffic.  But through careful web analytics patrol and review, you can discover marketing gems that are delivered to your doorstep to nurture and improve.  &#8220;Build it and they will come.&#8221; I really wish that were so&#8230;but then, what fun would that be?</p>
<p class="akst_link"><a href="http://blog.thenetimpact.com/?p=69&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_69" class="akst_share_link" rel="nofollow">Share This</a>
</p>
<p><a href="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?a=8dbjLV"><img src="http://feeds.feedburner.com/~a/TheNetImpactRoadmap?i=8dbjLV" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/TheNetImpactRoadmap/~4/286841660" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.thenetimpact.com/index.php/2008/05/09/build-it-and-they-will-come-really/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.thenetimpact.com/index.php/2008/05/09/build-it-and-they-will-come-really/</feedburner:origLink></item>
	</channel>
</rss>
