<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1.3" -->
<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/"
>

<channel>
	<title>Broobles Blog</title>
	<link>http://www.broobles.com/blog</link>
	<description></description>
	<pubDate>Wed, 11 Feb 2009 05:28:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.3</generator>
	<language>en</language>

		<item>
		<title>Track Search Engine Rankings Across Multiple Sites</title>
		<link>http://www.broobles.com/blog/posts/62</link>
		<comments>http://www.broobles.com/blog/posts/62#comments</comments>
		<pubDate>Wed, 21 Feb 2007 19:11:53 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
		
	<category>Cool Software</category>
		<guid>http://www.broobles.com/blog/posts/62</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://www.broobles.com/blog/posts/62/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Solution to phpBB Forum Spam</title>
		<link>http://www.broobles.com/blog/posts/61</link>
		<comments>http://www.broobles.com/blog/posts/61#comments</comments>
		<pubDate>Sat, 10 Feb 2007 19:42:12 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
		
	<category>Webmaster</category>
		<guid>http://www.broobles.com/blog/posts/61</guid>
		<description><![CDATA[	During the last year my support forum saw a huge increase in registrations and posts made by spammers. A few common prevention techniques I applied did not work and I was forced to close the forum for new registrations for a while, until I had time to find better methods of dealing with spam. Fortunately, [...]]]></description>
			<content:encoded><![CDATA[	<p>During the last year my support forum saw a huge increase in registrations and posts made by spammers. A few common prevention techniques I applied did not work and I was forced to close the forum for new registrations for a while, until I had time to find better methods of dealing with spam. Fortunately, this turned out to be a fairly easy task, thanks to the excellent <a href="http://www.bbantispam.com/howto/">phpBB Antispam HOWTO</a> page which lists the drawbacks of some existing techniques and recommends a few mods, developed by the site owner himself.</p>
	<p><b>Textual Confirmation</b>: The core of the solution is that a user/bot performing the registration is required to answer a simple question. In case of a real person, the answer will be provided, but every bot will stumble and fall. This really worked. </p>
	<p>The site also suggest the <b>Links Rejector</b> mod, which allows phpBB to reject posts that contain links and are made by guest users. So, after a long period of accepting posts by registered users only, today I turned this protection off and my forum now accepts posts by guests again. As long as they don&#8217;t post links, of course. It&#8217;s nice to be free again.</p>
	<p>I must add that each time a spam registration or a guest post is rejected, these tools send a notification to the forum administrator and to the community spam database. It&#8217;s not clear who uses that data and for what (the mods above certainly don&#8217;t care about them, it&#8217;s not a learning system), but hey, they helped me, so if this helps build a &#8220;community database&#8221; that&#8217;s fine with me.</p>
	<p><small>Tags: <a href="http://technorati.com/tag/phpBB" rel="tag">phpBB</a>, <a href="http://technorati.com/tag/Spam" rel="tag"> Spam</a>, <a href="http://technorati.com/tag/phpBB+Spam" rel="tag"> phpBB Spam</a>, <a href="http://technorati.com/tag/Forum+Spam" rel="tag"> Forum Spam</a></small></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.broobles.com/blog/posts/61/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Borland Turbo Comeback - Same Old Mistake</title>
		<link>http://www.broobles.com/blog/posts/60</link>
		<comments>http://www.broobles.com/blog/posts/60#comments</comments>
		<pubDate>Fri, 11 Aug 2006 21:13:43 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
		
	<category>SoftwareDev</category>
		<guid>http://www.broobles.com/blog/posts/60</guid>
		<description><![CDATA[	Borland Turbo C/C++ and Turbo Pascal ruled the MS-DOS programming world during the 80s and early 90s. These were the compilers/IDEs that made it a joy to develop software and they occupy a special place in the hearts of many &#8220;older&#8221; programmers. It was therefore with great joy that I read about the Turbo series [...]]]></description>
			<content:encoded><![CDATA[	<p>Borland Turbo C/C++ and Turbo Pascal ruled the MS-DOS programming world during the 80s and early 90s. These were the compilers/IDEs that made it a joy to develop software and they occupy a special place in the hearts of many &#8220;older&#8221; programmers. It was therefore with great joy that I read about the Turbo series comeback Borland announced a couple of days ago. </p>
	<p>The <a href="http://www.turboexplorer.com/">Turbo series</a> will contain Delphi, C++, Delphi .NET and C# packages. If you&#8217;re using only one of these, you can use the Explorer version which is free. There is however a serious limitation, &#8220;Extensible and customizable IDE for hundreds of available pre-built IDE 3rd party plug-ins and components&#8221; is not available in the Explorer edition. This makes this free edition practically unusable for any serious development. And this is where Borland is making the same mistake as they did several times before. Expensive tools will never attract large amounts of followers, specially in today&#8217;s world of powerful opensource tools. I don&#8217;t see how Borland didn&#8217;t learn from the JBuilder vs Eclipse fiasco.</p>
	<p>I myself will probably continue using the (once) Free Delphi 6 Personal Edition which is a nicely stripped down version that fulfil all my Delphi programming needs and I&#8217;ll continue to eagerly wait for the day when I&#8217;ll be able to port my apps to <a href="http://www.lazarus.freepascal.org/">Lazarus</a>.</p>
	<p><small>Tags: <a href="http://technorati.com/tag/Delphi" rel="tag">Delphi</a>, <a href="http://technorati.com/tag/Turbo+Delphi" rel="tag"> Turbo Delphi</a>, <a href="http://technorati.com/tag/Turbo+Pascal" rel="tag"> Turbo Pascal</a>, <a href="http://technorati.com/tag/Borland" rel="tag"> Borland</a>, <a href="http://technorati.com/tag/Lazarus" rel="tag"> Lazarus</a>, <a href="http://technorati.com/tag/Turbo+C%2B%2B" rel="tag"> Turbo C++</a>, <a href="http://technorati.com/tag/Turbo+C%23" rel="tag"> Turbo C#</a></small></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.broobles.com/blog/posts/60/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>A General Backup Plan</title>
		<link>http://www.broobles.com/blog/posts/59</link>
		<comments>http://www.broobles.com/blog/posts/59#comments</comments>
		<pubDate>Sat, 05 Aug 2006 23:02:01 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
		
	<category>General</category>
		<guid>http://www.broobles.com/blog/posts/59</guid>
		<description><![CDATA[	We all have different computer usage patterns and therefore different backup demands. This post will explain the backup plan I have in place, I&#8217;m sure there&#8217;ll be people out there who will find this useful, and I&#8217;d appreciate any feedback that could improve the process. 
	A little bit of background. I am a heavy computer [...]]]></description>
			<content:encoded><![CDATA[	<p>We all have different computer usage patterns and therefore different backup demands. This post will explain the backup plan I have in place, I&#8217;m sure there&#8217;ll be people out there who will find this useful, and I&#8217;d appreciate any feedback that could improve the process. </p>
	<p>A little bit of background. I am a heavy computer user, using at least two computers every day, often more. As a hobby I develop software and create and manage websites. My <b>projects</b> change on a daily basis (I actually do work on them!) and so does my personal <b>documentation</b>, such as finances, passwords, reference and todo notes, etc. Since I need access to these at all times, a USB drive is a crucial part of my setup and is where my working copies are located. My <b>websites</b> must be backed up on a nightly basis. This includes the static content, databases and <a href="http://subversion.tigris.org">Subversion</a> repositories. I make enough <b>photos</b> to have to back them up once a week from my camera (not cutting edge backup, but good enough for me) and any new <b>music</b> should be backed up once a month, since I&#8217;d like a copy of it to survive all future disasters. All my <b>email</b> is stored on an IMAP server (<a href="http://www.fastmail.fm/mail/?STKI=67979">Fastmail.FM</a>), which is backed up locally with <a href="http://www.broobles.com/imapsize/">IMAPSize</a>.</p>
	<p>This is the diagram of my backup plan (click to enlarge):</p>
	<p><a href="http://www.broobles.com/blog/images/backup-plan-big.jpg"><img src="http://www.broobles.com/blog/images/backup-plan-small.jpg"/></a></p>
	<p><!--adsense#468x60--></p>
	<p>The main idea with creating a backup plan is understanding how often the data changes and what data is &#8220;priceless&#8221;, meaning that once lost, the data would be extremely hard or impossible to regenerate. For me, my software, my websites, my personal documents, my email and my photos are the priceless electronic stuff. This data changes on a daily basis and for it I maintain both an automatic daily online backup and several copies of monthly offline snapshots. </p>
	<p>Offline backups are performed on a monthly basis and include both a snapshot of my crucial data as well as less important data (can be found online) such as software, publicly available docs, etc.</p>
	<p>These are the tools and services I use:</p>
	<p>- <a href="http://www.2brightsparks.com/syncback/sbse-features.html">SyncBackSE</a> with powerful filtering options is used for moving everything to a centralized backup area on my main PC. I do this since my projects require some cleaning from unnecessary files (svn folders, build files, etc) before being backed up. This saves space and therefore backup times. </p>
	<p>- <a href="https://mozy.com/?ref=GWW948">Mozy</a> is an excellent online backup service which I&#8217;ve been using for the past few months. The Mozy agent is transparent and does it&#8217;s job very well. Mozy provides a free account with a generous 2GB, but also provides paid accounts in case you need more space.</p>
	<p>- <a href="http://www.fastmail.fm/mail/?STKI=67979">Fastmail.FM</a> is my email service provider. With a 2GB IMAP store my live email system is also my main email backup area (I&#8217;ve been with Fastmail for almost 5 years and they have earned my trust). However, I do backup up my email locally with a scheduled automatic backup every week with <a href="http://www.broobles.com/imapsize/">IMAPSize</a> and monthly to a DVD. Fastmail also provides me with 1GB of flexible file storage which I use in case I need to share files online. </p>
	<p>- For backing up my websites I use the widely available scripts for automatic backups. Even though I&#8217;m extremely satisfied with my main host <a href="http://www.asmallorange.com/services/hosting/index.php?refer=coohle">A Small Orange</a> and I do trust their backup strategy, I feel much better knowing that I have my own backups in case something goes terribly wrong. I keep two copies of my live websites at every time. One is the latest nightly backup and the other is the weekly backup, which is a Sunday&#8217;s copy of the daily backup. Due to space limitations I can&#8217;t afford to have more than two full backups, so this is a compromise I made. Ideally, at least a week of daily backups should be kept in case the latest backup is messed up for some reason.</p>
	<p>In summary, all my important data is backed up automatically on a daily basis. An exception are photos and the address book in my phone, since these currently require my manual intervention. Once a month I perform the big offline backup to DVDs. </p>
	<p><small>Tags: <a href="http://technorati.com/tag/Backup" rel="tag">Backup</a>, <a href="http://technorati.com/tag/Online+Backup" rel="tag"> Online Backup</a>, <a href="http://technorati.com/tag/Mozy" rel="tag"> Mozy</a>, <a href="http://technorati.com/tag/SyncBack" rel="tag"> SyncBack</a>, <a href="http://technorati.com/tag/IMAPSize" rel="tag"> IMAPSize</a>, <a href="http://technorati.com/tag/Fastmail" rel="tag"> Fastmail</a>, <a href="http://technorati.com/tag/Email+Backup" rel="tag"> Email Backup</a></small></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.broobles.com/blog/posts/59/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Temporary GMail problems sending to google@[yourdomain]</title>
		<link>http://www.broobles.com/blog/posts/58</link>
		<comments>http://www.broobles.com/blog/posts/58#comments</comments>
		<pubDate>Sat, 05 Aug 2006 19:01:54 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
		
	<category>Email</category>
		<guid>http://www.broobles.com/blog/posts/58</guid>
		<description><![CDATA[	This turned out to be a temporary glitch with GMail, but still an interesting one. I accidentally noticed it since all my email from my GMail account is routed to a &#8220;google@&#8221; address on a domain I use exclusively for email. For a few hours today, all emails sent from my GMail account to a [...]]]></description>
			<content:encoded><![CDATA[	<p>This turned out to be a temporary glitch with GMail, but still an interesting one. I accidentally noticed it since all my email from my GMail account is routed to a &#8220;google@&#8221; address on a domain I use exclusively for email. For a few hours today, all emails sent from my GMail account to a &#8220;google&#8221; account on any of my domains were being bounced back. For example, sending an email to <b>google</b>@broobles.com bounced back with the following message:</p>
	<p><code><br />
----<br />
This is an automatically generated Delivery Status Notification<br />
Delivery to the following recipient failed permanently:</p>
	<p>    google@broobles.com</p>
	<p>Technical details of permanent failure:<br />
PERM_FAILURE: DNS Error: DNS server returned answer with no data<br />
----<br />
</code></p>
	<p>Sending an email to <b>google1</b>@broobles.com a few seconds later worked just fine. I was able to repeat this several times during the past few hours, however the issue now seems to be resolved. Obviously, I couldn&#8217;t perform too many tests, but I did try a few involving &#8220;google&#8221; and &#8220;gmail&#8221; and the only one that consistently failed was <b>google</b>@broobles.com.</p>
	<p>I wonder what type of DNS server is used internally by GMail and why it had problems extracting a domain from an email address addressed to a &#8220;google&#8221; account on a valid domain.</p>
	<p><small>Tags: <a href="http://technorati.com/tag/GMail" rel="tag">GMail</a>, <a href="http://technorati.com/tag/Google" rel="tag"> Google</a>, <a href="http://technorati.com/tag/DNS" rel="tag"> DNS</a>, <a href="http://technorati.com/tag/MX" rel="tag"> MX</a></small></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.broobles.com/blog/posts/58/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Domain Research Tool</title>
		<link>http://www.broobles.com/blog/posts/56</link>
		<comments>http://www.broobles.com/blog/posts/56#comments</comments>
		<pubDate>Fri, 21 Jul 2006 20:53:06 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
		
	<category>Domains</category>
		<guid>http://www.broobles.com/blog/posts/56</guid>
		<description><![CDATA[	Following up on my previous post about finding interesting expired domains, I&#8217;ve been looking at Domain Research Tool (DRT) for some time now and decided to give it a go and buy it. It is a pricey tool, but offers powerful features and there is a real potential for a quick return of investment. So, [...]]]></description>
			<content:encoded><![CDATA[	<p>Following up on my previous post about finding interesting expired domains, I&#8217;ve been looking at <a href="http://www.domainresearchtool.com/cgi-bin/aff.pl?id=129">Domain Research Tool</a> (DRT) for some time now and decided to give it a go and buy it. It is a pricey tool, but offers powerful features and there is a real potential for a quick return of investment. So, what does it do? </p>
	<p>It is designed for bulk scanning of huge lists of domains and applying all sorts of useful checks on all domains. For example, you can import the list of all domains that have been dropped today (or even a full zone file!) and check their Google PR, number of backlinks, Alexa traffic, Overture rankings, etc. You can filter the domain list by keywords, domain length, hyphen existence, existence of numbers, etc, but oddly enough you can&#8217;t filter a list after a scan without clearing the list. There are several such examples of poor usability throughout the application, which show that it hasn&#8217;t yet matured fully.</p>
	<p><!--adsense--></p>
	<p>DRT performs the scans through proxies which means that your IP doesn&#8217;t get banned for performing a huge amount of searches. It also supports a &#8220;Turbo mode&#8221;, which is basically a cache of domain related data resulting in queries made by other DRT users. This cache is stored on the product&#8217;s server. The idea is great, but I&#8217;m yet to see this turbo in action - running full scans is quite slow and I don&#8217;t believe none of the DRT users has never run the same scans as I do.</p>
	<p>Apart from searching for domains, DRT can be used for managing your personal domain portfolio and keeping domain watch lists. The weird thing is that these lists are not persisted across sessions, as if I have dozens of domain portfolios or watch lists and need to have them organized in files!?</p>
	<p>All in all, the tool is expensive but powerful and useful and can pay itself back relatively quickly. The good thing about it being expensive is that not many people will have it, which puts you ahead of the game. The downside are some usability issues, I hope the author will work on resolving these and making it a joy to use.</p>
	<p><small>Tags: <a href="http://technorati.com/tag/Expired+Domains" rel="tag">Expired Domains</a>, <a href="http://technorati.com/tag/Domain+Tool" rel="tag"> Domain Tool</a></small></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.broobles.com/blog/posts/56/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>How To Find Good Expired Domains</title>
		<link>http://www.broobles.com/blog/posts/55</link>
		<comments>http://www.broobles.com/blog/posts/55#comments</comments>
		<pubDate>Sat, 08 Jul 2006 11:32:43 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
		
	<category>Domains</category>
		<guid>http://www.broobles.com/blog/posts/55</guid>
		<description><![CDATA[	Every day thousands of domains expire and are available for anyone to register them. A good portion of these domains were once in use, which means that they have links pointing at them, they might have a Google Pagerank assigned and some might even be included in DMOZ or the Yahoo! Directory. Buying a domain [...]]]></description>
			<content:encoded><![CDATA[	<p>Every day thousands of domains expire and are available for anyone to register them. A good portion of these domains were once in use, which means that they have links pointing at them, they might have a Google Pagerank assigned and some might even be included in <a href="http://www.dmoz.org/">DMOZ</a> or the <a href="http://dir.yahoo.com/">Yahoo! Directory</a>. Buying a domain with a previous history means that you might get some traffic to your new domain from the first day, without any marketing effort. </p>
	<p>Many domainers buy dropped domains to park them and collect revenue from any visitors they may get. There are expensive tools out there which allow you to find expiring domains with potentially good traffic and such domains are usually bought through one of the drop catchers (SnapNames, Pool.com, etc). If the domain is good and several people have reserved the name there&#8217;s an auction involved. As you can see, buying excellent domains requires time and dedication. </p>
	<p><!--adsense--></p>
	<p>However, even with the best dropped domains being cought by professional domain catchers, there&#8217;s a lot of domains which remain deleted and are available for buying. So, how do you find these without paying for an expensive tool? Have a look at <a href="http://www.odditysoftware.com/page-dailydomains.htm">Free Daily Deleted and Expiring Domains List</a>. The list is organized by days, and you can list domains for each day based on your favourite search criteria, just click on the Google PR, Alexa or another link for <i>today</i> or another day of interest and watch the list of domains appear in front of you. Note that the best domains will already have been re-registered by domain catchers (do a Whois to find out), but there&#8217;s always quite a few of them still available. Note that the process is slow, but it&#8217;s good enough for the price (free).</p>
	<p>Few things to note:</p>
	<p>If you are planning on developing a domain (builiding a website for it) be aware that the Google PR might be lost during the next PR update, so IMO it&#8217;s better to look for domains with an existing Alexa rating (which indicates existing traffic) and those which are listed in the two major directories.</p>
	<p>You have to be careful and know what you want to do with these domains since you shouldn&#8217;t expect much revenue from just parking them. More about this in another post. Until then, happy domain hunting <img src='http://www.broobles.com/blog/wp-images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
	<p><small>Tags: <a href="http://technorati.com/tag/Domains" rel="tag">Domains</a>, <a href="http://technorati.com/tag/Dropped+Domains" rel="tag"> Dropped Domains</a>, <a href="http://technorati.com/tag/Expired+Domains" rel="tag"> Expired Domains</a>, <a href="http://technorati.com/tag/Domain+Catcher" rel="tag"> Domain Catcher</a></small></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.broobles.com/blog/posts/55/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Good Hosting Companies</title>
		<link>http://www.broobles.com/blog/posts/54</link>
		<comments>http://www.broobles.com/blog/posts/54#comments</comments>
		<pubDate>Thu, 06 Jul 2006 21:00:53 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
		
	<category>Web Services</category>
		<guid>http://www.broobles.com/blog/posts/54</guid>
		<description><![CDATA[	After two years of hosting with Doorhost.net I was forced to change hosts since the company was sold and the new owners (IHSystem.com) ruined the service overnight by providing no support and leaving the servers to run mostly on their own with harsh consequences. There were several cases of servers being down for a few [...]]]></description>
			<content:encoded><![CDATA[	<p>After two years of hosting with Doorhost.net I was forced to change hosts since the company was sold and the new owners (IHSystem.com) ruined the service overnight by providing no support and leaving the servers to run mostly on their own with harsh consequences. There were several cases of servers being down for a few hours a day.</p>
	<p>So, I spent some time searching around. I was mainly interested in a reliable host with a good reputation, knowledgeable support, a user forum, ssh access, possibility for multiple add-on domains, with around 500MB of space and 30GB bandwidth. Python 2.4 (as opposed to the usual 2.2), Ruby on Rails and Subversion would be a big bonus.</p>
	<p>After quite a bit of searching on <a href="http://www.findmyhosting.com/">FindMyHosting.com</a> and reading the <a href="http://www.webhostingtalk.com/">WebHostingTalk</a> forum, I narrowed the list down to the following hosts:</p>
	<p><!--adsense--></p>
	<ul>
	<li><a href="http://www.dotable.com">Dotable.Com</a></li>
	<li><a href="http://www.asmallorange.com">A Small Orange</a></li>
	<li><a href="http://www.hostgator.com">Hostgator</a></li>
	<li><a href="http://www.site5.com">Site5</a></li>
	</ul>
	<p>These are all very fine, highly respectable hosts, although Site5 seems to be having some hickups lately. Hostgator is the most recommended one around but it doesn&#8217;t offer ssh which is a must for me so my choice dropped down to ASO (A Small Orange) and Dotable.Com. I wrote to both of them with questions about the service, and both replied with detailed and fast replies. I chose ASO because they are more developer oriented and offer Subversion and Ruby on Rails. They are also a bit cheaper, but this is due to the reseller nature of all Dotable accounts, which I do not require at this point in time. However, Dotable remains a service to consider in the future. They left a very positive impression.</p>
	<p>A few days ago I started migrating all my major sites to ASO and it&#8217;s been an easy transition and a very smooth ride since. The speed is great (isn&#8217;t it?) and I have my peace of mind back. I will report back in a few months with longer term impressions.</p>
	<p><small>Tags: <a href="http://technorati.com/tag/Hosting" rel="tag">Hosting</a>, <a href="http://technorati.com/tag/ASO" rel="tag"> ASO</a>, <a href="http://technorati.com/tag/A+Small+Orange" rel="tag"> A Small Orange</a>, <a href="http://technorati.com/tag/Hostgator" rel="tag"> Hostgator</a>, <a href="http://technorati.com/tag/Dotable.Com" rel="tag"> Dotable.Com</a>, <a href="http://technorati.com/tag/Site5" rel="tag"> Site5</a></small></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.broobles.com/blog/posts/54/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>A Quick Basic Site Check</title>
		<link>http://www.broobles.com/blog/posts/53</link>
		<comments>http://www.broobles.com/blog/posts/53#comments</comments>
		<pubDate>Wed, 31 May 2006 06:02:58 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
		
	<category>Webmaster</category>
		<guid>http://www.broobles.com/blog/posts/53</guid>
		<description><![CDATA[	There are many junk websites being offered for sale nowadays. It is therefore important to have a tool which would be able to give you a very quick overview of a site, something like it&#8217;s age, alexa ranking, number of backlinks and it&#8217;s homepage pagerank. iWebTool has exactly that, they call it &#8220;All-in-one Lookup&#8221;. In [...]]]></description>
			<content:encoded><![CDATA[	<p>There are many junk websites being offered for sale nowadays. It is therefore important to have a tool which would be able to give you a very quick overview of a site, something like it&#8217;s age, alexa ranking, number of backlinks and it&#8217;s homepage pagerank. <a href="http://www.iwebtool.com/">iWebTool</a> has exactly that, they call it &#8220;All-in-one Lookup&#8221;. In just a couple of seconds it list this information, which allows you to decide if you want to investigate the site further or not. It&#8217;s a time saver.</p>
	<p>Tip: To make things even faster, you can lookup any site by going to http://www.iwebtool.com/domain.tld directly. If you&#8217;re using Opera or Firefox, you can create a customized search and make this lookup process even faster (so, you just type something like &#8220;iwt domain.tld&#8221;).
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.broobles.com/blog/posts/53/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>My Wine Diary</title>
		<link>http://www.broobles.com/blog/posts/52</link>
		<comments>http://www.broobles.com/blog/posts/52#comments</comments>
		<pubDate>Tue, 30 May 2006 01:35:17 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
		
	<category>General</category>
		<guid>http://www.broobles.com/blog/posts/52</guid>
		<description><![CDATA[	Just a quick note for those among you who enjoy wine, I&#8217;ve started a wine diary a couple of weeks ago. It&#8217;s a mix of wine tasting notes and wine software and web sites. I like it  
	Also started a small experiment, called &#8220;A Wine Blog&#8220;, it will be interesting to see how it [...]]]></description>
			<content:encoded><![CDATA[	<p>Just a quick note for those among you who enjoy wine, I&#8217;ve started a <a href="http://www.awinediary.com/">wine diary</a> a couple of weeks ago. It&#8217;s a mix of wine tasting notes and wine software and web sites. I like it <img src='http://www.broobles.com/blog/wp-images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
	<p>Also started a small experiment, called &#8220;<a href="http://www.awineblog.com/">A Wine Blog</a>&#8220;, it will be interesting to see how it develops.</p>
	<p><small>Tags: <a href="http://technorati.com/tag/Wine+Blog" rel="tag">Wine Blog</a>, <a href="http://technorati.com/tag/Wine+Diary" rel="tag"> Wine Diary</a>, <a href="http://technorati.com/tag/Wine+Websites" rel="tag"> Wine Websites</a>, <a href="http://technorati.com/tag/Wine+Sites" rel="tag"> Wine Sites</a></small></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.broobles.com/blog/posts/52/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
