<?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>Juggling Eggs &#187; Tech</title>
	<atom:link href="http://sonnygill.net/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonnygill.net</link>
	<description>Priceless eggs, variable gravity</description>
	<lastBuildDate>Tue, 15 Feb 2011 10:54:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Maven on Intellij IDEA on Mac</title>
		<link>http://sonnygill.net/tech/maven-intellij-idea-mac-osx/</link>
		<comments>http://sonnygill.net/tech/maven-intellij-idea-mac-osx/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 19:05:05 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Note To Self]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[IDEA]]></category>
		<category><![CDATA[IntelliJ]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=270</guid>
		<description><![CDATA[To easily use Maven from Intellij IDEA on a Mac, create or modify the file ~/.MacOSX/environment.plist, and add an entry for M2_HOME]]></description>
			<content:encoded><![CDATA[<p>Running/Debugging a maven target on Intellij IDEA results in a big scary error message: -</p>
<p>﻿Error running [...]: No valid Maven installation found. Either set the home directory in the configuration dialog or set the M2_HOME environment variable on your system.</p>
<p>To fix, you have to add M2_HOME variable in the Mac specific way.</p>
<p>Create or modify the file ~/.MacOSX/environment.plist, and add an entry for M2_HOME</p>
<p>If that file is already there, you may find that you can&#8217;t edit in a text editor because it is a binary file. First you will have to convert it to plain text (xml), edit it, and then you can convert it back to the binary format.</p>
<p>$ plutil -convert xml1 environment.plist</p>
<p>$ vim environment.plist</p>
<p>$ plutil -convert binary1 environment.plist</p>
<p>Ref: ﻿<a href="http://youtrack.jetbrains.net/issue/IDEA-21225">http://youtrack.jetbrains.net/issue/IDEA-21225</a> and ﻿<a href="http://devnet.jetbrains.net/thread/278634">http://devnet.jetbrains.net/thread/278634</a></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/tech/maven-intellij-idea-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintenance mode</title>
		<link>http://sonnygill.net/life/maintenance-mode/</link>
		<comments>http://sonnygill.net/life/maintenance-mode/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:30:18 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=249</guid>
		<description><![CDATA[Just for fun, I thought I will move my blog to WordPress MU. 
It should be restored to its former glory as soon as I can get some time free from my projects and our brand new baby  
]]></description>
			<content:encoded><![CDATA[<p>Just for fun, I thought I will move my blog to WordPress MU. </p>
<p>It should be restored to its former glory as soon as I can get some time free from my projects and our brand new baby <img src='http://sonnygill.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/life/maintenance-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Post-Notification &#8211; Show the author in email subject</title>
		<link>http://sonnygill.net/tech/wordpress-post-notification-author-subject/</link>
		<comments>http://sonnygill.net/tech/wordpress-post-notification-author-subject/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 05:30:57 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[post notification]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=242</guid>
		<description><![CDATA[Show the post author in the email subject when sending email using the Post Notification plugin]]></description>
			<content:encoded><![CDATA[<p>I was trying to fix a WordPress Post Notification plugin to include the post author in the emails subject. Instead of inserting the author name it was leaving the @@author in the subject.</p>
<p>A little digging around found me the solution -</p>
<p>In sendmail.php-&gt;post_notification_create_email(), find -</p>
<pre class="brush: plain;">
$subject = get_option('post_notification_subject');
</pre>
<p>and add a new line after that -</p>
<pre class="brush: plain;">
$subject = str_replace('@@author', $post_author, $subject);
</pre>
<p>Ref &#8211; <a href="http://pn.strübe.de/forum.php?req=thread&amp;id=384">Post Notification forum</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/tech/wordpress-post-notification-author-subject/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving a WordPress blog to new domain</title>
		<link>http://sonnygill.net/tech/wordpress-database-domain-name-site-url/</link>
		<comments>http://sonnygill.net/tech/wordpress-database-domain-name-site-url/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 14:05:34 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=237</guid>
		<description><![CDATA[Instructions for moving your WordPress blog to a new domain or subdomain]]></description>
			<content:encoded><![CDATA[<p><strong>Wordpress</strong> documentation does a pretty good job of explaining the steps you have to take if you are <strong>moving your wordpress blog to a new domain</strong>.</p>
<p>See <a href="http://codex.wordpress.org/Changing_The_Site_URL#Domain_Name_Change">Changing The Site URL &#8211;    Domain Name Change</a></p>
<p>Even after you update the guid in your <strong>WordPress</strong> database&#8217;s posts table by following the instructions there, you may find that some of the images do not show up, and the image and other links are broken.</p>
<p>Run this command to see if the problem is in the post contents in the WordPress database&#8217;s posts table -</p>
<pre class="brush: plain;">
select id, post_title from wp_posts where post_content like '%exampleoldsiteurl%';
</pre>
<p>(Replace exampleoldsiteurl with the old url of your blog)</p>
<p>If this shows posts that are using the old url, you need to replace that url in the post_content just as you did for guid -</p>
<pre class="brush: plain;">
UPDATE wp_posts SET post_content = replace(post_content, 'exampleoldsiteurl','examplenewsiteurl');
</pre>
<p>Make sure to carefully read the instructions on the <strong>WordPress</strong> Codex link above, and absolutely make certain that you have a back-up of your <strong>database</strong> before you run these sql commands on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/tech/wordpress-database-domain-name-site-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually resuming a download in Safari</title>
		<link>http://sonnygill.net/mac/manually-resume-download-isafari/</link>
		<comments>http://sonnygill.net/mac/manually-resume-download-isafari/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 16:36:17 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[safari macos]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=222</guid>
		<description><![CDATA[Sometimes you need to manually resume a download in Safari, but you can&#8217;t, because the download url was part of a session that has expired.
Mac OS X hints has a handy tip on how to resume a download after Safari crashes &#8211; Resuming a download after Safari crashes.
With a slight modification to that process, you [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you need to manually resume a download in Safari, but you can&#8217;t, because the download url was part of a session that has expired.<br />
Mac OS X hints has a handy tip on how to resume a download after Safari crashes &#8211; <a title="Resuming a download after Safari crashes" href="http://www.macosxhints.com/article.php?story=20040227044324958">Resuming a download after Safari crashes</a>.</p>
<p>With a slight modification to that process, you can manually resume a download that requires a session, for example by requiring you to log in to a website.</p>
<p>Follow the same steps as in the hint above, and after starting and stopping the download, copy the following two items (substitute the urls from the info.plist in the new download file) to the info.plist in the old download that you want to resume -</p>
<blockquote><p>&lt;key&gt;NSURLDownloadURL&lt;/key&gt;<br />
&lt;string&gt;http://www.mypatchsite.com/patch.sit&lt;/string&gt;</p>
<p>&lt;key&gt;DownloadEntryURL&lt;/key&gt;<br />
&lt;string&gt;http://www.mypatchsite.com/patch.sit&lt;/string&gt;</p></blockquote>
<p>Now open the old download package in Safari, and it should be able to continue the download from where you left it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/mac/manually-resume-download-isafari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome on Mac</title>
		<link>http://sonnygill.net/tech/google-chrome-on-mac/</link>
		<comments>http://sonnygill.net/tech/google-chrome-on-mac/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 04:34:57 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=201</guid>
		<description><![CDATA[Google Chrome developer release on Mac -

Being a developer release, it is incomplete.
How incomplete? You can&#8217;t run YouTube videos for example, a bunch of other plugins don&#8217;t work, and lots of other good stuff missing.
GMail works though, that is what I will be using it for now.
Download it here &#8211; Chrome developer release, if you [...]]]></description>
			<content:encoded><![CDATA[<p>Google Chrome developer release on Mac -</p>
<p style="text-align: center">
<div id="attachment_209" class="wp-caption aligncenter" style="width: 399px"><img class="size-full wp-image-209" src="http://sonnygill.net/wp_content/files/2009/06/chrome_on_mac.jpg" alt="Google Chrome on Mac" width="389" height="204" /><p class="wp-caption-text">Google Chrome on Mac</p></div>
<p>Being a developer release, it is incomplete.<br />
How incomplete? You can&#8217;t run YouTube videos for example, a bunch of other plugins don&#8217;t work, and lots of other good stuff missing.<br />
GMail works though, that is what I will be using it for now.</p>
<p>Download it here &#8211; <a title="Google Chrome for Mac developer release" href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac">Chrome developer release</a>, if you can&#8217;t wait to see Chrome running on your Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/tech/google-chrome-on-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Wave &#8211; the successor to GMail</title>
		<link>http://sonnygill.net/tech/google-wave-developer-previe/</link>
		<comments>http://sonnygill.net/tech/google-wave-developer-previe/#comments</comments>
		<pubDate>Fri, 29 May 2009 16:10:05 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[Google Wave]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=197</guid>
		<description><![CDATA[GMail changed the way we use email. It gave us conversations. We started using labels and searches instead of trying to manage folders. It spoilt us by giving us extensions (labs) and themes. It integrated chat and video into the email. And, we started to expect a lot more from web applications.
Google has just unveiled [...]]]></description>
			<content:encoded><![CDATA[<p>GMail changed the way we use email. It gave us conversations. We started using labels and searches instead of trying to manage folders. It spoilt us by giving us extensions (labs) and themes. It integrated chat and video into the email. And, we started to expect a lot more from web applications.</p>
<p>Google has just unveiled the next big thing they have been working on &#8211; <a title="Google Wave" href="http://wave.google.com">Google Wave</a>, and I can safely bet that it is going to have a much bigger impact on how we communicate than GMail did.</p>
<p>I just finished watching the <a title="Google Wave Developer Preview at Google I/O 2009" href="http://www.youtube.com/watch?v=v_UyVmITiYQ">Google Wave Developer Preview at Google I/O 2009</a>.<br />
It is absolutely mind blowing. Not only in how completely it changes the way we think about online conversations, but also in how much the Google team managed to do in the browser. Amaazing!!!</p>
<p>Go watch it now. It is an hour and twenty minutes, but it is time well spent <img src='http://sonnygill.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/tech/google-wave-developer-previe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing CruiseControl configuration</title>
		<link>http://sonnygill.net/tech/managing-cruisecontrol-configuration/</link>
		<comments>http://sonnygill.net/tech/managing-cruisecontrol-configuration/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 04:35:25 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sonnygill.wordpress.com/2007/11/27/managing-cruisecontrol-configuration/</guid>
		<description><![CDATA[One of the pains of using CruiseControl is that setting up and configuring it is not very intuitive, especially when you only need to change it every six months or after a hard disk crash.
Julian Simpson shows how to keep the CC configuration file in the version control system, and use a bootstrapper to apply [...]]]></description>
			<content:encoded><![CDATA[<p>One of the pains of using CruiseControl is that setting up and configuring it is not very intuitive, especially when you only need to change it every six months or after a hard disk crash.<br />
Julian Simpson shows how to keep the CC configuration file in the version control system, and use a bootstrapper to apply the configuration whenever it changes &#8211; <a href="http://studios.thoughtworks.com/2007/11/8/configuring-cruisecontrol-the-cruisecontrol-way">Configuring CruiseControl the CruiseControl way</a>.</p>
<p>Or, you can switch to <a href="https://hudson.dev.java.net/">Hudson</a> <img src='http://sonnygill.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/tech/managing-cruisecontrol-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello people</title>
		<link>http://sonnygill.net/blogging/hello-people/</link>
		<comments>http://sonnygill.net/blogging/hello-people/#comments</comments>
		<pubDate>Sun, 19 Dec 2004 23:53:07 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sonnygill.wordpress.com/2004/12/20/hello-people/</guid>
		<description><![CDATA[Hello people
]]></description>
			<content:encoded><![CDATA[<p>Hello people</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/blogging/hello-people/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

