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

<channel>
	<title>Columbus Web Visibility</title>
	<atom:link href="http://columbuswebvisibility.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://columbuswebvisibility.com</link>
	<description>Search Engine Optimization, Web Design, and Viral Marketing</description>
	<lastBuildDate>Thu, 16 Feb 2012 06:02:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Search Engine Optimization Upgrades</title>
		<link>http://columbuswebvisibility.com/seo-services/search-engine-optimization-upgrades/</link>
		<comments>http://columbuswebvisibility.com/seo-services/search-engine-optimization-upgrades/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 00:50:24 +0000</pubDate>
		<dc:creator>monk13</dc:creator>
				<category><![CDATA[SEO Services]]></category>

		<guid isPermaLink="false">http://columbuswebvisibility.com/?p=220</guid>
		<description><![CDATA[For Existing Customers Only These Upgrades Are Only Applicable to a Pro, Pro Plus, Enterprise, or Legacy Account 40,000 Blog Comments aimed at one of your Tier 1 BlogsOnly $30 3,000 Wiki Style LinksOnly $75 3 PR3-6 Blog Posts Complete &#8230; <a href="http://columbuswebvisibility.com/seo-services/search-engine-optimization-upgrades/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For Existing Customers Only<br />
These Upgrades Are Only Applicable to a Pro, Pro Plus, Enterprise, or Legacy Account</p>
<div><center><br />
<table cellspacing=7 border=2 cellpadding=5>
<tbody>
<tr>
<td align="center" border=1><b>40,000 Blog Comments aimed at one of your Tier 1 Blogs</b><br/><font class="sz20" style="color:#22a028"><b>Only $30</b></font></td>
</tr>
<tr>
<td align="center"  border=1><b>3,000 Wiki Style Links</b><br /><font class="sz20" style="color:#22a028"><b>Only $75</b></font></td>
</tr>
<tr>
<td align="center"  border=1><b>3 PR3-6 Blog Posts Complete with link to 2 tier 1 blogs and 1 links to your site</b><br/><font class="sz20" style="color:#22a028"><b>Only $40</b></font></td>
</tr>
<tr>
<td align="center" border=1><b>Link Pyramids are a very powerful SEO Element</b><br /><img src="http://columbuswebvisibility.com/linkpyramid.jpg"><br /><b>They Provide Pagerank, Backlink Strength, and Authority</b><br/><font class="sz20" style="color:#22a028"><b>Only $150</b></font></td>
</tr>
</tbody>
</table>
<p></center></div>
]]></content:encoded>
			<wfw:commentRss>http://columbuswebvisibility.com/seo-services/search-engine-optimization-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash AS 2.0 &#8211; How to detect Mouse leaving the Stage</title>
		<link>http://columbuswebvisibility.com/flash-development-tutorials/flash-as-2-0-how-to-detect-mouse-leaving-the-stage/</link>
		<comments>http://columbuswebvisibility.com/flash-development-tutorials/flash-as-2-0-how-to-detect-mouse-leaving-the-stage/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 04:00:09 +0000</pubDate>
		<dc:creator>monk13</dc:creator>
				<category><![CDATA[Flash Development Tutorials]]></category>

		<guid isPermaLink="false">http://columbuswebvisibility.com/?p=100</guid>
		<description><![CDATA[Before you ask, yes this is Actionscript 2.0 and not 3.0 and yes, it is insanely easy to do this once you know how if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', &#8230; <a href="http://columbuswebvisibility.com/flash-development-tutorials/flash-as-2-0-how-to-detect-mouse-leaving-the-stage/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><center>Before you ask, yes this is Actionscript 2.0 and not 3.0<br />
and yes, it is insanely easy to do this<br />
once you know how<script language="javascript">
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '200',
			'height', '200',
			'src', 'outdetect',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'outdetect',
			'bgcolor', '#000000',
			'name', 'outdetect',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'outdetect',
			'salign', ''
			); //end AC code
	}
</script><br />
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="200" height="200" id="outdetect" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="movie" value="http://columbuswebvisibility.com/outdetect.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://columbuswebvisibility.com/outdetect.swf" quality="high" bgcolor="#000000" width="200" height="200" name="outdetect" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
	</object><br />
