<?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>Liquida Blog</title>
	<atom:link href="http://blog.liquida.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.liquida.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 03 Aug 2010 08:52:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Welcome to the new Liquida</title>
		<link>http://blog.liquida.com/2010/08/welcome-to-the-new-liquida/</link>
		<comments>http://blog.liquida.com/2010/08/welcome-to-the-new-liquida/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 08:00:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Liquida]]></category>

		<guid isPermaLink="false">http://blog.liquida.com/?p=54</guid>
		<description><![CDATA[The new version of Liquida, combines blogs, "traditional" new sources and tweets to provide our users with the opportunity to really explore the most talked-about topics online]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.liquida.com/wp-content/uploads/2010/07/liquidacom.jpg"><img class="alignleft size-full wp-image-57" title="liquidacom" src="http://blog.liquida.com/wp-content/uploads/2010/07/liquidacom.jpg" alt="" width="300" height="273" /></a>Here at Liquida our goal has always been to provide a window into the world of User Generated Content and to make quality content more accessible to a vast internet user base.</p>
<p>The new version of Liquida combines <strong>blogs, &#8220;traditional&#8221; news sources and tweets</strong> to provide our users with the opportunity to really explore the most talked-about topics online.</p>
<p>A wide range of new features, beginning from our completely <strong>redesigned home page</strong>, contributes to making Liquida an unmanned outpost in the news galaxy that lets the <strong>web speak for itself.</strong></p>
<p>It is now much easier to get a grasp on what has the blogosphere abuzz and to combine those opinions with a complete perspective on the news stories or events that have inspired discussions and comments.</p>
<p>Our brand new search page makes it even easier to find <strong>relevant, quality content</strong> &#8211; be it a blog post, image or video &#8211; on virtually any topic. Our search results can not only be filtered by time frame, but also by where they come from (our sources span the entire globe), and how they were written.</p>
<p>Thanks to semantic analysis we actually analyze the <strong>sentiment of a post</strong>, meaning that we can measure the mood of a post and the author&#8217;s perspective on a specific topic by analyzing the adjectives present in a text and weighing them appropriately.</p>
<p>In addition, <a href="http://www.liquida.com/trend/" target="_blank"><strong>Liquida Trends</strong></a> traces the most recurring words in the blogosphere and their ranking over time. These keywords are divided into Tags, People, Brands, Places and can be sorted by category.</p>
<p>Our<strong> <a href="http://www.liquida.com/video/" target="_blank">Video</a></strong> page, an additional new feature, showcases the most linked videos in Liquida, while the <strong><a href="http://www.liquida.com/forum/" target="_blank">Forum</a></strong> ranks and highlights the most discussed and commented news and posts.</p>
<p>We&#8217;re really excited about these changes and are looking forward to your feedback, enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquida.com/2010/08/welcome-to-the-new-liquida/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Liquida works</title>
		<link>http://blog.liquida.com/2009/07/how-liquida-works/</link>
		<comments>http://blog.liquida.com/2009/07/how-liquida-works/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 13:28:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Liquida FAQs]]></category>

		<guid isPermaLink="false">http://blog.liquida.com/?p=49</guid>
		<description><![CDATA[The backbone of Liquida is a wise mix of software technologies, hardware resources and a big dose of human creativity. Since the beginning we decided to use opensource platforms and programming languages as we believe that free-licensed software and languages developed by open groups guarantee efficiency and reliability. For these reasons, we opted for a [...]]]></description>
			<content:encoded><![CDATA[<p>The backbone of <a href="http://www.liquida.com">Liquida</a> is a wise mix of software technologies, hardware resources and a big dose of human creativity.</p>
<p>Since the beginning we decided to use <strong>opensource platforms and programming languages</strong> as we believe that free-licensed software and languages developed by open groups guarantee efficiency and reliability.</p>
<p>For these reasons, we opted for a <strong>LAMP platform</strong>: Linux operating system, Apache web server, MySQL database, and Python and Php scripting.</p>
<p>Herewith you find a simple overview of Liquida core processes, our IT team is always happy to share technical suggestions or receive feedback from you, so please don&#8217;t hesitate to contact us.</p>
<p><strong>1. Blogs enter our directory</strong></p>
<p>Blogs are added to Liquida either <strong>because they have been submitted online</strong> or because they have been <strong>selected by our staff</strong>. In both cases, every blog is assigned a score by our editorial staff. This score will, among other things, affect blog and blog posts positioning in our search results.<br />
For blog directory management our editorial staff uses a backoffice interface written in Php, powered with an Apache server and a backend MySQL database.</p>
<p><strong>2. New blogs contents are retrieved via RSS Feed</strong></p>
<p>Our proprietary “patrol” algorithm &#8211; written in Python and executed on several machines &#8211; periodically goes through the full Liquida blogs database and starts searching for new content.</p>
<p>The RSS retrieval system tries to find XML content variations, acting in the least intrusive and most bandwidth-safe way, for example analyzing HTTP response headers without downloading unuseful duplicate information.</p>
<p>Only if our &#8220;patrol&#8221; finds that the XML content of a given blog has been modified, the &#8220;patrol&#8221; algorithm retrieves the entire RSS file and stores it in the backend MySQL database.</p>
<p><strong>3. Posts optimization</strong></p>
<p>The most complex part of the job is achieved by another proprietary system – also written in Python – that processes new posts that have been inserted in the backend MySQL database by the “patrol” software.</p>
<p>This service – higly parallelized in order to avoid any bottleneck effect – is structured in several dozen of stages that carry out specific processing operations.</p>
<p>The stages include analyzing the XML structure of RSS feeds (parsing), verifying which posts are already present in the archive, retrieving (by sending an HTTP request to the appropriate server) the page complete with images, heuristically analyzing the page template, automatically exctracting tags using open source natural language processing libraries, and the excluding obscene content.</p>
<p>The post is now transformed in a hash table and stored in the backend database.</p>
<p><strong>4. Data indexing</strong></p>
<p>Liquida indexing and search engine is based on the open source engine Lucene, interfaced via Solr (executed by Apache Tomcat).</p>
<p>A Python application, named mysql2solr, extracts each post information, processes the data, and passes it to Solr/Lucene for indexing.</p>
<p>Liquida has three core indexes: one for posts, that returns posts and images that match the search criteria, one for blogs and one for tags, which provides tags related to the search keys. Indexed contents can be searched on a chronological base and, most important, using content-relevant custom-built query functions.</p>
<p><strong>5. The web site</strong></p>
<p>Liquida front-end is developed in Php, using CodeIgniter as Php framework and MooTools as Javascript framework.</p>
<p>The site interfaces directly with Solr/Lucene, that returns information in serialized array that is easily elaborated through Php, without going through MySQL, which is only used in the backend.</p>
<p>Front-end Php platform and some Python applications are performance-optimized using Memcached as a caching system.</p>
<p>Liquida blog runs on WordPress.</p>
<p>In order to optimize our developers team’s work the code is versioned with Subversion, using Eclipse as main editor.</p>
<p><strong>Related Posts</strong>:<br />
- <a href="http://blog.liquida.com/2009/07/how-does-a-blog-enter-liquida/" target="_blank">How does a blog enter Liquida?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquida.com/2009/07/how-liquida-works/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why Liquida, what does it mean?</title>
		<link>http://blog.liquida.com/2009/07/why-liquida-what-does-it-mean/</link>
		<comments>http://blog.liquida.com/2009/07/why-liquida-what-does-it-mean/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 13:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Liquida FAQs]]></category>

		<guid isPermaLink="false">http://blog.liquida.com/?p=44</guid>
		<description><![CDATA[A lot of people ask why we chose Liquida as a Brand. Finding a name was a long and arduous process. We wanted an Italian word, because we are proud to be made in Italy, that was simple and easy to remember and that didn’t refer to any particular function or technical aspect (aggregator or [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of people ask why we chose Liquida as a Brand.<br />
Finding a name was a long and arduous process. We wanted an <strong>Italian word</strong>, because we are proud to be <strong>made in Italy</strong>, that was simple and easy to remember and that didn’t refer to any particular function or technical aspect (aggregator or directory, for instance).<br />
We also wanted it to be a feminine word.<br />
This concept is foreign to most English speakers but, all too often, online brands are masculine or gender-neutral.<br />
A feminine name is usually more musical and complex. We came up with several options but ran into some logistical issues. Often the domains were taken, especially since we wanted both a <em>.it</em> and a <em>.com</em> domain.<br />
In the end we chose Liquida because it’s:<br />
- feminine<br />
- Italian<br />
- easy to remember<br />
- easy to pronounce in most languages<br />
but mainly because:<br />
- digital content is often “liquid”, therefore mobile, accessible to a variety of people in a variety of contexts, and exchangeable through RSS feeds<br />
- digital contents can be “mixed” to become something different, thus changing form, colour and taste<br />
- Liquida aims to be a transparent and fresh environment, just like water<br />
- content brings “nutrition”, helps ideas grow, it moves and changes and they has no limits.<br />
This is why we’re Liquida.</p>
<p><strong>Related Posts</strong>:<br />
- <a href="http://blog.liquida.com/2009/07/how-liquida-works/" target="_blank"> How Liquida Works</a><br />
- <a href="http://blog.liquida.com/2009/07/liquida-and-the-ugc-world/" target="_blank">Liquida and the UGC world</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquida.com/2009/07/why-liquida-what-does-it-mean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How does a blog enter Liquida?</title>
		<link>http://blog.liquida.com/2009/07/how-does-a-blog-enter-liquida/</link>
		<comments>http://blog.liquida.com/2009/07/how-does-a-blog-enter-liquida/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 08:16:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Liquida FAQs]]></category>

		<guid isPermaLink="false">http://blog.liquida.com/?p=45</guid>
		<description><![CDATA[Blogs can enter our directory in two different ways. 1. They can be selected by our editorial staff which peruses the blogosphere daily searching for hidden gems, fresh content, high-quality blogs. 2. They are submitted online by Liquida users or by bloggers. Anyone can submit a blog for insertion, therefore if you find that your [...]]]></description>
			<content:encoded><![CDATA[<p>Blogs can enter our directory in two different ways.</p>
<p>1. They can be <strong>selected by our editorial staff</strong> which peruses the blogosphere daily searching for hidden gems, fresh content, high-quality blogs.</p>
<p>2. They are <a href="http://www.liquida.com/submit_blog.liquida/">submitted online</a> by Liquida users or by bloggers.  Anyone can submit a blog for insertion, therefore if you find that your blog is already in our directory it is quite likely that one of your readers has submitted it to us. A submitted blog must fulfill specific technical and qualitative criteria to enter our directory.</p>
<p><strong>Related Posts</strong>:<br />
- <a href="http://blog.liquida.com/2009/07/how-to-appear-in-or-remove-yourself-from-liquida/" target="_blank">How to appear in or remove yourself from Liquida</a><br />
- <a href="http://blog.liquida.com/2009/07/what-parameters-must-a-blog-fulfill-in-order-to-be-inserted-in-liquida/" target="_blank">What parameters must a blog fulfill in order to be included in Liquida?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquida.com/2009/07/how-does-a-blog-enter-liquida/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to appear in or be removed from Liquida</title>
		<link>http://blog.liquida.com/2009/07/how-to-appear-in-or-remove-yourself-from-liquida/</link>
		<comments>http://blog.liquida.com/2009/07/how-to-appear-in-or-remove-yourself-from-liquida/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 11:23:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Liquida FAQs]]></category>

		<guid isPermaLink="false">http://blog.liquida.com/?p=48</guid>
		<description><![CDATA[If you want your blog to be in Liquida directory and your posts previews be shown to a vast user base, you simply have to submit your blog using this form. If, instead, you would like your blog to be removed from our directory do not hesitate to contact us. If your blog is already [...]]]></description>
			<content:encoded><![CDATA[<p>If you want your blog to be in Liquida directory and your posts previews be shown to a vast user base, you simply have to <a href="http://www.liquida.com/submit_blog.liquida/">submit your blog using this form</a>.<br />
If, instead, you would like your blog to be removed from our directory do not hesitate to contact us.</p>
<p>If your blog is already in Liquida, it&#8217;s either because our editorial staff have choosen it or because it was submitted by one or more of your readers.</p>
<p>Our mission is to give value and visibility to blogosphere quality content that might get lost in the ever-growing Web 2.0 world, boosting quality blogs reputation and visits, so:</p>
<p>1. we only <strong>include blogs that publish their feeds and are visible to search engines</strong>, this means for us that the author would be happy to appear in aggregators or blog search engines.</p>
<p>2. We always publish post abstracts, <strong>all posts are only showed as a preview</strong> linking to the blog of origin.</p>
<p>If a blogger does not want to appear in Liquida he can request the removal of their blog and we will comply within 48 working hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquida.com/2009/07/how-to-appear-in-or-remove-yourself-from-liquida/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What criteria must a blog fulfill to be in Liquida?</title>
		<link>http://blog.liquida.com/2009/07/what-parameters-must-a-blog-fulfill-in-order-to-be-included-in-liquida/</link>
		<comments>http://blog.liquida.com/2009/07/what-parameters-must-a-blog-fulfill-in-order-to-be-included-in-liquida/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 09:00:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Liquida FAQs]]></category>

		<guid isPermaLink="false">http://blog.liquida.com/?p=46</guid>
		<description><![CDATA[Every blog in our directory must fulfill certain technical and quality prerequisites. It must have a working RSS Feed, filled with photographic or textual content. It must be frequently updated with original and high-quality content, written in correct English and free of obscene or offensive material. Related Posts: - How does a blog enter Liquida? [...]]]></description>
			<content:encoded><![CDATA[<p>Every blog in our directory must <strong>fulfill certain technical and quality prerequisites</strong>. </p>
<p>It must have a working RSS Feed, filled with photographic or textual content. It must be frequently updated  with original and high-quality content, written in correct English and free of obscene or offensive material.</p>
<p><strong>Related Posts</strong>:<br />
- <a href="http://blog.liquida.com/2009/07/how-does-a-blog-enter-liquida/" target="_blank">How does a blog enter Liquida?</a><br />
- <a href="http://blog.liquida.com/2009/07/how-to-appear-in-or-remove-yourself-from-liquida/" target="_blank"> How to appear in or remove yourself from Liquida</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquida.com/2009/07/what-parameters-must-a-blog-fulfill-in-order-to-be-included-in-liquida/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Why are certain posts not visible in Liquida?</title>
		<link>http://blog.liquida.com/2009/07/why-are-certain-posts-not-visible-in-liquida/</link>
		<comments>http://blog.liquida.com/2009/07/why-are-certain-posts-not-visible-in-liquida/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 08:00:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Liquida FAQs]]></category>

		<guid isPermaLink="false">http://blog.liquida.com/?p=47</guid>
		<description><![CDATA[It may occur that certain specific blog posts do not appear in our search results. This happens because our system only publishes posts that comply with specific qualitative criteria. We only publish posts that are written in English and are at least 500 characters long and that do not contain offensive or obscene language and/or [...]]]></description>
			<content:encoded><![CDATA[<p>It may occur that certain specific blog posts do not appear in our search results. This happens because our system only publishes posts that comply with specific qualitative criteria. We only publish posts that are written in English and are at least 500 characters long and that do not contain offensive or obscene language and/or images. In addition, the RSS Feed must be working correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquida.com/2009/07/why-are-certain-posts-not-visible-in-liquida/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Liquida and the UGC world</title>
		<link>http://blog.liquida.com/2009/07/liquida-and-the-ugc-world/</link>
		<comments>http://blog.liquida.com/2009/07/liquida-and-the-ugc-world/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 07:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Liquida FAQs]]></category>

		<guid isPermaLink="false">http://blog.liquida.com/?p=50</guid>
		<description><![CDATA[Each year internet users and web 2.0 enthusiasts publish on the Web an ever growing amount of original content, at a constantly increasing rate. These new content producers, these prosumers who merge the role of content producers and consumers, are the founding base the Web was built on. Since the beginning, the Internet has been [...]]]></description>
			<content:encoded><![CDATA[<p>Each year internet users and web 2.0 enthusiasts publish on the Web an ever growing amount of <strong>original content</strong>, at a constantly increasing rate.</p>
<p>These new content producers, these  <em>prosumers</em> who merge the role of content producers and consumers, are the founding base the Web was built on. Since the beginning, the Internet has been animated by websites created by single individuals rather than publishers or institutions. This, combined with interactivity, is what distinguishes the Net from any other media, and is its driving force.</p>
<p>Taking into consideration user-generated content and the prosumer phenomenon in their widest sense, we can treat as prosumer any user that produces content, be it an ad, a blog post or a product put up for auction. Most blogs and services such as online photo albums or eBay, YouTube and Craigslist can be included in the prosumer phenomenon. The content produced by this relevant percentage of internet users is characterized by great variety, quality and, thus, value.</p>
<p>The Internet has demonstrated that millions of people throughout the Globe want to express themselves, share experiences and create content value, but also that these people develop hundreds of thousands of niches of interests, niches that usually find a number of followers far greater than the number of those who created them.<br />
Until recently there were doubts if these niches could find an adequate space and visibility. In an economic system based on the 80-20 rule, the widespread belief was that people were interested in a narrow range of topics, that only certain mainstream TV shows, movies or musicians could find success. The Web has debunked this rule, creating its own curve, which we now know as the Long Tail.</p>
<p>The Web has become increasingly entrenched in our collective consciousness giving us access to an almost infinite amount of information. It has shaped our outlook, and is the great cultural revolution of our time. But now a new concern emerges. <strong>Is the Internet becoming a finite space?<br />
</strong><br />
With this online content growing rate, the Internet, considered until now as the only media with limitless space and influence, may reach its limit. It&#8217;s not only a technological or infrastructural matter but, more importantly, it&#8217;s a question of content value chain. Here’s what we mean.</p>
<p>We know that roughly 90% of internet users find what they are looking for using a search engine (mainly Google). We also know that they normally browse through the first three pages of search results. Today the prosumer’s main concern is to appear in this limited range of results. With the constant user-generated-content growth this challenge will become harder and harder, increasing the risk that most of the user-generated-content will no longer reach its audience.<br />
This could create a growing frustration among prosumers and, in the end, the prosumer phenomenon could either die out or at least stop growing.</p>
<p>The next great challenge is to find, select, filter and emphasize high-value independent content within this growing mass of information. It&#8217;s a new challenge due to the evolution in Web usage, boosted by the increasing number of instruments that facilitate content creation, publishing and sharing.</p>
<p>Some existing approaches seem promising. Digg, Delicius, and other folksonomy based approaches come to mind. We deeply agree with them: users must be engaged in the process of discovering, filtering and valorizing content.</p>
<p>This is where <a href="http://www.liquida.com">Liquida</a> comes in, as a new content value boosting tool, based on a proprietary approach involving content treatment, natural language processing and semantic technologies, driven by an original human approach for qualitative criteria definition and implementation and a professional editorial structure for content valorization and presentation, an innovative approach  that will hopefully bring us closer to overcoming this challenge and ensuring that quality and value will not be lost.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquida.com/2009/07/liquida-and-the-ugc-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help us improve Liquida: a new way to stay informed</title>
		<link>http://blog.liquida.com/2008/07/help-us-improve-liquida-a-new-way-to-stay-informed/</link>
		<comments>http://blog.liquida.com/2008/07/help-us-improve-liquida-a-new-way-to-stay-informed/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 10:37:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forum]]></category>

		<guid isPermaLink="false">http://blog.liquida.com/?p=41</guid>
		<description><![CDATA[Liquida is a web portal, a virtual environment entirely based on user generated content bringing top-quality blogosphere content to a vast internet user base. Liquida platform gives visibility to independent content producers focusing on content value sharing, and respecting democracy, transparency and meritocracy principles. With Liquida, global bloggers are protagonists in a free-speech environment and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Liquida</strong> is a web portal, a virtual environment entirely based on <strong>user generated content</strong> bringing top-quality blogosphere content to a vast internet user base. Liquida platform gives visibility to independent content producers focusing on content value sharing, and respecting democracy, transparency and meritocracy principles.</p>
<p>With Liquida, global bloggers are protagonists in a free-speech environment and in a quality-based content value chain.<br />
Liquida lets bloggers showcase their qualities and become increasingly relevant, gaining reputation within the blogosphere.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquida.com/2008/07/help-us-improve-liquida-a-new-way-to-stay-informed/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 435/463 objects using apc

Served from: blog.liquida.com @ 2012-02-07 13:36:02 -->
