<?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>Mindcom</title>
	<atom:link href="http://mindcom.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mindcom.com</link>
	<description>searching for the answer</description>
	<lastBuildDate>Wed, 14 Jul 2010 15:59:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Colorpicker issues with webkit</title>
		<link>http://mindcom.com/technology/colorpicker-issues-with-webkit/</link>
		<comments>http://mindcom.com/technology/colorpicker-issues-with-webkit/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 14:33:29 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://mindcom.com/?p=117</guid>
		<description><![CDATA[We were recently contacted by a Qhub creator about a problem he was having with our &#8220;Page Design&#8221; control in Safari 5 and other webkit browsers. After some debugging I found that webkit browsers were not allowing submission of the form due to a problem with the colorpicker plugin we use.
This was the error we [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin-left: 10px;" title="colorpicker" src="http://mindcom.com/wp-content/uploads/2010/06/colorpicker-300x192.jpg" alt="Color Picker" width="300" height="192" />We were recently contacted by a <a title="Qhub - a simple way to create a question &amp; answer website" href="http://qhub.com" target="_blank">Qhub creator</a> about a problem he was having with our &#8220;Page Design&#8221; control in <a title="Safari 5" href="http://www.apple.com/safari/" target="_blank">Safari 5</a> and other webkit browsers. After some debugging I found that webkit browsers were not allowing submission of the form due to a problem with the <a title="Colorpicker" href="http://www.eyecon.ro/colorpicker/" target="_blank">colorpicker plugin</a> we use.</p>
<p>This was the error we were seeing in the console:</p>
<pre>"<span style="font-family: monospace;">An invalid form control with name='' is not focusable."</span></pre>
<p>Not extremely helpful but I persevered. After digging into this error more I noticed it all boiled down to the HSB values that were being submitted when changing the hex value. When a hex value was set, RGB and HSB are set according to the hex value, but all the inputs in the <a title="Colorpicker" href="http://www.eyecon.ro/colorpicker/" target="_blank">colorpicker plugin</a> have a <a title="maxlength" href="http://www.htmlcodetutorial.com/forms/_INPUT_MAXLENGTH.html" target="_blank">maxlength</a> of  3. One of the values being set for HSB was a decimal (e.g. 68.45641) longer than 3 characters. This then caused webkit browsers to prevent the form being submitted and throw the previously mentioned error in the console. So to correct this problem when the <em>fillHSBFields </em>function set the value of the HSB input fields we performed <em>parseInt </em>first.</p>
<p>The fix we applied needs you to edit 3 lines within the <em>fillHSBFields </em>function.</p>
<p><strong>Change</strong></p>
<pre>.eq(4).val(hsb.h).end()
.eq(5).val(hsb.s).end()
.eq(6).val(hsb.b).end();</pre>
<p><strong>To</strong></p>
<pre>.eq(4).val(parseInt(hsb.h,10)).end()
.eq(5).val(parseInt(hsb.s,10)).end()
.eq(6).val(parseInt(hsb.b,10)).end();</pre>
<p>Thanks to <a href="http://twitter.com/ciaravino" target="_blank">@ciaravino</a> for spotting the error in the first place!</p>
]]></content:encoded>
			<wfw:commentRss>http://mindcom.com/technology/colorpicker-issues-with-webkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Suggested Questions&#8221; Live On Blurtit</title>
		<link>http://mindcom.com/news/suggested-questions-live-on-blurtit/</link>
		<comments>http://mindcom.com/news/suggested-questions-live-on-blurtit/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 15:41:08 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[blurtit]]></category>
		<category><![CDATA[suggested questions]]></category>

		<guid isPermaLink="false">http://mindcom.com/?p=108</guid>
		<description><![CDATA[Q&#038;A websites have an in built problem for users, it’s pretty hard to find questions to answer! The hard working developers at Mindcom have started to address this problem by launching the “Suggested Question” feature on Blurtit.
This new system learns as you use Blurtit building a list of questions it thinks you would be interested [...]]]></description>
			<content:encoded><![CDATA[<p>Q&#038;A websites have an in built problem for users, it’s pretty hard to find questions to answer! The hard working developers at Mindcom have started to address this problem by launching the “Suggested Question” feature on Blurtit.</p>
<p>This new system learns as you use Blurtit building a list of questions it thinks you would be interested in answering. </p>
<p>Analysing the keywords (and phrases) in the questions you ask, answer or view, the system finds similar questions that need answering. Feedback is also taken when users hide questions.</p>
<p>This new feature will be slowly evolved and we believe will become a cornerstone of Blurtit. As always, feedback most welcome please.</p>
<p><strong>&#8220;Suggested Questions” Walk Through Video</strong><br />
<object width="600" height="345"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5993400&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5993400&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="345"></embed></object>
<p><a href="http://vimeo.com/5993400">Suggested Questions On Blurtit</a> from <a href="http://vimeo.com/user2138359">Tim O&#039;Shea</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mindcom.com/news/suggested-questions-live-on-blurtit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Passion Q&amp;A</title>
		<link>http://mindcom.com/featured-articles/why-were-passionate-about-qa/</link>
		<comments>http://mindcom.com/featured-articles/why-were-passionate-about-qa/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 07:00:08 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[answers]]></category>
		<category><![CDATA[blurtit]]></category>
		<category><![CDATA[blurtit.com]]></category>
		<category><![CDATA[q&a]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[questions and answers]]></category>

		<guid isPermaLink="false">http://mindcom.com/?p=25</guid>
		<description><![CDATA[Blurtit.com is a community where people from all around the world share their knowledge and answer each other&#8217;s questions.
Three years old in June 2009, Blurtit is Mindcom’s flagship website. Blurtit is experiencing rapidly increasing traffic through the organic growth of its question and answer database and membership. Moving forward we are focusing on providing a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blurtit.com">Blurtit.com</a> is a community where people from all around the world share their knowledge and answer each other&#8217;s questions.</p>
<p>Three years old in June 2009, Blurtit is Mindcom’s flagship website. Blurtit is experiencing rapidly increasing traffic through the organic growth of its question and answer database and membership. Moving forward we are focusing on providing a seamless and positive user experience, whilst building its knowledge database of answers for all to use in the future. This answer based content is different to the factual based “Wikipedia” style information and more a personal opinion on questions which may or may not have an exact answer.</p>
<p><strong>Mission: To provide answers to peoples questions online</strong></p>
<p><strong>Vision: To create an endless database of answers, giving personal views on common questions that people need answers too. By letting people ask, answer and interact through websites we aim to create a master database of information. We believe 20 million questions answered would be a start on our vision.</strong></p>
<p>Give it a try, <a href="http://www.blurtit.com">ask and answer questions at Blurtit.com</a></p>
<h2>Traffic Stats</h2>
<ul>
<li>1+ million questions asked, and 900k+ questions answered (June 09)</li>
<li>Traffic stats: June 09 Unique Visits 8.5M (9.5M visits)</li>
</ul>
<h3>Core Technology</h3>
<ul>
<li> Learning technology &#8211; Our unique question suggestion technology learns as you interact with Blurtit building a list of questions we think you would be interested in answering.</li>
<li> Twitter integration: Blurtit is fully integrated with twitter,  you can publish questions on blurtit by sending them to @blurtit we will tweet you back the answers as they come in. We also actively search the realtime twitter stream for questions we have answers to and when we find one we tweet back the best answer.</li>
<li> Open contributions: You don&#8217;t need to register to ask and answer questions on Blurtit. To filter out abuse and spam we use a number of different methods including some funky semantic analysis to auto moderate a large percentage of our 10k+ daily contributions.</li>
<li> Auto categorization: Contributions are automatically categorized and placed into our 1500+ categories. Auto categorization significantly stream lines the asking progress while keeping the site well organised.</li>
</ul>
<h3>Keep Up To Date With Blurtit</h3>
<ul>
<li><a href="http://mindcom.com">Mindcom Blog</a> &#8211; covering Blurtit and Mindcom news (<a href="http://feeds.feedburner.com/mindcom">RSS</a> :: <a href="http://twitter.com/mindcom">Twitter</a>)</li>
<li> <a href="http://www.blurtit.com/blog/">Blurtit Blog</a> &#8211; covering feature developments on Blurtit</li>
<li><a href="http://www.blurtit.com/Best_of_Blurtit/">Best of Blurtit</a> &#8211; Interesting questions (<a href="http://feeds2.feedburner.com/Blurtit">RSS</a> ::<a href="http://twitter.com/blurtitlive">Twitter</a> :: <a href="http://www.facebook.com/blurtit">Facebook</a>)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mindcom.com/featured-articles/why-were-passionate-about-qa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scaling Digg and Other Web Applications</title>
		<link>http://mindcom.com/technology/scaling-digg-and-other-web-applications/</link>
		<comments>http://mindcom.com/technology/scaling-digg-and-other-web-applications/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 05:41:48 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[scaling]]></category>
		<category><![CDATA[web 2.0 expo]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://mindcom.com/?p=59</guid>
		<description><![CDATA[From http://highscalability.com/scaling-digg-and-other-web-applications, about a Digg presentation at Web 2.0 Expo.
Key points:

Scale out, not up (ie, more servers, not bigger servers) by partitioning users off
Scale databases both horizontally and vertically (eg, split users horizontally, questions on dedicated db)
Hide partitioning from the application
Problems of denormalization (copies of the same data)
Push non-realtime updates to a queue (ie, look [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://highscalability.com/scaling-digg-and-other-web-applications" target="_blank">http://highscalability.com/scaling-digg-and-other-web-applications</a>, about a Digg presentation at Web 2.0 Expo.<br />
Key points:</p>
<ul>
<li>Scale out, not up (ie, more servers, not bigger servers) by partitioning users off</li>
<li>Scale databases both horizontally and vertically (eg, split users horizontally, questions on dedicated db)</li>
<li>Hide partitioning from the application</li>
<li>Problems of denormalization (copies of the same data)</li>
<li>Push non-realtime updates to a queue (ie, look at which DB updates to the ‘master’ can be delayed)</li>
<li>Cache appropriately: strategies vary depending on lifetime and changeability</li>
<li>Don’t rush out new features: scale from the start</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mindcom.com/technology/scaling-digg-and-other-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Missing Google Analytics Manual</title>
		<link>http://mindcom.com/technology/the-missing-google-analytics-manual/</link>
		<comments>http://mindcom.com/technology/the-missing-google-analytics-manual/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 05:40:20 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://mindcom.com/?p=57</guid>
		<description><![CDATA[http://www.grokdotcom.com/2009/02/16/the-missing-google-analytics-manual/
This is a list of links to guidance on linking adwords and other useful statistics into analytics.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.grokdotcom.com/2009/02/16/the-missing-google-analytics-manual/" target="_blank">http://www.grokdotcom.com/2009/02/16/the-missing-google-analytics-manual/</a></p>
<p>This is a list of links to guidance on linking adwords and other useful statistics into analytics.</p>
]]></content:encoded>
			<wfw:commentRss>http://mindcom.com/technology/the-missing-google-analytics-manual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Conference 2009</title>
		<link>http://mindcom.com/technology/php-conference-2009/</link>
		<comments>http://mindcom.com/technology/php-conference-2009/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 05:37:54 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://mindcom.com/?p=54</guid>
		<description><![CDATA[Here are my notes from the conference.  Overall it wasn’t as eye-opening as I’d hoped, no concrete strategies or technologies to consider implementing right now.
 Aral Balkan
@aral
http://naklab.com (featuring game of life)
Recommend Book: ‘The Unthinkable’
http://37signals.com
http://flex.org/tour
LUA &#8211; Alchemy
Little Moo : make automated responses a bit more friendly
Google AppEngine (cloud) : not perfect
Unity 3D
XNA
SXSW conference Mar 16
BUILD: Architecture, [...]]]></description>
			<content:encoded><![CDATA[<p>Here are my notes from the conference.  Overall it wasn’t as eye-opening as I’d hoped, no concrete strategies or technologies to consider implementing right now.<br />
<span id="more-170"> </span><strong>Aral Balkan<br />
</strong>@aral<br />
<a href="http://naklab.com/">http://naklab.com</a> (featuring game of life)<br />
Recommend Book: ‘The Unthinkable’<br />
<a href="http://37signals.com/">http://37signals.com</a><br />
<a href="http://flex.org/tour">http://flex.org/tour</a><br />
LUA &#8211; Alchemy<br />
Little Moo : make automated responses a bit more friendly<br />
Google AppEngine (cloud) : not perfect<br />
Unity 3D<br />
XNA<br />
SXSW conference Mar 16<br />
BUILD: Architecture, Usability, Speed, Testing<br />
SHARE: Promotion, Create Demand<br />
LISTEN: Technical, Content, Usability<br />
EVOLVE: Strategy, Focus</p>
<p><strong>Scott MacVicar</strong><br />
Namespace<br />
Late Static Binding &#8211; static functions compiled in runtime<br />
Garbage Collection<br />
ini handling &#8211; user-defined php.ini using FCGI<br />
Limited GOTO<br />
?:<br />
pspell -&gt; enchant<br />
MySQLnd<br />
phar<br />
SQLite3<br />
New Constants &#8211; __DIR__, PHP_DEBUG, PHP_MAXPATHLEN, etc.<br />
Slides: <a href="http://talks.macvicar.net/">http://talks.macvicar.net</a></p>
<p><strong> </strong></p>
<p><strong>David Soria Parra<br />
</strong><a href="mailto:dsp@php.net">dsp@php.net</a><br />
<a href="http://blog.experimentalworks.com/">http://blog.experimentalworks.com</a><br />
Like RAID striping &#8211; improved concurrent access, little redundancy<br />
Put all related data on one shard<br />
Scaling: how to add another shard<br />
Works on EC2<br />
Use memcached for reads<br />
Denormalize to solve join issues (since JOINs not allowed)<br />
Search is a big problem<br />
Use pre-caching<br />
MySQL proxy</p>
<p><strong>David Axmark<br />
</strong>Sun colleague: Brian Aker<br />
Drizzle: cut-down, modular version of MySQL<br />
ACID compliant<br />
Asynchronous comms<br />
Bad INSERTs cause an error<br />
Less locking<br />
Slave enhancements<br />
Needs more test cases</p>
<p><strong>Hank Janssen<br />
</strong><a href="mailto:hjanssen@microsoft.com">hjanssen@microsoft.com</a><br />
Microsoft: <a href="http://phponws2008.com/">http://phponws2008.com</a><br />
<a href="http://bizspark.com/">http://bizspark.com</a><br />
<a href="http://ilivetocode.com/">http://ilivetocode.com</a><br />
<a href="http://windows.php.net/">http://windows.php.net</a></p>
<p><strong>Mihai Corlan</strong><br />
FLEX Applications<br />
- on Web browser<br />
- needs only HTML, Javascript, CSS, Flex<br />
- REST services/Web services<br />
AIR Applications<br />
- on Desktop<br />
- communicate with PHP Server using remoting (call)<br />
<a href="http://www.corlan.org/">http://www.corlan.org</a></p>
<p><strong>Chris Shiflett<br />
</strong><a href="http://shiflett.org/">http://shiflett.org</a><br />
Observe behaviour, try to accommodate it<br />
Incorporate ambient indicators<br />
Use a login seal (specific to a user) for anti-phishing, eg, Yahoo<br />
Change Blindness: not seeing what has changed on a page, very likely if  a page reloads with very similar content.<br />
Handing over 3rd-party password: BAD.  Use Facebook Connect (XSS model),  OpenAuth (Google + PECL support) or OpenID.<br />
Keep privacy and security options simple.<br />
Provide a feedback mechanism for problem-finding.<br />
Be aware of iframe attacks (eg, Twitter dont-click) to dupe user.</p>
]]></content:encoded>
			<wfw:commentRss>http://mindcom.com/technology/php-conference-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MediaTemple Scaling Architecture</title>
		<link>http://mindcom.com/technology/mediatemple-scaling-architecture/</link>
		<comments>http://mindcom.com/technology/mediatemple-scaling-architecture/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 05:35:52 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mediatemple]]></category>

		<guid isPermaLink="false">http://mindcom.com/?p=52</guid>
		<description><![CDATA[Describes how MediaTemple (shared grid hosting) improved their service over time: Anatomy of Storage on the GRID.

]]></description>
			<content:encoded><![CDATA[<p>Describes how MediaTemple (shared grid hosting) improved their service over time: <a href="http://weblog.mediatemple.net/weblog/2009/03/06/anatomy-of-storage-on-the-grid/">Anatomy of Storage on the GRID</a>.</p>
<p><img class="alignnone size-medium wp-image-51" title="2gens" src="http://mindcom.com/wp-content/uploads/2009/08/2gens-300x106.jpg" alt="2gens" width="300" height="106" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mindcom.com/technology/mediatemple-scaling-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOASTA Load Testing</title>
		<link>http://mindcom.com/uncategorized/soasta-load-testing/</link>
		<comments>http://mindcom.com/uncategorized/soasta-load-testing/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 05:32:42 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[load testing]]></category>
		<category><![CDATA[soasta]]></category>

		<guid isPermaLink="false">http://mindcom.com/?p=48</guid>
		<description><![CDATA[With SOASTA CloudTest, you can quickly build highly scalable (tens of thousands of users), real-world load and performance tests at an amazingly low cost.
]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://www.soasta.com/">SOASTA CloudTest</a>, you can quickly build highly scalable (tens of thousands of users), real-world load and performance tests at an amazingly low cost.</p>
]]></content:encoded>
			<wfw:commentRss>http://mindcom.com/uncategorized/soasta-load-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Toolbox Class</title>
		<link>http://mindcom.com/technology/facebook-toolbox-class/</link>
		<comments>http://mindcom.com/technology/facebook-toolbox-class/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 05:30:19 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[php class]]></category>

		<guid isPermaLink="false">http://mindcom.com/?p=46</guid>
		<description><![CDATA[Facebook Toolbox Class from PHPClasses.org
]]></description>
			<content:encoded><![CDATA[<p>Facebook Toolbox Class from <a href="http://www.phpclasses.org/browse/package/5200.html" target="_blank">PHPClasses.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mindcom.com/technology/facebook-toolbox-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Google Produces Relevant Search Results</title>
		<link>http://mindcom.com/technology/how-google-produces-relevant-search-results/</link>
		<comments>http://mindcom.com/technology/how-google-produces-relevant-search-results/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 05:26:19 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://mindcom.com/?p=44</guid>
		<description><![CDATA[ood post from TechRadar, by Julian M Bucknall.  Explains the basics of keyword extraction and using pagerank to order search results.
 http://www.techradar.com/news/internet/find-out-how-google-indexes-the-web-600281
]]></description>
			<content:encoded><![CDATA[<p>ood post from TechRadar, by Julian M Bucknall.  Explains the basics of keyword extraction and using pagerank to order search results.</p>
<p><a href="http://www.techradar.com/news/internet/find-out-how-google-indexes-the-web-600281"> http://www.techradar.com/news/internet/find-out-how-google-indexes-the-web-600281</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mindcom.com/technology/how-google-produces-relevant-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
