<?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"
	>

<channel>
	<title>Factolex Blog</title>
	<atom:link href="http://blog.factolex.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.factolex.com</link>
	<description>short and concise explanations</description>
	<pubDate>Thu, 04 Sep 2008 15:44:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Posting New Terms and Facts</title>
		<link>http://blog.factolex.com/2008/09/04/posting-new-terms-and-facts/</link>
		<comments>http://blog.factolex.com/2008/09/04/posting-new-terms-and-facts/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 15:44:53 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[Features]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.factolex.com/?p=45</guid>
		<description><![CDATA[Among the most difficult decisions we have been facing is the part about user contribution and how this should be linked to user registration.
Most of you probably know that on the big Wikipedia, they don&#8217;t force people to register to have them contribute something. This takes away a barrier for people just wanting to change [...]]]></description>
			<content:encoded><![CDATA[<p>Among the most difficult decisions we have been facing is the part about user contribution and how this should be linked to user registration.</p>
<p>Most of you probably know that on the big <a href="http://www.wikipedia.org/">Wikipedia</a>, they don&#8217;t force people to register to have them contribute something. This takes away a barrier for people just wanting to change something right away. The other barriers like complicated wiki syntax remain, of course.</p>
<p>One reason that this is possible at Wikipedia, is that if someone vandalizes a page, the next user can revert that change easily and just by himself.</p>
<p>Things are a little different at Factolex. As we rely on people deciding how good or bad a fact is, offending material or spam will take its time until it disappears. For this reason we decided to introduce a registration barrier but tried to ease it at several points.</p>
<h3>The common approach: Make people register before you let them edit something</h3>
<p><a href="http://blog.factolex.com/wp-content/uploads/2008/09/please-register.png"><img src="http://blog.factolex.com/wp-content/uploads/2008/09/please-register.png" alt="Register to enter a term" title="Register to enter a term" width="500" height="273" class="aligncenter size-full wp-image-62 imgborder" /></a></p>
<p>This is also the easiest to code, and most sites do it like that. The problem is that as a new user I have to give my data upfront without knowing if I like how the site does it or not.</p>
<p>It&#8217;s a huge amount of trust that your (unknown and not (yet) trustworthy) site asks from the user. So that&#8217;s not the way we wanted to go.</p>
<h3>Let people enter what they intend to enter and make them register afterwards</h3>
<p>First, let the user enter what they were just about to add. This way you don&#8217;t distract him in his creative phase. </p>
<p><a href="http://blog.factolex.com/wp-content/uploads/2008/09/enter-term-bank.png"><img src="http://blog.factolex.com/wp-content/uploads/2008/09/enter-term-bank.png" alt="Enter Term: Bank" title="Enter Term: Bank" width="500" height="382" class="size-full wp-image-68 imgborder" /></a></p>
<p>Only then take him to the register screen.</p>
<p><a href="http://blog.factolex.com/wp-content/uploads/2008/09/register-to-publish1.png"><img src="http://blog.factolex.com/wp-content/uploads/2008/09/register-to-publish1.png" alt="Register to publish the term" title="Register to publish the term" width="500" height="346" class="alignnone size-full wp-image-72 imgborder" /></a></p>
<p>Note at the bottom of the screenshot: We present the term that had just been entered by the user to prove that we still have it. </p>
<p>As mentioned earlier, this is indeed more difficult to code. It not only takes more time but also makes the code more complex, but I think it&#8217;s worth the trouble. But in fact this doesn&#8217;t go far enough for me.</p>
<h3>Don&#8217;t really force the user to register</h3>
<p>Now this is what I like on the web! I actually don&#8217;t want to register until I am sure that the service is useful to me. And this is also the approach we take. After you have entered a term, you will see it like this:</p>
<p><a href="http://blog.factolex.com/wp-content/uploads/2008/09/bank-unregistered.png"><img src="http://blog.factolex.com/wp-content/uploads/2008/09/bank-unregistered.png" alt="This is how an unregistered user sees the term he has just entered" title="This is how an unregistered user sees the term he has just entered" width="500" height="304" class="size-full wp-image-84 imgborder" /></a></p>
<p>The grey stripes indicate that the data is not public. This way the user can use the site completely unregistered, seeing all the features in action, before he decides to register.</p>
<p>Even if the user does not decide to register, we reserve the right to have other users publish what has been entered by unregistered users. That way knowledge entered is never lost. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.factolex.com/2008/09/04/posting-new-terms-and-facts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Greasemonkey Script</title>
		<link>http://blog.factolex.com/2008/08/27/greasemonkey-script/</link>
		<comments>http://blog.factolex.com/2008/08/27/greasemonkey-script/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 18:08:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.factolex.com/?p=48</guid>
		<description><![CDATA[Sebastian Moser has created a cool Greasemonkey script that simultaneously searches Factolex when searching on Google. It used the somewhat unfinished Factolex API. You can see how it works on the screenshot below.

Checkout the script if you have Firefox (unfortunately does not work on Greasekit on Safari, because all GM_* functionality have been disabled there). [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.sebmos.com/">Sebastian Moser</a> has created a cool <a href="http://en.factolex.com/Greasemonkey">Greasemonkey</a> <a href="http://userscripts.org/scripts/show/32352">script</a> that simultaneously searches <a href="http://www.factolex.com/">Factolex</a> when searching on Google. It used the somewhat unfinished <a href="http://api.factolex.com/">Factolex API</a>. You can see how it works on the screenshot below.</p>
<p><a href="http://blog.factolex.com/wp-content/uploads/2008/08/factolex-greasemonkey.png"><img src="http://blog.factolex.com/wp-content/uploads/2008/08/factolex-greasemonkey.png" alt="" title="factolex-greasemonkey" width="500" height="223" class="alignnone size-full wp-image-49" /></a></p>
<p>Checkout <a href="http://userscripts.org/scripts/show/32352">the script</a> if you have Firefox (unfortunately does not work on <a href="http://8-p.info/greasekit/">Greasekit on Safari</a>, because all GM_* functionality have been disabled there). Thanks, Sebastian!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.factolex.com/2008/08/27/greasemonkey-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Going full-time</title>
		<link>http://blog.factolex.com/2008/08/27/going-full-time/</link>
		<comments>http://blog.factolex.com/2008/08/27/going-full-time/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 07:47:29 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.factolex.com/?p=35</guid>
		<description><![CDATA[It has been quite some time since we have posted about the ongoings at Factolex.
This was mostly due to the fact that Factolex had been just a side project besides my work at Netvibes. Also Nader is very busy at his relatively new company Compuccino.
But for me, things have been changing lately. I have left [...]]]></description>
			<content:encoded><![CDATA[<p>It has been quite some time since we have posted about the ongoings at Factolex.</p>
<p>This was mostly due to the fact that Factolex had been just a side project besides my work at <a href="http://www.netvibes.com/">Netvibes</a>. Also Nader is very busy at his relatively new company <a href="http://www.compuccino.com/">Compuccino</a>.</p>
<p>But for me, things have been changing lately. I have left my job at Netvibes and now I will be focussing on the further development of Factolex. You can expect great things and I will write a small series of blog entries showing what progress has been done lately.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.factolex.com/2008/08/27/going-full-time/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Beauty Of Tags</title>
		<link>http://blog.factolex.com/2007/11/17/the-beauty-of-tags/</link>
		<comments>http://blog.factolex.com/2007/11/17/the-beauty-of-tags/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 21:22:55 +0000</pubDate>
		<dc:creator>Nader</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.factolex.com/2007/11/17/the-beauty-of-tags/</guid>
		<description><![CDATA[I always loved tags but now it really became apparent how useful they are. Especially in a knowledge environment like Factolex. Let&#8217;s say you wanted to display a list of: 

Cities like San Francisco, London, &#8230;
Companies like Apple, Coca-Cola, &#8230;
TV Series like Family Guy, Prison Break, &#8230;
Bloggers like Michael Arrington, Om Malik, &#8230;
Quotes by people [...]]]></description>
			<content:encoded><![CDATA[<p>I always loved tags but now it really became apparent how useful they are. Especially in a knowledge environment like Factolex. Let&#8217;s say you wanted to display a list of: </p>
<ul>
<li><a href="http://www.factolex.com/tag/city">Cities</a> like San Francisco, London, &#8230;</li>
<li><a href="http://www.factolex.com/tag/company">Companies</a> like Apple, Coca-Cola, &#8230;</li>
<li><a href="http://www.factolex.com/tag/series">TV Series</a> like Family Guy, Prison Break, &#8230;</li>
<li><a href="http://www.factolex.com/tag/blogger">Bloggers</a> like Michael Arrington, Om Malik, &#8230;</li>
<li><a href="http://www.factolex.com/tag/quote">Quotes</a> by people like Abraham Lincoln, Steve Jobs, &#8230;</li>
<li><a href="http://www.factolex.com/tag/nationality">Nationalities</a> from people like Eminem, Mark Twain, &#8230;</li>
<li>&#8230;</li>
</ul>
<p>The possibilities are endless!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.factolex.com/2007/11/17/the-beauty-of-tags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Look Up In The Sky: It&#8217;s The Tagcloud</title>
		<link>http://blog.factolex.com/2007/11/17/look-up-in-the-sky-its-the-tagcloud/</link>
		<comments>http://blog.factolex.com/2007/11/17/look-up-in-the-sky-its-the-tagcloud/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 21:16:06 +0000</pubDate>
		<dc:creator>Nader</dc:creator>
		
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.factolex.com/2007/11/17/the-beauty-of-tags-and-clouds/</guid>
		<description><![CDATA[While Alex is programming the really tricky bits I just committed my first lines of PHP to enhance the knowledge experience. Next to working on design and XHTML/CSS I have to say it&#8217;s pretty relaxing to actually code something.
Factolex proudly presents another way of exploring the knowledge through &#8230; drum roll &#8230; the tagcloud. 
Check [...]]]></description>
			<content:encoded><![CDATA[<p>While Alex is programming the really tricky bits I just committed my first lines of PHP to enhance the knowledge experience. Next to working on design and XHTML/CSS I have to say it&#8217;s pretty relaxing to actually code something.</p>
<p>Factolex proudly presents another way of exploring the knowledge through &#8230; <i>drum roll</i> &#8230; the <strong><a href="http://www.factolex.com/tagcloud/">tagcloud</a></strong>. </p>
<p>Check it out at <a href="http://www.factolex.com/tagcloud/">http://www.factolex.com/tagcloud/</a></p>
<p><strong>You can choose to view the tags sorted by name&#8230;</strong></p>
<p><a href="http://www.factolex.com/tagcloud/"><img src='http://blog.factolex.com/wp-content/uploads/2007/11/factolex-exploretags-byname.png' alt='Explore Tags By Name' /></a></p>
<p><strong>or by size, ie. popularity</strong></p>
<p><a href="http://www.factolex.com/tagcloud/?m=size"><img src='http://blog.factolex.com/wp-content/uploads/2007/11/factolex-exploretags-bysize.png' alt='Explore Tags By Size' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.factolex.com/2007/11/17/look-up-in-the-sky-its-the-tagcloud/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Winter Is Coming - Term: Snowman</title>
		<link>http://blog.factolex.com/2007/11/16/winter-is-coming-term-snowman/</link>
		<comments>http://blog.factolex.com/2007/11/16/winter-is-coming-term-snowman/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 13:12:07 +0000</pubDate>
		<dc:creator>Nader</dc:creator>
		
		<category><![CDATA[Terms]]></category>

		<guid isPermaLink="false">http://blog.factolex.com/2007/11/16/winter-is-coming-term-snowman/</guid>
		<description><![CDATA[Alex, who currently lives in Vienna, Austria is reporting the first snow and low temperatures. He built a snowman on his window sill and took a picture.

Snowmancreating a snowman dates back to at least the Middle Ages

Enjoy winter time and our special coming in December!
]]></description>
			<content:encoded><![CDATA[<p><img src='http://blog.factolex.com/wp-content/uploads/2007/11/factolex-snowman.jpg' alt='Factolex Snowman' style='float: left; margin-right: 1em' />Alex, who currently lives in <a href="http://www.factolex.com/Vienna">Vienna</a>, Austria is reporting the first snow and low temperatures. He built a snowman on his window sill and took a picture.</p>
<blockquote><p>
<strong><a href="http://www.factolex.com/Snowman">Snowman</a></strong><br />creating a snowman dates back to at least the Middle Ages
</p></blockquote>
<p>Enjoy winter time and our special coming in December!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.factolex.com/2007/11/16/winter-is-coming-term-snowman/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Milestone Reached: 200 Terms / 1000 Facts</title>
		<link>http://blog.factolex.com/2007/11/16/milestone-reached-200-terms-1000-facts/</link>
		<comments>http://blog.factolex.com/2007/11/16/milestone-reached-200-terms-1000-facts/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 00:54:45 +0000</pubDate>
		<dc:creator>Nader</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.factolex.com/2007/11/16/milestone-reached-200-terms-1000-facts/</guid>
		<description><![CDATA[Late at night we reached over 200 terms and 1000 facts! :)
A couple of new terms we find interesting, have been posted by Ewald. He studies Linguistics at the University of Vienna he told us.
]]></description>
			<content:encoded><![CDATA[<p>Late at night we reached over 200 terms and 1000 facts! :)</p>
<p>A couple of new terms we find interesting, have been posted by <a href="http://www.factolex.com/user/terms.php?user=ewald">Ewald</a>. He studies Linguistics at the University of Vienna he told us.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.factolex.com/2007/11/16/milestone-reached-200-terms-1000-facts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Browse The Index</title>
		<link>http://blog.factolex.com/2007/11/14/browse-the-index/</link>
		<comments>http://blog.factolex.com/2007/11/14/browse-the-index/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 00:47:53 +0000</pubDate>
		<dc:creator>Nader</dc:creator>
		
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.factolex.com/2007/11/16/browse-the-index/</guid>
		<description><![CDATA[Just like a real lexicon or any other serious book, Factolex now has its own index of terms. This is useful when you don&#8217;t know exactly how a word is spelled or if you just want to browse around. 
Check it out at http://www.factolex.com/index/

Helpful Hint
You can also type http://www.factolex.com/index/Ge to get a list of words [...]]]></description>
			<content:encoded><![CDATA[<p>Just like a real lexicon or any other serious book, Factolex now has its own index of terms. This is useful when you don&#8217;t know exactly how a word is spelled or if you just want to browse around. </p>
<p>Check it out at <a href="http://www.factolex.com/index/">http://www.factolex.com/index/</a></p>
<p><img src='http://blog.factolex.com/wp-content/uploads/2007/11/factolex-browse-index.png' alt='Factolex - Browse Index of Terms' /></p>
<p><strong>Helpful Hint</strong><br />
You can also type <a href="http://www.factolex.com/index/Ge" title="Browse Index: Words starting with Ge">http://www.factolex.com/index/Ge</a> to get a list of words starting with &#8220;Ge&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.factolex.com/2007/11/14/browse-the-index/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Milestone Reached: 100 Terms / 600 Facts</title>
		<link>http://blog.factolex.com/2007/11/11/milestone-reached/</link>
		<comments>http://blog.factolex.com/2007/11/11/milestone-reached/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 12:15:05 +0000</pubDate>
		<dc:creator>Nader</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.factolex.com/2007/11/11/milestone-reached/</guid>
		<description><![CDATA[Thanks to the great help from Chrissy and Matteo, we have reached our first milestone: over 100 terms and 600 facts. In the mean time Alex is fine-tuning the scripts and adding a couple of improvements to the way terms are added. It is now even easier to use and faster. I love JavaScript! :)
]]></description>
			<content:encoded><![CDATA[<p>Thanks to the great help from <a href="http://www.factolex.com/user/profile.php?user=chrissy">Chrissy</a> and <a href="http://www.factolex.com/user/profile.php?user=matteo">Matteo</a>, we have reached our first milestone: over <strong>100 terms</strong> and <strong>600 facts</strong>. In the mean time <a href="http://www.factolex.com/user/profile.php?user=alex">Alex</a> is fine-tuning the scripts and adding a couple of improvements to the way terms are added. It is now even easier to use and faster. I love <a href="http://www.factolex.com/JavaScript">JavaScript</a>! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.factolex.com/2007/11/11/milestone-reached/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Statistics</title>
		<link>http://blog.factolex.com/2007/11/10/statistics/</link>
		<comments>http://blog.factolex.com/2007/11/10/statistics/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 10:39:40 +0000</pubDate>
		<dc:creator>Nader</dc:creator>
		
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.factolex.com/2007/11/10/statistics/</guid>
		<description><![CDATA[Want to see how terms, facts and tags evolved over time?
Click the link in the footer called Stats

]]></description>
			<content:encoded><![CDATA[<p>Want to see how terms, facts and tags evolved over time?<br />
Click the link in the footer called <a href="http://www.factolex.com/stats.php">Stats</a></p>
<p><img src='http://blog.factolex.com/wp-content/uploads/2007/11/factolex_stats.png' alt='Factolex Statistics' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.factolex.com/2007/11/10/statistics/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
