<?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>PCR&#039;s notepad &#187; Google</title>
	<atom:link href="http://notepad.patheticcockroach.com/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://notepad.patheticcockroach.com</link>
	<description>The area in patheticcockroach.com where the EEG isn&#039;t isoelectric</description>
	<lastBuildDate>Sun, 05 Feb 2012 12:11:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Want to get a Google+ invite? I&#8217;ve got lots of them :)</title>
		<link>http://notepad.patheticcockroach.com/2091/want-to-get-a-google-invite-ive-got-lots-of-them/</link>
		<comments>http://notepad.patheticcockroach.com/2091/want-to-get-a-google-invite-ive-got-lots-of-them/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 06:22:11 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=2091</guid>
		<description><![CDATA[Google+ invites have been in scarce supply in July, but now Google is being more generous: I&#8217;ve got 150 invites available&#8230; So if you want one, just leave a comment with your e-mail and I&#8217;ll send you one ASAP. NB: comments are moderated, if you leave your e-mail in the comment body I won&#8217;t publish [...]]]></description>
			<content:encoded><![CDATA[<p>Google+ invites have been in scarce supply in July, but now Google is being more generous: I&#8217;ve got 150 invites available&#8230; So if you want one, just leave a comment with your e-mail and I&#8217;ll send you one ASAP.<br />
NB: comments are moderated, if you leave your e-mail in the comment body I won&#8217;t publish it or I&#8217;ll censor the e-mail first to avoid spam &#8211; just be aware that if you&#8217;ve already published a comment here your new comments are published immediately (without me filtering them first).</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/2091/want-to-get-a-google-invite-ive-got-lots-of-them/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to add Google Adsense code to Gallery 3</title>
		<link>http://notepad.patheticcockroach.com/2027/how-to-add-google-adsense-code-to-gallery-3/</link>
		<comments>http://notepad.patheticcockroach.com/2027/how-to-add-google-adsense-code-to-gallery-3/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 20:23:39 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=2027</guid>
		<description><![CDATA[I already presented Gallery 3 in a previous post. I just upgraded gal.patheticcockroach.com to Gallery 3.0.2, so I had to place the stat tracking code again, as well as to replace the .htaccess with my modified version for pretty URLs. And in the process I decided to add some Adsense ads, too. After some thinking [...]]]></description>
			<content:encoded><![CDATA[<p>I already presented Gallery 3 in a <a href="http://notepad.patheticcockroach.com/1355/how-to-add-stat-tracking-code-to-gallery-3/">previous post</a>. I just upgraded gal.patheticcockroach.com to Gallery 3.0.2, so I had to place the stat tracking code again, as well as to replace the .htaccess with my modified version for pretty URLs. And in the process I decided to add some Adsense ads, too. After some thinking I figured that a good place to put them would be at the top, just below the menu and above the gallery titles.</p>
<p>More precisely, the place we want to reach is just between <code>&lt;div id="yui-main"&gt;</code> and <code>&lt;div class="yui-b"&gt;</code>. First problem: there&#8217;s not Adsense ad that matches the available space: the 768&#215;90 leaderboard is just a bit too wide. I picked a simple solution: I placed 2 ads side by side: a 468&#215;60 banner plus a 234&#215;60 half-banner. It just fits the available width (in the default theme, Wind, at least) and compared to the big leaderboard it also uses 33% less height (I&#8217;ve always thought that 90 pixels is starting to get a bit too big).</p>
<p>Let&#8217;s get started then; once again the file to edit is <code>/themes/wind/views/page.html.php</code>.<br />
Find:<br />
<code>&lt;div id="yui-main"&gt;<br />
&lt;div class="yui-b"&gt;</code><br />
&#8230;and between those two add your Adsense units. You need to place them in a few divs so that they lay side by side instead of stacking on each other. Here&#8217;s a full code sample (NB: I wrote the divs added for layout in bold):</p>
<blockquote><p>&lt;div id=&#8221;yui-main&#8221;&gt;<br />
<strong>&lt;div style=&#8221;width:702px;height:60px;border:1px solid #bbb;margin-left:10px;&#8221;&gt;<br />
	&lt;div style=&#8221;float:left;&#8221;&gt;</strong>&lt;script type=&#8221;text/javascript&#8221;&gt;&lt;!&#8211;<br />
	google_ad_client = &#8220;ca-pub-9471398824076666&#8243;;<br />
	/* 468&#215;60 for pcr gallery */<br />
	google_ad_slot = &#8220;8724036694&#8243;;<br />
	google_ad_width = 468;<br />
	google_ad_height = 60;<br />
	//&#8211;&gt;<br />
	&lt;/script&gt;<br />
	&lt;script type=&#8221;text/javascript&#8221;<br />
	src=&#8221;http://pagead2.googlesyndication.com/pagead/show_ads.js&#8221;&gt;<br />
	&lt;/script&gt;<br />
	<strong>&lt;/div&gt;<br />
	&lt;div style=&#8221;float:left;&#8221;&gt;</strong>&lt;script type=&#8221;text/javascript&#8221;&gt;&lt;!&#8211;<br />
	google_ad_client = &#8220;ca-pub-9471398824076666&#8243;;<br />
	/* 234&#215;60 for pcr gallery */<br />
	google_ad_slot = &#8220;2196553125&#8243;;<br />
	google_ad_width = 234;<br />
	google_ad_height = 60;<br />
	//&#8211;&gt;<br />
	&lt;/script&gt;<br />
	&lt;script type=&#8221;text/javascript&#8221;<br />
	src=&#8221;http://pagead2.googlesyndication.com/pagead/show_ads.js&#8221;&gt;<br />
	&lt;/script&gt;<br />
	<strong>&lt;/div&gt;<br />
&lt;/div&gt;</strong><br />
&lt;div class=&#8221;yui-b&#8221;&gt;</p></blockquote>
<p>That&#8217;s all <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You can see the result <a href="http://gal.patheticcockroach.com/">there</a>.<br />
Note that the reason why there&#8217;s a border here is because I used it to find the proper dimensions. It actually looks nice too IMO, however it will spoil the layout a bit for people with ad-blocking software&#8230; so you may want to remove the height as well as the border for the div containing the ads. That&#8217;s what I did on my gallery indeed.</p>
<p>NB: if you&#8217;re not the I-modify-files-by-hand type, you can use a plugin/module such as <a href="http://codex.gallery2.org/Gallery3:Modules:adsense">this one</a>, too. Personally I&#8217;m always a bit afraid of those Gallery modules, they don&#8217;t seem to be regularly maintained yet&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/2027/how-to-add-google-adsense-code-to-gallery-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Scroogle search box example code</title>
		<link>http://notepad.patheticcockroach.com/1442/a-scroogle-search-box-example-code/</link>
		<comments>http://notepad.patheticcockroach.com/1442/a-scroogle-search-box-example-code/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 12:32:18 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=1442</guid>
		<description><![CDATA[During the last months, we&#8217;ve been using Scroogle to power the site search on Wiki4Games. We&#8217;ll soon be moving to something even better: a really different search engine, DuckDuckGo (Scroogle is &#8220;just&#8221; a nice man-in-the-middle between you and Google). Scroogle provide some sample search box codes here, but they&#8217;re not exactly polished nor XHTML/HTML 5-compliant. [...]]]></description>
			<content:encoded><![CDATA[<p>During the last months, we&#8217;ve been using <a href="http://www.scroogle.org">Scroogle</a> to power the site search on Wiki4Games. We&#8217;ll soon be moving to something even better: a really different search engine, <a href="http://duckduckgo.com">DuckDuckGo</a> (Scroogle is &#8220;just&#8221; a nice man-in-the-middle between you and Google).<br />
Scroogle provide some <a href="http://www.scroogle.org/masters.html">sample search box codes here</a>, but they&#8217;re not exactly polished nor XHTML/HTML 5-compliant. So here&#8217;s the box we&#8217;ve been using on Wiki4Games, as well as the graphics (the Scroogle logo wasn&#8217;t that easy to find). Note that this version will use the SSL version of Scroogle (did I forget to mention that Scroogle was offering SSL search way before Google did?).</p>
<p>You can see the code and the result down there <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  (NB: due to a bug in WordPress there&#8217;s a line break between the 2 radio buttons, which is not supposed to happen in the final design)<br />
You can also download all this (HTML code + logo + &#8220;secure search&#8221; picture) in <a href="http://www.filesonic.com/file/126255991/Scroogle_search_box.zip">this archive</a>.</p>
<form method="post" action="https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi " target="scroogle_window">
<div style="width:160px;margin-left:auto;margin-right:auto;">
<div style="text-align:center;"><label for="Gw"><img src="http://img.patheticcockroach.com/01/scroogle_logo.png" width="95" height="32" alt="Google search via Scroogle"/></label></div>
<input type="text" name="Gw" id="Gw" size="10" maxlength="225" value="wiki4games"/>
<input type="image" name="sa" alt="Search" width="41" height="22" vspace="2" align="top" border="0" src="http://img.patheticcockroach.com/01/secure_search.png"/>
<input type="hidden" name="n" value="2"/>
<div style="text-align:left;font-size:x-small;">
<input type="radio" name="d" id="but_web2" value="www.wiki4games.com" checked="checked"/><label for="but_web2">Wiki4Games&nbsp;&nbsp;&nbsp;</label><br />
<input type="radio" name="d" id="but_web1" value="*"/><label for="but_web1">Web</label>
</div>
</div>
</form>
<pre>&lt;form method="post" action="https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi " target="scroogle_window"&gt;
&lt;div&gt;
&lt;div style="text-align:center;"&gt;&lt;label for="Gw"&gt;&lt;img src="/0custom/scroogle_logo.png" width="95" height="32" alt="Google search via Scroogle"/&gt;&lt;/label&gt;&lt;/div&gt;
&lt;input type="text" name="Gw" id="Gw" size="10" maxlength="225" value="wiki4games"/&gt;
&lt;input type="image" name="sa" alt="Search" width="41" height="22" vspace="2" align="top" border="0" src="/0custom/secure_search.png"/&gt;
&lt;input type="hidden" name="n" value="2"/&gt;
&lt;div style="text-align:left;font-size:x-small;"&gt;
&lt;input type="radio" name="d" id="but_web2" value="www.wiki4games.com" checked="checked"/&gt;&lt;label for="but_web2"&gt;Wiki4Games   &lt;/label&gt;
&lt;input type="radio" name="d" id="but_web1" value="*"/&gt;&lt;label for="but_web1"&gt;Web&lt;/label&gt;&lt;br/&gt;
&lt;/div&gt;
&lt;!--&lt;input type="submit" name="sa" value="Search"/&gt;--&gt;
&lt;/div&gt;
&lt;/form&gt;</pre>
<p>A final note: if you want to insert that box into MediaWiki, the easiest way is probably to use the <a href="http://www.mediawiki.org/wiki/Extension:PCR_GUI_Inserts">PCR GUI Inserts extension</a>. The configuration would then be something like:</p>
<pre>require_once( $IP."/extensions/PCR GUI Inserts/pcr_guii.php");
$wgPCRguii_Inserts['SkinBuildSidebar']['on'] = true;
$wgPCRguii_Inserts['SkinBuildSidebar']['content'] = array
    (
    array('Search box',
	'&lt;form method="post" action="https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi " target="scroogle_window"&gt;
&lt;div&gt;
&lt;div style="text-align:center;"&gt;&lt;label for="Gw"&gt;&lt;img src="/0custom/scroogle_logo.png" width="95" height="32" alt="Google search via Scroogle"/&gt;&lt;/label&gt;&lt;/div&gt;
&lt;input type="text" name="Gw" id="Gw" size="10" maxlength="225" value="wiki4games"/&gt;
&lt;input type="image" name="sa" alt="Search" width="41" height="22" vspace="2" align="top" border="0" src="/0custom/secure_search.png"/&gt;
&lt;input type="hidden" name="n" value="2"/&gt;
&lt;div style="text-align:left;font-size:x-small;"&gt;
&lt;input type="radio" name="d" id="but_web2" value="www.wiki4games.com" checked="checked"/&gt;&lt;label for="but_web2"&gt;Wiki4Games&nbsp;&nbsp;&nbsp;&lt;/label&gt;
&lt;input type="radio" name="d" id="but_web1" value="*"/&gt;&lt;label for="but_web1"&gt;Web&lt;/label&gt;&lt;br/&gt;
&lt;/div&gt;
&lt;!--&lt;input type="submit" name="sa" value="Search"/&gt;--&gt;
&lt;/div&gt;
&lt;/form&gt;)
    );</pre>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/1442/a-scroogle-search-box-example-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Gmail&#8217;s custom &#8216;From&#8217; address: all ur ID R belong to us</title>
		<link>http://notepad.patheticcockroach.com/1311/gmails-custom-from-address-all-ur-id-r-belong-to-us/</link>
		<comments>http://notepad.patheticcockroach.com/1311/gmails-custom-from-address-all-ur-id-r-belong-to-us/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 21:11:01 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=1311</guid>
		<description><![CDATA[Gmail provides the most-appreciated possibility to &#8220;forge&#8221; your e-mail address when sending an e-mail: providing that you own the e-mail address &#8220;anything@anydomain.com&#8221; (verified by receiving a confirmation e-mail there), you can send an e-mail from your Gmail mailbox pretending to come from anything@anydomain.com. This is much useful to handle several e-mail addresses from a central [...]]]></description>
			<content:encoded><![CDATA[<p>Gmail provides the most-appreciated possibility to <a href="http://mail.google.com/support/bin/answer.py?hl=en&#038;answer=22370">&#8220;forge&#8221; your e-mail</a> address when sending an e-mail: providing that you own the e-mail address &#8220;anything@anydomain.com&#8221; (verified by receiving a confirmation e-mail there), you can send an e-mail from your Gmail mailbox pretending to come from anything@anydomain.com.<br />
This is much useful to handle several e-mail addresses from a central box, for instance I can use my account myfunnynickname@gmail.com to centralize my e-mail activities, but modify the from field as appropriate (keep the default for friends and family, but switch to something more serious like myrealname@gmail.com for work, and to bigboss@mydomainname.com for site-related e-mails).</p>
<p>Unfortunately, Gmail doesn&#8217;t really hide your &#8220;real&#8221; e-mail address behind the &#8220;not as real&#8221; one: you can find the real e-mail in the e-mail headers, in the <em>sender</em> field. Here is an example header (modified to hide e-mails and stuff, of course <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ):</p>
<blockquote><p>MIME-Version: 1.0<br />
<strong>Sender: thenicknameiwanttohide@gmail.com</strong><br />
Received: by 10.229.89.1 with HTTP; Tue, 30 Jan 2011 07:32:45 -0800 (PST)<br />
Date: Tue, 30 Jan 2011 16:32:45 +0100<br />
Delivered-To: someguy@somewhere.com<br />
X-Google-Sender-Auth: sm8dg5Gdqs84gqswcxfzDFpS9s6<br />
Message-ID: &lt;randomstringrandomstringrandomstringrandomstr@mail.gmail.com&gt;<br />
Subject: =?ISO-8859-1?Test_email?=<br />
<strong>From: The name I want to show &lt;thenameiwanttoshow@mydomainname.com&gt;</strong><br />
To: someguy@somewhere.com<br />
Content-Type: multipart/mixed; boundary=001365494266e56a1f6198741347</p></blockquote>
<p>Now, this doesn&#8217;t really seem to be a big issue since, unless you&#8217;re sending spam big time, noone will ever check the headers of the e-mails you send them. This becomes a problem, however, once you consider that some (many?) e-mail providers will display your &#8220;hidden&#8221; e-mail as the sender of the e-mail&#8230; voiding all your precious forging efforts.</p>
<p>At this point, I guess that you&#8217;ll want names <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Well, here is a short list:</p>
<ul>
<li>Hotmail, of course. They display forged sender as: &#8220;realemail@gmail.com from Your forged name&#8221;</li>
<li>Yahoo! Just the same as Hotmail.</li>
<li>Outlook. I don&#8217;t remember precisely what they display, plus maybe this depends on the configuration (I observed that at a company where I worked), but they do display the unforged e-mail.</li>
</ul>
<p>In case you&#8217;re wondering (and too lazy to test <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ), Gmail on the other hand behaves properly and display the forged e-mail (granted that the contrary would be quite shocking though).</p>
<p>So, in conclusion, when you really need to spoof your e-mail address, you&#8217;d better really write from the box from which you want it to appear to come. Or at least check if the recipient&#8217;s e-mail provider doesn&#8217;t bust forged e-mails.</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/1311/gmails-custom-from-address-all-ur-id-r-belong-to-us/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>We are now Google-free!!!</title>
		<link>http://notepad.patheticcockroach.com/1086/we-are-now-google-free/</link>
		<comments>http://notepad.patheticcockroach.com/1086/we-are-now-google-free/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 05:20:19 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[site news]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=1086</guid>
		<description><![CDATA[As promised a while ago, this notepad is finally Google-free. What brought me to this decision is the threat Google represents to privacy: they get like 80-90% of the world&#8217;s non-Chinese search queries, tons of e-mails (among which mines, actually), massive surf data from Adsense and Analytics (a nice complement to the searches that generate [...]]]></description>
			<content:encoded><![CDATA[<p>As promised a while ago, this notepad is finally Google-free. What brought me to this decision is the threat Google represents to privacy: they get like 80-90% of the world&#8217;s non-Chinese search queries, tons of e-mails (among which mines, actually), massive surf data from Adsense and Analytics (a nice complement to the searches that generate those visits!), but also from discrete acquisitions like ReCAPTCHA, also the videos you watch on Youtube, and probably much more but I think I covered the main areas. </p>
<p>Anyway. As I don&#8217;t like to trash pieces of codes, I thought I&#8217;d be a good idea to store here the former lines we&#8217;ve had for years to display Google stuff&#8230;</p>
<p>The search box (hopefully I&#8217;ll be placing a Scroogle search box soon!):</p>
<blockquote><p>&lt;form action=&#8221;http://www.google.com/custom&#8221; method=&#8221;get&#8221;&gt;<br />
&lt;div style=&#8221;text-align:center;width:170px;background-color:#bdf;border:1px solid #555&#8243;&gt;<br />
&lt;label for=&#8221;q&#8221;&gt;&lt;img width=&#8221;75&#8243; alt=&#8221;Google search&#8221; src=&#8221;http://www.google.com/logos/Logo_25wht.gif&#8221; height=&#8221;32&#8243;/&gt;&lt;/label&gt;&lt;br/&gt;<br />
&lt;input value=&#8221;notepad.patheticcockroach.com&#8221; name=&#8221;domains&#8221; type=&#8221;hidden&#8221;/&gt;<br />
&lt;input id=&#8221;q&#8221; maxlength=&#8221;255&#8243; value=&#8221;DRM&#8221; name=&#8221;q&#8221; size=&#8221;20&#8243; type=&#8221;text&#8221;/&gt;</p>
<p>&lt;div style=&#8221;text-align:left;&#8221;&gt;<br />
&lt;input id=&#8221;but_web1&#8243; value=&#8221;" name=&#8221;sitesearch&#8221; type=&#8221;radio&#8221;/&gt;&lt;label for=&#8221;but_web1&#8243;&gt;Web&lt;/label&gt;&lt;br/&gt;<br />
&lt;input id=&#8221;but_web2&#8243; checked=&#8221;checked&#8221; value=&#8221;notepad.patheticcockroach.com&#8221; name=&#8221;sitesearch&#8221; type=&#8221;radio&#8221;/&gt;&lt;label for=&#8221;but_web2&#8243;&gt;This blog&lt;/label&gt;&lt;br/&gt;<br />
&lt;/div&gt;<br />
&lt;input value=&#8221;Search&#8221; name=&#8221;sa&#8221; type=&#8221;submit&#8221;/&gt;<br />
&lt;input value=&#8221;pub-9471398824076666&#8243; name=&#8221;client&#8221; type=&#8221;hidden&#8221;/&gt;<br />
&lt;input value=&#8221;1&#8243; name=&#8221;forid&#8221; type=&#8221;hidden&#8221;/&gt;<br />
&lt;input value=&#8221;ISO-8859-1&#8243; name=&#8221;ie&#8221; type=&#8221;hidden&#8221;/&gt;<br />
&lt;input value=&#8221;ISO-8859-1&#8243; name=&#8221;oe&#8221; type=&#8221;hidden&#8221;/&gt;<br />
&lt;input value=&#8221;GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;&#8221; name=&#8221;cof&#8221; type=&#8221;hidden&#8221;/&gt;<br />
&lt;input value=&#8221;en&#8221; name=&#8221;hl&#8221; type=&#8221;hidden&#8221;/&gt;<br />
&lt;/div&gt;<br />
&lt;/form&gt;</p></blockquote>
<p>The Adsense (not really sure it&#8217;s worth keeping, actually&#8230;):</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;&lt;!&#8211;<br />
google_ad_client = &#8220;pub-9471398824076666&#8243;;<br />
google_ad_host = &#8220;pub-1556223355139109&#8243;;<br />
/* 120&#215;600, created 4/18/08 */<br />
google_ad_slot = &#8220;1026798805&#8243;;<br />
google_ad_width = 120;<br />
google_ad_height = 600;<br />
//&#8211;&gt;<br />
&lt;/script&gt;<br />
&lt;script<br />
src=&#8221;http://pagead2.googlesyndication.com/pagead/show_ads.js&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
&lt;/script&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/1086/we-are-now-google-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scroogle SSL search in Iron and Opera</title>
		<link>http://notepad.patheticcockroach.com/1045/scroogle-ssl-search-in-iron-and-opera/</link>
		<comments>http://notepad.patheticcockroach.com/1045/scroogle-ssl-search-in-iron-and-opera/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 13:04:24 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Chrome/Chromium]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=1045</guid>
		<description><![CDATA[As explained in a previous posts, SRWare Iron is an equivalent of Google Chrome which aims at being &#8220;the same but without Google spying on you&#8221;. There&#8217;s only a little issue about that: the omni-bar, which catches all your searches as well as some of your mistypes URLs, still works with Google. Of course, in [...]]]></description>
			<content:encoded><![CDATA[<p>As explained in a <a href="http://notepad.patheticcockroach.com/615/how-to-install-flash-player-on-chromeiron-portable/">previous posts</a>, <a href="http://www.srware.net/en/software_srware_iron_download.php">SRWare Iron</a> is an equivalent of Google Chrome which aims at being &#8220;the same but without Google spying on you&#8221;. There&#8217;s only a little issue about that: the omni-bar, which catches all your searches as well as some of your mistypes URLs, still works with Google.<br />
Of course, in Option &rarr; Default search you can choose some alternatives: Yahoo or Bing. Better than nothing, particularly if those happen to be your favorites, yet we can do better: how about Scroogle?</p>
<p>Scroogle (<a href="http://www.scroogle.org/">http://www.scroogle.org</a>) aims at letting you use Google without getting tracked. They work very simply: they act as a middleman between you and Google: you send your search query to Scroogle, they send it to Google, Google sends Scroogle the result, and finally Scroogle sends you the result. In the end, Google has no way to know you&#8217;re the person who did the search (they have no way to get your IP or to read or write a cookie on your computer) so they can&#8217;t add it to the huge database they already have about you from their other services (Adsense, ReCAPTCHA, Analytics, Gmail&#8230;). Additionally, Scroogle also offers the ability to search over an encrypted (SSL) connection, so your ISP (or corporate network, etc) can&#8217;t see what you&#8217;re searching either.</p>
<p>If you&#8217;re on Firefox, there&#8217;s <a href="https://addons.mozilla.org/en-US/firefox/addon/12506/">a little extension to add Sroogle SSL to your search box</a>. If you&#8217;re on Iron or Opera, read on.</p>
<h2>Scroogle in Iron</h2>
<p>In Iron options got to <em>Basics &rarr; Default search &rarr; Manage</em>. Then click on <em>Add</em> and configure a new search engine as follow:</p>
<ul>
<li>Name: <em>Scroogle SSL</em> (you can choose another if you want)</li>
<li>Keyword: <em>scroogle</em> (you can choose another if you want)</li>
<li>URL: <em>https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s</em><br />
Finding this URL was relatively easy: when you&#8217;re on <a href="https://ssl.scroogle.org/">Scroogle SSL search</a>, look at the source. You&#8217;ll find that the search form has action &#8220;https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi&#8221; plus the search field is sent via method POST as name &#8220;Gw&#8221;. Iron doesn&#8217;t let you configure POST engines, but I tried my luck at GET and it just worked. In an SSL request the final part of the URL is encrypted so placing your search query in GET isn&#8217;t a confidentiality issue either. %s is just the search terms, as mentioned in the <em>Add Search Engine</em> box.</li>
</ul>
<p>Press OK, and then click on <em>Make Default</em>. You&#8217;re done, the omni-bar will now send your searches to Scroogle, via HTTPS.<br />
NB: It may happen that <em>Make Default</em> is disabled (the first time I added Scroogle, it was, but when I tested the procedure again on another PC while writing this post it wasn&#8217;t!). To enable it, you need to make a search on Scroogle via the omni-bar (start typing the search engine keyword then pick search from Scroogle in the drop-down list, then type any search query). You can then go back to the Search Engine management screen and make Scroogle the default engine.</p>
<h2>Scroogle in Opera</h2>
<p>The process is a bit similar in <a href="http://www.opera.com">Opera</a>. In the search box, expand the drop-down menu and go to <em>Manage Search Engines&#8230;</em>. Then click on Add&#8230; and fill the form as follow:</p>
<ul>
<li>Name: <em>Scroogle SSL</em> (you can choose another if you want)</li>
<li>Keyword: <em>s</em> (you can choose another if you want)</li>
<li>Adress: <em>https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s</em></li>
</ul>
<p>Finally, check &#8220;use as default search engine&#8221; if you want. Press OK everywhere, and you&#8217;re done.</p>
<p>Congratulations, you&#8217;re one step closer to getting untracked by Google! <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
(The next step being to remove Adsense from this notepad&#8230; :s)</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/1045/scroogle-ssl-search-in-iron-and-opera/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

