<?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>James R Sullivan &#187; Nerd</title>
	<atom:link href="http://jamesrsullivan.com/category/nerd/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesrsullivan.com</link>
	<description></description>
	<lastBuildDate>Thu, 27 May 2010 01:12:07 +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>Microsoft Silverlight told me to buy a new mac</title>
		<link>http://jamesrsullivan.com/2009/05/microsoft-silverlight-told-me-to-buy-a-new-mac/</link>
		<comments>http://jamesrsullivan.com/2009/05/microsoft-silverlight-told-me-to-buy-a-new-mac/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:13:53 +0000</pubDate>
		<dc:creator>James Sullivan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://jamesrsullivan.com/?p=181</guid>
		<description><![CDATA[A site my wife needs for work recently overhauled their site using Microsoft Silverlight (didn&#8217;t say &#8220;upgraded&#8221;).  My wife&#8217;s iBook G4 works perfectly for streaming video, email, calendar, and basically everything else a personal trainer would use.  Unfortunately, Microsoft decided the new version of Microsoft Silverlight should not support G4 macs.

It sounds to me [...]]]></description>
			<content:encoded><![CDATA[<p>A site my wife needs for work recently overhauled their site using Microsoft Silverlight (didn&#8217;t say &#8220;upgraded&#8221;).  My wife&#8217;s iBook G4 works perfectly for streaming video, email, calendar, and basically everything else a personal trainer would use.  Unfortunately, Microsoft decided the new version of Microsoft Silverlight should not support G4 macs.</p>
<p><a href="http://jamesrsullivan.com/wp-content/uploads/2009/05/microsoft-silverlight-sucks.png"><img class="alignnone size-medium wp-image-183" title="microsoft-silverlight-sucks" src="http://jamesrsullivan.com/wp-content/uploads/2009/05/microsoft-silverlight-sucks-300x225.png" alt="microsoft-silverlight-sucks" width="300" height="225" /></a></p>
<p>It sounds to me like Microsoft Silverlight is telling me to buy a new mac, <em>which I did.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrsullivan.com/2009/05/microsoft-silverlight-told-me-to-buy-a-new-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExactTarget Developers</title>
		<link>http://jamesrsullivan.com/2009/03/exacttarget-developers/</link>
		<comments>http://jamesrsullivan.com/2009/03/exacttarget-developers/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 20:32:16 +0000</pubDate>
		<dc:creator>James Sullivan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://jamesrsullivan.com/?p=174</guid>
		<description><![CDATA[I created integrations with ExactTarget for a client and found it was an up-hill battle to get information about their web services and rest interface.  The only way to get the documentation is behind lock and key, a private forum and knowledge-base called 3sixty that is slow, has no user participation, and if you are [...]]]></description>
			<content:encoded><![CDATA[<p>I created integrations with <a href="http://exacttarget.com">ExactTarget</a> for a client and found it was an up-hill battle to get information about their web services and rest interface.  The only way to get the documentation is behind lock and key, a private forum and knowledge-base called <a href="https://3sixty.exacttarget.com">3sixty</a> that is slow, has no user participation, and if you are a freelancer it&#8217;s just another layer of overhead to get an account to talk to people there &#8211; probably the reason why there is virtually no user adoption.  :)</p>
<p>Since I see no merit in contributing code to a private forum that you have to buy in for the sake of that company, I bought a domain and put up a punBB forum to give people a public space to talk openly (like the Salesforce.com forums):<br />
<a href="http://exacttargetdeveloper.com">http://ExactTargetDeveloper.com </a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrsullivan.com/2009/03/exacttarget-developers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP Calling SOAP [Encoding] with Exact Target WebServices API</title>
		<link>http://jamesrsullivan.com/2009/03/php-calling-soap-encoding-with-exact-target-webservices-api/</link>
		<comments>http://jamesrsullivan.com/2009/03/php-calling-soap-encoding-with-exact-target-webservices-api/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 03:47:18 +0000</pubDate>
		<dc:creator>James Sullivan</dc:creator>
				<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://jamesrsullivan.com/?p=157</guid>
		<description><![CDATA[Nerd Factor: 8
I am trying to call an Exact Target Web Services (SOAP) API via PHP and there is this problem where the __getLastRequest() is showing that my data isn&#8217;t actually being put into the request.  It looks like I&#8217;m not passing any data aside from the basic XML showing the method name.
It has [...]]]></description>
			<content:encoded><![CDATA[<p><em>Nerd Factor: 8</em></p>
<p>I am trying to call an Exact Target Web Services (SOAP) API via PHP and there is this problem where the __getLastRequest() is showing that my data isn&#8217;t actually being put into the request.  It looks like I&#8217;m not passing any data aside from the basic XML showing the method name.</p>
<p>It has been a while since I ran into this issue and so I wanted to make note of it on a blog, somewhere indexed more thoroughly by Google, so the next person who ran into the problem would save a little time.</p>
<p>The skinny:  You need to explicitly encode the objects that are being sent to the service.</p>
<p>If you want to pass no data:<br />
<code><br />
$sfs = new ExactTarget_SalesforceSend();<br />
$sfs-&gt;Email = $e;<br />
$sfs-&gt;Targets = array( $t );<br />
$sfs-&gt;FromName = "Lead/Contact Owner Name";<br />
$request = new ExactTarget_CreateRequest();<br />
$request-&gt;Options = NULL;<br />
$request-&gt;Objects = array($object);<br />
$results = $client-&gt;Create($request);<br />
</code><br />
If you do indeed want to pass data:<br />
<code><br />
$sfs = new ExactTarget_SalesforceSend();<br />
$sfs-&gt;Email = $e;<br />
$sfs-&gt;Targets = array( $t );<br />
$sfs-&gt;FromName = "Lead/Contact Owner Name";<br />
<strong>$object = new SoapVar($sfs, SOAP_ENC_OBJECT, 'SalesforceSend', "http://exacttarget.com/wsdl/partnerAPI");</strong><br />
$request = new ExactTarget_CreateRequest();<br />
$request-&gt;Options = NULL;<br />
$request-&gt;Objects = array($object);<br />
$results = $client-&gt;Create($request);</code></p>
<p>That bolded line tells php/soap that it needs to encode based on a specific element in the wsdl schema.  In other languages you can use wsdl2java and end up with classes that you can just pass along and they get serialized the right way.  PHP and other languages of that group (Perl, Ruby) need to explicitly encode the data that is being passed.  You would expect that passing an array/dictionary/object into the function expecting that element would work &#8211; but no &#8211; it just needs to be told ever so gently which data type it should use.</p>
<p>Of note:  I belive this may just happen when inheritance is used in publishing the web service (.Net and Java) which is represented in the wsdl file like this:</p>
<p><code>&lt;extension base="tns:APIObject"&gt;</code></p>
<p>For Google, the error I was getting was:</p>
<p><code>Requested value 'APIObject' was not found.</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrsullivan.com/2009/03/php-calling-soap-encoding-with-exact-target-webservices-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy Tool:  ColorSchemeDesigner.com</title>
		<link>http://jamesrsullivan.com/2009/02/handy-tool-colorschemedesignercom/</link>
		<comments>http://jamesrsullivan.com/2009/02/handy-tool-colorschemedesignercom/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 00:16:32 +0000</pubDate>
		<dc:creator>James Sullivan</dc:creator>
				<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://jamesrsullivan.com/?p=41</guid>
		<description><![CDATA[If you are making a website &#8211; and who isn&#8217;t lately &#8211; you need to make a theme for the site.  I an not stylistically inclined and am also colorblind, so I have a couple tools that I use when building sites that help me with that side of things.  One of them is ColorSchemeDesigner.com [...]]]></description>
			<content:encoded><![CDATA[<p>If you are making a website &#8211; and who isn&#8217;t lately &#8211; you need to make a theme for the site.  I an not stylistically inclined and am also colorblind, so I have a couple tools that I use when building sites that help me with that side of things.  One of them is <a href="http://colorschemedesigner.com/">ColorSchemeDesigner.com</a> &#8211; a really great tool to help you get your colors right.</p>
<p>Previously, most of my sites were &#8220;yellow&#8221;, &#8220;green&#8221;, and &#8220;red&#8221; to add color.  Now they are shades of all different colors that actually jive together.  I don&#8217;t recognize much of the improvement but people say it&#8217;s better.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrsullivan.com/2009/02/handy-tool-colorschemedesignercom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Arts Are Important</title>
		<link>http://jamesrsullivan.com/2009/02/the-arts-are-important/</link>
		<comments>http://jamesrsullivan.com/2009/02/the-arts-are-important/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 06:07:16 +0000</pubDate>
		<dc:creator>James Sullivan</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://jamesrsullivan.com/?p=37</guid>
		<description><![CDATA[Watching a video like of &#8220;Improv Everywhere&#8221; doing an escalator high-5 and seeing the smiling faces of the people getting off the train convinces me that arts have a place in every day life.

]]></description>
			<content:encoded><![CDATA[<p>Watching a video like of &#8220;Improv Everywhere&#8221; doing an escalator high-5 and seeing the smiling faces of the people getting off the train convinces me that arts have a place in every day life.</p>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/Abt8aAB-Dr0&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Abt8aAB-Dr0&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrsullivan.com/2009/02/the-arts-are-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel 2003 &#8211; Office Live Add-in</title>
		<link>http://jamesrsullivan.com/2009/02/excel-2003-office-live-add-in/</link>
		<comments>http://jamesrsullivan.com/2009/02/excel-2003-office-live-add-in/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:16:03 +0000</pubDate>
		<dc:creator>James Sullivan</dc:creator>
				<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://jamesrsullivan.com/?p=33</guid>
		<description><![CDATA[The last truly usable, well-performing version of Excel is obviously Excel 2003.  It has all the features you need without the needlessly redesigned UI and massive bloat.  Plus, it works nice and quickly in my XP virtual machine on my MacBook Pro.
Unfortunately I made the mistake of using Windows Update on automatic mode. [...]]]></description>
			<content:encoded><![CDATA[<p>The last truly usable, well-performing version of Excel is obviously Excel 2003.  It has all the features you need without the needlessly redesigned UI and massive bloat.  Plus, it works nice and quickly in my XP virtual machine on my MacBook Pro.</p>
<p>Unfortunately I made the mistake of using Windows Update on automatic mode.  It installed some garbage called &#8220;Office Live Add-in&#8221; which will not go away.  Even when you disable the toolbar, delete it, whatever&#8230; it comes back every time you restart Excel.  Here&#8217;s how it works:</p>
<p><a href="http://jamesrsullivan.com/wp-content/uploads/2009/02/2009-02-02_1140.swf">Click here to watch the flash web recording</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrsullivan.com/2009/02/excel-2003-office-live-add-in/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Organic Vodka</title>
		<link>http://jamesrsullivan.com/2009/01/organic-vodka/</link>
		<comments>http://jamesrsullivan.com/2009/01/organic-vodka/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 00:55:29 +0000</pubDate>
		<dc:creator>James Sullivan</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[organic vodka]]></category>

		<guid isPermaLink="false">http://jamesrsullivan.com/2009/01/organic-vodka/</guid>
		<description><![CDATA[Picked up some organic vodka. We must for the children: carbon neutral and certified organic!

]]></description>
			<content:encoded><![CDATA[<p>Picked up some organic vodka. We must for the children: carbon neutral and certified organic!</p>
<p><a href="http://jamesrsullivan.com/wp-content/uploads/2009/01/p-640-480-69b0d20a-4a60-447e-8cf8-78f871adda4e.jpeg"><img src="http://jamesrsullivan.com/wp-content/uploads/2009/01/p-640-480-69b0d20a-4a60-447e-8cf8-78f871adda4e.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrsullivan.com/2009/01/organic-vodka/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Battery Indicator in Ubuntu in Virtualbox in OSX</title>
		<link>http://jamesrsullivan.com/2009/01/battery-indicator-in-ubuntu-in-virtualbox-in-osx/</link>
		<comments>http://jamesrsullivan.com/2009/01/battery-indicator-in-ubuntu-in-virtualbox-in-osx/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 03:37:27 +0000</pubDate>
		<dc:creator>James Sullivan</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[ubuntu virtualbox osx]]></category>

		<guid isPermaLink="false">http://jamesrsullivan.com/?p=25</guid>
		<description><![CDATA[This is funny, I thought to myself.  The virtual image of Ubuntu I just installed shows a partially drained battery.  Then I noticed that it&#8217;s the actual battery level&#8230;

]]></description>
			<content:encoded><![CDATA[<p>This is funny, I thought to myself.  The virtual image of Ubuntu I just installed shows a partially drained battery.  Then I noticed that it&#8217;s the actual battery level&#8230;<br />
<a href="http://jamesrsullivan.com/wp-content/uploads/2009/01/picture-1.png"><img class="alignnone size-medium wp-image-24" title="picture-1" src="http://jamesrsullivan.com/wp-content/uploads/2009/01/picture-1-300x187.png" alt="picture-1" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrsullivan.com/2009/01/battery-indicator-in-ubuntu-in-virtualbox-in-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merlin Mann:  Towards Patterns for Creativity</title>
		<link>http://jamesrsullivan.com/2009/01/merlin-mann-towards-patterns-for-creativity/</link>
		<comments>http://jamesrsullivan.com/2009/01/merlin-mann-towards-patterns-for-creativity/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 04:16:59 +0000</pubDate>
		<dc:creator>James Sullivan</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://jamesrsullivan.com/?p=19</guid>
		<description><![CDATA[I read 43folders until a year or two ago and I am a huge fan of GTD.  This video is a succinct motivational and informative explanation for those of us who feel like we could be getting more out of our organization systems and really just do more:

Specifically, there are two books here which have [...]]]></description>
			<content:encoded><![CDATA[<p>I read <a href="http://43folders.com">43folders</a> until a year or two ago and I am a huge fan of <a href="http://en.wikipedia.org/wiki/Getting_Things_Done">GTD</a>.  This video is a succinct motivational and informative explanation for those of us who feel like we could be getting more out of our organization systems and really just do more:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/GExHiI_bQqc&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/GExHiI_bQqc&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Specifically, there are two books here which have made it onto my reading list due to Merlin&#8217;s recommendation:  <a href="http://www.amazon.com/gp/product/0743455967?ie=UTF8&#038;tag=blogiola-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0743455967">On Writing by Stephen King</a><img src="http://www.assoc-amazon.com/e/ir?t=blogiola-20&#038;l=as2&#038;o=1&#038;a=0743455967" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
 and <a href="http://www.amazon.com/gp/product/0743235274?ie=UTF8&#038;tag=blogiola-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0743235274">The Creative Habit by Twyla Tharp</a><img src="http://www.assoc-amazon.com/e/ir?t=blogiola-20&#038;l=as2&#038;o=1&#038;a=0743235274" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrsullivan.com/2009/01/merlin-mann-towards-patterns-for-creativity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
