<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Nauman Leghari&amp;#39;s Blog : Productivity</title><link>http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx</link><description>Tags: Productivity</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Erlang Cheat Sheet </title><link>http://weblogs.asp.net/nleghari/archive/2007/12/29/erlang-cheat-sheet.aspx</link><pubDate>Sat, 29 Dec 2007 18:10:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5518237</guid><dc:creator>laghari78</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nleghari/rsscomments.aspx?PostID=5518237</wfw:commentRss><comments>http://weblogs.asp.net/nleghari/archive/2007/12/29/erlang-cheat-sheet.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;I have just uploaded v1.0 of my Erlang cheat sheet. There are too many things which are still left out so please provide comments and suggestion on what you would like to see in the next version.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A class="" href="http://www.devmobile.net/nleghari/Erlang.CheatSheet(1.0).pdf" mce_href="http://www.devmobile.net/nleghari/Erlang.CheatSheet(1.0).pdf"&gt;Download Erlang Cheat Sheet 1.0 (PDF)&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A class="" href="http://www.devmobile.net/nleghari/Erlang.CheatSheet(1.0).pdf" mce_href="http://www.devmobile.net/nleghari/Erlang.CheatSheet(1.0).pdf"&gt;&lt;IMG title="Erlang Cheat Sheet" style="WIDTH: 300px; HEIGHT: 399px" height=399 alt="Erlang Cheat Sheet" src="http://www.devmobile.net/nleghari/Erlang.Cheat.Sheet.1.0.png" width=300 align=middle mce_src="http://www.devmobile.net/nleghari/Erlang.Cheat.Sheet.1.0.png"&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5518237" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/News/default.aspx">News</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Erlang/default.aspx">Erlang</category></item><item><title>GmailSync - Free backup solution using Gmail </title><link>http://weblogs.asp.net/nleghari/archive/2006/05/01/444720.aspx</link><pubDate>Mon, 01 May 2006 19:58:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:444720</guid><dc:creator>laghari78</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;GmailSync is an automated backup tool to synchronize files on your computer to your gmail online storage. By using this, you can theoritically use almost unlimited amount of free space available on your gmail account.&lt;/p&gt;Read more about &lt;A href="http://weblogs.asp.net/nleghari/articles/gmailbackup.aspx"&gt;GmailSync - Free backup solution using Gmail&lt;/a&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=444720" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/Pet+Projects/default.aspx">Pet Projects</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Technology/default.aspx">Technology</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Tools/default.aspx">Tools</category></item><item><title>BookNotes I - Refactoring Workbook (Willian C. Wake)</title><link>http://weblogs.asp.net/nleghari/archive/2006/03/20/440653.aspx</link><pubDate>Mon, 20 Mar 2006 19:38:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:440653</guid><dc:creator>laghari78</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nleghari/rsscomments.aspx?PostID=440653</wfw:commentRss><comments>http://weblogs.asp.net/nleghari/archive/2006/03/20/440653.aspx#comments</comments><description>&lt;p align="center"&gt;&lt;img src="http://images.amazon.com/images/P/0321109295.01._BO2,204,203,200_PIsitb-dp-500-arrow,TopRight,45,-64_AA240_SH20_SCLZZZZZZZ_.jpg" /&gt;&lt;/p&gt; For future reference, here are few things to look for during refactoring the source. &lt;p&gt;&lt;strong&gt;Comments&lt;/strong&gt;&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lots of comment explaining a piece of code -&amp;gt; Extract the code in a separate method&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When comment explains preconditions -&amp;gt; Use Assertions&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Long Method&lt;/strong&gt;&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Look for comments to extract methods&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Extract methods semantically&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Long Class&lt;/strong&gt;&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Extract class if there are too many responsibilities &lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Extract interface if you can identify subset of features that clients can use&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Long Parameter List&lt;br /&gt;&lt;/strong&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; See if the method is being used to do more than 1 action and the logic is controlled by the parameters ( eg. Add/Update in a single method )&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the parameters come from a single object, pass the object or extract an object out of parameters&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Names&lt;br /&gt;&lt;/strong&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avoid Hungarian notations&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name the method so that it communicates to other people ( Avoid One or Two Character names, Numbered variables, Odd abbreviations, Misleading names )&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Unnecessary Complexity&lt;br /&gt;&lt;/strong&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dead code&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YAGNI principle ( avoid unnecessary generalization ) &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Duplication&lt;br /&gt;&lt;/strong&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Magic Number -&amp;gt; Replace numbers inside code body into symbolic constants&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Extract Methods to pull duplication code and put it inside the most appropriate class. Otherwise, extract a class and use it.&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Combine classes if two classes are doing mostly similar stuff.&lt;br /&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=440653" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category></item><item><title>ZiePod :: A better podcast receiver/player</title><link>http://weblogs.asp.net/nleghari/archive/2006/03/01/439391.aspx</link><pubDate>Wed, 01 Mar 2006 23:52:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:439391</guid><dc:creator>laghari78</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nleghari/rsscomments.aspx?PostID=439391</wfw:commentRss><comments>http://weblogs.asp.net/nleghari/archive/2006/03/01/439391.aspx#comments</comments><description>&lt;p&gt;Until now, I have been using Juice Podcast receiver as my favourite application for subscribing to podcasts. The main reason for using Juice is small footprint and fast&amp;nbsp;execution with a fairly decent user interface.&lt;/p&gt; &lt;p&gt;Yesterday, I found &lt;a href="http://www.ziepod.com/"&gt;ZiePod&lt;/a&gt;, which is another Podcast receiver and after using it for a day, I am totally converted to the new application. For beginners, ZiePod has a much better interface than the Juice podcast receiver. And don't think that it is a bloated application because of the user interface. I found it as fast as the juice receiver if not better. The other notable features is that it has a built-in media player for running files and a three-pane interface which is much better suited to view podcast episodes and the show notes.&lt;/p&gt; &lt;p&gt;Some benefits that I see in Juice receiver is that it is Open Source (GPL), and has versions for other platforms such as Mac and Linux. But, if you are a windows user and don't feel anything against closed source applications then &lt;a href="http://www.ziepod.com/"&gt;ZiePod&lt;/a&gt; is definately an application to give a try.&lt;/p&gt; &lt;p&gt;&lt;img src="http://www.devmobile.net/nleghari/ziepod.png" /&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.ziepod.com/ziepod_download.php"&gt;Download&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/podcast" rel="tag"&gt;podcast&lt;/a&gt; | &lt;a href="http://technorati.com/tag/ipod" rel="tag"&gt;ipod&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=439391" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/Technology/default.aspx">Technology</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Tools/default.aspx">Tools</category></item><item><title>"WinFS Junior" :: A Poor Man's File System </title><link>http://weblogs.asp.net/nleghari/archive/2006/02/27/439212.aspx</link><pubDate>Mon, 27 Feb 2006 23:52:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:439212</guid><dc:creator>laghari78</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nleghari/rsscomments.aspx?PostID=439212</wfw:commentRss><comments>http://weblogs.asp.net/nleghari/archive/2006/02/27/439212.aspx#comments</comments><description>&lt;p align="center"&gt;&lt;img src="http://www.devmobile.net/nleghari/winfsjunior/winfsjunior.png" /&gt;&lt;/p&gt; &lt;p&gt;"WinFS Junior" is a small utility which will help you organize your downloads into categorized folders. It is really good for people who don't want to manually organize their files into folders. "WinFS Junior" does your task automagically :).It is built on a concept application developed for the article &lt;a href="http://msdn.microsoft.com/coding4fun/inthebox/filerouter/default.aspx"&gt;&lt;font color="#0000ff"&gt;"Building an Automatic Pattern-Based File Router"&lt;/font&gt;&lt;/a&gt; by &lt;a href="http://ariankulp.com/default.aspx"&gt;Arian Kulp&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Try it out yourself. It is free along with the source code. &lt;br /&gt;&lt;A href="http://weblogs.asp.net/nleghari/articles/winfsjunior.aspx"&gt;http://weblogs.asp.net/nleghari/articles/winfsjunior.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=439212" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/Pet+Projects/default.aspx">Pet Projects</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Technology/default.aspx">Technology</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category></item><item><title>PStart - Start menu for your portable applications</title><link>http://weblogs.asp.net/nleghari/archive/2006/02/16/438420.aspx</link><pubDate>Thu, 16 Feb 2006 21:56:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:438420</guid><dc:creator>laghari78</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nleghari/rsscomments.aspx?PostID=438420</wfw:commentRss><comments>http://weblogs.asp.net/nleghari/archive/2006/02/16/438420.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.pegtop.de/start/" target="_blank"&gt;&lt;img src="http://www.devmobile.net/nleghari/pstart.png" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt; &lt;p&gt;&lt;em&gt;"&lt;a href="http://www.pegtop.de/start/" target="_blank"&gt;PStart &lt;/a&gt;is a simple tray tool to start user defined applications. Designed to run portable applications (like portable Firefox &amp;amp; Thunderbird), you can start anything runnable from USB key devices or removable disks."&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p dir="ltr"&gt;&lt;em&gt;Added to &lt;A href="http://weblogs.asp.net/nleghari/articles/usb.aspx"&gt;my tools&lt;/a&gt; on USB.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=438420" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/Technology/default.aspx">Technology</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/News/default.aspx">News</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category></item><item><title>RssMix - The De-Bloggers List</title><link>http://weblogs.asp.net/nleghari/archive/2006/02/14/438191.aspx</link><pubDate>Tue, 14 Feb 2006 14:36:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:438191</guid><dc:creator>laghari78</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nleghari/rsscomments.aspx?PostID=438191</wfw:commentRss><comments>http://weblogs.asp.net/nleghari/archive/2006/02/14/438191.aspx#comments</comments><description>&lt;p&gt;I&amp;nbsp;recently discovered &lt;a href="http://www.rssmix.com/"&gt;RssMix&lt;/a&gt;, which looks like an interesting service to combine similar feeds in a single feed. I'm not sure whether this feature is available in &lt;a href="http://www.squeet.com/"&gt;Squeet&lt;/a&gt; otherwise I'd used&amp;nbsp;that instead. Although it is now possible to get the mixed Rss feed through Squeet in your email.&lt;/p&gt; &lt;p&gt;Anyway, the reason for this post is not just to tell about RssMix, but I have created a mix for some of the MSDN blogs writing about debugging. &lt;/p&gt; &lt;p&gt;You can directly subscribed to the combined list &lt;a href="http://www.rssmix.com/u/9021/rss.xml"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Otherwise just visit it at&amp;nbsp;&lt;a href="http://www.rssmix.com/u/9021/"&gt;http://www.rssmix.com/u/9021/&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The list of bloggers included in the mix are:&lt;/p&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/yunjin/rss.aspx"&gt;http://blogs.msdn.com/yunjin/rss.aspx&lt;/a&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/jmstall/rss.aspx"&gt;http://blogs.msdn.com/jmstall/rss.aspx&lt;/a&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/dougste/rss.aspx"&gt;http://blogs.msdn.com/dougste/rss.aspx&lt;/a&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/marklon/rss.aspx"&gt;http://blogs.msdn.com/marklon/rss.aspx&lt;/a&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/toddca/rss.aspx"&gt;http://blogs.msdn.com/toddca/rss.aspx&lt;/a&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/mvstanton/rss.aspx"&gt;http://blogs.msdn.com/mvstanton/rss.aspx&lt;/a&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/jorman/rss.aspx"&gt;http://blogs.msdn.com/jorman/rss.aspx&lt;/a&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/maoni/rss.aspx"&gt;http://blogs.msdn.com/maoni/rss.aspx&lt;/a&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/tess/rss.aspx"&gt;http://blogs.msdn.com/tess/rss.aspx&lt;/a&gt; &lt;/li&gt; &lt;p&gt;Another nice feature of RssMix is that you can create a new list by extending an existing list. Therefore feel free to share it with everyone.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=438191" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category></item><item><title>A Technique for Producing Ideas</title><link>http://weblogs.asp.net/nleghari/archive/2006/01/28/436771.aspx</link><pubDate>Sat, 28 Jan 2006 23:22:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:436771</guid><dc:creator>laghari78</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nleghari/rsscomments.aspx?PostID=436771</wfw:commentRss><comments>http://weblogs.asp.net/nleghari/archive/2006/01/28/436771.aspx#comments</comments><description>&lt;div style="TEXT-ALIGN: center"&gt;&lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0071410945/026-7489818-5058011?%5Fencoding=UTF8" target="_blank"&gt;&lt;img src="http://images-eu.amazon.com/images/P/0071410945.01._BO01,224,223,220_PIsitb-dp-arrow,TopRight,22,-21_SH30_SCMZZZZZZZ_.jpg" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p&gt;We consider an idea as something which comes to our mind as magic. What we don't realize is the process that every one have gone through before producing an idea. In this book, James Webb Young describes this process as five easy steps. It is a very thin book and a very enjoyable reading. &lt;/p&gt; &lt;p&gt;Along with that, I also&amp;nbsp;made some notes as reference and put them online.&lt;/p&gt; &lt;p&gt;Read &lt;a href="http://www.devmobile.net/signalblog/?p=33"&gt;BookNotes : A Technique for Producing Ideas&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=436771" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/Personal/default.aspx">Personal</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category></item><item><title>*hacks.*</title><link>http://weblogs.asp.net/nleghari/archive/2006/01/25/436430.aspx</link><pubDate>Wed, 25 Jan 2006 16:01:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:436430</guid><dc:creator>laghari78</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nleghari/rsscomments.aspx?PostID=436430</wfw:commentRss><comments>http://weblogs.asp.net/nleghari/archive/2006/01/25/436430.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://hacks.oreilly.com/pub/q/all_hacks"&gt;http://hacks.oreilly.com/pub/q/all_hacks&lt;/a&gt;&lt;/p&gt; &lt;p&gt; &lt;table cellspacing="0" cellpadding="4" border="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top"&gt;&lt;nobr&gt;&lt;span class="smalltext3"&gt;&lt;b&gt;Jump&amp;nbsp;to:&lt;/b&gt;&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt; &lt;td&gt;&lt;span class="smalllist"&gt;&lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#160"&gt;Access&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#24"&gt;Amazon&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#16"&gt;Apache&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#162"&gt;Astronomy&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#174"&gt;BlackBerry&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#84"&gt;Blogging&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#100"&gt;BSD&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#175"&gt;Car PC&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#39"&gt;Digital Photography&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#176"&gt;Digital Video&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#45"&gt;eBay&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#90"&gt;Email&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#98"&gt;Excel&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#133"&gt;Firefox&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#75"&gt;Flash&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#177"&gt;Gaming&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#2"&gt;Google&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#194"&gt;Greasemonkey&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#178"&gt;Halo 2&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#179"&gt;Home Theater&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#180"&gt;iPod and iTunes&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#113"&gt;IRC&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#89"&gt;Java&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#124"&gt;Knoppix&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#146"&gt;Linux Desktop&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#196"&gt;Linux Multimedia&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#1"&gt;Linux Server&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#3"&gt;Mac OS X&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#106"&gt;Mac OS X Panther&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#132"&gt;Mind&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#99"&gt;Network Security&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#26"&gt;Networking&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#163"&gt;Nokia Smartphone&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#111"&gt;Online Investing&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#181"&gt;Palm and Treo&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#79"&gt;Paypal&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#122"&gt;PC&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#123"&gt;PDF&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#182"&gt;Podcasting&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#183"&gt;Retro Gaming&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#58"&gt;Robotics&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#184"&gt;Smart Home&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#28"&gt;Spidering&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#185"&gt;Swing&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#76"&gt;Telecommunications&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#36"&gt;TiVo&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#186"&gt;Visual Studio&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#187"&gt;Web Site Measurement&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#23"&gt;Webmaster&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#48"&gt;Windows&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#92"&gt;Windows Server&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#40"&gt;Windows XP&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#19"&gt;Wireless&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#17"&gt;Word&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#114"&gt;XML&lt;/a&gt; &amp;nbsp;| &lt;a href="http://hacks.oreilly.com/pub/q/all_hacks#188"&gt;Yahoo!&lt;/a&gt; &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=436430" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category></item><item><title>How to get latest (tech) news on the internet?</title><link>http://weblogs.asp.net/nleghari/archive/2006/01/22/436160.aspx</link><pubDate>Sun, 22 Jan 2006 23:36:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:436160</guid><dc:creator>laghari78</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nleghari/rsscomments.aspx?PostID=436160</wfw:commentRss><comments>http://weblogs.asp.net/nleghari/archive/2006/01/22/436160.aspx#comments</comments><description>This is something for the news freak. If you are always looking for the latest news then there are few places where you can keep you eyes to get everything. &lt;br /&gt;&lt;br /&gt;The first source of everything new is digg.com as you'll notice that there are several dedicated people trying to get their news to the front page.&lt;br /&gt;&lt;a href="http://digg.com/topstories/today"&gt;TopStories&lt;/a&gt;&lt;br /&gt;&lt;a href="http://digg.com/"&gt;Digg Front page&lt;/a&gt;&lt;br /&gt;&lt;a href="http://digg.com/spy"&gt;Digg Spy&lt;/a&gt; - A new feature where you can see the live activity in terms of news submitted and then digged by the users.&lt;br /&gt;&lt;br /&gt;Apart from digg, you can track del.icio.us for everything that people are tagging.&lt;br /&gt;&lt;a href="http://sandbox.sourcelabs.com/livemarks/"&gt;LiveMarks&lt;/a&gt;: A service developed by &lt;a href="http://swik.net/User:alex"&gt;Alex Bosworth&lt;/a&gt; which tracks del.icio.us.&lt;br /&gt;&lt;a href="http://populicio.us/newlinks.html"&gt;Populicio.us&lt;/a&gt;: Another site which gives you a static view of the things that is tagged by del.icio.us&lt;br /&gt;&lt;br /&gt;Some other general news websites which headlines popular news:&lt;br /&gt;&lt;a href="http://tailrank.com/"&gt;TailRank&lt;/a&gt; &lt;br /&gt;&lt;a href="http://tech.memeorandum.com/"&gt;Memeorandum&lt;/a&gt; &lt;br /&gt;&lt;a href="http://www.topix.net/"&gt;Topix&lt;/a&gt; &lt;br /&gt;&lt;a href="http://news.google.com"&gt;Google News&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For .NET News, I personally follow &lt;a href="http://larkware.com/"&gt;Larkware&lt;/a&gt; as the latest news source.&lt;br /&gt;Another website that is new but growing is &lt;a href="http://www.dotnetkicks.com/"&gt;DotNetKicks&lt;/a&gt; which is built on the same model as of digg.&lt;br /&gt;&lt;br /&gt;How do you track news?&lt;br /&gt; &lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=436160" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/Technology/default.aspx">Technology</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/News/default.aspx">News</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category></item><item><title>Search your PC/Mac from any Mobile device</title><link>http://weblogs.asp.net/nleghari/archive/2005/12/17/433422.aspx</link><pubDate>Sat, 17 Dec 2005 22:35:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:433422</guid><dc:creator>laghari78</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nleghari/rsscomments.aspx?PostID=433422</wfw:commentRss><comments>http://weblogs.asp.net/nleghari/archive/2005/12/17/433422.aspx#comments</comments><description>&lt;p&gt;How many times do you need some files from your PC when you are on the road? Your resume, a client presentation or any other file.&lt;br /&gt;&lt;br /&gt;Maybe none in your case :) but I badly needed this on several occasions. Well, you don't need to worry about it any more as you'll see here how to access/find anything using any device which support a decent browser. The solution is FolderShare + Google Desktop Search. &lt;/p&gt; &lt;p&gt;&lt;A href="http://weblogs.asp.net/nleghari/articles/mobilesearch.aspx"&gt;Read more...&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=433422" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/Technology/default.aspx">Technology</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Mobile+Computing/default.aspx">Mobile Computing</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category></item><item><title>Yahoo MindSet: Intent Driven Search</title><link>http://weblogs.asp.net/nleghari/archive/2005/11/29/431852.aspx</link><pubDate>Tue, 29 Nov 2005 23:43:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:431852</guid><dc:creator>laghari78</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nleghari/rsscomments.aspx?PostID=431852</wfw:commentRss><comments>http://weblogs.asp.net/nleghari/archive/2005/11/29/431852.aspx#comments</comments><description>While hanging around Yahoo Research area (&lt;a href="http://next.yahoo.com/"&gt;http://next.yahoo.com/&lt;/a&gt;), I found an interesting search application called &lt;a href="http://mindset.research.yahoo.com/"&gt;Yahoo MindSet&lt;/a&gt;. Yahoo Mindset is the classification of your search towards commercial and academic results. By using this, you can have total control over your search results. &lt;br /&gt;&lt;br /&gt; &lt;center&gt;&lt;em&gt;" &lt;strong&gt;Mindset: Intent-driven Search&lt;br /&gt; &lt;/strong&gt;A Yahoo! Research demo that applies a new twist on search that uses machine learning technology to give you a choice: View Yahoo! Search results sorted according to whether they are more commercial or more informational (i.e., from academic, non-commercial, or research-oriented sources). " &lt;br /&gt;&lt;/em&gt;&lt;/center&gt; &lt;center&gt;&lt;img alt="" src="http://next.yahoo.com/images/ms_nx_sm5.gif" /&gt;&lt;br /&gt;&lt;/center&gt;It is always interesting to know what's coming out from the big three. Check it out.&lt;br /&gt;&lt;br /&gt; &lt;a href="http://next.yahoo.com/"&gt;&lt;img alt="" src="http://us.i1.yimg.com/us.yimg.com/i/us/nt/ma/ma_next_1.gif" /&gt;&lt;/a&gt; &lt;a href="http://sandbox.msn.com/"&gt;&lt;img alt="" src="http://www.devmobile.net/nleghari/msnsandbox.png" /&gt;&lt;/a&gt; &lt;a href="http://labs.google.com/"&gt;&lt;img alt="" src="http://labs.google.com/images/labs_logo2.gif" /&gt;&lt;/a&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=431852" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nleghari/archive/tags/Technology/default.aspx">Technology</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/News/default.aspx">News</category><category domain="http://weblogs.asp.net/nleghari/archive/tags/Productivity/default.aspx">Productivity</category></item></channel></rss>