<?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>TechKite.tk &#187; News</title>
	<atom:link href="http://techkite.tk/tag/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://techkite.tk</link>
	<description>Tech Blogging Guru...</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:06:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Facebook working on brand New Homepage !</title>
		<link>http://techkite.tk/facebook-working-on-brand-new-homepage/</link>
		<comments>http://techkite.tk/facebook-working-on-brand-new-homepage/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 13:33:56 +0000</pubDate>
		<dc:creator>arifnezami</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Social Network]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://techkite.tk/?p=395</guid>
		<description><![CDATA[Facebook is working on a new homepage for it&#8217;s users. Currently a very little numbers of users having the opportunity to see it first. If you see the screenshots provided by a FB user, you can see there is lots of differences between the older and the new one. It has a new searching interface. [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook is working on a new homepage for it&#8217;s users. Currently a very little numbers of users having the opportunity to see it first. If you see the screenshots provided by a FB user, you can see there is lots of differences between the older and the new one. It has a new searching interface. Sending messeges will be easier in this new FB. If you see the images carefully, you&#8217;ll be able to notice that , In this version there will be more places to provide ads. So it will bring more money to FB&#8217;s pocket undoubtedly.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img402.imageshack.us/img402/4808/fbbirthdayspngscaled100.jpg" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://img402.imageshack.us/img402/7204/snipimage.jpg<br />
&#8221; alt=&#8221;" /></p>
<p>catch more images at <a href="http://mathewsanders.posterous.com/" target="_blank">http://mathewsanders.posterous.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techkite.tk/facebook-working-on-brand-new-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla&#039;s New Product .. RainDrop</title>
		<link>http://techkite.tk/mozillas-new-product-raindrop/</link>
		<comments>http://techkite.tk/mozillas-new-product-raindrop/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 17:18:22 +0000</pubDate>
		<dc:creator>arifnezami</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Software RearView]]></category>
		<category><![CDATA[Latest]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://cyberfi.co.tv/?p=37</guid>
		<description><![CDATA[The Mozilla foundation has developed a new open-source, experimental email and communication platform called Raindrop. Raindrop is being devloped by focused on highlighting and breaking out personal conversations, making it easier for all to see all of their conversations in one simple client.
Moziila says that “is an effort that starts by trying to understand today’s [...]]]></description>
			<content:encoded><![CDATA[<p>The Mozilla foundation has developed a new open-source, experimental email and communication platform called Raindrop. Raindrop is being devloped by focused on highlighting and breaking out personal conversations, making it easier for all to see all of their conversations in one simple client.</p>
<p>Moziila says that “is an effort that starts by trying to understand today’s web of conversations, and aims to design an interface that helps people get a handle on their digital world.” Still in prototype form, the platform is very young but it aims categorize messages and then separate the personal messages from bulk messages, so you know what to respond to vs. just noting a communication. So Raindrop will import all of your email, but break out your personalized email from your mailing list emails and will portray the personal emails higher on the page. Raindrop will be also work as a client between you and Twitter , making ease of using all Twitter stuffs.</p>
<p>Installation: The software is not ready yet but you can try by compiling source code.</p>
<p>couchdb</p>
<p>Install couchdb, version 0.10 or later. 0.9 will not work. See:</p>
<p>* http://couchdb.apache.org/downloads.html for most platforms.<br />
* http://janl.github.com/couchdbx/ for a MacOSX installer<br />
* http://wiki.apache.org/couchdb/Windows_binary_installer for Windows.</p>
<p>When building couchdb from source, it can be run without installing via a &#8216;dev&#8217; install:</p>
<p>cd couchdb; ./bootstrap &amp;&amp; ./configure &amp;&amp; make &amp;&amp; make dev<br />
./utils/run</p>
<p>raindrop</p>
<p>* Install Python 2.5 or 2.6 (note that Python 3 is not yet supported).</p>
<p>* Install Mercurial (http://mercurial.selenic.com/)</p>
<p>* Checkout raindrop</p>
<p>% hg clone http://hg.mozilla.org/labs/raindrop</p>
<p>* Execute the &#8216;check-raindrop.py&#8217; script in the raindrop/server/python directory.</p>
<p>This should check all dependencies and let you know what you are missing, then check your couchdb for certain configuration requirements.</p>
<p>If you are brave, try executing &#8216;check-raindrop.py &#8211;configure&#8217; (prefixing that command with &#8217;sudo &#8216; on some platforms). This will attempt to automatically install all dependencies necessary and configure couchdb.</p>
<p>If you are less brave, run it without the &#8211;configure option, then manually resolve any dependency or configuration issues it reports, then repeat until no problems are found.</p>
<p>A summary of the dependencies are: setuptools, twisted, PyOpenSSL, Skype4Py, python-twitter, simplejson, feedparser and paisley.<br />
Notes</p>
<p>Note for mac users: doing easy_install PyOpenSSL after May 1st, may install some badly. It may be a PyOppenSSL 0.9 issue. 0.8 is known to work. Try the latest code, but if that does not work, switch to 0.8.<br />
Running Raindrop</p>
<p>After check-raindrop.py reports everything is in order, the next step is to set up the accounts to use with raindrop, then have raindrop fetch the messages<br />
Configuring</p>
<p>These steps should become less necessary as time moves forward (it will be possible in the future to do this work though a web interface), but for now, you need to set up the accounts you want to use in raindrop via a .raindrop file:</p>
<p>configure raindrop by editing ~/.raindrop</p>
<p>if your &#8216;local&#8217; couchdb isn&#8217;t on localhost, add a section along the lines of:</p>
<p>[couch-local]<br />
host=hostname<br />
port=port</p>
<p>Add one new section per account; note the &#8220;account-&#8221; prefix is important when defining accounts:</p>
<p>* Add gmail accounts along the lines of</p>
<p>[account-gmail-username]<br />
proto=imap<br />
kind=gmail<br />
username=username@gmail.com<br />
password=topsecret<br />
ssl=True</p>
<p>* Add twitter accounts along the lines of</p>
<p>[account-twitter-username]<br />
proto=twitter<br />
kind=twitter<br />
username=username<br />
password=topsecret</p>
<p>* Add imap accounts along the lines of</p>
<p>[account-imap-username]<br />
proto=imap<br />
kind=imap<br />
host=imap.example.com<br />
port=993<br />
username=username<br />
password=topsecret<br />
ssl=True</p>
<p>* Add skype accounts along the lines of</p>
<p>[account-skype-username]<br />
proto=skype<br />
kind=skype<br />
username=username<br />
password=topsecret</p>
<p>Once you are done with ~/.raindrop, then go to the command line, to the raindrop/server/python directory and run the following command:</p>
<p>% ./run-raindrop.py sync-messages &#8211;max-age=5days</p>
<p>It will take a few minutes for run-raindrop to complete. The above command gets the last 5 days of messages for each account configured above. Once the above command finishes, then open your favorite Firefox or WebKit-based browser and go to:</p>
<p>http://127.0.0.1:5984/raindrop/inflow/index.html</p>
<p>You should see some of your messages displayed.</p>
<p>There are many issues with the UI and how messages are processed, but hopefully you now have a feel for how raindrop works.<br />
Controlling</p>
<p>The run-raindrop.py script is capable of fetching messages, re-running extensions, etc. It is expected that over time, this functionality will be rolled into the couchdb controlled couch-raindrop.py script. As a result, some functionality is duplicated in these scripts.</p>
<p>In particular, there is no protection against &#8216;couch-raindrop.py&#8217; and run-raindrop.py attempting to perform the same thing at the same time, which will cause many errors to be logged. Before using the advanced features of run-raindrop, you should ensure couch-raindrop.py is not running by executing a command similar to:</p>
<p>% curl http://127.0.0.1:5984/raindrop/_raindrop/exit</p>
<p>When run-raindrop.py is executed, it always checks to see if the accounts and other documents required by raindrop (eg, the front-end applications) are up to date, then performs the requested operation, then terminates. If no operation is requested a web-browser pointing at raindrop will be opened. This means you can edit any of the files in the &#8217;schema&#8217;, &#8216;client&#8217; or &#8216;couch_doc&#8217; directories, then see those changes reflected in the front-end when run-raindrop is next started. We don&#8217;t detect the changes while we are running though, only at startup.<br />
Get messages from all accounts:</p>
<p>% ./run-raindrop.py sync-messages &#8211;max-age=2days &#8211;folder=inbox</p>
<p>Both &#8211;max-age and &#8211;folder are optional &#8211; see &#8211;help for details. Reload the front-end applications to see the messages as they arrive.<br />
Unprocessing:</p>
<p>To delete all the intermediate messages in the DB, execute:</p>
<p>% ./run-raindrop.py unprocess</p>
<p>The next time you execute a &#8216;process-backlog&#8217; command, all your messages will be reprocessed.</p>
<p><a href="http://labs.mozilla.com/raindrop/2009/10/22/introducing-raindrop/#post-1" target="_blank">Read more here&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techkite.tk/mozillas-new-product-raindrop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress.org 2.8.5 out now&#8230;</title>
		<link>http://techkite.tk/wordpress-org-2-8-5-out-now/</link>
		<comments>http://techkite.tk/wordpress-org-2-8-5-out-now/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 07:36:12 +0000</pubDate>
		<dc:creator>arifnezami</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://cyberfi.co.tv/?p=25</guid>
		<description><![CDATA[wordpress.org has released a new version of popular blog creating tool wordpress.org . The new version 2.8.5 is most powerful version of the tool till now. The security system is better then ever. Anyone ,using wordpress.org&#8217;s previous version can upgrade to 2.8.5 automatically or manually.
Download !
code>



]]></description>
			<content:encoded><![CDATA[<p>wordpress.org has released a new version of popular blog creating tool wordpress.org . The new version 2.8.5 is most powerful version of the tool till now. The security system is better then ever. Anyone ,using wordpress.org&#8217;s previous version can <a href="http://codex.wordpress.org/Upgrading_WordPress" target="_blank">upgrade</a> to 2.8.5 automatically or manually.</p>
<p><a href="http://wordpress.org/latest.tar.gz" target="_self">Download !</a></p>
<div id="attachment_26" class="wp-caption alignright" style="width: 160px"><a href="http://www.wordpress.org"><img class="size-thumbnail wp-image-26" title="wp" src="http://cyberfi.co.tv/wp-content/uploads/2009/10/wp-150x58.jpg" alt="wp 2.8.5" width="150" height="58" /></a>
<p class="wp-caption-text">wp 2.8.5</p>
</div>
<p><code><script type="text/javascript"><!--
google_ad_client = "pub-3937002688003587";
/* 300x250, created 10/20/09 */
google_ad_slot = "7210611417";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></code></p>
]]></content:encoded>
			<wfw:commentRss>http://techkite.tk/wordpress-org-2-8-5-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FaceBook Lite&#8230; for slow connections</title>
		<link>http://techkite.tk/facebook-lite-for-slow-connections/</link>
		<comments>http://techkite.tk/facebook-lite-for-slow-connections/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 07:03:59 +0000</pubDate>
		<dc:creator>arifnezami</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook lite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://cyberfi.co.tv/?p=20</guid>
		<description><![CDATA[Facebook authority has launched a new simplified version of facebook on net. This new version, named facebook lite, is very convenient for users don&#8217;t have high speed connections like the developed world. A user can enjoy all the facilities of the main version on facebook lite but his/her slow connection will not be hamper her [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook authority has launched a new simplified version of facebook on net. This new version, named facebook lite, is very convenient for users don&#8217;t have high speed connections like the developed world. A user can enjoy all the facilities of the main version on facebook lite but his/her slow connection will not be hamper her surfing. This version is mainly created having focus on huge number of users across asia, mainly in India.</p>
<p>Go to <a href="http://lite.facebook.com">Facebook Lite.</a></p>
<dl id="attachment_21" class="wp-caption aligncenter" style="width: 145px;">
<dt class="wp-caption-dt"><a href="http://lite.facebook.com"><img class="size-full wp-image-21" title="fbl" src="http://techkite.tk/wp-content/uploads/2009/10/fbl.JPG" alt="Facebook lite" width="135" height="172" /></a></dt>
</dl>
<div class="mceTemp mceIEcenter">
<dl id="attachment_21" class="wp-caption aligncenter" style="width: 145px;">
<dt class="wp-caption-dt"></dt>
<dd class="wp-caption-dd">Facebook lite</dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://techkite.tk/facebook-lite-for-slow-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu kermic Koala is knocking the door&#8230;</title>
		<link>http://techkite.tk/ubuntu-kermic-koala-is-knocking-the-door/</link>
		<comments>http://techkite.tk/ubuntu-kermic-koala-is-knocking-the-door/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 13:27:14 +0000</pubDate>
		<dc:creator>arifnezami</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://cyberfi.co.tv/?p=5</guid>
		<description><![CDATA[The latest edition of Open Source Operating System , Ubuntu , will be realized on 29 October this year. The makers of Ubuntu (the huge number of volunteers around the globe) are eagerly waiting for the occasion. The beta edition is already there to download for free.
Canonical has already announced the the name of Ubuntu’s [...]]]></description>
			<content:encoded><![CDATA[<p>The latest edition of Open Source Operating System , Ubuntu , will be realized on 29 October this year. The makers of Ubuntu (the huge number of volunteers around the globe) are eagerly waiting for the occasion. The beta edition is already there to download for <a href="http://www.ubuntu.com/testing/karmic/beta">free</a>.</p>
<p>Canonical has already announced the the name of Ubuntu’s Next edition , <span style="font-size: 100%;">The Lucid Lynx</span>. Ubuntu 10.04 LTS will ship in April 2010 and is the culmination of significant work in Ubuntu, in Debian and across the free software ecosystem. LTS releases are maintained for five years on the server and three years on the desktop, so they are designed for those who are making larger deployments or who otherwise prefer to have a common platform for an extended period.</p>
<div id="attachment_6" class="wp-caption alignright" style="width: 175px"><a href="http://www.ubuntu.com"><img class="size-full wp-image-6" title="Capture2" src="http://techkite.tk/wp-content/uploads/2009/10/Capture2.JPG" alt="Ubuntu Kermic Koala" width="165" height="172" /></a>
<p class="wp-caption-text">Ubuntu Kermic Koala</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://techkite.tk/ubuntu-kermic-koala-is-knocking-the-door/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