and here is how it works<br />
it&#8217;s elegant really</p>
<p>evidently although flash<br />
&#8220;doesn&#8217;t detect the mouse&#8217;s position in as2.0 if it&#8217;s off the stage&#8221;<br />
it still detects if the mouse is over a movieclip or not and fires the onRollOut event if you go off the movieclip, so you create a transparent movieclip the size of your stage, and set the onRollOut event to fire off whatever code you need when the app loses focus</p>
<p><a href="http://columbuswebvisibili​ty.com/outdetect.rar">download the source code here</a><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://columbuswebvisibility.com/flash-development-tutorials/flash-as-2-0-how-to-detect-mouse-leaving-the-stage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Amazing LinkStorm Package</title>
		<link>http://columbuswebvisibility.com/services/our-amazing-linkstorm-package/</link>
		<comments>http://columbuswebvisibility.com/services/our-amazing-linkstorm-package/#comments</comments>
		<pubDate>Wed, 25 May 2011 09:06:04 +0000</pubDate>
		<dc:creator>monk13</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://columbuswebvisibility.com/?p=70</guid>
		<description><![CDATA[Only $950 Generates an Astounding 378-2785 Links** (some clients generate over 10,000 hits when searching their domain name on google after this service) What is Included Search Engine Submission Expert Search Engine Submission to 30+ Different Search Engines* (all 5 &#8230; <a href="http://columbuswebvisibility.com/services/our-amazing-linkstorm-package/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://columbuswebvisibility.com/seo-banner.jpg" id="subheaderimg"><br />
<center><font class="sz20"><strong>Only $950</strong></font><br />
<strong>Generates an Astounding 378-2785 Links**</strong><br />
(some  clients  generate over 10,000 hits<br />
when  searching  their  domain  name  on google after this  service)</center></p>
<p><strong>What is Included</strong></p>
<p><strong>Search Engine Submission</strong><br />
<strong>Expert Search Engine Submission to 30+ Different Search Engines*<br />
(all 5 blogs and your central site are submitted in this way)</strong></p>
<p><strong>Blogs</strong><br />
<strong>5 Unique 5 Page Blogs </strong><br />
The 5 blogs will be very similar in content but to search engines they will seem unique<br />
blogs are submitted to over 20 blog search engines*<br />
each page on the blog will have 1 link to your primary site and 1 to one of the other blogs<br />
the blog posts will each be pinged to over 50 blog pinging sites *<br />
blog directory submission of the 5 blogs*  <br />
and RSS feed submission of the 5 blogs to more than 20 rss feed aggregators *</p>
<p><strong>Article Marketing</strong><br />
700 articles posted in article directories*<br />
Each one will be Unique and have 2 links, 1 to your Primary Site and 1 to one of the 5 page blogs.</p>
<p><strong>Directory Submission<br />
Manual Submission of your site to DMOZ*<br />
Submission of your primary site into over 4,000 website directories.*</strong></p>
<p><strong>Comments</strong><br />
10 .edu link attempts , 5 for Primary Site and 1 for each blog *<br />
through topical non spam comments on .edu blogs<br />
10 news site link attempts , 5 for Primary Site and 1 for each blog *<br />
<strong>we always use topical non-spam comments</strong></p>
<p><strong>Social Bookmarking</strong><br />
15 social bookmarking links for the Primary Site and 15 for each of the blogs</p>
<p><strong>Blog and Site Statpage Generation<br />
submits your url and the url of each of the blogs to over 3,000 search engines and stat trackers, resulting in typically  1,500+  links</strong></p>
<p><strong>Only a 30 Day Turnaround Time</strong></p>
<p>** The low number is the guaranteed backlinks, the high number is the number of attempted backlinks</p>
<p>*  This is the count of how many submissions I make, the sites I submit them to have the final decision on whether or not to accept the submission, I take every precaution to ensure acceptance but cannot guarantee it.</p>
]]></content:encoded>
			<wfw:commentRss>http://columbuswebvisibility.com/services/our-amazing-linkstorm-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

