<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page Things 
             and everything recently tagged Things -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>Things on SWiK</title>
		<link>http://swik.net/Things</link>
        <doap:name>Things</doap:name>
        <doap:description></doap:description>
        <description></description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/Things</link>
        
        <pubDate></pubDate>
        <lastBuildDate></lastBuildDate>
            
        <item>
            <title>GTD-todo</title>
            <link>http://swik.net/GTD-todo</link>
            <doap:name>GTD-todo</doap:name>
            <description>&lt;p&gt;a simple and fast online Gtd web-application www.taskwriter.com&lt;/p&gt;
</description>
                    <category>done</category>
        <category>getting</category>
        <category>Things</category>
        <category>gtd,</category>
                                              
            <pubDate>Tue, 02 Dec 2008 15:50:39 -0800</pubDate>
        </item>

        <item>
            <title>Thingiverse - Digital Designs for Physical Objects</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Thingiverse+-+Digital+Designs+for+Physical+Objects/cl0gj</link>
            <description></description>
            
            <pubDate>Sun, 30 Nov 2008 18:01:56 -0800</pubDate>
        </item>
            
        <item>
            <title>Interview : Things du Mac à l&#039;iPhone</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Interview+%3A+Things+du+Mac+%C3%A0+l%27iPhone/cly04</link>
            <description></description>
            
            <pubDate>Sun, 30 Nov 2008 08:04:58 -0800</pubDate>
        </item>
            
        <item>
            <title>Galeries, Diaporamas et Lightboxes javascript pour Mootools - Web Designer Things</title>
            <link>http://swik.net/mootools/del.icio.us%2Ftag%2Fmootools/Galeries%2C+Diaporamas+et+Lightboxes+javascript+pour+Mootools+-+Web+Designer+Things/ckkd6</link>
            <description></description>
            
            <pubDate>Sun, 09 Nov 2008 14:17:08 -0800</pubDate>
        </item>
            
        <item>
            <title>thingstouch-papercollage.jpg</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/thingstouch-papercollage.jpg/cjel5</link>
            <description></description>
            
            <pubDate>Thu, 30 Oct 2008 04:59:36 -0700</pubDate>
        </item>
            
        <item>
            <title>TaskFreak! v0.6.2 - Tweaking Priority Menu</title>
            <link>http://swik.net/MySQL/Planet+MySQL/TaskFreak%21+v0.6.2+-+Tweaking+Priority+Menu/cins4</link>
            <description>&lt;h4&gt;Background Knowledge&lt;/h4&gt;
&lt;hr/&gt;
&lt;p&gt;For some reason or another the priority menu in the edit task panel is not wide enough and therefore it cuts off the priority names. This can be easily fixed by modifying some inline &lt;acronym title=&quot;cascading style sheets&quot;&gt;CSS&lt;/acronym&gt;. Yes I agree this should be done within the skin&amp;#8217;s &lt;acronym title=&quot;cascading style sheets&quot;&gt;CSS&lt;/acronym&gt; file, however there is nothing present in the &lt;acronym title=&quot;cascading style sheets&quot;&gt;CSS&lt;/acronym&gt; file to alter that I could find.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Solution&lt;/h4&gt;
&lt;hr/&gt;
&lt;p&gt;Edit /taskfreak/include/html/xajax_panel_edit.php at line #18 by changing the width value of &amp;#8220;40px&amp;#8221; to &amp;#8220;125px&amp;#8221; or to what you desired width.&lt;/p&gt;
&lt;h5&gt;Code Before&lt;/h5&gt;
&lt;hr/&gt;

&lt;div&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;16
17
18
19
&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;td&lt;span&gt;&amp;gt;&amp;lt;&lt;/span&gt; ?php
&lt;span&gt;$objTemp&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;new&lt;/span&gt; ItemPriority&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;
&lt;span&gt;$objTemp&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;qSelect&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;&#039;priority&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;$objTask&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;priority&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;?&lt;span&gt;$objTask&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;priority&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&#039;&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&#039;&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&#039;style=&amp;quot;width:40px&amp;quot;&#039;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;
?&lt;span&gt;&amp;gt;&amp;lt;/&lt;/span&gt;td&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;h5&gt;Code After&lt;/h5&gt;
&lt;hr/&gt;

&lt;div&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;1
2
3
4
&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;td&lt;span&gt;&amp;gt;&amp;lt;&lt;/span&gt; ?php
&lt;span&gt;$objTemp&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;new&lt;/span&gt; ItemPriority&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;
&lt;span&gt;$objTemp&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;qSelect&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;&#039;priority&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;$objTask&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;priority&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;?&lt;span&gt;$objTask&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;priority&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&#039;&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&#039;&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&#039;style=&amp;quot;width:125px&amp;quot;&#039;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;
?&lt;span&gt;&amp;gt;&amp;lt;/&lt;/span&gt;td&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;http://sharethis.com/item?&amp;amp;wp=2.3&amp;amp;amp;publisher=38c13bfc-10de-451e-b00f-53cd867c3f8b&amp;amp;title=TaskFreak%21+v0.6.2+-+Tweaking+Priority+Menu&amp;amp;url=http%3A%2F%2Fwww.adamsdesk.com%2Fbe%2Farchives%2F2008%2F10%2F23%2Ftaskfreak-v062-tweaking-priority-menu%2F&quot;&gt;ShareThis&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Thu, 23 Oct 2008 11:14:06 -0700</pubDate>
        </item>
            
        <item>
            <title>TaskFreak! v0.6.2 - Add My Projects List</title>
            <link>http://swik.net/MySQL/Planet+MySQL/TaskFreak%21+v0.6.2+-+Add+My+Projects+List/cinj5</link>
            <description>&lt;h4&gt;Background Knowledge&lt;/h4&gt;
