<?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; Google Notebook</title>
	<atom:link href="http://www.skunkworks.ro/tag/google-notebook/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 Advertising and Me</title>
		<link>http://www.skunkworks.ro/2008/12/google-advertising-and-me/</link>
		<comments>http://www.skunkworks.ro/2008/12/google-advertising-and-me/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 09:57:25 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Old blog]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[datamining]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox extensions]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google advertising]]></category>
		<category><![CDATA[Google Notebook]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://localhost/sk2/?p=137</guid>
		<description><![CDATA[Last week, I used GMail from a computer that allowed all the adverts from Google. So I&#8217;ve read around 50 emails which exposed me to maybe 250 adverts. To my surprise I ended up clicking on probably 15 links that were interesting to me. The interesting bit is that the links were not related to <a href='http://www.skunkworks.ro/2008/12/google-advertising-and-me/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Last week, I used GMail from a computer that allowed all the adverts from Google. So I&#8217;ve read around 50 emails which exposed me to maybe 250 adverts. To my surprise I ended up clicking on probably 15 links that were interesting to me. The interesting bit is that the links were not related to the content of the email, but somehow the datamining that Google does, payed off because the links were interesting to me. After around 3 years of using Gmail, Google Reader and all the other services it seems that I am a very open book to them. I was trying to anonymize my broswer habits using different Firefox extensions but I am not sure it&#8217;s worth the effort anymore. As long as I am using Google Reader and Notebook, I have a cookie from Google for as long as the session is open. For the time being the cookie is sweet and I will enable the adverts in Gmail. I am not sure if in the long run I am at ease with this &#8220;lack of privacy&#8221;. I know it was my choice and in my case an educated one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skunkworks.ro/2008/12/google-advertising-and-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

