<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Techmale</title>
	<atom:link href="http://techmale.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techmale.com</link>
	<description>Byting the hand that feeds you...</description>
	<pubDate>Mon, 08 Sep 2008 13:32:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Setting an Exclusion Cookie for Google Analytics with a Bookmarklet by Yi</title>
		<link>http://techmale.com/2008/07/18/setting-an-exclusion-cookie-for-google-analytics-with-a-bookmarklet/#comment-163</link>
		<dc:creator>Yi</dc:creator>
		<pubDate>Fri, 05 Sep 2008 01:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://techmale.com/?p=123#comment-163</guid>
		<description>Great job! This works with google pages.  However, don't work with google sites.  It seems it's really hard to make cookie in google sites analytics.  In google sites, you can not use the script method either.  Its analytics is integrated in some other way ...</description>
		<content:encoded><![CDATA[<p>Great job! This works with google pages.  However, don&#8217;t work with google sites.  It seems it&#8217;s really hard to make cookie in google sites analytics.  In google sites, you can not use the script method either.  Its analytics is integrated in some other way &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How fast are chrome plugins? by alsir</title>
		<link>http://techmale.com/2008/09/02/how-fast-are-chrome-plugins/#comment-157</link>
		<dc:creator>alsir</dc:creator>
		<pubDate>Wed, 03 Sep 2008 06:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://techmale.com/?p=198#comment-157</guid>
		<description>I would imagine that the javascript parts would run at native speed because of the compiler. More info here http://chromespot.com/index.php?board=4.0</description>
		<content:encoded><![CDATA[<p>I would imagine that the javascript parts would run at native speed because of the compiler. More info here <a href="http://chromespot.com/index.php?board=4.0" rel="nofollow">http://chromespot.com/index.php?board=4.0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How fast are chrome plugins? by Jaz</title>
		<link>http://techmale.com/2008/09/02/how-fast-are-chrome-plugins/#comment-155</link>
		<dc:creator>Jaz</dc:creator>
		<pubDate>Wed, 03 Sep 2008 00:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://techmale.com/?p=198#comment-155</guid>
		<description>I believe that is 90% of the point.

There was a graph somewhere of benchmarks, and chrome ran at least 5x faster than the closest competition.</description>
		<content:encoded><![CDATA[<p>I believe that is 90% of the point.</p>
<p>There was a graph somewhere of benchmarks, and chrome ran at least 5x faster than the closest competition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How fast are chrome plugins? by LJ</title>
		<link>http://techmale.com/2008/09/02/how-fast-are-chrome-plugins/#comment-154</link>
		<dc:creator>LJ</dc:creator>
		<pubDate>Tue, 02 Sep 2008 23:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://techmale.com/?p=198#comment-154</guid>
		<description>Yes. Its f**king fast!</description>
		<content:encoded><![CDATA[<p>Yes. Its f**king fast!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting an Exclusion Cookie for Google Analytics with a Bookmarklet by Techmale</title>
		<link>http://techmale.com/2008/07/18/setting-an-exclusion-cookie-for-google-analytics-with-a-bookmarklet/#comment-151</link>
		<dc:creator>Techmale</dc:creator>
		<pubDate>Tue, 02 Sep 2008 11:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://techmale.com/?p=123#comment-151</guid>
		<description>@Robbin: I totally agree with you, in fact, I found doing that in the Web Developer Toolbar was more than I wanted, especially when I am doing repeated cookie work... So, I went and created another Bookmarklet tool, this time just creating  a simple DIV lists all the cookies on the page. I had no idea anyone else would appreciate it, so it is currently sitting on my browser at home... I will upload it in a new post when I get home this evening, so you can have a look.

For anyone else reading this, I should explain, that a Bookmarklet tool script is a small piece of JavaScript, so it can be installed and run on any browser.

In fact, if you create a your own bookmark bar, and fill it with bookmarklets, you can create you own powerful toolbar like the Web Developer Toolbar.

I really like the functional programming capabilities of JavaScipt. It means that even though you are limited to 2000 odd characters for a bookmarklet (ie: the max size of a URL), you can compress a huge functionality into the available space.

If you want to play arround with JavaScript, I would definetely suggest you go and have a &lt;a href="http://jstr.technicalmagic.co.uk" target="_blank" rel="nofollow"&gt;look at JSTR&lt;/a&gt;

If anyone is interested, I am quite happy to post and explain each of the 35 odd tools I have created for my own work. </description>
		<content:encoded><![CDATA[<p>@Robbin: I totally agree with you, in fact, I found doing that in the Web Developer Toolbar was more than I wanted, especially when I am doing repeated cookie work&#8230; So, I went and created another Bookmarklet tool, this time just creating  a simple DIV lists all the cookies on the page. I had no idea anyone else would appreciate it, so it is currently sitting on my browser at home&#8230; I will upload it in a new post when I get home this evening, so you can have a look.</p>
<p>For anyone else reading this, I should explain, that a Bookmarklet tool script is a small piece of JavaScript, so it can be installed and run on any browser.</p>
<p>In fact, if you create a your own bookmark bar, and fill it with bookmarklets, you can create you own powerful toolbar like the Web Developer Toolbar.</p>
<p>I really like the functional programming capabilities of JavaScipt. It means that even though you are limited to 2000 odd characters for a bookmarklet (ie: the max size of a URL), you can compress a huge functionality into the available space.</p>
<p>If you want to play arround with JavaScript, I would definetely suggest you go and have a <a href="http://jstr.technicalmagic.co.uk" target="_blank" rel="nofollow">look at JSTR</a></p>
<p>If anyone is interested, I am quite happy to post and explain each of the 35 odd tools I have created for my own work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting an Exclusion Cookie for Google Analytics with a Bookmarklet by Robbin Steif</title>
		<link>http://techmale.com/2008/07/18/setting-an-exclusion-cookie-for-google-analytics-with-a-bookmarklet/#comment-136</link>
		<dc:creator>Robbin Steif</dc:creator>
		<pubDate>Wed, 20 Aug 2008 22:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://techmale.com/?p=123#comment-136</guid>
		<description>Hi Techmale, I am finally cleaning out my email and finally loaded your bookmarklet. It is not that helpful for FF (because I can do it with JS there, not that I know much js, I am a copy and paste lady), but it is wonderful for Safari. Just want to point out that loading a web developer toolbar is a lot to do just to see cookies, how about (in FF), just Tools &#62; Options &#62;Privacy &#62;Show cookies and search for either the site name or as you correctly point out, utmv.</description>
		<content:encoded><![CDATA[<p>Hi Techmale, I am finally cleaning out my email and finally loaded your bookmarklet. It is not that helpful for FF (because I can do it with JS there, not that I know much js, I am a copy and paste lady), but it is wonderful for Safari. Just want to point out that loading a web developer toolbar is a lot to do just to see cookies, how about (in FF), just Tools &gt; Options &gt;Privacy &gt;Show cookies and search for either the site name or as you correctly point out, utmv.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding a working PHP eBay API&#8230; by George</title>
		<link>http://techmale.com/2007/07/19/finding-a-working-php-ebay-api/#comment-134</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 19 Aug 2008 03:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://techmale.com/2007/07/19/finding-a-working-php-ebay-api/#comment-134</guid>
		<description>what the fuck is wrong with ebay that they cant keep a fucking api working?
...buncha windows tard-monkeys</description>
		<content:encoded><![CDATA[<p>what the fuck is wrong with ebay that they cant keep a fucking api working?<br />
&#8230;buncha windows tard-monkeys</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 easy steps to add an exclusion filter in Google Analytics by Alex</title>
		<link>http://techmale.com/2008/07/18/10-easy-steps-to-add-an-exclusion-filter-in-google-analytics/#comment-132</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 16 Aug 2008 00:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://techmale.com/2008/07/18/10-easy-steps-to-add-an-exclusion-filter-in-google-analytics/#comment-132</guid>
		<description>Your blog is interesting! 
 
Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Your blog is interesting! </p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting an Exclusion Cookie for Google Analytics with a Bookmarklet by Techmale</title>
		<link>http://techmale.com/2008/07/18/setting-an-exclusion-cookie-for-google-analytics-with-a-bookmarklet/#comment-125</link>
		<dc:creator>Techmale</dc:creator>
		<pubDate>Wed, 23 Jul 2008 15:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://techmale.com/?p=123#comment-125</guid>
		<description>@Tim: if you are using Firefox, then the easiest way is using the &lt;a href="http://chrispederick.com/work/web-developer/" rel="nofollow"&gt;Web Developer Toolabar&lt;/a&gt; by Chris Pederick. Simply select Cookies&gt;&gt;ViewCookieInformation, and scroll through the cookies that are displayed. You are looking for _utmv.</description>
		<content:encoded><![CDATA[<p>@Tim: if you are using Firefox, then the easiest way is using the <a href="http://chrispederick.com/work/web-developer/" rel="nofollow">Web Developer Toolabar</a> by Chris Pederick. Simply select Cookies>>ViewCookieInformation, and scroll through the cookies that are displayed. You are looking for _utmv.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting an Exclusion Cookie for Google Analytics with a Bookmarklet by Tim</title>
		<link>http://techmale.com/2008/07/18/setting-an-exclusion-cookie-for-google-analytics-with-a-bookmarklet/#comment-124</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 23 Jul 2008 00:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://techmale.com/?p=123#comment-124</guid>
		<description>Hi Justin,
This bookmarklet seems the easiest way to go.
How do I confirm that the cookie has been installed? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Justin,<br />
This bookmarklet seems the easiest way to go.<br />
How do I confirm that the cookie has been installed? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