&lt;hr/&gt;
&lt;p&gt;TaskFreak! presently does not have a means via the web interface to present a complete list of tasks for which the current user is the project leader. I will show you how to add &amp;#8220;My Projects&amp;#8221; list based on &lt;a href=&quot;http://forum.taskfreak.com/index.php?topic=1235.0&quot; title=&quot;Read forum message by bpiper&quot;&gt;bpiper&amp;#8217;s solution&lt;/a&gt; with a slight difference. My solution is almost identical to bpiper&amp;#8217;s but with a different approach to continue support of the supported interface languages. To do this each supported language file will require to be edited.&lt;/p&gt;
&lt;p&gt;Thanks to bpiper for posting your solution.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Solution&lt;/h4&gt;
&lt;hr/&gt;
&lt;ol&gt;
&lt;li&gt;Edit /taskfreak/include/language/en/freak.php starting at line #15. Add in a new array key/value at any point you desire like so &amp;#8220;&amp;#8216;my_projects&amp;#8217; =&gt; &amp;#8216;My Projects&amp;#8217;,&amp;#8221; (without double quotes), see below for example.
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Each interface language file will be required to be edited if you desire to use them. If you do not do so, you will receive error messages and it may cripple TaskFreak!&lt;/p&gt;
&lt;h4&gt;Code - Before&lt;/h4&gt;

&lt;div&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre&gt;&lt;span&gt;// top menu / navigation&lt;/span&gt;
&lt;span&gt;$GLOBALS&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;langMenu&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;array&lt;/span&gt; &lt;span&gt;&amp;#40;&lt;/span&gt;
        &lt;span&gt;&#039;task&#039;&lt;/span&gt;                  &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Task&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;print_list&#039;&lt;/span&gt;            &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Printing version&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;new_todo&#039;&lt;/span&gt;          &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;New Todo&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;view&#039;&lt;/span&gt;                 &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;View&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;all_projects&#039;&lt;/span&gt;        &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;All Projects&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;future_tasks&#039;&lt;/span&gt;       &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Future Tasks&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;past_tasks&#039;&lt;/span&gt;         &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Past Tasks&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;my_tasks&#039;&lt;/span&gt;           &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;My Tasks&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;all_tasks&#039;&lt;/span&gt;            &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;All Tasks&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;all_contexts&#039;&lt;/span&gt;       &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;All Contexts&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;all_users&#039;&lt;/span&gt;            &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;All Users&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;reload&#039;&lt;/span&gt;               &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Reload&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;manage&#039;&lt;/span&gt;             &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Manage&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;projects&#039;&lt;/span&gt;            &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Projects&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;users&#039;&lt;/span&gt;                &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Users&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;preferences&#039;&lt;/span&gt;       &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;My Profile&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;settings&#039;&lt;/span&gt;            &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;System Settings&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;login&#039;&lt;/span&gt;                 &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Login&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;logout&#039;&lt;/span&gt;               &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Logout&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;warning&#039;&lt;/span&gt;             &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Warning&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;warning_install&#039;&lt;/span&gt;    &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Install folder still exists, you should delete it for security purposes&#039;&lt;/span&gt;
&lt;span&gt;&amp;#41;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;h4&gt;Code - After&lt;/h4&gt;

&lt;div&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre&gt;&lt;span&gt;// top menu / navigation&lt;/span&gt;
&lt;span&gt;$GLOBALS&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;langMenu&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;array&lt;/span&gt; &lt;span&gt;&amp;#40;&lt;/span&gt;
        &lt;span&gt;&#039;task&#039;&lt;/span&gt;                  &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Task&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;print_list&#039;&lt;/span&gt;            &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Printing version&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;new_todo&#039;&lt;/span&gt;          &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;New Todo&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;view&#039;&lt;/span&gt;                 &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;View&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;all_projects&#039;&lt;/span&gt;        &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;All Projects&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;future_tasks&#039;&lt;/span&gt;       &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Future Tasks&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;past_tasks&#039;&lt;/span&gt;         &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Past Tasks&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;my_tasks&#039;&lt;/span&gt;           &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;My Tasks&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;my_projects&#039;&lt;/span&gt;       &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;My Projects&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;all_tasks&#039;&lt;/span&gt;            &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;All Tasks&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;all_contexts&#039;&lt;/span&gt;       &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;All Contexts&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;all_users&#039;&lt;/span&gt;            &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;All Users&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;reload&#039;&lt;/span&gt;               &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Reload&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;manage&#039;&lt;/span&gt;             &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Manage&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;projects&#039;&lt;/span&gt;            &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Projects&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;users&#039;&lt;/span&gt;                &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Users&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;preferences&#039;&lt;/span&gt;       &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;My Profile&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;settings&#039;&lt;/span&gt;            &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;System Settings&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;login&#039;&lt;/span&gt;                 &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Login&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;logout&#039;&lt;/span&gt;               &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Logout&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;warning&#039;&lt;/span&gt;             &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Warning&#039;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;
        &lt;span&gt;&#039;warning_install&#039;&lt;/span&gt;    &lt;span&gt;=&amp;gt;&lt;/span&gt; &lt;span&gt;&#039;Install folder still exists, you should delete it for security purposes&#039;&lt;/span&gt;
&lt;span&gt;&amp;#41;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;/li&gt;
&lt;li&gt;Edit /taskfreak/include/html/header.php at line #214 add &amp;#8220;My Projects&amp;#8221; link as shown below.&lt;br/&gt;
&lt;h4&gt;Code Before&lt;/h4&gt;

