<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>MarkAllanson.Net</title>
<link>http://markallanson.net/weblog/</link>
<description>In the fast-lane</description>
<dc:language>en-us</dc:language>
<dc:creator>mark@markallanson.net</dc:creator>
<dc:date>2006-02-20T09:36:38+00:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.15" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>I&apos;ve moved, but only a little way away.</title>
<link>http://markallanson.net/archives/000210.html</link>
<description>[Obsolete] If you have this page bookmarked as your entry point to my website, You need to update your bookmarks to point to http://markallanson.net/wordpress as I have moved there. My feedburner feed now picks up it&apos;s details from the new location, this one is deprecated....</description>
<guid isPermaLink="false">210@http://markallanson.net/weblog/</guid>
<dc:subject>Me</dc:subject>
<dc:date>2006-02-20T09:36:38+00:00</dc:date>
</item>
<item>
<title>Here Here Russell!</title>
<link>http://markallanson.net/archives/000209.html</link>
<description>Russell is dead on here, he can run his blog whichever way he wants. I am honestly astonished that people have got so upset, there are more important things in life people! Now, lets see if he at least has kept trackback alive so that real conversation can occur!...</description>
<guid isPermaLink="false">209@http://markallanson.net/weblog/</guid>
<dc:subject></dc:subject>
<dc:date>2006-02-07T12:57:44+00:00</dc:date>
</item>
<item>
<title>Conditional Build Events in Visual Studio .NET</title>
<link>http://markallanson.net/archives/000208.html</link>
<description>I ran across an situation today when I wanted to do a build event, but only if my solution was in a specific configuration. Specifically, when the project was in the UnitTest configuration, I wanted to copy a unit test assembly into the main projects output folder so that a number of plugin classes provided by the unit test assembly could be used by the main project. I also wanted to copy in some unit test based configuration. Unfortunately Visual Studio .NET does not keep Pre and Post Build Events within a configuration&apos;s settings, they are stored globally across all configurations. Thankfully, given that build events simply get written to a batch file, then invoked you can use your 3L337 batch file skillz to perform conditional build events. IF NOT $(ConfigurationName) == UnitTest GOTO end :: copy unit test assembly to the service folder. echo Copying &quot;$(TargetDir)UnitTests.dll&quot; to &quot;$(ProjectDir)..\MyProject\bin\debug\&quot; copy &quot;$(TargetDir)UnitTests.dll&quot; &quot;$(ProjectDir)..\MyProject\bin\debug\&quot; :end echo Finished Post Build Event So, what does this bit of script do? Firstly it compares the current configuration to the configuration that I want to perform my build event for. Secondly, it negates this comparison, so that if the configuration is not what i&apos;m looking for the branch jumps to the end without executing the build event. Lastly, if the configurations match, it performs the real actions of the build event. It is a bit of a pain having to write this within a build event. It would be less of a pain if they pointed out a way of doing it within the help file for the build event editor. Configuration-based build events would be perfect, so the logic is performed by Visual Studio!...</description>
<guid isPermaLink="false">208@http://markallanson.net/weblog/</guid>
<dc:subject>Tech</dc:subject>
<dc:date>2006-01-13T10:44:04+00:00</dc:date>
</item>
<item>
<title>Slide evolves beyond Flickr</title>
<link>http://markallanson.net/archives/000207.html</link>
<description> slidePlayer[0] = {playerSize : 600,imageSize : 83,vertical : false}; Get Slide for your own webpage Slide looks like the next evolution of photo sharing websites. It can make slide shows from RSS feeds too, so with a bit of modification to my galleries RSS capabilities, I should be able to get a slide show going for each of my galleries....</description>
<guid isPermaLink="false">207@http://markallanson.net/weblog/</guid>
<dc:subject>Tech</dc:subject>
<dc:date>2005-12-02T23:10:29+00:00</dc:date>
</item>
<item>
<title>XBox.com - MyXBox has gone live!</title>
<link>http://markallanson.net/archives/000206.html</link>
<description>Fantastic job! Head over to www.xbox.com to check out the new bits. Here is my gamer card! M45t3r....</description>
<guid isPermaLink="false">206@http://markallanson.net/weblog/</guid>
<dc:subject>Tech</dc:subject>
<dc:date>2005-10-28T14:17:28+00:00</dc:date>
</item>
<item>
<title>8th Grade Math</title>
<link>http://markallanson.net/archives/000205.html</link>
<description> You Passed 8th Grade Math Congratulations, you got 10/10 correct! Could You Pass 8th Grade Math?...</description>
<guid isPermaLink="false">205@http://markallanson.net/weblog/</guid>
<dc:subject></dc:subject>
<dc:date>2005-10-27T13:14:12+00:00</dc:date>
</item>
<item>
<title>Music Genome Project? How about Human Genome Project?</title>
<link>http://markallanson.net/archives/000204.html</link>
<description>For the last few days I have been making use of the Music Genome Project&apos;s Pandora. The idea behind Pandora is to create a &quot;Radio Channel&quot; that is based on the musical qualities found in another song or the songs produced by a specific artist. So far I am more than impressed. Other than one song I wanted it to match that it didn&apos;t know about (Pass the Vibes by Definition of Sound), it has done a brilliant job at playing me music that is closely related to what I have selected. The matching seems to be done by analysing the musical qualities of a particular song (for example synchopated rhythms, dark bass lines, fast beats, melodic vocals...) and then cross references those qualities against a database of songs to determine other songs that match the qualities of the selected song/artist. These guys have a blog that provides more information on what they do. All that we need now is for someone to do the same with humans. For example you enter the name of a famous actress or model (or if you are femme, actor), and it then analyses the traits of that person and picks out a number of other people that match those qualities. In fact, this would be great for a dating service. When you sign up you have to take a picture of yourself (say, in your underwear), it is then analysed and stored into a database. You then look at a group of different people and choose that which is most desirable, those physical characteristics are then used to match you with people that match your preference. Anyone got a blank check? I might start this business up myself! :)...</description>
<guid isPermaLink="false">204@http://markallanson.net/weblog/</guid>
<dc:subject>Tech</dc:subject>
<dc:date>2005-09-01T21:13:39+00:00</dc:date>
</item>
<item>
<title>Jumboz, where are you?</title>
<link>http://markallanson.net/archives/000203.html</link>
<description>Jumboz (mentioned in my post &quot;Super Low Springs for the FTO&quot;), where are you? Why are you not defending your reputation? Why are you not increasing the quality of your products?, or if you are increasing the quality of your products why are you not letting people know? Where is your blog? Where is your website!!!!!!! I couldn&apos;t find a single post on any bulletin board / forum that said good things about Jumboz Springs (notice however that I did find lots of posts that didn&apos;t say a anything either way). The car modification scene would have to be one of the most active groups of internet users on the planet after geeks with their countless forums, bulletin boards and club websites. Not having a web presence here is almost an attempt at suicide. PS. Sorry if this post sounds a lot like Scoble, but in an instance like this I can see exactly where he is comming from....</description>
<guid isPermaLink="false">203@http://markallanson.net/weblog/</guid>
<dc:subject>Tech</dc:subject>
<dc:date>2005-08-29T21:23:45+00:00</dc:date>
</item>
<item>
<title>Super Low Springs for the FTO</title>
<link>http://markallanson.net/archives/000202.html</link>
<description>One of the things I am looking forward to when going back home to Australia for Christmas is getting back behind the wheel of my pride &amp; joy. Although, looking back through various pictures I have a gained a strong desire to lower the front of the car even further than it already is. The problem however, is that the current tyres on all four corners of the car are 235/45ZR17. As it is, the current front tyres rub slightly on full lock, so much so that I have already cut and removed parts of the inside guards at the front. I have a strong suspicion (via my memory of the inside wheel arch bodywork) that this particular section bodywork has a slight positive camber, hence the wheels will rub more the further the car is lowered. This effect is exacerbated by the the fact that whenever you lower a car (without altering other parts of the suspension) the wheels of the section being lowered automatically gain negative camber. I can counter this effect slightly as I have a Whiteline adjustable camber kit on the car. Another possible problem is that lowering the front of the car with super-low springs also increases the likelihood that the stock dampers will start bumping. This has two effects; the first being that it generates heat, making the dampers less effective, hence altering its rebound characteristics. The second is that whenever the damper knocks it is effectively destroying its self. The general way around this problem is to fit a proper adjustable coil-over kit (in fact in Japan they would never just put in lowered springs with standard dampers). I am not sure if my budget will stretch to a full coil-over kit, so I may just get a set of super-low springs and replace the dampers with a shorter set sometime in the future (when I move back to Australia permanently). So, who makes super-low springs for the FTO. The car currently has King Springs on each corner, however unfortunately they do not provide a set of super low springs for the FTO. Whiteline does have a set in their flat-out range however I have a sneaky suspicion that their springs are no lower than the Kings that are already in the front. Jumboz have a bad rep (I couldn&apos;t even find an official Jumboz website...), so that rules them out. The only Australian company that offers the possibility of lowering further is H&amp;R Springs who make custom springs designed to the specifications you provide. Does anyone know anyone else that makes super-low springs for the FTO in Australia perferrably 50mm-60mm lower than standard? If so, email me....</description>
<guid isPermaLink="false">202@http://markallanson.net/weblog/</guid>
<dc:subject>Cars</dc:subject>
<dc:date>2005-08-29T20:50:30+00:00</dc:date>
</item>
<item>
<title>If you use GreaseMonkey... Please read this.</title>
<link>http://markallanson.net/archives/000201.html</link>
<description>If you use GreaseMonkey then please please please read Mark Pilgrims post on a very severe, hugely easily exploitable bug in GreaseMonkey that could potentially send ANY file in your local hard disk to ANY url, ANYWHERE. For full details: Full details on GreaseMonkey exploit.http://mozdev.org/pipermail/greasemonkey/2005-July/004022.html Please please uninstall GreaseMonkey until this is fixed, either that or remove all * targets and replace them with targets only to trusted websites....</description>
<guid isPermaLink="false">201@http://markallanson.net/weblog/</guid>
<dc:subject>Tech</dc:subject>
<dc:date>2005-07-19T21:36:54+00:00</dc:date>
</item>
<item>
<title>Sarah and I are Safe and Sound</title>
<link>http://markallanson.net/archives/000199.html</link>
<description>After the events in London today I think it might be prudent to say that both Sarah and I are safe and sound. My office is on Fenchurch Street, a few minutes walk from Aldgate, however I was not affected by the tragic events of today. Our thoughts and best wishes are with all those who have lost family members in the events of today....</description>
<guid isPermaLink="false">199@http://markallanson.net/weblog/</guid>
<dc:subject>Me</dc:subject>
<dc:date>2005-07-07T20:52:47+00:00</dc:date>
</item>
<item>
<title>Xml Schema Editor refreshed in Whidbey</title>
<link>http://markallanson.net/archives/000198.html</link>
<description>Thank you Microsoft! After having to write and modify large schema xml files by hand due to the fact that the VS.NET 2003 Xml Schema Editor was so, so, so horrendously slow, Whidbey has refreshed the Xml Schema Editor in the following ways:Fast. Redraw of elements is quick. (as opposed to being so slow you could watch the redraw in progress bit by bit)Xml Schema Overview. This is like the Pan &amp; Zoom window that comes in Visio. Excellent.Partial Redraw when scrolling using the Xml Schema Overview. Elements that come into view are drawn in a minimilistic fashion until you stop zooming, making the scroll very quickLeft Rooted Tree. This is much nicer than the Top Rooted version in VS.NET 2003. Brings it into line with editors like oXygen and Xml Spy.Its about time these changes were made, and I would like to personally thank the developer who did the work!...</description>
<guid isPermaLink="false">198@http://markallanson.net/weblog/</guid>
<dc:subject>Tech</dc:subject>
<dc:date>2005-07-06T21:25:03+00:00</dc:date>
</item>
<item>
<title>Want to Ship?</title>
<link>http://markallanson.net/archives/000197.html</link>
<description>Want to ship something locally or globally? For the sake of dissing UPS, You should do all your shipping with FedEx (This is in response to Scobles post here. For the record, I think is juvinile, but its also a bit of fun!)...</description>
<guid isPermaLink="false">197@http://markallanson.net/weblog/</guid>
<dc:subject>Me</dc:subject>
<dc:date>2005-06-11T21:37:57+00:00</dc:date>
</item>
<item>
<title>Formula 1</title>
<link>http://markallanson.net/archives/000196.html</link>
<description></description>
<guid isPermaLink="false">196@http://markallanson.net/weblog/</guid>
<dc:subject></dc:subject>
<dc:date>2005-06-05T19:54:00+00:00</dc:date>
</item>
<item>
<title>Easyjetsucks.com... owned by EasyJet?</title>
<link>http://markallanson.net/archives/000195.html</link>
<description>Can you believe that the domain name easyjetsucks.com is actually owned by EasyJet!? Here is the Whois... http://www.dnsstuff.com/tools/whois.ch?ip=easyjetsucks.com...</description>
<guid isPermaLink="false">195@http://markallanson.net/weblog/</guid>
<dc:subject>Me</dc:subject>
<dc:date>2005-05-30T20:18:31+00:00</dc:date>
</item>


</channel>
</rss>
