<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Bitwise Gamgee</title>
	<atom:link href="http://blog.burcsade.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.burcsade.com</link>
	<description>I code, therefore I am</description>
	<lastBuildDate>Wed, 25 Jan 2012 22:01:43 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Get Mac OS X Lion Style Reverse Scrolling On Ubuntu by tio</title>
		<link>http://blog.burcsade.com/2011/07/27/get-mac-os-x-lion-style-reverse-scrolling-on-ubuntu/comment-page-1/#comment-10634</link>
		<dc:creator>tio</dc:creator>
		<pubDate>Wed, 25 Jan 2012 22:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=150#comment-10634</guid>
		<description>Very useful!</description>
		<content:encoded><![CDATA[<p>Very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bing sitemaps are pending forever by Burc Sade</title>
		<link>http://blog.burcsade.com/2011/12/09/bing-sitemaps-are-pending-forever/comment-page-1/#comment-9802</link>
		<dc:creator>Burc Sade</dc:creator>
		<pubDate>Tue, 13 Dec 2011 12:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=176#comment-9802</guid>
		<description>Luckily, resubmitting a few times solved the problem. This should not be that hard anyway.</description>
		<content:encoded><![CDATA[<p>Luckily, resubmitting a few times solved the problem. This should not be that hard anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting selected values of an checkbox array with JQuery by james k</title>
		<link>http://blog.burcsade.com/2009/07/01/getting-selected-values-of-an-checkbox-array-with-jquery/comment-page-1/#comment-9400</link>
		<dc:creator>james k</dc:creator>
		<pubDate>Fri, 25 Nov 2011 14:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=47#comment-9400</guid>
		<description>thanks i spent hours trying to figure out why jquery wouldn&#039;t do all of my checkboxes I wish I would have found this first. Here is what i came up with

function test(){
	var boxIds = new Array();
	$(&quot;input:checkbox[id=boxId]:checked&quot;).each(function() {clientIds.push($(this).val());});
	if (boxIds .length == 0) 
    alert(&quot;Please select item(s) to delete.&quot;);
    else
	alert(&quot;boxIds: &quot;+boxIds.join(&#039;&#124;&#039;));
}</description>
		<content:encoded><![CDATA[<p>thanks i spent hours trying to figure out why jquery wouldn&#8217;t do all of my checkboxes I wish I would have found this first. Here is what i came up with</p>
<p>function test(){<br />
	var boxIds = new Array();<br />
	$(&#8221;input:checkbox[id=boxId]:checked&#8221;).each(function() {clientIds.push($(this).val());});<br />
	if (boxIds .length == 0)<br />
    alert(&#8221;Please select item(s) to delete.&#8221;);<br />
    else<br />
	alert(&#8221;boxIds: &#8220;+boxIds.join(&#8217;|'));<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Mac OS X Lion Style Reverse Scrolling On Ubuntu by Enrico</title>
		<link>http://blog.burcsade.com/2011/07/27/get-mac-os-x-lion-style-reverse-scrolling-on-ubuntu/comment-page-1/#comment-8385</link>
		<dc:creator>Enrico</dc:creator>
		<pubDate>Sat, 10 Sep 2011 11:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=150#comment-8385</guid>
		<description>Very useful (I&#039;m using it with Ubuntu 11.04. And very simple as well, you just have to add he command to startup apps.</description>
		<content:encoded><![CDATA[<p>Very useful (I&#8217;m using it with Ubuntu 11.04. And very simple as well, you just have to add he command to startup apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Mac OS X Lion Style Reverse Scrolling On Ubuntu by Jonathan Robson</title>
		<link>http://blog.burcsade.com/2011/07/27/get-mac-os-x-lion-style-reverse-scrolling-on-ubuntu/comment-page-1/#comment-8159</link>
		<dc:creator>Jonathan Robson</dc:creator>
		<pubDate>Sat, 20 Aug 2011 15:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=150#comment-8159</guid>
		<description>I love the simplicity of this hack. Good job. Bookmarked.</description>
		<content:encoded><![CDATA[<p>I love the simplicity of this hack. Good job. Bookmarked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Mac OS X Lion Style Reverse Scrolling On Ubuntu by laforge</title>
		<link>http://blog.burcsade.com/2011/07/27/get-mac-os-x-lion-style-reverse-scrolling-on-ubuntu/comment-page-1/#comment-8021</link>
		<dc:creator>laforge</dc:creator>
		<pubDate>Fri, 05 Aug 2011 20:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=150#comment-8021</guid>
		<description>Thanks! I am glad it is a useful trick for you. You are right, it should work on most of the distros as well. Surrounded with Ubuntu everywhere, it is the only Linux distro that comes to my mind nowadays :)</description>
		<content:encoded><![CDATA[<p>Thanks! I am glad it is a useful trick for you. You are right, it should work on most of the distros as well. Surrounded with Ubuntu everywhere, it is the only Linux distro that comes to my mind nowadays <img src='http://blog.burcsade.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Mac OS X Lion Style Reverse Scrolling On Ubuntu by Doug</title>
		<link>http://blog.burcsade.com/2011/07/27/get-mac-os-x-lion-style-reverse-scrolling-on-ubuntu/comment-page-1/#comment-8018</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 05 Aug 2011 15:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=150#comment-8018</guid>
		<description>This is a beautiful hack--bravo!  And it should work on almost any Linux distribution since it&#039;s just X11.  It just fixed up my sanity on CentOS.</description>
		<content:encoded><![CDATA[<p>This is a beautiful hack&#8211;bravo!  And it should work on almost any Linux distribution since it&#8217;s just X11.  It just fixed up my sanity on CentOS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed width buttons in JQuery buttonset() by krishna</title>
		<link>http://blog.burcsade.com/2010/11/03/fixed-width-buttons-in-jquery-buttonset/comment-page-1/#comment-7607</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Tue, 28 Jun 2011 11:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=93#comment-7607</guid>
		<description>for me this increased the width of the checkbox but not display wise.</description>
		<content:encoded><![CDATA[<p>for me this increased the width of the checkbox but not display wise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Monit configuration to monitor Memcached instances by Brian</title>
		<link>http://blog.burcsade.com/2010/11/09/monit-configuration-to-monitor-memcached-instances/comment-page-1/#comment-7319</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 01 Jun 2011 21:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=99#comment-7319</guid>
		<description>Thank you very much, this will help me with managing several memcached VPS instances.</description>
		<content:encoded><![CDATA[<p>Thank you very much, this will help me with managing several memcached VPS instances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Monit configuration to monitor Memcached instances by ehcache.net</title>
		<link>http://blog.burcsade.com/2010/11/09/monit-configuration-to-monitor-memcached-instances/comment-page-1/#comment-4034</link>
		<dc:creator>ehcache.net</dc:creator>
		<pubDate>Thu, 06 Jan 2011 04:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=99#comment-4034</guid>
		<description>&lt;strong&gt;Monit configuration to monitor Memcached instances...&lt;/strong&gt;

Monit is a free open source utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system. It is pretty easy to configure and even easier to use. It comes with a simple web server to monitor statuses of the alerts ...</description>
		<content:encoded><![CDATA[<p><strong>Monit configuration to monitor Memcached instances&#8230;</strong></p>
<p>Monit is a free open source utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system. It is pretty easy to configure and even easier to use. It comes with a simple web server to monitor statuses of the alerts &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