&lt;div&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;213
214
215
216
&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;div id&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;rightmenu&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;
  &lt;span&gt;&amp;lt;&lt;/span&gt;a href&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;&amp;lt;?php echo Tzn::concatUrl($_SESSION[&#039;linkItems&#039;],&#039;sUser=&#039;.$objUser-&amp;gt;id); ?&amp;gt;&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&amp;lt;&lt;/span&gt; ?php &lt;span&gt;echo&lt;/span&gt; &lt;span&gt;$langMenu&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;my_tasks&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt; ?&lt;span&gt;&amp;gt;&amp;lt;/&lt;/span&gt;a&lt;span&gt;&amp;gt;&lt;/span&gt; &lt;span&gt;|&lt;/span&gt;
  &lt;span&gt;&amp;lt;&lt;/span&gt;a href&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;&amp;lt;?php echo Tzn::concatUrl($_SESSION[&#039;linkItems&#039;],&#039;sUser=all&#039;); ?&amp;gt;&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&amp;lt;&lt;/span&gt; ?php &lt;span&gt;echo&lt;/span&gt; &lt;span&gt;$langMenu&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;all_users&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt; ?&lt;span&gt;&amp;gt;&amp;lt;/&lt;/span&gt;a&lt;span&gt;&amp;gt;&lt;/span&gt; &lt;span&gt;|&lt;/span&gt;
&lt;span&gt;&amp;lt;/&lt;/span&gt;div&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;h4&gt;Code After&lt;/h4&gt;

&lt;div&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;213
214
215
216
217
&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;div id&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;rightmenu&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;
  &lt;span&gt;&amp;lt;&lt;/span&gt;a href&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;&amp;lt;?php echo Tzn::concatUrl($_SESSION[&#039;linkItems&#039;],&#039;sUser=myprojects&#039;); ?&amp;gt;&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&amp;lt;&lt;/span&gt; ?php &lt;span&gt;echo&lt;/span&gt; &lt;span&gt;$langMenu&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;my_projects&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;?&lt;span&gt;&amp;gt;&amp;lt;/&lt;/span&gt;a&lt;span&gt;&amp;gt;&lt;/span&gt; &lt;span&gt;|&lt;/span&gt;
  &lt;span&gt;&amp;lt;&lt;/span&gt;a href&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;&amp;lt;?php echo Tzn::concatUrl($_SESSION[&#039;linkItems&#039;],&#039;sUser=&#039;.$objUser-&amp;gt;id); ?&amp;gt;&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&amp;lt;&lt;/span&gt; ?php &lt;span&gt;echo&lt;/span&gt; &lt;span&gt;$langMenu&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;my_tasks&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt; ?&lt;span&gt;&amp;gt;&amp;lt;/&lt;/span&gt;a&lt;span&gt;&amp;gt;&lt;/span&gt; &lt;span&gt;|&lt;/span&gt;
  &lt;span&gt;&amp;lt;&lt;/span&gt;a href&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;&amp;lt;?php echo Tzn::concatUrl($_SESSION[&#039;linkItems&#039;],&#039;sUser=all&#039;); ?&amp;gt;&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&amp;lt;&lt;/span&gt; ?php &lt;span&gt;echo&lt;/span&gt; &lt;span&gt;$langMenu&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;all_users&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt; ?&lt;span&gt;&amp;gt;&amp;lt;/&lt;/span&gt;a&lt;span&gt;&amp;gt;&lt;/span&gt; &lt;span&gt;|&lt;/span&gt;
&lt;span&gt;&amp;lt;/&lt;/span&gt;div&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;/li&gt;
&lt;li&gt;Edit /taskfreak/index.php at line #72 as shown below.&lt;br/&gt;
&lt;h4&gt;Code Before&lt;/h4&gt;

&lt;div&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;72
73
74
75
76
&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre&gt;&lt;span&gt;if&lt;/span&gt; &lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;$pUser&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt; &lt;span&gt;&amp;#123;&lt;/span&gt;
        &lt;span&gt;$objItemList&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;addWhere&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;&#039;ii.memberId = &lt;span&gt;\&#039;&lt;/span&gt;&#039;&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;$pUser&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;&#039;&lt;span&gt;\&#039;&lt;/span&gt;&#039;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;
    &lt;span&gt;$_SESSION&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;selUser&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;$pUser&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;
    &lt;span&gt;$pDefaultUserId&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;$pUser&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;
&lt;span&gt;&amp;#125;&lt;/span&gt; &lt;span&gt;else&lt;/span&gt; &lt;span&gt;&amp;#123;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;h4&gt;Code After&lt;/h4&gt;

&lt;div&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;72
73
74
75
76
77
78
79
&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre&gt;&lt;span&gt;if&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;$_REQUEST&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;sUser&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt; &lt;span&gt;==&lt;/span&gt; &lt;span&gt;&#039;myprojects&#039;&lt;/span&gt; &lt;span&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span&gt;$_SESSION&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;selUser&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;&lt;span&gt;&amp;#123;&lt;/span&gt;
   &lt;span&gt;$objItemList&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;addWhere&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;&#039;ii.authorId=&#039;&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;$_SESSION&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;selUser&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;
&lt;span&gt;&amp;#125;&lt;/span&gt;
&lt;span&gt;elseif&lt;/span&gt; &lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;$pUser&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt; &lt;span&gt;&amp;#123;&lt;/span&gt;
        &lt;span&gt;$objItemList&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;addWhere&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;&#039;ii.memberId = &lt;span&gt;\&#039;&lt;/span&gt;&#039;&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;$pUser&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;&#039;&lt;span&gt;\&#039;&lt;/span&gt;&#039;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;
    &lt;span&gt;$_SESSION&lt;/span&gt;&lt;span&gt;&amp;#91;&lt;/span&gt;&lt;span&gt;&#039;selUser&#039;&lt;/span&gt;&lt;span&gt;&amp;#93;&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;$pUser&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;
    &lt;span&gt;$pDefaultUserId&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;$pUser&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;
&lt;span&gt;&amp;#125;&lt;/span&gt; &lt;span&gt;else&lt;/span&gt; &lt;span&gt;&amp;#123;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Source: &lt;a href=&quot;http://forum.taskfreak.com/index.php?topic=1235.0&quot; title=&quot;Read forum message by bpiper&quot;&gt;My Projects List&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://sharethis.com/item?&amp;amp;wp=2.3&amp;amp;amp;publisher=38c13bfc-10de-451e-b00f-53cd867c3f8b&amp;amp;title=TaskFreak%21+v0.6.2+-+Add+My+Projects+List&amp;amp;url=http%3A%2F%2Fwww.adamsdesk.com%2Fbe%2Farchives%2F2008%2F10%2F23%2Ftaskfreak-v062-add-my-projects-list%2F&quot;&gt;ShareThis&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Thu, 23 Oct 2008 10:10:59 -0700</pubDate>
        </item>
            
        <item>
            <title>Recommended Reading (Business, Engineering)</title>
            <link>http://swik.net/MySQL/Planet+MySQL/Recommended+Reading+%28Business%2C+Engineering%29/ch821</link>
            <description>&lt;p&gt;&lt;img src=&quot;http://blogs.mysql.com/kaj/files/2008/10/kajsbookrecommendations.jpg&quot; alt=&quot;Kaj&#039;s Book Recommendations&quot;/&gt;&lt;br/&gt;
As part of an internal programme at Sun, I am a &amp;#8220;&lt;strong&gt;SEED mentor&lt;/strong&gt;&amp;#8221; for another Sun employee (not a former employee of MySQL, but what we Sun Dolphins call Sun Classics). He is called Alok and lives in Bangalore, and sadly, our schedules crossed so that I couldn&amp;#8217;t meet him when I was at our Bangalore offices in July. So I am mentoring someone I&amp;#8217;ve met only over phone &amp;#8212; but we&amp;#8217;re getting along just fine.&lt;/p&gt;
&lt;p&gt;Two of the topics we&amp;#8217;ve discussed recently are &lt;strong&gt;blogging&lt;/strong&gt; and &lt;strong&gt;books&lt;/strong&gt;. So after hanging up after our 9 CET 12:30 Indian time mentoring session, I got the idea to combine the two: write a blog entry about the books I recommended Alok.&lt;/p&gt;
&lt;p&gt;One thing Alok is contemplating at the moment is the degree to which he should spend time on developing his &lt;strong&gt;business skills&lt;/strong&gt; vs his &lt;strong&gt;engineering skills&lt;/strong&gt;. That&amp;#8217;s a familiar topic for many of us in Engineering.&lt;/p&gt;
&lt;p&gt;So what I ended up doing was to list some of &lt;strong&gt;the top books I&amp;#8217;ve read and used over the years&lt;/strong&gt;. Not just the freshest and most recent ones, but the ones I remember and go back to, even over a decade after I read them. And they have a strong engineering slant to it &amp;#8212; the general business books are missing from this list.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://blogs.mysql.com/kaj/files/2008/10/img_8009_steve_code_complete.jpg&quot; alt=&quot;Steve McConnell books&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Steve_McConnell&quot;&gt;&lt;strong&gt;Steve McConnell&lt;/strong&gt;&lt;/a&gt;: I started my list by three classics by Steve McConnell, published within Microsoft Press. (The &amp;#8220;Microsoft Press&amp;#8221; label may be surprising, as these books are truly timeless, as opposed to providing ideas that expire with the next file format change of Microsoft Word). These books are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Complete-Microsoft-Programming-Steve-McConnell/dp/1556154844&quot;&gt;&lt;strong&gt;Code Complete&lt;/strong&gt;&lt;/a&gt;, a Practical Handbook of Software Construction, 1993 (see &lt;a href=&quot;http://cc2e.com/&quot;&gt;Code Complete Home&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Code_Complete&quot;&gt;Wikipedia&lt;/a&gt;). &amp;#8220;Welcome to Software Construction&amp;#8221;, &amp;#8220;Characteristics of High-Quality Routines&amp;#8221;, &amp;#8220;General Issues in Using Variables&amp;#8221;, &amp;#8220;Code-Tuning Strategies&amp;#8221; are some chapters in it. Very enjoyable, enlightening reading. I read it about 1995 and have been recommending it since. I managed to convince MySQL co-founder Monty to read it in 1995, and have been debating minute points of the book with him from time to time since then.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Rapid-Development-Taming-Software-Schedules/dp/1556159005&quot;&gt;&lt;strong&gt;Rapid Development&lt;/strong&gt;&lt;/a&gt;, Taming Wild Software Schedules, 1996 (see &lt;a href=&quot;http://www.stevemcconnell.com/&quot;&gt;Steve McConnell&amp;#8217;s Home Page&lt;/a&gt;). Some chapters: &amp;#8220;Classic Mistakes&amp;#8221;, &amp;#8220;Software-Development Fundamentals&amp;#8221;, &amp;#8220;Lifecycle Planning&amp;#8221;, &amp;#8220;Estimation&amp;#8221;, &amp;#8220;Motivation&amp;#8221;, &amp;#8220;Teamwork&amp;#8221;, &amp;#8220;Feature-Set Control&amp;#8221;. Same style as Code Complete, and as good. I read it in 1996, and have used its arguments to punctuate wishful thinking by customers and colleagues of the &amp;#8220;pointy-haired boss&amp;#8221; category ever since. In fact, I should probably have done more of it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Software-Project-Survival-Guide-Practices/dp/1572316217&quot;&gt;&lt;strong&gt;Software Project Survival Guide&lt;/strong&gt;&lt;/a&gt;, How to Be Sure Your First Important Project Isn&amp;#8217;t Your Last, 1998: &amp;#8220;The Successful Project at a Glance&amp;#8221;, &amp;#8220;Hitting a Moving Target&amp;#8221;, &amp;#8220;Quality Assurance&amp;#8221;, &amp;#8220;Software Release&amp;#8221;. Good, and a quick read after the previous two books, which still are the ones which stick to my mind as providing the most meat.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Steve_Maguire&quot;&gt;&lt;strong&gt;Steve Maguire&lt;/strong&gt;&lt;/a&gt;: There is another Steve who wrote books with Microsoft Press, in fact of a very similar nature. The topic of software engineering management is so important that I am happy recommending the two additional books to Alik. When Maguire wrote these books, at least I was spending much more of my time using Microsoft products than today, and the lessons he writes about are (as I see it) relevant also in Open Source.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Writing-Solid-Code-Microsofts-Programming/dp/1556155514&quot;&gt;&lt;strong&gt;Writing Solid Code&lt;/strong&gt;&lt;/a&gt;, Microsoft&amp;#8217;s Techniques for Developing Bug-Free C Programs, 1993: &amp;#8220;Assert Yourself&amp;#8221;, &amp;#8220;Step Through Your Code&amp;#8221;, &amp;#8220;Risky Business&amp;#8221;, &amp;#8220;The Rest Is Attitude&amp;#8221;. This is C specific, for good and for bad, compared to the language-unspecific Code Complete.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Debugging-Development-Process-Practical-Strategies/dp/1556156502&quot;&gt;&lt;strong&gt;Debugging the Development Process&lt;/strong&gt;&lt;/a&gt;, Practical Strategies for Staying Focused, Hitting Ship Dates, and Building Solid Teams, 1994: &amp;#8220;Laying the Groundwork&amp;#8221;, &amp;#8220;The Systematic Approach&amp;#8221;, &amp;#8220;Scheduling Madness&amp;#8221;, &amp;#8220;Constant, Unceasing Improvement&amp;#8221;, &amp;#8220;That Sinking Feeling&amp;#8221;. The preface starts with the sentence &amp;#8220;This book might make Microsoft sound bad.&amp;#8221; which to me displays an attitude that I like, because we all know we make mistakes and pretending not to do so is not getting us anywhere &amp;#8212; whereas learning from other people&amp;#8217;s mistakes may do so.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&quot;http://blogs.mysql.com/kaj/files/2008/10/img_8010_cmm_scrum.jpg&quot; alt=&quot;CMM &amp;amp; Scrum books&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A few other Software Engineering reference books&lt;/strong&gt;: I also want to list three other books on IT for Alok.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Discipline-Software-Engineering-SEI/dp/0201546108&quot;&gt;&lt;strong&gt;A Discipline for Software Engineering&lt;/strong&gt;&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Watts_Humphrey&quot;&gt;&lt;em&gt;Watts S. Humphrey&lt;/em&gt;&lt;/a&gt;, 1995. This was recommended to me after I read the McConnell books. &amp;#8220;The Personal Software Process Strategy&amp;#8221;, &amp;#8220;Why Forms Are Helpful&amp;#8221;, &amp;#8220;Why Make Plans&amp;#8221;, &amp;#8220;Measuring Software Size&amp;#8221;, &amp;#8220;Popular Estimating Methods&amp;#8221;, &amp;#8220;Design and Code Reviews&amp;#8221;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Capability-Maturity-Model-Guidelines-Engineering/dp/0201546647&quot;&gt;&lt;strong&gt;The Capability Maturity Model&lt;/strong&gt;&lt;/a&gt;, Guidelines for Improving the Software Process, Carnegie Mellon University, &lt;a href=&quot;http://www.sei.cmu.edu/cmm/&quot;&gt;Software Engineering Institute&lt;/a&gt;, 1995.&amp;#8221;Introducing Software Process Maturity&amp;#8221;, &amp;#8220;Customer Satisfaction&amp;#8221;, &amp;#8220;Skipping Maturity Levels&amp;#8221;. Introduces &lt;a href=&quot;http://en.wikipedia.org/wiki/Capability_Maturity_Model&quot;&gt;CMM&lt;/a&gt; and its five maturity levels of Heroics, Repeatable, Defined, Managed and Optimizing. I wish MySQL were more mature and less heroic.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Agile-Project-Management-Microsoft-Professional/dp/073561993X&quot;&gt;&lt;strong&gt;Agile Project Management with Scrum&lt;/strong&gt;&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Ken_Schwaber&quot;&gt;&lt;em&gt;Ken Schwaber&lt;/em&gt;&lt;/a&gt;, 2003. Yes, I &lt;em&gt;have&lt;/em&gt; bought new books this century. &amp;#8220;Scrum Roles&amp;#8221;, &amp;#8220;Scrum Flow&amp;#8221;, &amp;#8220;Product Backlog&amp;#8221;, &amp;#8220;Sprint Backlog&amp;#8221;, &amp;#8220;Bringing Order From Chaos&amp;#8221;, &amp;#8220;Project Reporting &amp;#8212; Keeping Everything Visible&amp;#8221;. We try to apply Scrum for MySQL, but due to our virtual nature and to the timezones, we need to apply it a bit.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&quot;http://blogs.mysql.com/kaj/files/2008/10/img_8011_nnt_freed.jpg&quot; alt=&quot;NNT &amp;amp; Freed books&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Nassim_Nicholas_Taleb&quot;&gt;&lt;strong&gt;Nassim Nicholas Taleb&lt;/strong&gt;&lt;/a&gt;: Next, I took the step towards business through the more philosophical. I read both NNT books this summer, and I found them very inspiring and insightful.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Fooled-Randomness-Hidden-Chance-Markets/dp/0812975219/ref=ed_oe_p&quot;&gt;&lt;strong&gt;Fooled by Randomness&lt;/strong&gt;&lt;/a&gt;, The Hidden Role of Chance in Life and in the Markets, 2004 (see &lt;a href=&quot;http://www.fooledbyrandomness.com/&quot;&gt;NNT&amp;#8217;s homepage&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Fooled_by_Randomness&quot;&gt;Wikipedia&lt;/a&gt;): &amp;#8220;If You&amp;#8217;re So Rich, Why Aren&amp;#8217;t You So Smart?&amp;#8221;, &amp;#8220;Europlayboy Mathematics&amp;#8221;, &amp;#8220;Wittgenstein&amp;#8217;s Ruler&amp;#8221;. NNT has a somewhat peculiar writing style (mixing facts, opinion and personal anecdotes), but he clearly explains that random events influence us more than we believe, and what we should do about it. Winners tend to attribute their winning to being smart and hard-working, losers attribute their losing to bad luck.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Black-Swan-Impact-Highly-Improbable/dp/1400063515&quot;&gt;&lt;strong&gt;The Black Swan&lt;/strong&gt;&lt;/a&gt;, The Impact of the Highly Improbable, 2007 (see Wikipedia on the Black Swan &lt;a href=&quot;http://en.wikipedia.org/wiki/The_Black_Swan_(book)&quot;&gt;book&lt;/a&gt; and the &lt;a href=&quot;http://en.wikipedia.org/wiki/Black_swan_theory&quot;&gt;Black swan theory&lt;/a&gt;). &amp;#8220;Umberto Eco&amp;#8217;s Antilibrary&amp;#8221;, &amp;#8220;How Not To Be A Sucker&amp;#8221;, &amp;#8220;The Narrative Fallacy&amp;#8221;, &amp;#8220;What Do You Do If You Cannot Predict&amp;#8221;. About why we don&amp;#8217;t know so much about the future, and why it&amp;#8217;s dangerous to pretend that we do, and what we should do instead. One of the best books I&amp;#8217;ve read this century. Especially now in the financial crisis, there is plenty of material on the book and NNT&amp;#8217;s thinking, on Wikipedia, on NNT&amp;#8217;s own website and elsewhere.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Just One (Semi-) Business Book&lt;/strong&gt;: I wanted to concentrate my advice to Alok on engineering and engineering management, but there&amp;#8217;s one book that describes the borderline from engineering to sales very well:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Writing-Winning-Business-Proposals-Persuading/dp/0070219257&quot;&gt;&lt;strong&gt;Writing Winning Business Proposals&lt;/strong&gt;&lt;/a&gt;, Your Guide To Landing the Client, Making the Sale, Persuading the Boss, &lt;a href=&quot;http://engl.iastate.edu/directory/rfreed&quot;&gt;&lt;em&gt;Richard C. Freed&lt;/em&gt;&lt;/a&gt;, Shervin Freed, Joe Romano, 1995. &amp;#8220;The Slots in a Proposal&amp;#8217;s Generic Structure&amp;#8221;, &amp;#8220;Desired Results, Benefits, and Objectives&amp;#8221;, &amp;#8220;The Four Buying Roles&amp;#8221;, &amp;#8220;Determining What to Weave in Your Web of Persuasion&amp;#8221;. Very self descriptive book title, and it contains great advice about persuading both clients and bosses, in writing.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&quot;http://blogs.mysql.com/kaj/files/2008/10/img_8012_gtd_photo-reading.jpg&quot; alt=&quot;GTD (TM) &amp;amp; PhotoReading (TM) books&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Meta-books on self management&lt;/strong&gt;: At this point, I started to have a bad conscience towards Alok. Hey,  already eleven books in my recommendation list. How is he ever going to have the time to read them, and to get any real work done at the same time? Thus, I decided to address those issues one at a time.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Photoreading-3rd-Paul-R-Scheele/dp/0925480533&quot;&gt;&lt;strong&gt;The PhotoReading Whole Mind System&lt;/strong&gt;&lt;/a&gt;, &lt;em&gt;Paul R. Scheele&lt;/em&gt;, 1993. &amp;#8220;Read this easy-toread book and all books will be easy to read&amp;#8221;, &amp;#8220;5 breakthrough steps for improved comprehension and retention&amp;#8221;, &amp;#8220;The secrets to PhotoReading at 25,000 words per minute&amp;#8221;, &amp;#8220;5 time management strategies for instant results&amp;#8221;. I still re-read (ehh, re-glance) the book at times, and have recommended it to many people, the latest one being my son.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Getting-Things-Done-Stress-Free-Productivity/dp/0142000280&quot;&gt;&lt;strong&gt;Getting Things Done&lt;/strong&gt;&lt;/a&gt;, The Art of Stress-Free Productivity, &lt;a href=&quot;http://en.wikipedia.org/wiki/David_Allen_(author)&quot;&gt;&lt;em&gt;David Allen&lt;/em&gt;&lt;/a&gt;, 2001. It&amp;#8217;s about getting peace of mind to concentrate on what you (through your systematic pre-planning) know is the most important thing. It has plenty of associated &lt;a href=&quot;http://en.wikipedia.org/wiki/Getting_Things_Done&quot;&gt;GTD&lt;/a&gt; services and software; personally, I&amp;#8217;m just using Omni Outliner and my Thunderbird inbox. But then again, I&amp;#8217;m rereading this book just now.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;To round it off&lt;/strong&gt;, I wanted to provide Alok with an entertaining book, without too much of an emphasis on usefulness, but still some practical usability. In that category of books, I try to avoid English books, in favour of Swedish and German (as I tend to get more than my fair share of reading in English anyway), so I&amp;#8217;m limited to a fraction of the  books I would &lt;em&gt;want&lt;/em&gt; to recommend. My choice ends up in a book recommended to me by &lt;a href=&quot;http://www.webmink.net/&quot;&gt;Simon Phipps&lt;/a&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/Curious-Incident-Dog-Night-Time/dp/1400032717&quot;&gt;&lt;strong&gt;The Curious Incident of the Dog in the Night-Time&lt;/strong&gt;&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Mark_Haddon&quot;&gt;&lt;em&gt;Mark Haddon&lt;/em&gt;&lt;/a&gt;, 2003. &lt;a href=&quot;http://en.wikipedia.org/wiki/The_Curious_Incident_of_the_Dog_in_the_Night-time&quot;&gt;Wikipedia&lt;/a&gt; says &amp;#8220;The story is written in the first-person perspective of Christopher John Francis Boone, a 15-year-old autistic boy living in Swindon, Wiltshire. Although Christopher&amp;#8217;s condition within the autism spectrum is not stated explicitly within the novel, the summary on the book&amp;#8217;s inside cover describes it as Asperger syndrome.&amp;#8221; And while that doesn&amp;#8217;t sound entertaining, it is. It is both sad and fun, and I tend to believe Simon&amp;#8217;s claim that it &amp;#8220;helps understand Open Source developers&amp;#8221;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;So, Alok, &lt;strong&gt;happy reading&lt;/strong&gt;! I hope I haven&amp;#8217;t inundated you with &lt;em&gt;much &lt;/em&gt;too long a list of Recommended Reading.&lt;/p&gt;</description>
            
            <pubDate>Mon, 20 Oct 2008 03:34:37 -0700</pubDate>
        </item>
            
        <item>
            <title>How to finish anything</title>
            <link>http://swik.net/User:goozor/How+to+finish+anything</link>
            <description>&lt;p&gt;I can’t finish anything and get things done! This is what people often times say when they do not know how to finish anything. There were many activities that they started well and coupled with great enthusiasm but along the process either the desire went down or something got in the way. more in &lt;a href=&quot;http://www.goozor.com/personal-development/&quot;&gt;How to finish anything&lt;/a&gt;&lt;/p&gt;
</description>
                        <category>Personal</category>
            <category>Things</category>
            <category>get</category>
            <category>how</category>
            <category>getting</category>
            <category>done</category>
            <category>anything</category>
            <category>to</category>
            <category>Time</category>
            <category>finish</category>

            <pubDate>Mon, 20 Oct 2008 06:21:06 -0700</pubDate>
        </item>
            
        <item>
            <title>Firefox 3: 8 Things You Didn&#039;t Know You Could Do - Solutions by PC Magazine</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/Firefox+3%3A+8+Things+You+Didn%27t+Know+You+Could+Do+-+Solutions+by+PC+Magazine/cgikq</link>
            <description></description>
            
            <pubDate>Wed, 01 Oct 2008 23:16:36 -0700</pubDate>
        </item>
            
        <item>
            <title>Firefox 3: 8 Things You Didn&#039;t Know You Could Do - Solutions by PC Magazine</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/Firefox+3%3A+8+Things+You+Didn%27t+Know+You+Could+Do+-+Solutions+by+PC+Magazine/cf9ho</link>
            <description></description>
            
            <pubDate>Mon, 29 Sep 2008 18:15:05 -0700</pubDate>
        </item>
            
        <item>
            <title>Designing the UI of Things for iPhone</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Designing+the+UI+of+Things+for+iPhone/cf067</link>
            <description>Cultured Code do a large behind-the-scenes look at how they designed their Things iPhone UI. Lots of detail, lots of working shown. Even if you don&amp;#039;t agree with the choices they made, it&amp;#039;s excellent to see somebody sharing at this level of detail.</description>
            
            <pubDate>Sat, 27 Sep 2008 03:17:26 -0700</pubDate>
        </item>
            
        <item>
            <title>Designing the UI of Things for iPhone</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Designing+the+UI+of+Things+for+iPhone/cfw7d</link>
            <description></description>
            
            <pubDate>Fri, 26 Sep 2008 00:19:32 -0700</pubDate>
        </item>
            
        <item>
            <title>Designing the UI of Things for iPhone</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Designing+the+UI+of+Things+for+iPhone/cfva3</link>
            <description>Out of curiosity, we tried to recreate the look of the Mac version in some early Photoshop mockups.</description>
            
            <pubDate>Thu, 25 Sep 2008 11:20:28 -0700</pubDate>
        </item>
            
        <item>
            <title>Title</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Title/cfs9d</link>
            <description></description>
            
            <pubDate>Thu, 25 Sep 2008 00:32:53 -0700</pubDate>
        </item>
            
        <item>
            <title>Designing the UI for Things for iPhone</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Designing+the+UI+for+Things+for+iPhone/cfq9r</link>
            <description>Great look at the development process for the app I probably use the most on a day-by-day basis. (That and X-Plane of course!)</description>
            
            <pubDate>Wed, 24 Sep 2008 11:21:02 -0700</pubDate>
        </item>
            
        <item>
            <title>Things - task management on the Mac</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Things+-+task+management+on+the+Mac/ceuah</link>
            <description></description>
            
            <pubDate>Mon, 15 Sep 2008 19:08:52 -0700</pubDate>
        </item>
            
        <item>
            <title>Robby on Rails : Things.app syncs with the iPhone!</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Robby+on+Rails+%3A+Things.app+syncs+with+the+iPhone%21/ceg45</link>
            <description></description>
            
            <pubDate>Thu, 11 Sep 2008 23:24:26 -0700</pubDate>
        </item>
            
        <item>
            <title>Things - task management on the Mac</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Things+-+task+management+on+the+Mac/cee7s</link>
            <description></description>
            
            <pubDate>Thu, 11 Sep 2008 11:00:30 -0700</pubDate>
        </item>
            
        <item>
            <title>GTD: Real-life experience with Things - The Unofficial Apple Weblog (TUAW)</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/GTD%3A+Real-life+experience+with+Things+-+The+Unofficial+Apple+Weblog+%28TUAW%29/cd21i</link>
            <description></description>
            
            <pubDate>Mon, 08 Sep 2008 10:08:57 -0700</pubDate>
        </item>
            
        <item>
            <title>GTD Overview</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/GTD+Overview/cd2fb</link>
            <description>an introduction to getting things done, including an overview of Things. (I use Things on iPhone exclusively, not the desktop app, and love it — even if I haven&amp;#039;t figured out all the features yet!)</description>
            
            <pubDate>Mon, 08 Sep 2008 07:09:34 -0700</pubDate>
        </item>
            
        <item>
            <title>Things - task management on the Mac</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Things+-+task+management+on+the+Mac/cd167</link>
            <description></description>
            
            <pubDate>Mon, 08 Sep 2008 06:08:29 -0700</pubDate>
        </item>
            
        <item>
            <title>Things Revisited - A Look at Things Touch</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Things+Revisited+-+A+Look+at+Things+Touch/cdd5x</link>
            <description></description>
            
            <pubDate>Mon, 01 Sep 2008 11:02:37 -0700</pubDate>
        </item>
            
        <item>
            <title>Things - task management on the Mac</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Things+-+task+management+on+the+Mac/cc9s3</link>
            <description>Things is a todo task manager for OS X, and it&amp;#039;s freaking fantastic.</description>
            
            <pubDate>Sun, 31 Aug 2008 02:01:22 -0700</pubDate>
        </item>
            
        <item>
            <title>Things.app syncs with the iPhone!</title>
            <link>http://swik.net/Rails/Robby+on+Rails/Things.app+syncs+with+the+iPhone%21/ccu80</link>
            <description>&lt;p&gt;Awesome. Things 1.1 for the iPhone was just pushed to the Apple iTunes Store, which means&amp;#8230; I can finally sync my Things.app with my iPhone!&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3295/2777286114_ef48812b92.jpg?v=0&quot; alt=&quot;&quot;/&gt;&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ve been using Things for quite a while to manage my life (work and personal) and bringing this to my phone definitely makes my day.&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;http://img.skitch.com/20080819-1cn9cjpu769hnctma7ewcr2429.jpg&quot; alt=&quot;&quot;/&gt;&lt;/p&gt;


	&lt;p&gt;For more information about Things, visit the following sites:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://culturedcode.com/things/&quot;&gt;http://culturedcode.com/things/&lt;/a&gt; (Things for &lt;span class=&quot;caps&quot;&gt;OSX&lt;/span&gt;)&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284971781&amp;#38;mt=8&quot;&gt;Things&lt;/a&gt; (iPhone)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;I&amp;#8217;ll post a review in the coming days as I get a chance to play with it. Just wanted to share the news. :-)&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?a=oPZNqK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?i=oPZNqK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?a=96ZiDk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?i=96ZiDk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?a=0IgOmK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?i=0IgOmK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?a=xebSXK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?i=xebSXK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/RobbyOnRails/~4/368704610&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Mon, 18 Aug 2008 22:07:28 -0700</pubDate>
        </item>
            
        <item>
            <title>[from bushwald] Cultured Code Things Review: GTD Task Management Applications | View from the Dock</title>
            <link>http://swik.net/User:jeyrb/jey%27s+network%27s+del.icio.us+bookmarks/%5Bfrom+bushwald%5D+Cultured+Code+Things+Review%3A+GTD+Task+Management+Applications+%7C+View+from+the+Dock/b80sh</link>
            <description>I like the work-flow description of using Things. Also, some good tips on it.</description>
            
            <pubDate>Wed, 02 Jul 2008 09:51:30 -0700</pubDate>
        </item>
            
        <item>
            <title>[from bushwald] Things Screencast - task management on the Mac</title>
            <link>http://swik.net/User:jeyrb/jey%27s+network%27s+del.icio.us+bookmarks/%5Bfrom+bushwald%5D+Things+Screencast+-+task+management+on+the+Mac/b8r75</link>
            <description></description>
            
            <pubDate>Mon, 30 Jun 2008 10:04:16 -0700</pubDate>
        </item>
            
        <item>
            <title>Signing Off, And What Does A TechCrunch Writer Actually Use?</title>
            <link>http://swik.net/Web2.0/TechCrunch/Signing+Off%2C+And+What+Does+A+TechCrunch+Writer+Actually+Use%3F/b4u5z</link>
            <description>&lt;p&gt;This is my last post at TechCrunch as a full time writer (I may yet do the occasional guest post). It&amp;#8217;s exactly 12 months to the day since I started writing here and the date seemed like a good time to go. I won&amp;#8217;t bore you with a self indulgent retrospective; if you are interested in my reasons and thoughts I did a podcast with my old site The Blog Herald yesterday -  listen to &lt;a href=&quot;http://www.blogherald.com/2008/05/05/podcast-20082-an-exclusive-interview-with-duncan-riley-on-his-exit-from-techcrunch/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We cover some amazing startups here at TechCrunch, and for every service we cover there&amp;#8217;s probably a dozen we miss as well, given the hyper-inflated nature of the second great web boom. You can appreciate a service without ever actually going on to use it, but the better ones can change the way you interact with the web or run your working day. I thought as this is my last major post here that I&amp;#8217;d share some of the services that &lt;strong&gt;I actually use&lt;/strong&gt;. I started using most of them based on posts at TechCrunch, so if you like these turned out to be my practical standouts in the sea of noise. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.evernote.com&quot;&gt;Evernote&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Evernote has completely changed the way I deal with paper (yes, old fashioned paper). Its been described as everything from a scrap collection through to a bookmarking service, but at its core its a database service with industrial strength OCR capabilities. To use, you can clip data or a link, type a note, add a photo (with support for webcams) or scan info in. Everything added can be tagged and indexed, and is searchable via the text within each document, for example a wine label with no other information becomes searchable by every word on the label itself. I scan every paper bill or letter I receive, allowing me to shred/ dispose of them cutting down on the need to file things manually. More importantly it cuts out the need to have to go through my filing cabinet searching for the bill later. The service has a desktop client and web interface, so you have the security of knowing that your scanned documents always have a local copy, but if you&amp;#8217;re at another computer or on the go, you can easily access the same data. &lt;/p&gt;
&lt;p&gt;See Erick&amp;#8217;s review &lt;a href=&quot;http://www.techcrunch.com/2008/02/21/extend-your-brain-with-evernote-private-beta-invites/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Crunch Network&lt;/em&gt;&lt;/strong&gt;:  &lt;a href=&quot;http://crunchgear.com&quot;&gt;CrunchGear&lt;/a&gt;&lt;em&gt; &lt;/em&gt;drool over the sexiest new gadgets and hardware.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/~a/Techcrunch?a=zZAgJh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~a/Techcrunch?i=zZAgJh&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/Techcrunch?a=acgotH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Techcrunch?i=acgotH&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Techcrunch?a=JfYrZh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Techcrunch?i=JfYrZh&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Techcrunch?a=hfPc7H&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Techcrunch?i=hfPc7H&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Techcrunch?a=WPhF4H&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Techcrunch?i=WPhF4H&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/Techcrunch/~4/284375419&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Mon, 05 May 2008 22:07:51 -0700</pubDate>
        </item>
            
        <item>
            <title>50 Coisas Que o Firefox Pode Fazer Por Você | VidaGeek.net</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/50+Coisas+Que+o+Firefox+Pode+Fazer+Por+Voc%C3%AA+%7C+VidaGeek.net/b2315</link>
            <description>Linux, Open-source, ProgramaÃ§Ã£o e Produtividade</description>
            
            <pubDate>Thu, 21 Feb 2008 20:44:47 -0800</pubDate>
        </item>
            
        <item>
            <title>mozillaZine - Your Source for Daily Mozilla News and Advocacy</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/mozillaZine+-+Your+Source+for+Daily+Mozilla+News+and+Advocacy/b1r7u</link>
            <description></description>
            
            <pubDate>Thu, 24 Jan 2008 17:03:52 -0800</pubDate>
        </item>
                </channel>
</rss>
