<?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>bobpeers -&#62; blog &#187; Computing</title>
	<atom:link href="http://blog.bobpeers.com/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bobpeers.com</link>
	<description>Better late than never</description>
	<lastBuildDate>Fri, 24 Jun 2011 12:34:48 +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>AddToAny WordPress Plugin Fix for the Google +1 Button</title>
		<link>http://blog.bobpeers.com/2011/06/23/addtoany-wordpress-plugin-fix-for-the-google-1-button/</link>
		<comments>http://blog.bobpeers.com/2011/06/23/addtoany-wordpress-plugin-fix-for-the-google-1-button/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 12:35:07 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[AddToAny]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plusone]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=258</guid>
		<description><![CDATA[I just added the AddToAny links on my blog but could see that it gave a parsing error when I tried to use the Google +1 button. Having looked at the code it&#8217;s easy to see the error, in line 371 the code says this: 'https://plusone.google.com/u/0/_/%2B1/button#url=' . $linkurl_enc . '&#038;size=medium&#038;count=' Whereas the ampersands should be [...]]]></description>
			<content:encoded><![CDATA[<p>I just added the <a href="http://wordpress.org/extend/plugins/add-to-any/">AddToAny</a> links on my blog but could see that it gave a parsing error when I tried to use the Google +1 button.</p>
<p>Having looked at the code it&#8217;s easy to see the error, in line 371 the code says this:</p>
<p><code>'https://plusone.google.com/u/0/_/%2B1/button#url=' . $linkurl_enc . '&#038;size=medium&#038;count='</code></p>
<p>Whereas the ampersands should be encoded as &amp; (as they are in all the other services), just change the line to read this and all is well.</p>
<p><code>'https://plusone.google.com/u/0/_/%2B1/button#url=' . $linkurl_enc . '&amp;amp;size=medium&amp;amp;count='</code></p>
<p><strong>Update</strong> &#8211; I entered the bug onto the forum and the developer responded within a few hours saying it will be fixed for the next release. It&#8217;s nice when a developer is so responsive.</p>
<p>Here&#8217;s the <a href="http://wordpress.org/support/topic/google-1-button-creates-invalid-html?replies=3&#038;post-2184096">forum thread</a>.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;count=none&amp;text=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;count=none&amp;text=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;title=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" id="wpa2a_2"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2011/06/23/addtoany-wordpress-plugin-fix-for-the-google-1-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server MIME Type for Android APK files</title>
		<link>http://blog.bobpeers.com/2011/03/09/server-mime-type-for-android-apk-files/</link>
		<comments>http://blog.bobpeers.com/2011/03/09/server-mime-type-for-android-apk-files/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 17:29:58 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[mobile computing]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[APK]]></category>
		<category><![CDATA[mime]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=252</guid>
		<description><![CDATA[I uploaded my test Android App to my website but found that the server was just treating the file as plain text so it just appeared in the browser as a regular page. To force the app to download through a browser was very easy, just edit your .htaccess file to add the following line [...]]]></description>
			<content:encoded><![CDATA[<p>I uploaded my test Android App to my website but found that the server was just treating the file as plain text so it just appeared in the browser as a regular page.</p>
<p>To force the app to download through a browser was very easy, just edit your .htaccess file to add the following line (assuming you use Apache of course).</p>
<p><code>AddType application/vnd.android.package-archive apk</code></p>
<p>Now the phone browser will force a file download so it can be installed by the app installer, easy.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;count=none&amp;text=Server%20MIME%20Type%20for%20Android%20APK%20files" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;count=none&amp;text=Server%20MIME%20Type%20for%20Android%20APK%20files" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;linkname=Server%20MIME%20Type%20for%20Android%20APK%20files" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;linkname=Server%20MIME%20Type%20for%20Android%20APK%20files" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;linkname=Server%20MIME%20Type%20for%20Android%20APK%20files" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;linkname=Server%20MIME%20Type%20for%20Android%20APK%20files" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;linkname=Server%20MIME%20Type%20for%20Android%20APK%20files" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;linkname=Server%20MIME%20Type%20for%20Android%20APK%20files" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;linkname=Server%20MIME%20Type%20for%20Android%20APK%20files" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;linkname=Server%20MIME%20Type%20for%20Android%20APK%20files" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F03%2F09%2Fserver-mime-type-for-android-apk-files%2F&amp;title=Server%20MIME%20Type%20for%20Android%20APK%20files" id="wpa2a_4"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2011/03/09/server-mime-type-for-android-apk-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Packages Removed from Fedora 13</title>
		<link>http://blog.bobpeers.com/2010/04/16/packages-removed-from-fedora-13/</link>
		<comments>http://blog.bobpeers.com/2010/04/16/packages-removed-from-fedora-13/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 12:28:49 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora 13]]></category>
		<category><![CDATA[gnome-applet-netspeed]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=241</guid>
		<description><![CDATA[After finally getting the Fedora 13 Beta release installed on Virtualbox (the Fedora 13 Alpha wouldn&#8217;t install due to problems with X) I was disappointed to see that gnome-applet-netspeed is no longer available. Here&#8217;s the list of removed packages but the good news is that gnome-applet-netspeed may be saved.]]></description>
			<content:encoded><![CDATA[<p>After finally getting the Fedora 13 Beta release installed on Virtualbox (the Fedora 13 Alpha wouldn&#8217;t install due to problems with X) I was disappointed to see that gnome-applet-netspeed is no longer available.</p>
<p>Here&#8217;s the <a href="http://osdir.com/ml/users/2010-02/msg02634.html">list of removed packages</a> but the good news is that gnome-applet-netspeed <a href="http://www.mail-archive.com/devel@lists.fedoraproject.org/msg01467.html">may be saved</a>.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;count=none&amp;text=Packages%20Removed%20from%20Fedora%2013" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;count=none&amp;text=Packages%20Removed%20from%20Fedora%2013" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;linkname=Packages%20Removed%20from%20Fedora%2013" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;linkname=Packages%20Removed%20from%20Fedora%2013" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;linkname=Packages%20Removed%20from%20Fedora%2013" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;linkname=Packages%20Removed%20from%20Fedora%2013" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;linkname=Packages%20Removed%20from%20Fedora%2013" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;linkname=Packages%20Removed%20from%20Fedora%2013" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;linkname=Packages%20Removed%20from%20Fedora%2013" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;linkname=Packages%20Removed%20from%20Fedora%2013" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F16%2Fpackages-removed-from-fedora-13%2F&amp;title=Packages%20Removed%20from%20Fedora%2013" id="wpa2a_6"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2010/04/16/packages-removed-from-fedora-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does the iPad provide the best way to browse the web?</title>
		<link>http://blog.bobpeers.com/2010/04/14/does-the-ipad-provide-the-best-way-to-browse-the-web/</link>
		<comments>http://blog.bobpeers.com/2010/04/14/does-the-ipad-provide-the-best-way-to-browse-the-web/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 18:59:36 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=239</guid>
		<description><![CDATA[It&#8217;s a quote that&#8217;s been discussed over and over in the last few weeks since the launch of the iPad. Being a geek I understand that Flash is not good for the web and I&#8217;ll be more than happy if there can be agreement on a video codec (maybe Googles own VP8) to use in [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s <a href="http://www.apple.com/ipad/features/">a quote</a> that&#8217;s been discussed over and over in the last few weeks since the launch of the iPad.</p>
<p>Being a geek I understand that Flash is not good for the web and I&#8217;ll be more than happy if there can be agreement on a video codec (<a href="http://arstechnica.com/open-source/news/2010/04/google-planning-to-open-the-vp8-video-codec.ars">maybe Googles own VP8</a>) to use in the HTML5 specification. I&#8217;d much rather that video ran natively in the browser rather than relying on a plugin.</p>
<p>But just because I understand all these things doesn&#8217;t mean my girlfriend cares the same way I do.</p>
<p>We recently talked about the iPad (she&#8217;s not normally into &#8216;tech&#8217; stuff but the iPad has been so heavily promoted that it&#8217;s hard to miss) and we talked about how such a device would be ideal for her.</p>
<p>She doesn&#8217;t have laptop and her computer is in our daughters bedroom so we can&#8217;t use it after she has gone to bed. Her requirements are also very minimal, email, web and that&#8217;s about it&#8230;.oh except for those online Flash games.</p>
<p>And there&#8217;s the crunch. The iPad may be a great piece of hardware but she doesn&#8217;t want to know why Flash won&#8217;t work on the iPad, she just wants it to work. Usually Apple get this.</p>
<p>So for this reason alone I&#8217;ll never buy an iPad. Maybe I&#8217;ll buy her a <a href="http://www.theregister.co.uk/2010/04/14/google_ipad_response/">Google tablet</a> instead.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;count=none&amp;text=Does%20the%20iPad%20provide%20the%20best%20way%20to%20browse%20the%20web%3F" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;count=none&amp;text=Does%20the%20iPad%20provide%20the%20best%20way%20to%20browse%20the%20web%3F" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;linkname=Does%20the%20iPad%20provide%20the%20best%20way%20to%20browse%20the%20web%3F" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;linkname=Does%20the%20iPad%20provide%20the%20best%20way%20to%20browse%20the%20web%3F" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;linkname=Does%20the%20iPad%20provide%20the%20best%20way%20to%20browse%20the%20web%3F" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;linkname=Does%20the%20iPad%20provide%20the%20best%20way%20to%20browse%20the%20web%3F" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;linkname=Does%20the%20iPad%20provide%20the%20best%20way%20to%20browse%20the%20web%3F" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;linkname=Does%20the%20iPad%20provide%20the%20best%20way%20to%20browse%20the%20web%3F" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;linkname=Does%20the%20iPad%20provide%20the%20best%20way%20to%20browse%20the%20web%3F" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;linkname=Does%20the%20iPad%20provide%20the%20best%20way%20to%20browse%20the%20web%3F" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F04%2F14%2Fdoes-the-ipad-provide-the-best-way-to-browse-the-web%2F&amp;title=Does%20the%20iPad%20provide%20the%20best%20way%20to%20browse%20the%20web%3F" id="wpa2a_8"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2010/04/14/does-the-ipad-provide-the-best-way-to-browse-the-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wireless Network Scanner</title>
		<link>http://blog.bobpeers.com/2010/03/30/wireless-network-scanner/</link>
		<comments>http://blog.bobpeers.com/2010/03/30/wireless-network-scanner/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 11:42:54 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[inssider]]></category>
		<category><![CDATA[metageek]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=238</guid>
		<description><![CDATA[I recently came across a free, open source wireless network scanner. It available from the MetaGeek website and is called inSSIDer. It&#8217;s very simple to use, just select the wireless adapter and start scanning. The graph displays all the wireless networks with their signal strengths and shows both 2.4GHz and 5GHz bands. I ran the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across a free, open source wireless network scanner. It available from the MetaGeek website and is called <a href="http://www.metageek.net/products/inssider">inSSIDer</a>.</p>
<p>It&#8217;s very simple to use, just select the wireless adapter and start scanning. The graph displays all the wireless networks with their signal strengths and shows both 2.4GHz and 5GHz bands.</p>
<p>I ran the scan from my flat and found 52 access points, but fortunately mine was the only one running on the 5GHz band :-)</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;count=none&amp;text=Wireless%20Network%20Scanner" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;count=none&amp;text=Wireless%20Network%20Scanner" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;linkname=Wireless%20Network%20Scanner" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;linkname=Wireless%20Network%20Scanner" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;linkname=Wireless%20Network%20Scanner" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;linkname=Wireless%20Network%20Scanner" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;linkname=Wireless%20Network%20Scanner" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;linkname=Wireless%20Network%20Scanner" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;linkname=Wireless%20Network%20Scanner" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;linkname=Wireless%20Network%20Scanner" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F30%2Fwireless-network-scanner%2F&amp;title=Wireless%20Network%20Scanner" id="wpa2a_10"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2010/03/30/wireless-network-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Shadowbox with Virtuemart</title>
		<link>http://blog.bobpeers.com/2010/03/24/using-shadowbox-with-virtuemart/</link>
		<comments>http://blog.bobpeers.com/2010/03/24/using-shadowbox-with-virtuemart/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 13:55:24 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[shadowbox]]></category>
		<category><![CDATA[virtuemart]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=237</guid>
		<description><![CDATA[I forgot to mention in my previous post that when using Virtuemart and Shadowbox you end up with double popups if you enable the lightbox option in Virtuemart. It&#8217;s easy to fix just following the instructions on the Virtuemart formum To summarise you just locate the file administrator/components/com_virtuemart/classes/htmlTools.class.php and find this line at line 899. [...]]]></description>
			<content:encoded><![CDATA[<p>I forgot to mention in my previous post that when using Virtuemart and Shadowbox you end up with double popups if you enable the lightbox option in Virtuemart.</p>
<p>It&#8217;s easy to fix just following the <a href="https://forum.virtuemart.net/index.php?topic=62850.msg207885">instructions on the Virtuemart formum</a></p>
<p>To summarise you just locate the file administrator/components/com_virtuemart/classes/htmlTools.class.php and find this line at line 899.</p>
<pre>$link = vmCommonHTML::hyperLink( $image_link, $text, '', $title, 'rel="lightbox'.$image_group.'"' );</pre>
<p>Replace it with this instead.</p>
<pre>$link = vmCommonHTML::hyperLink( $image_link, $text, '', $title, 'rel="shadowbox'.$image_group.'"' );</pre>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;count=none&amp;text=Using%20Shadowbox%20with%20Virtuemart" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;count=none&amp;text=Using%20Shadowbox%20with%20Virtuemart" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;linkname=Using%20Shadowbox%20with%20Virtuemart" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;linkname=Using%20Shadowbox%20with%20Virtuemart" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;linkname=Using%20Shadowbox%20with%20Virtuemart" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;linkname=Using%20Shadowbox%20with%20Virtuemart" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;linkname=Using%20Shadowbox%20with%20Virtuemart" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;linkname=Using%20Shadowbox%20with%20Virtuemart" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;linkname=Using%20Shadowbox%20with%20Virtuemart" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;linkname=Using%20Shadowbox%20with%20Virtuemart" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Fusing-shadowbox-with-virtuemart%2F&amp;title=Using%20Shadowbox%20with%20Virtuemart" id="wpa2a_12"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2010/03/24/using-shadowbox-with-virtuemart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking at Joomla</title>
		<link>http://blog.bobpeers.com/2010/03/24/looking-at-joomla/</link>
		<comments>http://blog.bobpeers.com/2010/03/24/looking-at-joomla/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 12:42:47 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[joomfish]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[pbs]]></category>
		<category><![CDATA[shadowbox]]></category>
		<category><![CDATA[virtuemart]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=236</guid>
		<description><![CDATA[I&#8217;ve never really looked at Joomla before, mainly because I had no need and am using WordPress as my blogging platform. However a work colleague recently asked me to help migrate a Jooma 1.0 site to Joomla 1.5. Their site was a small online shop using the Virtuemart shopping cart. In the end someone else [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never really looked at Joomla before, mainly because I had no need and am using WordPress as my blogging platform.</p>
<p>However a work colleague recently asked me to help migrate a Jooma 1.0 site to Joomla 1.5. Their site was a small online shop using the <a href="http://virtuemart.net/">Virtuemart</a> shopping cart.</p>
<p>In the end someone else did the work but it got me looking at Joomla in more detail.</p>
<p>It took me a while to work out the sections and categories as well as all the modules but after the rather steep learning curve I can see that Joomla is a very powerful CMS.</p>
<p>I made a test install using WampServer and had the site up and runnig in just a few minutes. The <a href="http://help.joomla.org/content/view/1947/302/">install instructions</a> are very easy to follow and the install went very smoothly.</p>
<p>After that I installed <a href="http://virtuemart.net/">Virtuecart</a>, <a href="http://www.joomfish.net/">Joom!Fish</a> and <a href="http://extensions.joomla.org/extensions/multimedia/multimedia-display/4577">Ninja shadowbox</a>.</p>
<p>JoomFish makes adding translations extremely easy (I live in Denmark so many sites are in Danish and English) and getting a basic site working was a pleasure.</p>
<h3>Card Processing Fees</h3>
<p>Looking at Joomla got me thinking about on-line shops so I investigated the cost of processing card payments in Denmark. Most people here use Dankort (a debit card) but to use this you have to sign up with PBS to get a merchant ID. Looking at their costs made me realise that a problem is the cost of traditional card processing companies.</p>
<p>PBS charges are shown here. For an account that only accepts Danish cards you pay DKK300 per month for 100 transaction (that&#8217;s about US $54) which seems a ridiculously large amount for a completely automated system.</p>
<p><img width="500px" height="176px" class="centered" src="http://blog.bobpeers.com/wp-content/uploads/2010/03/pbs.png" alt="PBS prices"/></p>
<p>If you want to accept VISA/Mastercard etc. then the prices is US $145 per month for 500 transactions.</p>
<p>I&#8217;ve read quite a few articles on companies trying to break this monopoly, most recently this one in <a href="http://www.wired.com/magazine/2010/02/ff_futureofmoney/">Wired</a>.</p>
<p>Hopefully these start-ups can change the balance of power and really open up micro payments and on-line shops to the masses.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;count=none&amp;text=Looking%20at%20Joomla" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;count=none&amp;text=Looking%20at%20Joomla" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;linkname=Looking%20at%20Joomla" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;linkname=Looking%20at%20Joomla" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;linkname=Looking%20at%20Joomla" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;linkname=Looking%20at%20Joomla" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;linkname=Looking%20at%20Joomla" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;linkname=Looking%20at%20Joomla" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;linkname=Looking%20at%20Joomla" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;linkname=Looking%20at%20Joomla" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F03%2F24%2Flooking-at-joomla%2F&amp;title=Looking%20at%20Joomla" id="wpa2a_14"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2010/03/24/looking-at-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding CSS Opacity Using JQuery</title>
		<link>http://blog.bobpeers.com/2010/02/24/adding-css-opacity-using-jquery/</link>
		<comments>http://blog.bobpeers.com/2010/02/24/adding-css-opacity-using-jquery/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 12:51:20 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[opacity]]></category>
		<category><![CDATA[rgba]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=234</guid>
		<description><![CDATA[I recently read about using rgba values for the background CSS property, it&#8217;s very easy to apply using JQuery, for example. $("#element").css("background","rgba(255,63,73,0.5)") The last value of 0.5 is just the opacity. Of course this doesn&#8217;t work in IE so you need to use. $("#marker").css("filter","alpha(opacity=50)") Finally to get the RGB values from the hex colour codes [...]]]></description>
			<content:encoded><![CDATA[<p>I recently read about using rgba values for the background CSS property, it&#8217;s very easy to apply using JQuery, for example.</p>
<pre>$("#element").css("background","rgba(255,63,73,0.5)")</pre>
<p>The last value of 0.5 is just the opacity. Of course this doesn&#8217;t work in IE so you need to use.</p>
<pre>$("#marker").css("filter","alpha(opacity=50)")</pre>
<p>Finally to get the RGB values from the hex colour codes you can use these functions I found <a href="http://www.javascripter.net/faq/hextorgb.htm">here</a>.</p>
<pre>function HexToR(col) {return parseInt((cutHex(col)).substring(0,2),16)}
function HexToG(col) {return parseInt((cutHex(col)).substring(2,4),16)}
function HexToB(col) {return parseInt((cutHex(col)).substring(4,6),16)}
function cutHex(col) {return (col.charAt(0)=="#") ? col.substring(1,7):col}
</pre>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;count=none&amp;text=Adding%20CSS%20Opacity%20Using%20JQuery" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;count=none&amp;text=Adding%20CSS%20Opacity%20Using%20JQuery" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;linkname=Adding%20CSS%20Opacity%20Using%20JQuery" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;linkname=Adding%20CSS%20Opacity%20Using%20JQuery" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;linkname=Adding%20CSS%20Opacity%20Using%20JQuery" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;linkname=Adding%20CSS%20Opacity%20Using%20JQuery" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;linkname=Adding%20CSS%20Opacity%20Using%20JQuery" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;linkname=Adding%20CSS%20Opacity%20Using%20JQuery" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;linkname=Adding%20CSS%20Opacity%20Using%20JQuery" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;linkname=Adding%20CSS%20Opacity%20Using%20JQuery" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F24%2Fadding-css-opacity-using-jquery%2F&amp;title=Adding%20CSS%20Opacity%20Using%20JQuery" id="wpa2a_16"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2010/02/24/adding-css-opacity-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Styles Extension for Firefox and Chrome</title>
		<link>http://blog.bobpeers.com/2010/02/11/user-styles-extension-for-firefox-and-chrome/</link>
		<comments>http://blog.bobpeers.com/2010/02/11/user-styles-extension-for-firefox-and-chrome/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:27:53 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[userstyles]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=233</guid>
		<description><![CDATA[I&#8217;ve recently had a problem when using EPIServer with either Firefox or Google Chrome. We&#8217;re using version 5 and the HTML editor used, HTMLarea, does not support either browser. I should also mention that the HTML editor is pretty terrible especially when compared to CKEEditor, for example. As an example, if I write some style [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently had a problem when using EPIServer with either Firefox or Google Chrome. We&#8217;re using version 5 and the HTML editor used, HTMLarea, does not support either browser.</p>
<p>I should also mention that the HTML editor is pretty terrible especially when compared to <a href="http://ckeditor.com/">CKEEditor</a>, for example.</p>
<p>As an example, if I write some style rule like this using the source code:</p>
<pre>style="border:0"</pre>
<p>then after saving the editor manages to mangle to HTML so it looks like this:</p>
<pre>style="BORDER-TOP:0;BORDER-BOTTOM:0;BORDER-LEFT:0;BORDER-RIGHT:0</pre>
<p>It manages to expand a simple rule plus add ALL CAPS into the mix (which will not validate as valid XHTML by the way).</p>
<p>But to get back to the point, since the editor is not supported I end up with a very small textarea in Firefox that&#8217;s hard to use.</p>
<p>To try and solve the problem I tried the Firefox addon called <a href="https://addons.mozilla.org/en-US/firefox/addon/3818">Resizeable Textarea</a> but this doesn&#8217;t work in Firefox 3.6 plus it requires manual resizing every time.</p>
<p>The solution that worked for me is the <a href="https://addons.mozilla.org/en-US/firefox/addon/2108">Stylish addon</a> that allows me to override the CSS rules for any site. I simply made a new rule to resize the textarea looking like this.</p>
<pre>@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://intranet/login") {
textarea.epitextareaeditor  {height:20em !important}
.episize500 {width:800px !important}
}
</pre>
<p>A similar extension, called <a href="https://chrome.google.com/extensions/detail/pabfempgigicdjjlccdgnbmeggkbjdhd">Chrome Stylist</a>, is available for Google Chrome that works almost identically.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;count=none&amp;text=User%20Styles%20Extension%20for%20Firefox%20and%20Chrome" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;count=none&amp;text=User%20Styles%20Extension%20for%20Firefox%20and%20Chrome" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;linkname=User%20Styles%20Extension%20for%20Firefox%20and%20Chrome" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;linkname=User%20Styles%20Extension%20for%20Firefox%20and%20Chrome" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;linkname=User%20Styles%20Extension%20for%20Firefox%20and%20Chrome" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;linkname=User%20Styles%20Extension%20for%20Firefox%20and%20Chrome" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;linkname=User%20Styles%20Extension%20for%20Firefox%20and%20Chrome" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;linkname=User%20Styles%20Extension%20for%20Firefox%20and%20Chrome" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;linkname=User%20Styles%20Extension%20for%20Firefox%20and%20Chrome" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;linkname=User%20Styles%20Extension%20for%20Firefox%20and%20Chrome" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F02%2F11%2Fuser-styles-extension-for-firefox-and-chrome%2F&amp;title=User%20Styles%20Extension%20for%20Firefox%20and%20Chrome" id="wpa2a_18"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2010/02/11/user-styles-extension-for-firefox-and-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>They Can&#8217;t Really Be That Bad</title>
		<link>http://blog.bobpeers.com/2010/01/29/they-cant-really-be-that-bad/</link>
		<comments>http://blog.bobpeers.com/2010/01/29/they-cant-really-be-that-bad/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:27:04 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=232</guid>
		<description><![CDATA[I just found this URL today, http://thesource.ofallevil.com/ that&#8217;s apparently a CNAME for microsoft.com. If you look at http://ofallevil.com/ using Firefox and Firebug you can see the server runs Apache on CentOS 5.2, but the link to Microsoft loads all the data from Microsoft running IIS 7.5 It&#8217;s silly but it brought a smile to my [...]]]></description>
			<content:encoded><![CDATA[<p>I just found this URL today, <a href="http://thesource.ofallevil.com/">http://thesource.ofallevil.com/</a> that&#8217;s apparently a <a href="http://spiresecurity.typepad.com/spire_security_viewpoint/2007/03/who_is_thesourc.html">CNAME for microsoft.com</a>.</p>
<p>If you look at <a href="http://ofallevil.com/">http://ofallevil.com/</a> using Firefox and Firebug you can see the server runs Apache on CentOS 5.2, but the link to Microsoft loads all the data from Microsoft running IIS 7.5</p>
<p>It&#8217;s silly but it brought a smile to my face today.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;count=none&amp;text=They%20Can%26%238217%3Bt%20Really%20Be%20That%20Bad" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;count=none&amp;text=They%20Can%26%238217%3Bt%20Really%20Be%20That%20Bad" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;linkname=They%20Can%26%238217%3Bt%20Really%20Be%20That%20Bad" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;linkname=They%20Can%26%238217%3Bt%20Really%20Be%20That%20Bad" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;linkname=They%20Can%26%238217%3Bt%20Really%20Be%20That%20Bad" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;linkname=They%20Can%26%238217%3Bt%20Really%20Be%20That%20Bad" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;linkname=They%20Can%26%238217%3Bt%20Really%20Be%20That%20Bad" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;linkname=They%20Can%26%238217%3Bt%20Really%20Be%20That%20Bad" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;linkname=They%20Can%26%238217%3Bt%20Really%20Be%20That%20Bad" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;linkname=They%20Can%26%238217%3Bt%20Really%20Be%20That%20Bad" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F01%2F29%2Fthey-cant-really-be-that-bad%2F&amp;title=They%20Can%26%238217%3Bt%20Really%20Be%20That%20Bad" id="wpa2a_20"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2010/01/29/they-cant-really-be-that-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

