<?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>Skunkworks &#187; scrapbook</title>
	<atom:link href="http://www.skunkworks.ro/tag/scrapbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skunkworks.ro</link>
	<description>Master of many trades. Solutions for your IT related problems.</description>
	<lastBuildDate>Fri, 01 Jul 2011 14:33:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Google Notebook Offline Replacement</title>
		<link>http://www.skunkworks.ro/2009/03/google-notebook-offline-replacement/</link>
		<comments>http://www.skunkworks.ro/2009/03/google-notebook-offline-replacement/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 11:12:00 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Old blog]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[document format]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Notebook]]></category>
		<category><![CDATA[information chaos]]></category>
		<category><![CDATA[information overload]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[open document]]></category>
		<category><![CDATA[open office]]></category>
		<category><![CDATA[scrapbook]]></category>

		<guid isPermaLink="false">http://localhost/sk2/2009/03/11/google-notebook-offline-replacement/</guid>
		<description><![CDATA[It took me a while, but now I have a very good and I hope future proof solution for keeping all my information that I gathered in the last few years. Below you’ll get a succinct account of what I had to do. After I saved all my Google Notebook information as complete web pages <a href='http://www.skunkworks.ro/2009/03/google-notebook-offline-replacement/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>It took me a while, but now I have a very good and I hope future proof solution for keeping all my information that I gathered in the last few years. Below you’ll get a succinct account of what I had to do.</p>
<p><span id="more-164"></span></p>
<p>After I saved all my Google Notebook information as complete web pages (one webpage per notebook), I ended up with around 70 MB of HTML, CSS and images which were indexed by Copernic Desktop Search but I was still lacking the functionality that Google Notebook provided to me. So I downloaded:</p>
<ul>
<li><a href="http://www.autoitscript.com/autoit3/" target="_blank">Autoit</a> (for some small scripting that I needed)</li>
<li><a href="http://www.tag2find.com/download.0.html" target="_blank">Tag2find</a> (for all the tagging needs)</li>
<li><a href="http://www.officeviewers.com/" target="_blank">TextMaker Viewer</a> (for a fast open document format viewer)</li>
</ul>
<p>I created a folder list using this small autoit script:</p>
<pre class="csharpcode"><span class="kwrd">Dim</span> $year , $month , $foldername
MsgBox(0, <span class="str">"Create Folders"</span>, <span class="str">"Script Start"</span>)
$year = 2004
<span class="kwrd">While</span> $year &lt;= 2009
    $month = 01
    <span class="kwrd">Do</span>
        <span class="kwrd">If</span> $month &lt; 10 <span class="kwrd">then</span>
            $foldername = <span class="str">"C:\Test\"</span> &amp; $year &amp; <span class="str">"0"</span> &amp; $month
        <span class="kwrd">Else</span>
            $foldername = <span class="str">"C:\Test\"</span> &amp; $year &amp; $month
        <span class="kwrd">EndIf</span>
        DirCreate ($foldername)
        $month = $month + 1
    <span class="kwrd">Until</span> $month = 13
    $year = $year + 1
<span class="kwrd">WEnd</span>
MsgBox(0, <span class="str">"Create Folders"</span>, <span class="str">"Script End"</span>)</pre>
<p><!--.csharpcode, .csharpcode pre { 	font-size: small; 	color: black; 	font-family: consolas, "Courier New", courier, monospace; 	background-color: #ffffff; 	/*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt  { 	background-color: #f4f4f4; 	width: 100%; 	margin: 0em; } .csharpcode .lnum { color: #606060; } --></p>
<p>The script is self explanatory. I used it in order to avoid manually create all the folders that I need from the month of 200401 to the month of 200912.</p>
<p>Then I used copy paste extensively between Firefox and OpenOffice and saved all the individual articles from Google Notebook as OpenOffice documents. The documents were saved in the folder corresponding to the month of their creation. Also in each folder is a document called bookmarks that contain all the bookmarked sites from that month. After I finished with Google Notebook I saved all my Scrapbook information in the same format.</p>
<p>Probably using Autoit someone could automate this step also. I preferred to do it manually because I wanted to see what I am going to keep going further. So far I spent close to 100 hours doing this and I ended up with almost 1.5 GB of articles (more than 4000 documents)</p>
<p>Now I am tagging each document with the appropriate tags using tag2find .  Probably at the rate that I am doing it is going to take me probably another month. After that I will have a complete tagged database of information which is portable, offline and backed up. Is good to know that the entire taxonomy from tag2find can be exported as an XML file and the actual files are in ODT format.</p>
<p>Now I am still using Scrapbook for capturing web pages that are of interest to me, but I will spend probably 2-3 hours each month moving information from Scrapbook to the offline repository that I created.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skunkworks.ro/2009/03/google-notebook-offline-replacement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Notebook Is No More</title>
		<link>http://www.skunkworks.ro/2009/01/google-notebook-is-no-more/</link>
		<comments>http://www.skunkworks.ro/2009/01/google-notebook-is-no-more/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 15:46:30 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Old blog]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google search]]></category>
		<category><![CDATA[googleplex]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Notebook]]></category>
		<category><![CDATA[notebooks]]></category>
		<category><![CDATA[offline software]]></category>
		<category><![CDATA[scrapbook]]></category>
		<category><![CDATA[Skydrive]]></category>
		<category><![CDATA[storage space]]></category>

		<guid isPermaLink="false">http://localhost/sk2/?p=156</guid>
		<description><![CDATA[This morning I got the news that Google will close many services. The one that affected me was Google Notebook. I had a lot of information in it and even if Google says that I can still use it and add information to the notebooks, I do not feel at ease with that. So, I <a href='http://www.skunkworks.ro/2009/01/google-notebook-is-no-more/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>This morning I got the news that <a title="Google closes many services" href="http://googlesystem.blogspot.com/2009/01/google-closes-many-services.html" target="_blank">Google will close many services</a>. The one that affected me was Google Notebook. I had a lot of information in it and even if Google says that I can still use it and add information to the notebooks, I do not feel at ease with that. So, I decided to  export all the information out of Google Notebook and import it in Scrapbook . I don&#8217;t think is the best option, but I know the information is on my hard drive. The export was relatively easy to do, and once the export was finished I realized that the amount of information that I have on Google servers was minuscule (less than 70 MB archived).</p>
<p>For the moment this service closing is just a minor annoyance, but should be an alarm signal. Trust is something that is very difficult to build and very easy to loose. Probably in the higher levels of Google hierarchy they decided that the amount of information that the users are storing in the notebooks does not improve the relevance of the adverts served to those users in Gmail or in the Google search pages. So they decided that Notebook is not needed for their plans. Once Google chooses to close some services, it&#8217;s obvious that if the situation is going to be even worst they could choose to close other services. I know the service was free, but I would have like to have a better export option at least.</p>
<p>On the other hand something else to take in the account. Because Microsoft is making a lot of money with their offline software (Server, Windows, Office and so on) they can afford to loose some money with the online division, so they are able to still offer a lot of things for free. The most interesting to me is the 25GB Skydrive storage space. I start uploading some non vital files for testing purposes and it seems to work pretty well. Once Microsoft announced this some months ago, I expected that Google will match this, but nothing happened. This was my first alarm signal that maybe not everything is nice and dandy in the Googleplex.</p>
<p>Now I am looking for an offline RSS reader that would match Google Reader capabilities and if I will find one, then Gmail is the last thing that still has me linked to Google Services.</p>
<p>I know I can replace Analytics and Feedburner anytime with other options for skunkworks.ro</p>
<p>It appears that all good things are coming to an end. And I am sure now that in the next months a lot of free services from other Web 2.0 companies will dissapear. Probably is best to start thinking offline software again and somehow find the means to maintain the collaboration level and community feeling that the Web 2.0 services are offering</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skunkworks.ro/2009/01/google-notebook-is-no-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organizing All My Information</title>
		<link>http://www.skunkworks.ro/2008/10/organizing-all-my-information/</link>
		<comments>http://www.skunkworks.ro/2008/10/organizing-all-my-information/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 15:06:17 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Old blog]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[information chaos]]></category>
		<category><![CDATA[information overload]]></category>
		<category><![CDATA[intelligent agent]]></category>
		<category><![CDATA[scrapbook]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[smart phone]]></category>
		<category><![CDATA[web products]]></category>

		<guid isPermaLink="false">http://localhost/sk2/?p=119</guid>
		<description><![CDATA[Since 2004 I&#8217;ve saved a lot of information in different formats and systems: I have 2482 pages saved in Scrapbook ( Firefox extension ), around 320 MB of HTML and photos I have thousands of documents on my hard disk in doc, odt, pdf format I have a monthly notebook on Google Notebook since April <a href='http://www.skunkworks.ro/2008/10/organizing-all-my-information/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Since 2004 I&#8217;ve saved a lot of information in different formats and systems:</p>
<ul>
<li>I have 2482 pages saved in Scrapbook ( Firefox extension ), around 320 MB of HTML and photos</li>
<li>I have thousands of documents on my hard disk in doc, odt, pdf format</li>
<li>I have a monthly notebook on Google Notebook since April 2006. In each notebook I saved anywhere from 10 to 100 pages.</li>
<li>I subscribed to around 150 websites using Google Reader and I am labeling for future use around 15 to 20 items each day.</li>
<li>I have an Outlook PST of around 6 GB from which maybe 1 GB is very useful information and also I have a Gmail account with more than 2 GB of useful information.</li>
</ul>
<p>My problem lately is how to create knowledge in an easy way from all this information overload. I&#8217;ve tried all sort of web based systems for organizing information, but no luck so far. And I know that search such as Google or Copernic desktop is not enough for creating knowledge.</p>
<p>I am dreaming of an intelligent agent who is capable to create short briefs based on my interests, to answer some basic questions by accessing all the info that I have, to analyze calendar data (ical format), to be location aware.  I know that this is what semantic web is all about it, but this web is still 1-2 years away, and I am sure that as long as I have non structured information is going to be impossible for the semantic web products to generate knowledge out of the information chaos.</p>
<p>It would be great if this kind of agent would run on a smart phone and be with me all the time.</p>
<p>On a side note the more I use Google Reader, Gmail and Google Notebook, the more I feel the need to get all my acquired data from their systems, but I didn&#8217;t find yet the right app that could that for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skunkworks.ro/2008/10/organizing-all-my-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

