<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Digitbit Internet Marketing And Consulting</title>
	
	<link>http://www.digitbit.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 12 Mar 2009 06:04:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Digitbit" type="application/rss+xml" /><item>
		<title>Improving SEO with Traffic Travis</title>
		<link>http://feedproxy.google.com/~r/Digitbit/~3/1rtvmvDx2zg/</link>
		<comments>http://www.digitbit.com/improving-seo-with-traffic-travis/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 05:55:58 +0000</pubDate>
		<dc:creator>Chris Fong</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.digitbit.com/?p=48</guid>
		<description><![CDATA[
I recently discovered to a free piece of software called Traffic Travis, which I&#8217;ve been using to help improve the search engine rankings of my client&#8217;s sites.  Traffic Travis is essentially several tools combined into a single program.  The two tools I want to talk about here are the Backlink checker and the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:left;margin: 0 15px 10px 0" src="http://digitbit.com/images/traffic-travis-bkg.gif" alt="Traffic Travis Free Software" /></p>
<p>I recently discovered to a free piece of software called <a href="http://hubpages.com/hub/Page-Analysis-With-Traffic-Travis">Traffic Travis</a>, which I&#8217;ve been using to help improve the search engine rankings of my client&#8217;s sites.  Traffic Travis is essentially several tools combined into a single program.  The two tools I want to talk about here are the Backlink checker and the Page analysis tool.</p>
<p>The Traffic Travis backlink checker is very slick.  Input in any page url and you&#8217;ll get back a list of of all the pages linking back to you.  Unlike some web-based tools, this one is quite fast.  You&#8217;ll get back information like Anchor Text, IP Address, Page Rank, and Traffic rank for each individual backlink.  What is unique about Traffic Travis is that it will compile information about all the backlinks to your site as a whole.  This allows you to easily see what page rank the majority of your backlinks are, if the links are coming from different IP addresses, and what the most common anchor text is.  This type of information is invaluable as I try to formulate my client&#8217;s link building strategy.</p>
<p>The Traffic Travis page analysis tool is also very cool.  With it, you can easily figure out what on-page SEO factors you need to improve on for any given page.  It can analyze whether your page has your keywords in your title, whether it has the appropriate keyword density, and many other important factors.  All you need to do is give the tool a page url and a keyword phrase to rank for and it will grade your page on how well optimized it is and make suggestions on specific areas you should improve.  </p>
<p>If you are doing any search engine optimization for your sites, I highly recommend that you give <a href="http://digitbit.com/suggests/traffictravis">Traffic Travis</a> a try.  It&#8217;s free to download and play with.  My only quibble with the program is that its for Windows only.  Mac users are out of luck.  Give it a shot, and you should see significant improvements to the rankings of your sites.</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Improving SEO with Traffic Travis" url="http://www.digitbit.com/?p=48"></script><img src="http://feeds.feedburner.com/~r/Digitbit/~4/1rtvmvDx2zg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.digitbit.com/improving-seo-with-traffic-travis/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.digitbit.com/improving-seo-with-traffic-travis/</feedburner:origLink></item>
		<item>
		<title>View Eclipse source when using Target Platform</title>
		<link>http://feedproxy.google.com/~r/Digitbit/~3/1U7bCfeQNTA/</link>
		<comments>http://www.digitbit.com/view-eclipse-source-when-using-target-platform/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 04:39:59 +0000</pubDate>
		<dc:creator>Chris Fong</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[ide]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://www.digitbit.com/blog/?p=4</guid>
		<description><![CDATA[Normally, when you are working in Eclipse, and you do an &#8216;Open Declaration&#8217; on some Eclipse code, its source will open up automatically.  However, I was working on an Eclipse RCP application we are developing and I was getting the following error when trying to view an Eclipse class file.
&#8216;The JAR of this class [...]]]></description>
			<content:encoded><![CDATA[<p>Normally, when you are working in Eclipse, and you do an &#8216;Open Declaration&#8217; on some Eclipse code, its source will open up automatically.  However, I was working on an Eclipse RCP application we are developing and I was getting the following error when trying to view an Eclipse class file.</p>
<p><strong>&#8216;The JAR of this class file belongs to container &#8216;Plug-in Dependencies&#8217; which does not allow modifications to source attachments on its entries.&#8217;</strong></p>
<p>&#8216;What the heck does that mean?&#8217;  It turns out, that we are using the Eclipse Target Platform mechanism and it didn&#8217;t include the source folders that come with the Eclipse SDK distribution itself.  So the fix is easy.  Just copy the appropriate source folders from your Eclipse install into the target platform and reload it. This might be obvious to any Eclipse guru, but it wasn&#8217;t apparent from searching for this error message on Google.  So I hope this helps someone out.</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="View Eclipse source when using Target Platform " url="http://www.digitbit.com/blog/?p=4"></script><img src="http://feeds.feedburner.com/~r/Digitbit/~4/1U7bCfeQNTA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.digitbit.com/view-eclipse-source-when-using-target-platform/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.digitbit.com/view-eclipse-source-when-using-target-platform/</feedburner:origLink></item>
		<item>
		<title>Learning TextMate. Part I</title>
		<link>http://feedproxy.google.com/~r/Digitbit/~3/KScwFTMxfjc/</link>
		<comments>http://www.digitbit.com/learning-textmate/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 05:44:29 +0000</pubDate>
		<dc:creator>Chris Fong</dc:creator>
		
		<category><![CDATA[Textmate]]></category>

		<category><![CDATA[keyboard shortcuts]]></category>

		<guid isPermaLink="false">http://www.digitbit.com/?p=3</guid>
		<description><![CDATA[I purchased a license of Textmate more than year ago, but I had never took the time to learn it well.  So I&#8217;m going to change that and start by looking up and learning some of the more useful shortcut keys.
Useful Textmate shortcut keys
Delete line: ⌃⇧K
Select word: ⌃W
Select line: ⇧⌘L
Select bundle item: ⌃⌘T
Open bundle [...]]]></description>
			<content:encoded><![CDATA[<p>I purchased a license of Textmate more than year ago, but I had never took the time to learn it well.  So I&#8217;m going to change that and start by looking up and learning some of the more useful shortcut keys.</p>
<h4>Useful Textmate shortcut keys</h4>
<p>Delete line: ⌃⇧K<br />
Select word: ⌃W<br />
Select line: ⇧⌘L<br />
Select bundle item: ⌃⌘T<br />
Open bundle menu: ^⎋<br />
Go to file (Project context): ⌘T<br />
Insert open/close tag: ^⇧,<br />
Move to end of line and insert line feed: ⌘↩<br />
Clipboard history: ^⌘⌥V</p>
<h4>Legend</h4>
<p> (I can never remember the symbols)<br />
Ctrl = ^<br />
Shift = ⇧<br />
Cmd = ⌘<br />
Option = ⌥<br />
Esc = ⎋<br />
Enter = ↩</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Learning TextMate. Part I" url="http://www.digitbit.com/?p=3"></script><img src="http://feeds.feedburner.com/~r/Digitbit/~4/KScwFTMxfjc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.digitbit.com/learning-textmate/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.digitbit.com/learning-textmate/</feedburner:origLink></item>
	</channel>
</rss>
