<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
	<channel>
		<title>Bird Family Tree</title>
		<link>http://www.birdfamilytree.co.uk/blog/</link>
		<description><![CDATA[Some random thoughts]]></description>
		<copyright>Copyright 2006, nukefusion</copyright>
		<managingEditor>nuclear.fusion.reaction@googlemail.com</managingEditor>
		<language>en-us</language>

		<generator>FlatPress</generator>
								<item>
		
			<title>Batman - The Dark Knight</title>
			<link>http://birdfamilytree.co.uk/blog/index.php?entry=entry080730-153447</link>
			<description><![CDATA[	<p>This film is cool. Seriously, you should see it. Heath Ledgers portrayal of the Joker is awesome<br />
However, there is just one really annoying element. Christian Bales piss poor attempt at the Batman voice. It is soooo gay you would just not believe it.<br />
He sounds like he&#8217;s having an asthma attack after chain smoking 60 marlboro&#8217;s. Real spasticated. Sure, chasing down those crazy Joker types can certainly leave you out of breath, but this was more than that. I think it was supposed to be intimidating but trust me, no criminal would take you seriously talking like a total dick-wod as per Bale.  Not scary, not intimidating, just queer.</p>
	<p><img src="http://birdfamilytree.co.uk/blog/fp-content/images/asthma-man.jpg" alt="asthma-man.jpg" title="asthma-man.jpg"  class="center" width="200" height="300" /><br />
<em>&#8220;Pass me&#8230;. the&#8230; ventolin&#8230;.. Lucius&#8230;.&#8221;. </em></p>
]]></description>
						<guid isPermaLink="true">http://birdfamilytree.co.uk/blog/index.php?entry=entry080730-153447</guid>

			<author>nukefusion nuclear.fusion.reaction@googlemail.com</author>
			<pubDate>Wed, 30 Jul 2008 15:34:47 +0200</pubDate>
			<comments>http://birdfamilytree.co.uk/blog/comments.php?entry=entry080730-153447</comments>
			
			</item>
						<item>
		
			<title>Transparent Trackbar - C# .NET</title>
			<link>http://birdfamilytree.co.uk/blog/index.php?entry=entry080718-133946</link>
			<description><![CDATA[	<p>OH&#8230; MY&#8230;. GOD.<br />
Just one more example of something in .NET that seems to have been designed purposefully to make you cry. <em>The track bar control&#8230;.. </em></p>
	<p><strong>Question:</strong> How easy should it be to have a trackbar control with a transparent background?<br />
<strong>Answer:</strong> Easy as setting a property.<br />
<strong>Reality:</strong> It&#8217;s practically fucking impossible.</p>
	<p>Seems the TrackBar doesn&#8217;t support transparent backgrounds. Why is this? Nobody wants a UI that looks like absolute shit, do they?<br />
Oh well, no big deal you&#8217;d think, I&#8217;ll just use SetStyle(ControlStyles.SupportsTransparentBackground, true).</p>
	<p><em>Nope. Won&#8217;t work.</em></p>
	<p>Allright, what about some other style combination of UserPaint/Overriding paint background blah blah.</p>
	<p><em>Nope, nice try.</em></p>
	<p>Ok, I&#8217;ll override CreateParams and add WS_EX_TRANSPARENT to the style. </p>
	<p><em>No you won&#8217;t. Doesn&#8217;t work.</em></p>
	<p>Ok, I&#8217;m getting pretty desperate now. I&#8217;ll override the crap out of WndProc and try to capture some WM_ERASEBKGND message or WM_CUSTOMDRAW and JUST paint the background. </p>
	<p><em>Wrong again dumbass! Aren&#8217;t you getting it???!??!!!</em></p>
	<p>YOU WON&#8217;T DO ANY OF THESE BECAUSE MICROSOFT HAS DECIDED THAT TRANSPARENCY IN A TRACK BAR IS NOT ALLOWED! </p>
	<p>Unless of course you use Vista. Woo hoo! Then you can use the awesome power of the TBS_TRANSPARENTBKGND style! </p>
	<p>Unfortunately, I can&#8217;t wait until the whole world has Vista, soooo, that brings us to the last option. A complete owner-drawn trackbar, that also supports Visual Styles.</p>
	<p>Here it is, just incase anybody else has been pushed close to the edge of desperation by such a tiny little thing that should be so easy to do&#8230;. yada yada.</p>
	<p><a href="http://birdfamilytree.co.uk/blog/fp-content/attachs/TrackBar.zip">Transparent TrackBar Source</a></p>
	<p>Notes: Code is provided as-is - in C# only. I dare say you will need to tweak this a bit for your own purposes. :)
</p>
]]></description>
						<guid isPermaLink="true">http://birdfamilytree.co.uk/blog/index.php?entry=entry080718-133946</guid>

			<author>nukefusion nuclear.fusion.reaction@googlemail.com</author>
			<pubDate>Fri, 18 Jul 2008 13:39:46 +0200</pubDate>
			<comments>http://birdfamilytree.co.uk/blog/comments.php?entry=entry080718-133946</comments>
			
			</item>
						<item>
		
			<title>Visual Studio Fonts and Colours</title>
			<link>http://birdfamilytree.co.uk/blog/index.php?entry=entry080714-133903</link>
			<description><![CDATA[	<p><strong>Problem: </strong>8 weeks of constantly staring at Visual Studio has burnt massives holes into the back of my retinas.<br />
Plus I&#8217;m starting to get sick of looking at it.</p>
	<p><strong>Answer:</strong> I&#8217;ve tweaked the font and colour settings to something a little more acceptable.</p>
	<p><img src="http://birdfamilytree.co.uk/blog/fp-content/images/colors.PNG" alt="colors.PNG" title="colors.PNG"  class="center" width="931" height="444" /></p>
	<p>That&#8217;s much better.</p>
	<p>Feel free to download these settings and use them for yourself. There&#8217;s two copies, one for VS2005 and one for VS2008, to account for minor differences between the two. Now back to coding. ;)</p>
	<p><a href="http://birdfamilytree.co.uk/blog/fp-content/attachs/2005-fusionbird1_dark.vssettings">VS2005 Settings</a><br />
<a href="http://birdfamilytree.co.uk/blog/fp-content/attachs/2008-fusionbird1_dark.vssettings">VS2008 Settings</a></p>
]]></description>
						<guid isPermaLink="true">http://birdfamilytree.co.uk/blog/index.php?entry=entry080714-133903</guid>

			<author>nukefusion nuclear.fusion.reaction@googlemail.com</author>
			<pubDate>Mon, 14 Jul 2008 13:39:03 +0200</pubDate>
			<comments>http://birdfamilytree.co.uk/blog/comments.php?entry=entry080714-133903</comments>
			
			</item>
						<item>
		
			<title>Cowboy coding</title>
			<link>http://birdfamilytree.co.uk/blog/index.php?entry=entry080630-175818</link>
			<description><![CDATA[	<p>Cowboy coding is a term normally applied where there is no real plan for software development. Things just get coded, and I guess that&#8217;s kind of what I do. The thing is, that even with the best plan in the world, things change. I just like to get on and code. Source control? Nah, I just change things. :)<br />
I&#8217;ve always been a bit like that and although it may not be the most efficient way of coding, it&#8217;s fun to see things evolve. I&#8217;ll often write something, then think &#8220;shit, that doesn&#8217;t quite meet requirements&#8221; and then re-write it. Each iteration the object becomes more what I want it to be and I actually end up getting quite attached to my projects. I like watching a project develop like that.</p>
	<p>New software project coming along well. Garbage collection and GDI+ getting slightly on my nerves but it&#8217;s all happening&#8230;&#8230;
</p>
]]></description>
						<guid isPermaLink="true">http://birdfamilytree.co.uk/blog/index.php?entry=entry080630-175818</guid>

			<author>nukefusion nuclear.fusion.reaction@googlemail.com</author>
			<pubDate>Mon, 30 Jun 2008 17:58:18 +0200</pubDate>
			<comments>http://birdfamilytree.co.uk/blog/comments.php?entry=entry080630-175818</comments>
			
			</item>
						<item>
		
			<title>Programming projects</title>
			<link>http://birdfamilytree.co.uk/blog/index.php?entry=entry080611-133838</link>
			<description><![CDATA[	<p>No time recently to update this site. Work is still ongoing but has been put on the back burner for a while to make way for a massive new commercial software project I&#8217;m working on. I&#8217;m not releasing any details yet, other than the fact that coding has been ongoing for coming up to a month. It&#8217;s early days so details on what the software is, etc, etc, won&#8217;t be about for sometime as yet. The development timeframe for version 1 is expected to be about 12-24 months - the rest, I&#8217;ll leave to speculation.</p>
	<p>So as you can see, a rather large project, although that doesn&#8217;t mean I&#8217;ve totally forgotten about this site. I&#8217;m still here. ;-)
</p>
]]></description>
						<guid isPermaLink="true">http://birdfamilytree.co.uk/blog/index.php?entry=entry080611-133838</guid>

			<author>nukefusion nuclear.fusion.reaction@googlemail.com</author>
			<pubDate>Wed, 11 Jun 2008 13:38:38 +0200</pubDate>
			<comments>http://birdfamilytree.co.uk/blog/comments.php?entry=entry080611-133838</comments>
			
			</item>
					
				
	</channel>
</rss>