<?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>Travels</title>
	<atom:link href="http://mymindtrip.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://mymindtrip.net</link>
	<description>I&#039;m going out, wanna come along?</description>
	<lastBuildDate>Thu, 18 Apr 2013 12:03:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Oh Fancybox, my Fancybox</title>
		<link>http://mymindtrip.net/2013/04/18/oh-fancybox-my-fancybox/</link>
		<comments>http://mymindtrip.net/2013/04/18/oh-fancybox-my-fancybox/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 12:03:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mymindtrip.net/?p=92</guid>
		<description><![CDATA[I&#8217;ve been getting a lot of face time with Fancybox recently, does some amazing things. Documentation is a bit&#8230;.distributed. After learning the terminology, apparently my remote form needed &#8220;ajax&#8221; loading, I was able to open the form, amazing what a little &#8220;class&#8221; will do for you. (so that the reader isn&#8217;t kept in the dark, [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been getting a lot of face time with Fancybox recently, does some amazing things. Documentation is a bit&#8230;.distributed. After learning the terminology, apparently my remote form needed &#8220;ajax&#8221; loading, I was able to open the form, amazing what a little &#8220;class&#8221; will do for you. (so that the reader isn&#8217;t kept in the dark, or more likely, I&#8217;ve forgotten how to do it and referring back here to remind myself, you can add a class to the element you are hooking with Fancybox, fancybox.ajax, in order to accomplish this action), apparently you can&#8217;t really close it after you&#8217;re done. I&#8217;ve found a couple of things that say it can, but they wouldn&#8217;t work when I tried them. So after submitting my form, again via ajax, I had to reload the page I was on. Not good, but serviceable.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://mymindtrip.net/2013/04/18/oh-fancybox-my-fancybox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A small tax proposal</title>
		<link>http://mymindtrip.net/2012/09/23/a-small-tax-proposal/</link>
		<comments>http://mymindtrip.net/2012/09/23/a-small-tax-proposal/#comments</comments>
		<pubDate>Sun, 23 Sep 2012 17:57:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mymindtrip.net/?p=85</guid>
		<description><![CDATA[Well, it seems that  corporations are people is the law of the land, also, one of the few things that seems to be consistent in the rulings of the Supremes&#8217;, is that there must be equal enforcement under the law. So if corporations are people, with all the rights and responsibilities thereof, why do they [...]]]></description>
				<content:encoded><![CDATA[<p>Well, it seems that  corporations are people is the law of the land, also, one of the few things that seems to be consistent in the rulings of the Supremes&#8217;, is that there must be equal enforcement under the law. So if corporations are people, with all the rights and responsibilities thereof, why do they get special tax status, their own tax rates and rules? I know my financial status would change GREATLY if all my expenses had to be taken care of before I paid any taxes on my &#8220;profits&#8221;. My food, my living/&#8221;factory&#8221; area, all of that paid before Uncle Sugar gets a single PENNY of my earnings. Just like the &#8220;corporate citizens&#8221; do.</p>
<p>How would your life change?</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://mymindtrip.net/2012/09/23/a-small-tax-proposal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint making my teeth ache</title>
		<link>http://mymindtrip.net/2012/06/01/sharepoint-making-my-teeth-ache/</link>
		<comments>http://mymindtrip.net/2012/06/01/sharepoint-making-my-teeth-ache/#comments</comments>
		<pubDate>Fri, 01 Jun 2012 17:33:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mymindtrip.net/?p=82</guid>
		<description><![CDATA[I made the move from the world of Java, back to the world of Windows not too long ago, after a hiatus of about 12 years. Some things are good, I&#8217;m enjoying some aspects of C#, but others are driving me BONKERS! For instance, I work on a public SharePoint site, and we are using [...]]]></description>
				<content:encoded><![CDATA[<p>I made the move from the world of Java, back to the world of Windows not too long ago, after a hiatus of about 12 years. Some things are good, I&#8217;m enjoying some aspects of C#, but others are driving me BONKERS! For instance, I work on a public SharePoint site, and we are using a SharePoint Calendar and/or Events list. You can query things from SharePoint lists with an XML based language called CAML, it lets you right SQLesque statements to select and filter data coming back from the list. Now because this is an Events list, there are a couple of extensions over ordinary lists, one of which is recurring events, this makes sense. When you get data back from these recurring events you don&#8217;t want to use the ID field of the item, it will be the same for every instance of a recurring event&#8230;.ok, still kinda makes sense&#8230;a little&#8230; When you make your query, there are a couple of fields that you need to set in order for it to work right with recurring events, one is SPQuery.ExpandRecurrence must be set to true, this seems logical after all the other assumptions we&#8217;ve allowed, and you just set the date on the calendar list itself, ok, still good. So I set the query property of the SPQuery to properly select all the data I want to show, and everything is working just hunky dory. Well, everything save one thing. For all those recurring events, of which I have a TON, RecurrenceID is equal to ID, the whole recurrence magic just isn&#8217;t happening. So I look through everything, all the tutorials, StackOverflow, what have you, and nothing. The pages on MSDN are little more than what I would expect to see in an empty Javadoc, no help there. So I step back and try to figure out what might be inferred in all the articles I&#8217;ve found&#8230;.well, they all have a line in their CAML query</p>
<blockquote><p>&lt;DateRangesOverlap&gt;&lt;FieldRef Name=&#8221;StateDate&#8221;/&gt;&lt;FieldRef Name=&#8221;EndDate&#8221;/&gt;&lt;FieldRef Name=&#8221;RecurrenceID&#8221;/&gt;&lt;Value Type=&#8221;DateTime&#8221;&gt;&lt;/Value&gt;&lt;/DateRangesOverlap&gt;</p></blockquote>
<p>No one really says what exactly this is supposed to do, but looking at it, knowing that this in basically in your queries &#8220;where&#8221; clause, it looks like its filtering the data by the current date, or some date or other.</p>
<p>Well, if it really did that I wouldn&#8217;t be having this rant. What this line does is make it so that the RecurrenceID field actually gets assigned the correct value if you&#8217;ve done everything else right. I didn&#8217;t really get a clue about this from any of the articles I read, and especially not from anything on MSDN, the only clue was from sitting quietly and wondering what was different&#8230;and AFTER finding out, wondering quite loudly WHO THE HELL THOUGHT THIS WAS A GOOD IDEA!!???</p>
<p>I seem to be doing that a lot lately concerning SharePoint, and the new integrated inventory view on EveOnline&#8230;</p>
<p>Heavy sigh.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://mymindtrip.net/2012/06/01/sharepoint-making-my-teeth-ache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New game idea!</title>
		<link>http://mymindtrip.net/2010/12/14/new-game-idea/</link>
		<comments>http://mymindtrip.net/2010/12/14/new-game-idea/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 22:12:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mymindtrip.net/?p=75</guid>
		<description><![CDATA[Angry voters! Angry birds with Congress people in place of the pigs, of course there may be problems telling the difference.]]></description>
				<content:encoded><![CDATA[<p>Angry voters! Angry birds with Congress people in place of the pigs, of course there may be problems telling the difference.</p>
]]></content:encoded>
			<wfw:commentRss>http://mymindtrip.net/2010/12/14/new-game-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A possible avenue for campaign reform?</title>
		<link>http://mymindtrip.net/2010/10/19/a-possible-avenue-for-campaign-reform/</link>
		<comments>http://mymindtrip.net/2010/10/19/a-possible-avenue-for-campaign-reform/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 02:23:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mymindtrip.net/?p=72</guid>
		<description><![CDATA[Ok, thanks to the Supremes in the US, money is a protected form of political speech, and corporations are apparently the only REAL first class citizens left in the country. So, we can&#8217;t restrict the amount of money a corporation donates to a campaign because we&#8217;d be restricting their guaranteed right. Fine. It occurred to [...]]]></description>
				<content:encoded><![CDATA[<p>Ok, thanks to the Supremes in the US, money is a protected form of political speech, and corporations are apparently the only REAL first class citizens left in the country. So, we can&#8217;t restrict the amount of money a corporation donates to a campaign because we&#8217;d be restricting their guaranteed right. Fine. It occurred to me the other day that perhaps we&#8217;re going about this the wrong way. Maybe this is more a case for the &#8220;Activist Investors&#8221; to take a hand. So, publicly traded companies must justify their spending to shareholders, they&#8217;ve got to show how spending that money will help the company make or increase their profit. So, the next time I get a prospectus from a company, I want to see how much they donated, to whom, and how much money did I as a shareholder get by buying those politicians.</p>
]]></content:encoded>
			<wfw:commentRss>http://mymindtrip.net/2010/10/19/a-possible-avenue-for-campaign-reform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google defense fund?</title>
		<link>http://mymindtrip.net/2010/08/14/google-defense-fund/</link>
		<comments>http://mymindtrip.net/2010/08/14/google-defense-fund/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 20:02:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mymindtrip.net/?p=65</guid>
		<description><![CDATA[Not that I think that Google is going to be reduced to a pauper by the Oracle suit, but personally, I would like Google to counter sue, and sue Oracle totally out of existence.]]></description>
				<content:encoded><![CDATA[<p>Not that I think that Google is going to be reduced to a pauper by the Oracle suit, but personally, I would like Google to counter sue, and sue Oracle totally out of existence.</p>
]]></content:encoded>
			<wfw:commentRss>http://mymindtrip.net/2010/08/14/google-defense-fund/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Net neutrality &#8211; market forces</title>
		<link>http://mymindtrip.net/2010/06/18/net-neutrality-market-forces/</link>
		<comments>http://mymindtrip.net/2010/06/18/net-neutrality-market-forces/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 15:42:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mymindtrip.net/?p=66</guid>
		<description><![CDATA[I would like to believe in the efficiency of market forces, but at least in the wireless markets today, where the market consists of a couple of types of shit, (verizon and att), contrasted with a couple of pieces of crap, (sprint and tmobile), most of the &#8220;force&#8221; in the market is expended in shoving [...]]]></description>
				<content:encoded><![CDATA[<p>I would like to believe in the efficiency of market forces, but at least in the wireless markets today, where the market consists of a couple of types of shit, (verizon and att), contrasted with a couple of pieces of crap, (sprint and tmobile), most of the &#8220;force&#8221; in the market is expended in shoving it down our throats!</p>
<p>sigh.</p>
]]></content:encoded>
			<wfw:commentRss>http://mymindtrip.net/2010/06/18/net-neutrality-market-forces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Battery problems &#8211; data point</title>
		<link>http://mymindtrip.net/2010/02/17/windows-7-battery-problems-data-point/</link>
		<comments>http://mymindtrip.net/2010/02/17/windows-7-battery-problems-data-point/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 17:15:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mymindtrip.net/?p=60</guid>
		<description><![CDATA[I think I discovered a data point on the on going battle as to whether windows 7 is eating batteries on laptops or not. I&#8217;ve had my laptop since July, one of those &#8220;free upgrade to Windows 7&#8243; deals, (but lets not get into that, its a rant for another day), so I did the [...]]]></description>
				<content:encoded><![CDATA[<p>I think I discovered a data point on the on going battle as to whether windows 7 is eating batteries on laptops or not. I&#8217;ve had my laptop since July, one of those &#8220;free upgrade to Windows 7&#8243; deals, (but lets not get into that, its a rant for another day), so I did the upgrade over this last weekend. Now for a long time now, I&#8217;ve used one of those cooling pads, with the USB powered fans under this, as well as my last 2 laptops, and found that they can help performance quite a bit. Yesterday when I shut down my laptop I noticed that the fans were still running, even after the laptop had been shut down, but ONLY when the power was unplugged, that&#8217;s right, with power the fans stop, unplug it and they start running again. I&#8217;ve been using this pad with this laptop since I got it, and I never noticed this under Vista, even though my shutdown procedure is exactly the same every day, shut down the laptop, close the lid, unplug the laptop, pack it up and go home.</p>
<p>Anyone else seeing this sort of thing? Its an HP dv7, and I can&#8217;t find a feature anywhere for it saying, &#8220;Will run power even when shut off&#8221;.</p>
<p>Update, contacted HP and got a bios upgrade that took care of this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://mymindtrip.net/2010/02/17/windows-7-battery-problems-data-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Droidites</title>
		<link>http://mymindtrip.net/2009/11/28/droidites/</link>
		<comments>http://mymindtrip.net/2009/11/28/droidites/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 02:44:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mymindtrip.net/?p=55</guid>
		<description><![CDATA[I&#8217;ve had my droid for a week or so now, overall I&#8217;ve had a lot of fun with it. I&#8217;ve used the turn by turn directions twice for real now, it worked pretty well. The synthesized voice can be a little rough, and if you&#8217;re used to Neverlost, or the one built into my Prius, [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve had my droid for a week or so now, overall I&#8217;ve had a lot of fun with it. I&#8217;ve used the turn by turn directions twice for real now, it worked pretty well. The synthesized voice can be a little rough, and if you&#8217;re used to Neverlost, or the one built into my Prius, which give a little &#8220;bing&#8221; before giving you the next advice, it might even be a little startling. The second use was a bit less satisfying though. Not a problem with the phone itself, more one with Verizon. I was traveling through Utah to Moab. Since I started out in Salt Lake there was no trouble in the beginning, and everything was fine until we stopped for lunch in Price. There doesn&#8217;t appear to be a &#8220;suspend&#8221; mode for the directions, only an exit. So, I exited, had lunch and got back in the car. I tried to pick the map up where I left off, but I guess when I exited it deleted whatever it had stored, and as it started to download it let me know that there was no 3g coverage, so it spent the rest of the trip downloading the directions again. Ah well, live and learn. The funniest part about it, Price is considered a largish town in Utah terms, and it wasn&#8217;t important enough to have good coverage from Verizon. A couple of days later I&#8217;m hiking in Arches National Park, out to Delicate Arch. So, I&#8217;m there taking pictures with my Droid, and I notice, I&#8217;ve got 4 bars of 3g coverage!! So, in a &#8220;city&#8221; I can&#8217;t get coverage, but there in the &#8220;wilderness&#8221;, 4 bars? Do they have a map for that??</p>
]]></content:encoded>
			<wfw:commentRss>http://mymindtrip.net/2009/11/28/droidites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How much longer must we all suffer?</title>
		<link>http://mymindtrip.net/2009/11/18/how-much-longer-must-we-all-suffer/</link>
		<comments>http://mymindtrip.net/2009/11/18/how-much-longer-must-we-all-suffer/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:50:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mymindtrip.net/?p=50</guid>
		<description><![CDATA[I was looking at Steve Souder&#8217;s blog this morning on high performance web sites, he has an entry talking about how in IE6 when its behind a proxy, reverts to HTTP 1.0, and drops the Accept-Encoding header that tells a server that the browser will be able to handle compressed content. The article includes a [...]]]></description>
				<content:encoded><![CDATA[<p>I was looking at <a href="http://www.stevesouders.com/blog/2009/11/11/whos-not-getting-gzip/">Steve Souder&#8217;s</a> blog this morning on high performance web sites, he has an entry talking about how in IE6 when its behind a proxy, reverts to HTTP 1.0, and drops the Accept-Encoding header that tells a server that the browser will be able to handle compressed content. The article includes a link to a site that will test and see what your browser is sending, and sure enough, when I tried Firefox 3.5, it got it right, IE6, as noted, did not. According to the article, this can add enough overhead to slow down even the mighty Google by 25%, that&#8217;s right, the leanest, sparsest pages out there take an average of 2 seconds in IE6 through a proxy, vs 1.6 seconds in any other browser. So basically, anything WE might do, probably doesn&#8217;t stand a chance. But, being ADD ascendant today, I started noticing other tests on the site. Ah, an Acid3 test. This should be good. Well, FF3.5 gets a 93%, IE6 gets 12%, hm, IE8 should do pretty good&#8230;.no, wait, 20%, wow, that&#8217;s disappointing! And it apparently is giving the same results as IE6 going through the proxy for compression, meaning that it looks to your average server like it doesn&#8217;t support it. How much longer are we going to be forced to support these tools that make us right code and UIs that are not standards compliant, and much harder to make work in a way that is accessible, as in Section 508 accessibility? As in, we might get SUED if we don&#8217;t support it!! Man, hate to admit it, but there are days when I miss green/amber screens. Just don&#8217;t tell me I have to write COBOL again! &lt;shudder&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://mymindtrip.net/2009/11/18/how-much-longer-must-we-all-suffer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
