<?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>:: TechBlog :: &#187; internet</title>
	<atom:link href="http://techblog.touchbasic.com/html/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.touchbasic.com/html</link>
	<description>Techblog is collection of articles covering a wide variety of tech related topics including: Linux, Microsoft, Google, web development, web design, open source, wordpress, security, and more.</description>
	<lastBuildDate>Fri, 06 May 2011 00:58:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows Metafile Crib Sheet</title>
		<link>http://techblog.touchbasic.com/html/windows-metafile-crib-sheet/</link>
		<comments>http://techblog.touchbasic.com/html/windows-metafile-crib-sheet/#comments</comments>
		<pubDate>Wed, 04 Jan 2006 20:02:44 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[bug-fix]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wmf]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=160</guid>
		<description><![CDATA[[ page last updated: Jan. 06, 2006. ] [ update: Microsoft has finally released it's Security update for WMF vulnerability. To apply the patch, simply visit the Windows Update web site, automatically scan for updates and install. ] Thanks Fuzzie for bringing this to my attention. The purpose of this article is to clearly lay [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#bbb;margin-bottom:15px;">[ page last updated: Jan. 06, 2006. ]</span></p>
<p style="margin-bottom:15px;">[ <span class="under">update</span>: Microsoft has finally released it's <a href="http://www.microsoft.com/athome/security/update/bulletins/200601_WMF.mspx">Security update for WMF vulnerability</a>. To apply the patch, simply visit the Windows Update web site, automatically scan for updates and install. ] <span style="color:#bbb;">Thanks <a style="color:#bbb;" href="http://techblog.touchbasic.com/html/windows-metafile-crib-sheet/#comments">Fuzzie</a> for bringing this to my attention.</span></p>
<p>The purpose of this article is to clearly lay out all the information i could find on the recent Windows exploit, namely the WMF (Windows Metafile) vulnerability. Instead of adding to the current state of panic, my hope is that this post will help to clear up some of the apparent contradictions surrounding this issue and provide a kind of reference in the decision making process (ie: overall severity and what actions to take).</p>
<p>I&#8217;ll begin with a brief overview of the current state of affairs:</p>
<p>A Windows Metafile (WMF) &#8211; is a 16-bit metafile that can be used by all versions of Windows to display a picture. Similar to a .jpeg, .gif or bitmap.</p>
<p>A Metafile &#8211; is simply a list of commands that can be executed to draw a graphic. Normally, these commands are used to style objects such as lines, polygon and text. In this case, the WMF is being used to trigger potentially malicious code (ex: trojans).</p>
<p>For more background on Windows Metafile you can read the Wikipedia definition <a href="http://en.wikipedia.org/wiki/Windows_Metafile">here</a>.</p>
<p>i was also planning on quickly going over the events that have unfolded in reaction to the news about the widespread potential of this type of exploit. However, it turns out that the Wikipedia, once again, has done this job for me (and probably better than i could have done). If you&#8217;re late on the scene for this whole thing, i recommend you spend a few minutes reviewing <a href="http://en.wikipedia.org/wiki/Windows_Metafile_vulnerability">that page</a> as well.</p>
<p>Still, here&#8217;s a short list of the key points related to the most recent Windows Metafile Vulnerability: </p>
<ul>
<li>First reports of affected computers: December 28, 2005. [more info <a href="http://www.viruslist.com/en/alerts?alertid=176701669">here</a> and <a href="http://www.freshnews.com/news/computers-internet/article_29005.html">here</a>]</li>
<li>List of Vulnerable Systems: All versions of Windows. [ see full list <a href="http://www.securityfocus.com/bid/16074/info">here</a> ]</li>
<li>How it spreads: via email attachments [ although Microsoft is now <a href="http://www.securityfocus.com/archive/1/420770">saying otherwise</a> ] or even just loading a website with WMF graphics. Read more <a href="http://castlecops.com/a6445-WMF_Exploit_FAQ.html">here</a>.</li>
</ul>
<p>There seems to be some uncertainty surrounding the list of vulnerable systems. Some sources believe that older systems like Win95/98 and even WinME/2K can not easily be exploited in this manner. Read <a href="http://castlecops.com/t143179-WMF_Exploit_Major_Revision_In_Vulnerable_System_List.html">here</a>, <a href="http://www.grc.com/x/news.exe?utag=&#038;group=grc.securitynow&#038;xrelated=772&#038;cmd_last=+Prev+">here</a> and <a href="http://castlecops.com/t143163-Win98SE_will_not_install_the_WMF_HotFix.html">here</a> for more info.</p>
<p>Protection against this exploit -</p>
<ul>
<li>The Workaround according to Microsoft: unregistering the dll [ type: "regsvr32.exe /u shimgvw.dll" in the command prompt ]</li>
<li>The Unofficial Patch: by Ilfak Guilfanov version1.4 can be found <a href="http://www.grc.com/miscfiles/wmffix_hexblog14.exe">here</a>.</li>
<li>The Unofficial Patch: based on the fix by Ilfak Guilfanov can be found <a href="http://isc.sans.org/diary.php?compare=1&#038;storyid=1010">here</a>. [ .msi installer version 1.4 ]</li>
<li>The Unofficial Patch: developed by ESET version1.1 can be found <a href="http://www.eset.com/download/wmfpatch11.zip">here</a>. [ updated: Jan. 05, 2006. ( source: <a href="http://www.eweek.com/article2/0,1759,1908014,00.asp?kc=EWRSS03129TX1K0000614">eWEEK.com</a> ) ]</li>
</ul>
<p>The best description of what these fixes actually do to your system can be found <a href="http://www.section66.com/handlers/WMF.pdf">here</a> [.pdf format]</p>
<p>Additional Notes -</p>
<ul>
<li>This is not an actual virus outbreak [it is an exploit, meaning just leaving your pc online but unpatched does not guarantee that you will be attacked].</li>
<li>Some people have reported minor &#8220;issues&#8221; related to installing this patch such as <a href="http://seclists.org/lists/fulldisclosure/2006/Jan/0058.html">printing problems</a>.</li>
<li>There is already a Microsoft patch available that is a pre-release which leaked onto the internet this morning and is said to be tested on Winxp/2k3 systems, but every link i&#8217;ve found was broken and had the file taken offline. For those interested, the file was named WindowsXP-KB912919-x86-ENU.exe and i&#8217;m sure it will surface again sooner or later.</li>
<li>McAfee has added <a href="http://vil.nai.com/vil/content/v_137760.htm">WMF exploit detection</a> to its latest DAT file, which can detect exploits created by <a href="http://vil.nai.com/vil/content/v_137846.htm">this tool</a>.</li>
<li>ESET claims its <a href="http://www.eset.com/download/trial.htm">NOD32 anti-virus</a> stops hackers from using all 206/206 tested WMF vulnerability exploits. They offer a 30-day trial version of their software which would protect you from this exploit &#8220;without having to take any special actions&#8221;, according to ESET (presumably until Microsoft releases an official fix). [ updated: Jan. 05, 2006. ]</li>
</ul>
<p>That&#8217;s all i could find at this time. Hope it helps in some way.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/windows-metafile-crib-sheet/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Netvibes is on the move again</title>
		<link>http://techblog.touchbasic.com/html/netvibes-is-on-the-move-again/</link>
		<comments>http://techblog.touchbasic.com/html/netvibes-is-on-the-move-again/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 06:07:57 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[netvibes]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[to-do-lists]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web based]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[yahoo mail]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=159</guid>
		<description><![CDATA[The Netvibes team seems to like to put out features in large spurts. A few months ago i wrote about 4 awesome new features added in 7 days, yesterday i noticed a whole lot more. Now there&#8217;s even more new features and upgrades to existing modules. i&#8217;ve since registered for an account and log in [...]]]></description>
			<content:encoded><![CDATA[<p>The Netvibes team seems to like to put out features in large spurts. A few months ago i wrote about <a href="http://techblog.touchbasic.com/html/netvibes-4-new-features-in-7-days/">4 awesome new features added in 7 days</a>, yesterday i noticed a whole lot more. Now there&#8217;s even more new features and upgrades to existing modules. i&#8217;ve since registered for an account and log in on a regular basis. All in all, my Netvibes page is getting pretty intense.</p>
<p>Here&#8217;s a breakdown of all the new features added or upgraded since my previous post:</p>
<ol>
<li>Compatibility with Opera web browser [ December 12, 2005 ]</li>
<li>To Do list module &#8211; i love this one &#8211; [ December 30, 2005 ]</li>
<li>Yahoo mail module &#8211; similar to the Gmail module &#8211; [ January 2, 2006 ]</li>
<li>Gmail module upgrade &#8211; set a title and no. of items to display &#8211; [ January 2, 2006 ]</li>
<li>To Do list upgraded &#8211; set a title and color, and more &#8211; [ January 2, 2006 ]</li>
<li>POP IMAP module &#8211; secure connections, webmail URL, more &#8211; [ January 2, 2006 ]</li>
<li>RSS module upgraded &#8211; set a color for each feed &#8211; [ January 2, 2006 ]</li>
</ol>
<p>You&#8217;ll notice that all but the first 2 features/upgrades were actually added on the same day. i am consistently impressed with the rate at which Netvibes puts out new modules. it seems they&#8217;re really on to something here. i&#8217;m sure that there&#8217;s definitely room for many more interesting modules in the near future.</p>
<p>On a side note, i remember when the Gmail module was first added to Netvibes. At the time, i didn&#8217;t even have a Gmail account yet. Back then i was thinking to myself, i wish Netvibes had that feature for Yahoo Mail. It&#8217;s funny, because now that they do offer the Yahoo Mail module, i realized that yahoo.com domains don&#8217;t get free POP access (although apparently many international yahoo domains do. &#8211; ie: yahoo.fr) &#8211; so i wouldn&#8217;t have been able to use the module even if it was available, and i still can&#8217;t use it. Here&#8217;s to hoping that Yahoo catches on to this problem, because this is not the first time i&#8217;ve had the opportunity to access my POP account from a different web based service/software and haven&#8217;t been able to. As i have mentioned before, i am slowly moving over to from Yahoo Mail to Gmail &#8211; and no POP access is one of my main reasons for doing this. i know that Yahoo Mail is in the process of getting a complete overhaul, but this is all happening behind the scenes and i&#8217;m just not sure how much longer i can wait.</p>
<p>Anyway, i&#8217;ll probably set up the POP IMAP module and test it out next. i&#8217;ve already been using the To Do list module for a little while and find that this is a great addition to the Netvibes content set. I&#8217;ve always felt that a full-blown desktop app for something as trivial as a To Do list was overkill. Here&#8217;s the perfect solution. Overall, there are probably a lot more situations like this involving bloated softwares, etc. And i think that if the folks at Netvibes can keep this in mind, they&#8217;ll likely find inspiration for many more modules. Nevertheless, from the looks of things, i get the impression they aren&#8217;t having too many problems in the inspiration department.</p>
<p>For more info and all the latest news you can visit the <a href="http://www.netvibes.com/blog/">Netvibes blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/netvibes-is-on-the-move-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Information overload sucks and RSS</title>
		<link>http://techblog.touchbasic.com/html/information-overload-sucks-and-rss/</link>
		<comments>http://techblog.touchbasic.com/html/information-overload-sucks-and-rss/#comments</comments>
		<pubDate>Mon, 02 Jan 2006 22:48:23 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[aggregators]]></category>
		<category><![CDATA[feed readers]]></category>
		<category><![CDATA[information overload]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[searchfox]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=158</guid>
		<description><![CDATA[There seems to be some kind of backlash building up against the widely popularized RSS feed format. Most recently, an article posted by Paul Kedrosky entitled: &#8220;RSS Sucks&#8221; caught my eye. Ironically, i noticed his article because i was browsing around in my RSS reader. I use SearchFox primarily, and without it i honestly don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>There seems to be some kind of backlash building up against the widely popularized RSS feed format. Most recently, an article posted by Paul Kedrosky entitled: &#8220;<a href="http://paul.kedrosky.com/archives/002319.html">RSS Sucks</a>&#8221; caught my eye. Ironically, i noticed his article because i was browsing around in my RSS reader. I use <a href="http://rss.searchfox.com/">SearchFox</a> primarily, and without it i honestly don&#8217;t think i would have ever seen his post. I also saw a post by Greg Linden called: &#8220;<a href="http://glinden.blogspot.com/2006/01/rss-sucks-and-information-overload.html">RSS sucks and information overload</a>&#8221; which was in response to Kedrosky&#8217;s article.</p>
<p>As you may have noticed, the title of this post is a deliberate play on Linden&#8217;s title. While i agree with him that Kedrosky seems to have totally missed the point of RSS (ie: you don&#8217;t blame a data format), i don&#8217;t think that all feed readers are the same. And so, Linden&#8217;s title still seems a little misleading to me. We both agree that the problem here is definitely software and i know of at least one feed reader that solves most of the problems described in Kedrosky&#8217;s post. Again, i&#8217;m talking about SearchFox.</p>
<p>As Linden has pointed out:</p>
<blockquote><p>&#8220;RSS is just a data format after all. The problem is that the current generation of feed readers merely reformat RSS for display. They don&#8217;t do anything else, no prioritization, no filtering, no help dealing with the flood of information.&#8221;</p></blockquote>
<p>I&#8217;m not going to deny the growing problems posed by information overload. But, in my opinion, SearchFox is a &#8220;next generation&#8221; feed reader designed with machine learning technology that both prioritized and filters information similar to the way <a href="http://findory.com">Findory</a> learns to assume what articles you&#8217;re going to be most interested in. The difference is, and this is why i hesitate to even compare SearchFox to Findory <span style="color:#ccc;">[<a style="color:#ccc;" href="http://techblog.touchbasic.com/html/3-week-shakedown-2-rss-readers-remain/#comments">see previous comments posted between Greg and I</a>]</span>, the latter doesn&#8217;t let you choose your sources.</p>
<p>So, to go back to a common analogy that surrounds RSS: &#8220;We are drowning in information&#8221; [<em>borrowed from <a href="http://glinden.blogspot.com/2006/01/rss-sucks-and-information-overload.html">Greg's post</a></em>]. To this i would have to say: </p>
<blockquote><p>i&#8217;d rather be drowning in an ocean of my own design.</p></blockquote>
<p>oh, or maybe i&#8217;d also say:</p>
<blockquote><p>Nobody forced you to swim over to the deep end of the pool. (that one sounds pretty mean though.)</p></blockquote>
<p><span style="color:#ccc;margin-bottom:15px;">[ For a more in depth comparison of feed readers (including SearchFox) you can read:"<a style="color:#ccc;" href="http://techblog.touchbasic.com/html/3-week-shakedown-2-rss-readers-remain/">3 week shakedown, 2 RSS readers remain.</a>", which is itself a follow up to an earlier post entitled:<a style="color:#ccc;" href="http://techblog.touchbasic.com/html/1-week-comparison-searchfox-feedster-pluck-bloglines-rojo-and-newsgator/">1 week comparison: SearchFox, Feedster, Pluck, Bloglines, Rojo, and NewsGator</a>", which is itself a follow up to an earlier post entitled:  "<a style="color:#ccc;" href="http://techblog.touchbasic.com/html/so-you-think-you-can-rss-how/">So you think you can RSS? How</a>", which is itself a follow up to an even earlier post entitled: "<a style="color:#ccc;" href="http://techblog.touchbasic.com/html/so-you-think-you-can-rss-why/">So you think you can RSS? Why</a>". ]</span></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/information-overload-sucks-and-rss/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Quest for the holy Web Host</title>
		<link>http://techblog.touchbasic.com/html/quest-for-the-holy-web-host/</link>
		<comments>http://techblog.touchbasic.com/html/quest-for-the-holy-web-host/#comments</comments>
		<pubDate>Fri, 09 Dec 2005 02:45:20 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[hosting providers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=156</guid>
		<description><![CDATA[[ page last updated: Dec. 10, 2005. ] So i&#8217;m on a new mission: find a web hosting provider that meets my current requirements, test a couple out and slowly move over some of my current domains to said provider. i figured that i&#8217;d document my research and post it for any who might be [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#bbb;margin-bottom:15px;">[ page last updated: Dec. 10, 2005. ]</span></p>
<p>So i&#8217;m on a <span class="under">new mission</span>: find a web hosting provider that meets my current requirements, test a couple out and slowly move over some of my current domains to said provider. i figured that i&#8217;d document my research and post it for any who might be in a similar situation. i&#8217;ll begin with a brief list of my requirements, followed by a summary of the hosting services being considered and compared. Lastly, i am going to try and sort out various features and determine which service would likely be the best match for my needs.</p>
<p><strong>Key web hosting features (required):</strong></p>
<ol>
<li>multiple domain add-ons (at least 15)</li>
<li>unlimited mysql databases (or minimum 50)</li>
<li>1 Gb disk space or more</li>
<li>no restrictions on email addresses, forwarding, autoresponders, mailing lists, etc.</li>
<li>cpanel, with file manager, disk usage viewer, directory protection, etc.</li>
<li>some type of backup (full site backups as well as individual mysql db backups)</li>
<li>general domain management (including unlimited subdomains)</li>
<li>lots of stats (site-wide stats, subdomain stats, overall bandwidth usage, etc.)</li>
<li>other features: phpmyAdmin, ftp access, ssh shell</li>
</ol>
<p>Many of the features mentioned above come standard with a mid-range web hosting plan priced at approximately $15.00US per month. Other features such as multiple domain add-ons will likely be harder to find in a plan of this price range. i&#8217;ll probably have to make some compromises here and there. The objective is to match as many of these features with one of the following provider&#8217;s hosting plans.</p>
<p><span id="more-156"></span></p>
<p><strong>Here are the web hosting providers being considered for this comparison:</strong></p>
<ul>
<li><a href="http://www.ixwebhosting.com">IX Web Hosting</a></li>
<li><a href="http://www.startlogic.com">StartLogic</a></li>
<li><a href="http://www.globat.com">Globat Web Hosting</a></li>
<li><a href="http://www.clear-data.com">Clear-Data Internet Services</a></li>
<li><a href="http://smallbusiness.yahoo.com/webhosting/">Yahoo Small Business Web Hosting</a></li>
<li><a href="http://www.site5.com/">Site5.com</a></li>
<li><a href="http://www.pagesgarden.com">PagesGarden</a></li>
<li><a href="http://www.hostgator.com/">HostGator</a> [ <span class="under">update</span>: added Dec.10/05 ]</li>
<li><a href="http://www.asmallorange.com/">A Small Orange</a> [ <span class="under">update</span>: added Dec.10/05 ]</li>
</ul>
<div style="margin-top:50px;height:150px;">
<div style="float:left;height:150px;width:200px;margin-right:25px;"><strong>IX Web Hosting -</strong><br />
plan: <a href="http://www.ixwebhosting.com/index.php/home.dspPage/page/info.dspProductValuePlan">ix Value Plan</a><br />
price: $12.99/month<br />
disk space: 10Gb<br />
domain add-ons: 4<br />
MySQL DBs: 4</div>
<p><strong>trade off</strong> &#8211; only 4 domain add-ons and 4 MySQL DBs.<br />
<strong>extras</strong> &#8211; aside from tons of disk space, this plan includes a free domain name registration, 50Gb bandwidth per month, unlimited email/ftp accounts, and 99.9% uptime.<br />
<strong>verdict</strong> &#8211; probably not enough to make the cut
</div>
<div style="height:150px;">
<div style="float:left;height:150px;width:200px;margin-right:25px;"><strong>StartLogic -</strong><br />
plan: <a href="http://www.startlogic.com/products_virtualserver.html">Virtual Server</a><br />
price: $14.95/month<br />
disk space: 5 Gb<br />
domain add-ons: YES<br />
MySQL DBs: YES</div>
<p><strong>trade off</strong> &#8211; none.<br />
<strong>extras</strong> &#8211; ssh shell, 100Gb bandwidth per month, unlimited email/ftp accounts, and backups on demand.<br />
<strong>verdict</strong> &#8211; maybe, but the info on the site is a bit confusing. will have to email for more details.
</div>
<div style="height:150px;">
<div style="float:left;height:150px;width:200px;margin-right:25px;"><strong>Globat Web Hosting &#8211; </strong><br />
plan: <a href="http://www.globat.com/packages/index.php?packages=terabytet02">Terabyte Packageâ„¢ T02</a><br />
price: $14.95/month<br />
disk space: 15 Gb<br />
domain add-ons: ? (unclear)<br />
MySQL DBs: YES</div>
<p><strong>trade off</strong> &#8211; unclear how many  domain add-ons. looks like only one, with the option to buy more (up to 5 domains)<br />
<strong>extras</strong> &#8211; offers the most disk space of the plans being considered, unlimited email/ftp accounts.<br />
<strong>verdict</strong> &#8211; probably shouldn&#8217;t even be on this list but.. 15Gb, so..
</div>
<div style="height:150px;">
<div style="float:left;height:150px;width:200px;margin-right:25px;"><strong>Clear-Data -</strong><br />
plan: <a href="http://www.clear-data.com/services/web.php">Gold</a><br />
price: $15.00/month<br />
disk space: 1Gb<br />
domain add-ons: 12<br />
MySQL DBs: 12</div>
<p><strong>trade off</strong> &#8211; only 12 domain add-ons and 12 MySQL DBs. also, only 24 email/ftp account (unlimited forwarders)<br />
<strong>extras</strong> &#8211; weekly backups, ssh shell, 25Gb bandwidth per month.<br />
<strong>verdict</strong> &#8211; not bad, but probably not enough to be the one.
</div>
<div style="height:150px;">
<div style="float:left;height:150px;width:200px;margin-right:25px;"><strong>Yahoo Web Hosting -</strong><br />
plan: <a href="http://smallbusiness.yahoo.com/webhosting/wh2.php?d=1">Web Hosting  STANDARD</a><br />
price: $14.96/month<br />
disk space: 10Gb<br />
domain add-ons: ? (unknown)<br />
MySQL DBs: YES</div>
<p><strong>trade off</strong> &#8211; unknown how many domain add-ons.<br />
<strong>extras</strong> &#8211; lots of disk space, 500 email addresses, bonus: more email storage than anyone else offers â€“ 2 GB per address! (apparently not related to disk space usage), built-in Norton AntiVirus and Spam Guard, and hourly/daily/weekly backups.<br />
<strong>verdict</strong> &#8211; some of the best extra feature in the lot, but again, will have to email for more details regarding domain add-ons.
</div>
<div style="height:200px;">
<div style="float:left;height:200px;width:200px;margin-right:25px;text-align:left;"><strong>Site5.com -</strong><br />
plan: <a href="http://www.site5.com/hosting/">Superhostingâ„¢ XTREME</a><br />
price: $8.77/month  (paid quarterly)<br />
disk space: 11Gb<br />
domain add-ons: YES<br />
MySQL DBs: YES</div>
<p><strong>trade off</strong> &#8211; none.<br />
<strong>extras</strong> &#8211; losts of disk space, 400 GB bandwidth per month, Flashback automatic backups, True MultiSite (multiple domains with individual logins), Ruby on Rails Enabled, built in Clam Antivirus scanning, unlimited email/ftp accounts, ssh shell, hourly/daily/weekly backups, and 99.9% Uptime Guarantee.<br />
<strong>verdict</strong> &#8211; looks good. the only issue is that you need to pay them every 3 months, instaed of monthly like almost everyone else. However, the 60-Day Money Back Guarantee is twice as long as any of other hosting plans so that should ease the pain a little.
</div>
<div style="height:150px;">
<div style="float:left;height:150px;width:200px;margin-right:25px;text-align:left;"><strong>PagesGarden -</strong><br />
plan: <a href="http://www.pagesgarden.com/hosting.php">Business</a><br />
price: $7.00/month (paid quarterly)<br />
disk space: 4Gb<br />
domain add-ons: 5<br />
MySQL DBs: 5</div>
<p><strong>trade off</strong> &#8211; only 5 domain add-ons and 5 MySQL DBs. also, only 15 free subdomains.<br />
<strong>extras</strong> &#8211; 60 GB bandwidth per month, unlimited email/ftp accounts, daily backups (and something called archive manager).<br />
<strong>verdict</strong> &#8211; not so good. you also need to pay them every 3 months.
</div>
<div style="height:150px;">
<div style="float:left;height:150px;width:200px;margin-right:25px;text-align:left;"><strong>HostGator -</strong><br />
plan: <a href="http://www.hostgator.com/shared.shtml">Swamp</a><br />
price: $9.95/month<br />
disk space: 5Gb<br />
domain add-ons: YES<br />
MySQL DBs: YES</div>
<p><strong>trade off</strong> &#8211; none.<br />
<strong>extras</strong> &#8211; 75 GB bandwidth per month, unlimited email/ftp accounts, instant backups.<br />
<strong>verdict</strong> &#8211; also looks good. you can pay monthly.
</div>
<div style="height:150px;">
<div style="float:left;height:150px;width:200px;margin-right:25px;text-align:left;"><strong>A Small Orange -</strong><br />
plan: <a href="http://www.asmallorange.com/services/hosting/">Medium</a><br />
price: $10.00/month<br />
disk space: 1Gb<br />
domain add-ons: YES<br />
MySQL DBs: YES</div>
<p><strong>trade off</strong> &#8211; none.<br />
<strong>extras</strong> &#8211; 25 GB bandwidth per month, unlimited email/ftp accounts, Daily off-site backups, Ruby on Rails Enabled, built in Clam Antivirus scanning.<br />
<strong>verdict</strong> &#8211; looks really good. you can pay monthly. the only thing to consider is the 99.5% uptime guarantee &#8211; friend or foe? <span style="color:#bbb;">[<a style="color:#bbb;" href="http://techblog.touchbasic.com/html/quest-for-the-holy-web-host/#comments">see comments</a>]</span>
</div>
<p><span class="under">Final Notes</span> -</p>
<p><em>Some obvious things to look out for when deciding on a web hosting provider:</em></p>
<ul>
<li>don&#8217;t go with a provider who&#8217;s own company website appears to be slow. chances are, if their site runs slow, yours will too.</li>
<li>don&#8217;t go with a provider who&#8217;s own company website is sometimes unavailable. if you go to their homepage twice in two days and one of the times you get: &#8220;The page cannot be displayed&#8221;, check that you typed the URL correctly in the address bar. if you did, then it might be time to move on. that&#8217;s 50% uptime, since your users are likely not interested in calculating averages over time.</li>
<li>don&#8217;t go with a provider that doesn&#8217;t display the prices for their hosting plans until well into the signup process. ask yourself, why would they be trying to hide something that every other company is trying to put directly in your face?</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/quest-for-the-holy-web-host/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>New Trendmicro Online Antivirus Scanner on the Fritz</title>
		<link>http://techblog.touchbasic.com/html/new-trendmicro-online-antivirus-scanner-on-the-fritz/</link>
		<comments>http://techblog.touchbasic.com/html/new-trendmicro-online-antivirus-scanner-on-the-fritz/#comments</comments>
		<pubDate>Tue, 06 Dec 2005 20:19:45 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[virus scanners]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=154</guid>
		<description><![CDATA[I used to consider TrendMicro&#8217;s online antivirus scanner as one of the best in the bunch, if not the best. For those not familiar, i am referring to HouseCall Antivirus located conveniently at housecall.antivirus.com. I usually refer anyone looking to scan their pc to this free service, as opposed to installing some no-name &#8220;free&#8221; antivirus [...]]]></description>
			<content:encoded><![CDATA[<p>I used to consider TrendMicro&#8217;s online antivirus scanner as one of the best in the bunch, if not the best. For those not familiar, i am referring to HouseCall Antivirus located conveniently at <a href="http://housecall.antivirus.com/">housecall.antivirus.com</a>. I usually refer anyone looking to scan their pc to this free service, as opposed to installing some no-name &#8220;free&#8221; antivirus software on your machine locally. It was fast, it often found stuff that Norton hadn&#8217;t, and most importantly: it is pretty much the only good free web-based virus scanner out there i know of.</p>
<p>But this morning, something had changed. i go to the TrendMicro site as usual to scan a client&#8217;s pc and the whole system seems to have been revamped. The first thing i noticed was that i had been forwarded from the main trendmicro.com domain to trendmicro-europe.com. Odd, but i didn&#8217;t think much of it. However, i immediately didn&#8217;t like the extra legal jargon, info page, and other nonsense put directly in the path between me and the free antivirus tool. </p>
<p>i got a warning regarding an out of date version of java, yet this didn&#8217;t matter since i could still use the activeX version. so far everything seemed more bloated and confusing.. and i&#8217;d been to the site many, many times before. i&#8217;d hate to think of someone who&#8217;s showing up there for the first time. anyway, i made my choice and proceeded to begin the scan.</p>
<p>Then, everything seemed much slower than usual. i later realized that nothing seemed to be happening at all. it seems this new version is completely broken. first it did nothing. then it crashed all my crappy IE browser windows, then i got an awesome server message direct from their servers.</p>
<p><span id="more-154"></span></p>
<p>check this out:</p>
<p><img src="http://techblog.touchbasic.com/html/wp-images/uploads/screwed_up_trendmicro.gif" alt="the new trendmicro online scanner down for the count" title="the new trendmicro online scanner down for the count" /></p>
<p>not exactly a good message for TrendMicro to be getting from apache at this point in the game.<br />
more disturbingly, why am i (the user) getting this? something&#8217;s just not right here.</p>
<p>is anybody out there testing these things before they go live? let me know when it&#8217;s working again because i&#8217;m tired of checking back every 15 minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/new-trendmicro-online-antivirus-scanner-on-the-fritz/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dawning of the Age of Neology</title>
		<link>http://techblog.touchbasic.com/html/dawning-of-the-age-of-neology/</link>
		<comments>http://techblog.touchbasic.com/html/dawning-of-the-age-of-neology/#comments</comments>
		<pubDate>Wed, 09 Nov 2005 17:31:40 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[folksonomy]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[neology]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=115</guid>
		<description><![CDATA[We seem to be living in an age where anyone has the ability to invent words on the fly, adding all sorts of new vocabulary to the English language as needed. This is especially true on the web, where we make up words at a dizzying pace, dozens per day, to the point that it [...]]]></description>
			<content:encoded><![CDATA[<p>We seem to be living in an age where anyone has the ability to invent words on the fly,  adding all sorts of new vocabulary to the English language as needed. This is especially true on the web, where we make up words at a dizzying pace, dozens per day, to the point that it is becoming very difficult to keep track of all these neologisms. So many new words have entered my vocabulary this year that i literally had to make a list of all of them (with small definitions) to keep from forgetting what they mean. Many months later, i noticed that this list is beginning to look more and more like my very own mini-dictionary. I can&#8217;t help but wonder, how many of these will actually be culturally accepted, and how many will be gone by this time next year.</p>
<p>In case you where wondering:</p>
<blockquote><p>&#8220;A neologism is a word, term, or phrase which has been recently created (&#8220;coined&#8221;) â€”often to apply to new concepts, or to reshape older terms in newer language form.&#8221; [<a href="http://en.wikipedia.org/wiki/Neologism">Wikipedia definition</a>]
</p></blockquote>
<p>A few popular examples include: podcast, google, folksonomy, slashdot effect, blogosphere, email, spam, and let&#8217;s not forget internet (not sure how we ever got anything done without that word). Many other favorites fall entirely outside of the realm of technology. For instance, <a href="http://en.wikipedia.org/wiki/Made-up_words_in_The_Simpsons">Made-up words in The Simpsons</a> turns up as one of the most heavily bookmarked pages on del.icio.us for the term &#8220;<a href="http://del.icio.us/search/?all=neology">neology</a>&#8220;.</p>
<p><span id="more-115"></span></p>
<p>Some would say that an increase in neologisms indicates that we are living in a period of extreme innovation where new words are constantly required to keep up with all the unique products and services that are being developed. If so, I wonder whether an increase in the production of neologisms could be used as an indicator of economic growth in the larger sense?</p>
<p>Ingar Roggen identifies the importance of neologisms in his writings about innovation and Gestalt theory. For more on this, you can head over to his site and read his article entitled: <a href="http://folk.uio.no/iroggen/Root_knowledge.html">Root Knowledge</a>. The part that  caught my attention was toward the beginning where he outlines the importance of neology with regards to technological change. He starts out by saying, &#8220;No new science is possible without neologisms&#8221;. He goes on to say some interesting stuff like, &#8220;To reject neologisms, often despicably, is to reject scientific development&#8221;, and &#8220;everybody wanting to contribute new knowledge must be [a neologist]&#8220;.</p>
<p>All this fits in nicely with an earlier post i wrote entitled: &#8220;<a href="http://techblog.touchbasic.com/html/folksonomy-and-peoples-classification-management-101/">folksonomy, and peopleâ€™s classification management 101</a>&#8221; which discusses the flexibility and power of tagging as an alternative to using traditional categories to organize information. The ever-increasing number of social networking services like del.icio.us and technorati are making heavy use of tagging as a way to get at information in interesting and creative ways. One of the coolest things about tagging is that all of the terms that are used are chosen by the people who use them. Anyone is free to come up with their own made up words to describe something new, provided no other word already exists to describe what it is they&#8217;re talking about. But new tags, like all neologisms, also require cultural acceptance to ensure their survival. So, as long as the idea behind the word makes some kind of impact on our culture, people will start to use it, and these new folksonomy based softwares will probably serve to facilitate their dissemination and eventual adoption.</p>
<p>Oddly enough, while there are lots of articles on the web dealing with the word &#8220;folksonomy&#8221;, there isn&#8217;t that much out there being written about neology. This is surprising to me, given the growing importance of choosing unique names for new Web 2.0 products and services, standing out as a start-up, building branding, not to mention ranking well on search engines. Currently, searches for the term &#8220;neology&#8221; on both <a href="http://blogsearch.google.com/blogsearch?as_q=neology&#038;bl_url=http%3A%2F%2Ftech.memeorandum.com%2F&#038;scoring=d">tech.memorandum</a> and <a href="http://digg.com/search?search=neology&#038;submit=Submit">digg.com</a> turned up no results (although &#8220;neologism&#8221; turned up 1 result on digg: <em>Made-up words in The Simpsons</em> &#8211; mentioned above). The same search on del.icio.us only turned up a mere 73 results, and most of these were either definitions of the term or long lists of popular neologisms (the later of which only furthers my point). Compare that number to the 1255 results returned on del.icio.us for the term &#8220;<a href="http://del.icio.us/search/?all=folksonomy">folksonomy</a>&#8221; and some interesting questions begin to form.</p>
<p>Why are so many people interested in writing about folksonomies? What does it mean if everyone has a relatively equal shot at creating language? How do societies cope with an exponential growth in language (always adding more and more new words, terms and phrases to our vocabularies every year)? And finally, why is there so little being written about the growing significance of neologisms? or am i the only one who finds it interesting that suddenly everybody and their mother is creatively coming up with awesome made up words for all kinds of things from technical jargon to corporate trademarks.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/dawning-of-the-age-of-neology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Extended Live Archive &#124; setup</title>
		<link>http://techblog.touchbasic.com/html/wordpress-plugin-extended-live-archive-setup/</link>
		<comments>http://techblog.touchbasic.com/html/wordpress-plugin-extended-live-archive-setup/#comments</comments>
		<pubDate>Sun, 02 Oct 2005 21:21:06 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[live-archives]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=150</guid>
		<description><![CDATA[I just installed Sons Of Skadi&#8217;s Extended Live Archive plugin for wordpress because the archives page on this site was getting a little out of control and i wanted to test out a few wordpress plugins that might help to make things a little bit more usable. The Extended Live Archive plugin uses javascript and [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed <a href="http://www.sonsofskadi.net/index.php/extended-live-archive/">Sons Of Skadi&#8217;s Extended Live Archive</a> plugin for wordpress because the archives page on this site was getting a little out of control and i wanted to test out a few <a href="http://wp-plugins.net/">wordpress plugins</a> that might help to make things a little bit more usable. The Extended Live Archive plugin uses javascript and css (Ajax) to organize and sort all entries into categories, months, and years. The default css file that came with the plugin does a good job of setting up the layout so that everything seems to take up a lot less space. I&#8217;ll probably take a closer look at it some time in the next few days to tweak it a little.</p>
<p>On the down side, i noticed that the <a href="http://techblog.touchbasic.com/html/archives/">archives page</a> takes a little longer to load initially (i don&#8217;t think it takes as long the second time). But the advantage of applying Ajax techniques to the archives is that it eliminates page refreshes, which means that browsing through the archives becomes a lot faster and easier as a whole.</p>
<p>Installing the plugin was fairly easy.</p>
<ol>
<li>Upload the entire &#8220;af-extended-live-archive&#8221; folder to your wordpress plugins directory.</li>
<li>Add <code>< ?php af_ela_super_archive(); ?></code> to your archives template.</li>
<li>Enable the plugin in the wordpress admin.</li>
<li>Navigate to the &#8220;Options &raquo; Ext. Live Archives&#8221; tab to recreate the cache.</li>
<li>Add the css file (or copy and paste the code) to your site.</li>
<li>Optionally, modify the css file to suit your needs.</li>
</ol>
<p>So far, i&#8217;m really happy with it. The only potential problem that i saw was for people browsing the site with javascript disabled. These visitors would see nothing at all. Even though this is a pretty clean default result (as opposed to printing out some nasty error), i wanted everyone to be able to use the archives page.</p>
<p>As a quick solution, and because i had only hidden (commented out) the original code (xhtml) when i added the ajaxified archives code, i decide to simply add < noscript > < / noscript > tags around the old code that was commented out. This would effectively hide the old code from browsers with javascript enabled, while showing it only to visitors with javascript turned off. With the javascript fix in place, i think this plugin might be a keeper..</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/wordpress-plugin-extended-live-archive-setup/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>3 week shakedown, 2 RSS readers remain.</title>
		<link>http://techblog.touchbasic.com/html/3-week-shakedown-2-rss-readers-remain/</link>
		<comments>http://techblog.touchbasic.com/html/3-week-shakedown-2-rss-readers-remain/#comments</comments>
		<pubDate>Fri, 30 Sep 2005 21:22:33 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[aggregation]]></category>
		<category><![CDATA[bloglines]]></category>
		<category><![CDATA[feed readers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[rojo]]></category>
		<category><![CDATA[rss readers]]></category>
		<category><![CDATA[searchfox]]></category>
		<category><![CDATA[syndication]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=143</guid>
		<description><![CDATA[This article will look at the remaining 4 RSS readers ( SearchFox, Rojo, Bloglines, Newsgator Online ) that i am reviewing and eliminate another 2 services based on usability and personal preference. Note: any pros / cons stated below are in addition to the ones already mentioned here. The Recap: RSS? Why. ( evolution of [...]]]></description>
			<content:encoded><![CDATA[<p>This article will look at the remaining 4 RSS readers ( <a href="http://rss.searchfox.com/">SearchFox</a>, <a href="http://www.rojo.com/">Rojo</a>, <a href="http://www.bloglines.com/">Bloglines</a>, <a href="http://www.newsgator.com/">Newsgator Online</a> ) that i am reviewing and eliminate another 2 services based on usability and personal preference. Note: any pros / cons stated below are in addition to the ones already mentioned <a href="http://techblog.touchbasic.com/html/1-week-comparison-searchfox-feedster-pluck-bloglines-rojo-and-newsgator/">here</a>.</p>
<p><strong>The Recap:</strong></p>
<ul>
<li><a href="http://techblog.touchbasic.com/html/so-you-think-you-can-rss-why/">RSS? Why</a>. ( evolution of the Net and why RSS is so popular )</li>
<li><a href="http://techblog.touchbasic.com/html/so-you-think-you-can-rss-how/">RSS? How</a>. ( how to start using web-based RSS services )</li>
<li><a href="http://techblog.touchbasic.com/html/1-week-comparison-searchfox-feedster-pluck-bloglines-rojo-and-newsgator/">1 Week Comparison</a>. ( a look at 6 popular web-based RSS readers )</li>
</ul>
<p><strong>The Breakdown:</strong></p>
<p>SearchFox -</p>
<ul>
<li>Pros: really fast now &#8211; with possibly the fastest OPML import i&#8217;ve seen. (ironically, you get a message saying it might take 5-10 minutes for all the feeds to show up, 50 or so in my case, but it took about 3 seconds), if adding a feed fails you get a useful link to validate the feed (also there&#8217;s a quick link to the actual website to check if it&#8217;s online), machine learning technology is really starting to warm up (stories are given a score based on your interests which saves me lots of time)</li>
<li>Cons: <del datetime="2005-10-01T04:48:42+00:00">no way to sort by date (sometimes you just want to see the most recent articles for a quick second)</del> <span style="color:#bbb;">[<a style="color:#bbb;" href="http://techblog.touchbasic.com/html/3-week-shakedown-2-rss-readers-remain/#comment-58">see comments</a>]</span>,  accident prone one-click delete (individual sites and entire folder of feeds with no warning), &#8220;email&#8221; this post requires a configured email client like OutlookExpress (sort of works against the idea of being web based)</li>
</ul>
<p>Rojo -</p>
<ul>
<li>Pros: rename feeds (you&#8217;re not stuck with default name for any feed you want to add), easily find info on the feeds you&#8217;re subscribed to (by clicking the &#8220;i&#8221; icon), advanced sort capabilities (sort by: feed tags, how frequently read, unread story count, and name), â€œemail thisâ€ post (a feature i actually started using regularly)</li>
<li>Cons: <del datetime="2005-12-06T04:43:59+00:00">i can&#8217;t see what date each post was made (only vague 2 hours ago, 5 hours ago, etc.)</del><span style="color:#bbb;">[<a style="color:#bbb;" href="http://techblog.touchbasic.com/html/3-week-shakedown-2-rss-readers-remain/#comment-280">see comments</a>]</span>, tagging stories and feeds can get tiresome (time consuming)</li>
</ul>
<p><span id="more-143"></span></p>
<p>Bloglines -</p>
<ul>
<li>Pros: tabs help keep things organized (not by much), icons associated with feeds (left sidebar) help when trying to quickly find a site, &#8220;email this&#8221; post (same as Rojo), organize your favorite clipping into folders (on the fly), preview this feed (just before you add it)</li>
<li>Cons: favorite clippings are displayed in the sidebar (instead of the main window), clicking on top-level directory in &#8220;My feeds&#8221; makes all new feeds appear as read (that sucks), &#8220;mark all as  read&#8221; link is kind of useless (see previous con), export OPML feature is unintuitive (file opens in browser instead of downloading the file automatically &#8211; user must click &#8220;file&#8221;>&#8221;save as&#8221;) and is hard to find because it&#8217;s all the way at the bottom of the left sidebar.</li>
</ul>
<p>Newsgator Online -</p>
<ul>
<li>Pros: favorite clippings are displayed in the main window (instead of the sidebar), convenient &#8220;email this&#8221; post feature (same as Rojo)</li>
<li>Cons: can&#8217;t seem to find any info on each of the feeds i subscribe to (# of subscribers, Feed URL), no way to rename anything (folders or feeds), no way to mark &#8220;all posts&#8221; as read (only mark &#8220;this page&#8221; or &#8220;this post&#8221; as read), no icons associated with feeds (icon save time when trying to find stuff fast), had some css problems with collapsible feed descriptions using Firefox.</li>
</ul>
<p><strong>The Shakedown:</strong> (and why they lost out)</p>
<ul>
<li>Bloglines &#8211; while it is probably the easiest RSS reader service to get started on, things quickly get disorganized to the point of no return. The result was that i eventually just exported all my feeds as OPML and imported them into SearchFox and Rojo.</li>
<li>Newsgator Online &#8211; is most likely my 3rd favorite service of those mentioned above. And although there aren&#8217;t any major problems to speak of, something about the main user-interface just turned me off. For some reason the whole layout just makes me feel like i have less control over everything. Also, the company as a whole seems a lot more corporate; it makes me wonder how dedicated they are to the free &#8220;online&#8221; version of their software.</li>
</ul>
<p><strong>Conclusions:</strong></p>
<p>With 2 RSS readers remaining, SearchFox and Rojo stick out as my favorites (so far). Looks like it might take a little longer to decided on just 1 service but i&#8217;m not really in any rush to choose. In the meantime, i&#8217;ll continue to use both of them regularly and probably post some more of my observations. i might even come up with some sort of wishlist or &#8220;things i&#8217;d like to see&#8221; in new versions of SearchFox and Rojo so stay tuned.</p>
<p><span style="color:#bbb;margin-bottom:15px;">[ <em>This is a follow up to a previous article entitled:</em>"<a style="color:#bbb;" href="http://techblog.touchbasic.com/html/1-week-comparison-searchfox-feedster-pluck-bloglines-rojo-and-newsgator/">1 week comparison: SearchFox, Feedster, Pluck, Bloglines, Rojo, and NewsGator</a>", which is itself a follow up to an earlier post entitled:  "<a style="color:#bbb;" href="http://techblog.touchbasic.com/html/so-you-think-you-can-rss-how/">So you think you can RSS? How</a>", which is itself a follow up to an even earlier post entitled: "<a style="color:#bbb;" href="http://techblog.touchbasic.com/html/so-you-think-you-can-rss-why/">So you think you can RSS? Why</a>". ]</span></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/3-week-shakedown-2-rss-readers-remain/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>New FireFox Vulnerability: Remote Buffer Overflow</title>
		<link>http://techblog.touchbasic.com/html/new-firefox-vulnerability-remote-buffer-overflow/</link>
		<comments>http://techblog.touchbasic.com/html/new-firefox-vulnerability-remote-buffer-overflow/#comments</comments>
		<pubDate>Fri, 09 Sep 2005 20:52:37 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[buffer-overflow]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=139</guid>
		<description><![CDATA[[ page last updated: Sep. 24, 2005. ] Both FrSIRT and CNET are reporting a recently discovered security vulnerability affecting all versions of Firefox, including the recently released Firefox 1.5 Beta. According to FrSIRT, &#8220;A vulnerability has been identified in Mozilla Firefox and Mozilla Suite, which could be exploited by remote attackers to execute arbitrary [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#bbb;margin-bottom:15px;">[ page last updated: Sep. 24, 2005. ]</span></p>
<p>Both <a href="http://www.frsirt.com/english/advisories/2005/1690">FrSIRT</a> and <a href="http://news.com.com/Unpatched+Firefox+flaw+may+expose+users/2100-1002_3-5856201.html?tag=cd.lede">CNET</a> are reporting a recently discovered security vulnerability affecting all versions of Firefox, including the <a href="http://www.mozillazine.org/talkback.html?article=7301">recently released Firefox 1.5 Beta</a>. </p>
<p>According to FrSIRT, &#8220;A vulnerability has been identified in Mozilla Firefox and Mozilla Suite, which could be exploited by remote attackers to execute arbitrary commands. This flaw is due to a buffer overflow error in the &#8220;NormalizeIDN&#8221; function when handling malformed URLs containing &#8220;0xAD&#8221; characters embedded in HTML tags (e.g. &#8220;A HREF&#8221;), which could be exploited by remote attackers to take complete control of an affected system via specially crafted Web pages&#8221;.</p>
<p>Apparently Netscape 8.0 is also affected by a similar issue.</p>
<p><span id="more-139"></span></p>
<p>CNET is claiming that security researcher Tom Ferris mentioned the problem to the Mozilla Foundation as early as Sunday, then decided to publicly disclose the flaw. Mozilla responded by stating that the bug is still under investigation and that &#8220;users are currently not at risk because there are no known attacks that take advantage of the flaw&#8221;.</p>
<p><span class="under">The Solution / Temporary Fix</span>: (according to FrSIRT)</p>
<blockquote style="background-color:#eee;"><p>Disable IDN support by entering &#8220;about:config&#8221; in the location bar, and then setting &#8220;network.enableIDN&#8221; to &#8220;false&#8221;.</p></blockquote>
<p><span class="under">Update</span>: <a href="http://www.betanews.com/article/Mozilla_Patches_New_Firefox_Flaw/1126541399">BetaNews</a> is reporting [September 12, 2005, 12:09 PM] that: &#8220;Mozilla developers acted fast to patch a new security vulnerability in Firefox, which slipped its way into the first beta build of Firefox 1.5 and exists in earlier versions as well. However, the patch simply disables the buggy feature while a permenant fix is worked out&#8221;. Still useful for all those not comfortable with the fix provided above.</p>
<p><span class="under">Update</span>: Mozilla Firefox 1.0.7 was released [September 21, 2005, 12:09 PM] which addresses several recent security issues, including the one described above. For more info you can visit <a href="http://www.mozillazine.org/talkback.html?article=7389">Mozillazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/new-firefox-vulnerability-remote-buffer-overflow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>1 week comparison: SearchFox,  Feedster, Pluck, Bloglines, Rojo, and NewsGator</title>
		<link>http://techblog.touchbasic.com/html/1-week-comparison-searchfox-feedster-pluck-bloglines-rojo-and-newsgator/</link>
		<comments>http://techblog.touchbasic.com/html/1-week-comparison-searchfox-feedster-pluck-bloglines-rojo-and-newsgator/#comments</comments>
		<pubDate>Fri, 09 Sep 2005 19:00:40 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[aggregation]]></category>
		<category><![CDATA[bloglines]]></category>
		<category><![CDATA[feed readers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[rojo]]></category>
		<category><![CDATA[searchfox]]></category>
		<category><![CDATA[syndication]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=138</guid>
		<description><![CDATA[[ page last updated: Oct. 21, 2005. ] i can&#8217;t believe an entire week has gone by.. i wanted to take a couple of hours each day to test out these 6 feed readers, but i gotta say that i still can&#8217;t decide which one i feel most comfortable with. looks like i may have [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#bbb;margin-bottom:15px;">[ page last updated: Oct. 21, 2005. ]</span></p>
<p>i can&#8217;t believe an entire week has gone by..<br />
i wanted to take a couple of hours each day to test out these 6 feed readers, but i gotta say that i still can&#8217;t decide which one i feel most comfortable with. looks like i may have seriously underestimated how easy it was going to be to make this choice. in the meantime, let me just say, that i have become a full blown feed junkie, thank you very much (not sure who to point the finger at on this one &#8211; but it&#8217;s got to be somebody&#8217;s fault right?).</p>
<p>anyway, here&#8217;s how i&#8217;ve been doing it and what i&#8217;ve found:</p>
<p><span id="more-138"></span></p>
<div style="margin:10px;padding:10px;width:540px;border:1px dashed #000;">
<div style="float:left;width:240px;"><span class="under">RSS readers being compared</span>:</p>
<ol>
<li>SearchFox</li>
<li>My Feedster</li>
<li>Pluck Online</li>
<li>Bloglines</li>
<li>Rojo</li>
<li>NewsGator Online</li>
</ol>
</div>
<div style="width:260px;margin-left:260px;"><span class="under">Areas of Comparison</span>:</p>
<ul>
<li>Account Settings (AccSet)</li>
<li>Search Features (Search)</li>
<li>Clippings / Favorites (ClipFav)</li>
<li>Results Pages (Results)</li>
<li>Managing Feeds (Manage)</li>
<li>Directory Browsing (DirBro)</li>
<li>Special / Other (SpecO)</li>
</ul>
</div>
</div>
<p>i started by logging in to each service, in 6 different Firefox tabs, all in a single browser. next i began to mess around, but trying to give each feed reader an equal amount of my attention. first i used the directories to browse for new feeds, and the search box to find sites with content i was interested in. then i took a look at the account features provided by each service. could i change my preferences.. did i even have any preferences? there were many things to explore. i did notice that Pluck and NewsGator kept logging me out if i hadn&#8217;t used them for more than 10 minutes or so. while this might be a very secure and efficient thing to do, the result was that i ended up spending a lot more time using all the other feed readers &#8211; who wants to have to keep logging in over and over again every ten minutes?</p>
<p>once i got bored of that,  i tried to import an OPML file, which is essentially just a list of many different feeds all conveniently packed into one file. very useful for quickly moving around all your feeds (ie: import / export). suddenly i had a ton of feeds in my reader (80-120), and things got all cluttered. things were a mess, so i figured this might be a good time to test out how well each feed reader was able to manage large numbers of feeds. i deleted and renamed feeds and folders, reordering them in a way that was most useful to me. options like: display only unread articles, mark as read, and sort by date, are all particularly useful in these respects.</p>
<p>here are some more brief observations i have made over the course of the week:</p>
<p><strong>SearchFox</strong> &#8211;<br />
Pros: expand/collapse summaries within feeds (Results), easy to navigate/browse feeds (DirBro), sort by day/week/month/favs/all (Results), ability to mark article as unread (Manage), machine learning technology (SpecO)<br />
Cons: <del datetime="2005-09-14T18:04:29+00:00">slow to add feeds (Manage)</del> <span style="color:#bbb;">[this seems much faster now]</span>, <del datetime="2005-09-11T18:22:49+00:00">no OPML import</del> <span style="color:#bbb;">[<a style="color:#bbb;" href="http://techblog.touchbasic.com/html/1-week-comparison-searchfox-feedster-pluck-bloglines-rojo-and-newsgator/#comment-40">see comments</a>]</span> <del datetime="2005-10-22T01:31:37+00:00">or export (Manage)</del> <span style="color:#bbb;">[this feature was added: 10/21/05]</span>, no account preferences (AccSet) &#8211; but they&#8217;re still just in beta.</p>
<p><strong>My Feedster</strong> -<br />
Pros: add feeds really fast (Manage), import/export opml files and urls(Manage)<br />
Cons: feed results page is difficult to view (Results), no way to sort page results (Results)</p>
<p><strong>Pluck Online</strong> -<br />
Pros: fast loading pages (Results), import opml files but not urls (Manage), open stories in new window (Results), add bookmarks as well as feeds (SpecO), view Shadow pages (SpecO)<br />
Cons: can&#8217;t tell which articles are new or have been read (Manage), no export opml (Manage), weird reloading browser window if you try to do anything (DirBro)</p>
<p><strong>Bloglines</strong> -<br />
Pros: sort results differently for each folder/category (Results), expand/collapse feeds (Results), import opml files but not urls (Manage), export opml (Manage), keep articles as new even after they&#8217;ve been read (Manage)<br />
Cons: no folder is created when importing new feeds (Manage), saving favorites is a 2-step process (ClipFav)</p>
<p><strong>Rojo</strong> -<br />
Pros: import/export opml (Manage), expand/collapse summaries within feeds (Results), many ways to sort (Results), easy one-click save/flag entries (ClipFav)<br />
Cons: no easy way to rename categories (Manage)</p>
<p><strong>NewsGator Online</strong> -<br />
Pros: easily mark stories as read (Manage), choice to view only unread items (Results), the only service where you log in on a secure (https) server (SpecO), import/export opml files and urls (Manage)<br />
Cons: can&#8217;t keep articles as new once they&#8217;ve been read (Manage)</p>
<p>Some of these feed readers have special features that would require more extensive testing in order for me to really say which i liked better. extras like tagging feeds (Rojo), favorites (Pluck), communities (Rojo,Pluck,Bloglines), machine learning (SearchFox), could easily sway my decision. the only service i am sure i would never stick with is Feedster. aside from being fast, i often had problems viewing feeds, organizing anything, uploading my logo/image, and sometimes it just wouldn&#8217;t work at all. if i had to pick my favorite 3 out of these 6 readers, i would have to say Rojo, Bloglines, and NewsGator. SearchFox could be up there as well, because of it&#8217;s ease of use. but since it is still in beta, and because i am forever intrigued with the idea of machine learning technology, i will keep SearchFox around for another 2 weeks. in that time, hopefully i can narrow these 3 services (actually 4) down to my #1 favorite. wish me luck.</p>
<p><span style="color:#bbb;margin-bottom:15px;">[ <em>This is a follow up to a previous article entitled:</em> "<a style="color:#bbb;" href="http://techblog.touchbasic.com/html/so-you-think-you-can-rss-how/">So you think you can RSS? How</a>", which is itself a follow up to an even earlier post entitled: "<a style="color:#bbb;" href="http://techblog.touchbasic.com/html/so-you-think-you-can-rss-why/">So you think you can RSS? Why</a>", and looks at the evolution of the internet, why RSS and other feed formats are so popular today, how to use them, and why you might like one service over another. ]</span></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/1-week-comparison-searchfox-feedster-pluck-bloglines-rojo-and-newsgator/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

