<?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>Itch and be Merry &#187; Windows</title>
	<atom:link href="http://www.itchmerry.com/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itchmerry.com</link>
	<description>You itch, I merry</description>
	<lastBuildDate>Thu, 10 Apr 2008 21:31:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dock improvement</title>
		<link>http://www.itchmerry.com/2007/07/dock_improvement.html</link>
		<comments>http://www.itchmerry.com/2007/07/dock_improvement.html#comments</comments>
		<pubDate>Tue, 24 Jul 2007 12:50:53 +0000</pubDate>
		<dc:creator>MRKisThatKid</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Dock]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mock-Up]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[OS-X]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[Taskbar]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.itchmerry.com/2007/07/dock_improvement.html</guid>
		<description><![CDATA[There are a number of things I would like to see in Leopard, missing from the WWDC build.  I think I&#8217;ve come up with an OK idea for adding some of the functionality of the windows taskbar whilst keeping the grace of the OSX dock.

My mock up should be self explanatory, when an app [...]]]></description>
			<content:encoded><![CDATA[<p>There are a number of things I would like to see in Leopard, missing from the WWDC build.  I think I&#8217;ve come up with an OK idea for adding some of the functionality of the windows taskbar whilst keeping the grace of the OSX dock.</p>
<p><img src="http://www.itchmerry.com/wp-content/uploads/2007/07/newdock.png" alt="newdock.png" /></p>
<p>My mock up should be self explanatory, when an app has multiple documents open it&#8217;s position in the dock should open out and list the documents, click on the titles to switch between them. Too avoid over-use it should only be apps which would benefit which get support for this doodad.</p>
<p>Whatdya think Steve?</p>
<p>Ha, I&#8217;ve just noticed, my mock up thinks pages documents have psd extensions.  Silly mock up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itchmerry.com/2007/07/dock_improvement.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Switcher tips</title>
		<link>http://www.itchmerry.com/2006/04/switcher_tips.html</link>
		<comments>http://www.itchmerry.com/2006/04/switcher_tips.html#comments</comments>
		<pubDate>Thu, 27 Apr 2006 17:15:35 +0000</pubDate>
		<dc:creator>MRKisThatKid</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Switcher]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.itchmerry.com/2006/04/switcher_tips.html</guid>
		<description><![CDATA[You wouldn&#8217;t buy a toffee apple, so why would you buy a bagel?
Here are 5, possibly obscure tips for people switching from windows to mac (I intended to do this months ago but forgot)

When you drag a folder over another folder of the same name windows will essentially merge the folders, anything inside the destination [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/mrkisthatkid/134948307/" title="Photo Sharing"><img src="http://static.flickr.com/40/134948307_2ee0577a89_m.jpg" width="240" height="180" alt="Toffee Apple" /></a>You wouldn&#8217;t buy a toffee apple, so why would you buy a bagel?</p>
<p>Here are 5, possibly obscure tips for people switching from windows to mac (I intended to do this months ago but forgot)</p>
<ol>
<li>When you drag a folder over another folder of the same name windows will essentially merge the folders, anything inside the destination folder which doesn&#8217;t match a file from the source folder will be kept as is.  You&#8217;ve come to expect this as normal behaviour, it would not make sense to do it any other way.  Well then, you better pay close attention when using mac os x&#8217;s finder.  When you move/copy a folder on top of a folder of the same name finder will obliterate the destination and all its contents first.  To put it another way, after the action is complete the destination folder will be exactly the same as the source folder.  Still don&#8217;t understand?  Just be careful thats all I can say.  If you need to merge a folder the unix commands will do it as windows does, so open a terminal and poop &#8220;cp -rf source_folder/ destination_folder/&#8221;.  When I asked Jobs why finder acted this way he belched and blew the burp smell into my face.</li>
<li>There&#8217;s no registry database on the mac.  Thank fuck for that.  Instead there is<em> ~/Library</em> (&#8221;~&#8221; is a shortcut/alias for your own user area).  This folders windows equivalent is rather like a combination of the registry database and the folder <em>c:\Documents and Settings\USERNAME\Application Data.  </em>Most applications will store their settings in a file similar to <em>~/Library/Preferences/com.supersoftware.teaspoon.plist </em>The actual filename at the end there is rather like a website address only backwards. You open the plist file in an app called <em>Property List Editor.</em>  Data files such as your address book go into <em>~/Library/Application Support</em> and usually a folder named after the Application.   Handy tip, if an application screws up somehow, you can usually get it back to year zero by deleting it&#8217;s plist file and its folder inside Application Support.</li>
<li>Most mac applications are downloaded in .dmg files.  These are essentially the same as an .iso file, or a cd image. Double clicking a .dmg will mount it and it will appear as a new drive, in there, the application will be the file with a cute icon.  You don&#8217;t have to install mac applications, you can even run the app where ever it is.  And if you like the app and want to keep it, drag it into /Applications.  Or anywhere on your HD, it doesn&#8217;t actually matter.   When you run the app for the first time it will create all the preference files in ~/Library that it needs to without you knowing about the fact.  If you no longer want the app, just delete it.  There is no uninstall/Add Remove Programs.  You will still have some gumph in ~/Library but usually we&#8217;re only talking a couple of K.   That Application you&#8217;ve been running is actually a bundle, or in other words a folder.  The equivalent to the .exe is actually inside it, right click on an application and choose <em>Show Package Contents </em>and you&#8217;ll soon get the idea.</li>
<li>Windows has quite a nice method of managing services, all listed in one place where you can stop and start them at will.  On the mac services can get quite confusing.  The main place where things like web servers are launched is <em>/System/Library/StartupItems/ </em>in there you will find such gems as apache.  How it works is thusly, when the mac boots it goes through every folder inside here and runs any script it finds with the same name as the folder.  To control a service find its folder inside <em>/System/Library/StartupItems </em>and run the script with a switch, for instance in Apache&#8217;s folder poop &#8220;./Apache start&#8221; or stop or restart.  Alternatively you can use the SystemStarter utility by pooping &#8220;SystemStarter start Apache&#8221;.  Oh yeah, I still haven&#8217;t a clue how these services determine whether they should start on bootup or be disabled.</li>
<li>Windows users tend to think of the window as the app and vise versa, on the mac an Application is conceptually something slightly different.  An app just is, or at a push, the entry point of an App or even its very existence is the menu bar right at the top of the screen.  What this means is that closing the very last window an application has open doesn&#8217;t mean that it is no longer running.  You&#8217;ve probably just closed the document.  So there :-p  You can probably work the rest out yourself.  But, don&#8217;t go mad feeling the urge to exit every single running app you haven&#8217;t a document open in.  Most when sitting around won&#8217;t have an impact on your overall system performance, and hey, they&#8217;ll already be waiting for you next time you do need them. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.itchmerry.com/2006/04/switcher_tips.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Landscape gardener</title>
		<link>http://www.itchmerry.com/2006/02/landscape_gardener.html</link>
		<comments>http://www.itchmerry.com/2006/02/landscape_gardener.html#comments</comments>
		<pubDate>Mon, 20 Feb 2006 15:53:34 +0000</pubDate>
		<dc:creator>MRKisThatKid</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.itchmerry.com/2006/02/landscape_gardener.html</guid>
		<description><![CDATA[I&#8217;m having a slow brain week again. From Engadget
Windows Starter 2007 &#8211; Vista without Aero, probably meant for developing nations.
Windows Vista Home Basic &#8211; Basic Windows Vista for your single PC fam, doesn&#8217;t sound like much going on here. Analagous to XP Home.
Windows Vista Home Basic N &#8211; European version of the same, but without [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.itchmerry.com/images/entry/3060000000054243.jpg" height="105" width="150" alt="3060000000054243" />I&#8217;m having a slow brain week again. <a href="http://www.engadget.com/2006/02/19/which-windows-vista-will-you-run-you-have-8-choices/">From Engadget</a></p>
<blockquote><p>Windows Starter 2007 &#8211; Vista without Aero, probably meant for developing nations.</p>
<p>Windows Vista Home Basic &#8211; Basic Windows Vista for your single PC fam, doesn&#8217;t sound like much going on here. Analagous to XP Home.</p>
<p>Windows Vista Home Basic N &#8211; European version of the same, but without Media Player (because of antitrust rulings against MS in the EU).</p>
<p>Windows Vista Home Premium &#8211; This is the one we&#8217;re all probably gonna own. It&#8217;s got Media Center functionality, Cable Card support, the whole home-media shebang.</p>
<p>Windows Vista Business &#8211; Think of it as XP Pro, but Vista.</p>
<p>Windows Vista Business N &#8211; Think of it as XP Pro, but Vista, but Euro.</p>
<p>Windows Vista Enterprise &#8211; Business version of Vista with numerous enterprise features, like Virtual PC, volume encryption, etc.</p>
<p>Windows Vista Ultimate &#8211; Love that name. This one does all of the above (and more); what else do you need to know? It&#8217;s ultimate Windows..</p>
</blockquote>
<p>What a confusing mess.  What I want to know is, which is the one for developers?  Which is the one you have to get if you need a IIS server for asp.net testing?  Anyone?  Or maybe they will do the right thing and make the web server functionality free like with every single other OS on the planet.</p>
<p>I was bored so I installed a copy of vista build 5270 (yeah? what? I don&#8217;t care) and I cannot say that it was a pleasant experience.  I must be getting old, I used to love trying out beta OSs but now it&#8217;s just hell of earth.  Never again.  Vista experience summed up in bullets.</p>
<ul>
<li>OK, started with the install.  You still need a stupid RAID/SATA floppy to provide the installer with a driver, there&#8217;s a whole DVD half empty, why the hell can&#8217;t they provide all the SATA drivers?  There can&#8217;t be that many?  Ubuntu manages it.  It&#8217;s a nuisance because I don&#8217;t keep my floppy drive wired up inside&#8230; I mean, whats the point these days?  So I have to connect it all up just to install windows.</li>
<li>Wasn&#8217;t this release supposed to have a super fast installer using some new fang-led technique? Well, it took freaking hours. It was largly unattended though, so I guess that&#8217;s a plus?</li>
<li>It took me straight into the super cool graphic mode with transparent everything.  However, I was a tad disappointed with speed.  Some things were nice and fluid, windows appear on the screen in quite a tasty manor, they zoom towards you a teensy weensy bit all whilst fading.  It&#8217;s effective.  But, the usual test of dragging windows around the screen is a bit on the jerky side.  I have a 6600GT with 128MB so I figured it would be able to do quite a decent job.  This is in 1600&#215;1200, which shouldn&#8217;t be too tricky in this day and age.  I hope nVidia have still a lot of optimising to do.</li>
<li>I occasionally saw corruption on the screen.  Black lines appearing over the top of firefox&#8217;s toolbar was a common one.</li>
<li>There&#8217;s a severe shortage of compatible drivers.  And even vista drivers seem to refuse to install.  I couldn&#8217;t get the beta of creative&#8217;s sound blaster driver to install at all.  I had to use the <a href="http://www.engadget.com/2006/02/19/which-windows-vista-will-you-run-you-have-8-choices/">KX Project </a>driver, which despite working kept throwing errors.</li>
<li>Almost all the software I use on a regular basis had issues.  Nero wouldn&#8217;t install at all.  Video apps have a huge problem with the graphic system, you can set apps up to trigger the new graphic system to turn off when they run, but even then the only video app which worked properly was VLC.  Others were stuck with software rendering&#8230; blocky with lots of sheering.  And windvd, if you enabled hardware acceleration would crash and you couldn&#8217;t load it again.  Nice.</li>
<li>WinDVD was unable to provide Media Player with DVD functionality.  I then noticed that it was supposed to be able to play DVD&#8217;s straight off this time, albeit with a free software update from microsoft.  But, windows update told me there were no more updates to install.  So I was left scratching my head.</li>
<li>It moans at you even more than XP!  It keep popping up messages for every teensy little nuisense thing. Things like No virus checker (even though it has that defender thing built in).  Oh and it kept suggesting that there was a problem with my hardware!  The cheek!  It got me to do a long drawn out memory test the next boot, and despite my machine passing it with flying colours it kept nagging me to do it again.  Jerk.</li>
<li>This might be a me thing rather than a Vista issue, but I found the sheer number of changes they&#8217;ve made to it to be quite daunting, even for a person who&#8217;s used PC&#8217;s as long as I have.  Especially to explorer (the folders and files viewer I mean) and control panel, and display properties and all that gubbins.  A lot of the changes seem a tad unnecessary too.  And sometimes the organisation is untidy, especially control panel where it feels as if microsoft aren&#8217;t quite sure where to put things.  They have to make a great deal of use of the sidebar panel to give shortcuts to other options because they don&#8217;t know where to categorise them.</li>
</ul>
<p>So in the end vista stayed on my machine for less than a day because it keep making me cry.  If this is the sign of things to come, all these driver and software incompatibilities it will probably be at least a year after vista&#8217;s release before I&#8217;d have a smooth ride with it.</p>
<p>Any no more being a guinea pig.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itchmerry.com/2006/02/landscape_gardener.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scattabrain</title>
		<link>http://www.itchmerry.com/2006/01/scattabrain.html</link>
		<comments>http://www.itchmerry.com/2006/01/scattabrain.html#comments</comments>
		<pubDate>Sat, 28 Jan 2006 20:36:09 +0000</pubDate>
		<dc:creator>MRKisThatKid</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Queer]]></category>
		<category><![CDATA[Warcraft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.itchmerry.com/2006/01/scattabrain.html</guid>
		<description><![CDATA[When I set out to switch to the Itch &#38; Be Merry formula I was hoping to stick to one entry per day and one clear subject per entry.  It would be much neater that way and things would have a point, it would also result in a more consistent blog.  Something ppl [...]]]></description>
			<content:encoded><![CDATA[<p>When I set out to switch to the Itch &amp; Be Merry formula I was hoping to stick to one entry per day and one clear subject per entry.  It would be much neater that way and things would have a point, it would also result in a more consistent blog.  Something ppl could rely on, like a sanitary towel or Des Lynem.  Alas it wasn&#8217;t to be, I&#8217;m way too much of a skattabrain.  So here&#8217;s another directionless mixed bag.</p>
<p><a href="http://www.boingboing.net/2006/01/27/world_of_warcraft_do.html">Look at this with your eyes.</a>  It&#8217;s funny, when I used to play WoW (properly, not the recent short lived mac revival) I kept my sexuality to myself for several reasons, those being it&#8217;s no-ones business, it&#8217;s supposed to be a fantasy game &amp; the majority of players are children who, as we know are probably the most homophobic demographic of all.  Despite this I would now and again say the odd risque thing within the guild, nothing too offensive and mostly just stuff that you would have to know to find humorous.  Thing is, the guild owner was female and bizarrely despite being the owner, none of the other members were female.  So one day, whilst I was in a comical mood and was coming out with stupid double-entandre&#8217;s verging on camp she pm&#8217;d me with &#8220;Are you gay?&#8221;.  She&#8217;s a nurse so her gaydar is quite high andway, so I came clean, and suddenly despite barely speaking to the guild owner since starting the game I was all buddy buddy with them from then on.  So take that blizzard.</p>
<p>Yeah that was a great argument.</p>
<p>I&#8217;m sure I&#8217;ll have won them over.</p>
<p>I&#8217;m hugely hugely pissed with my brother, he told a friend of his whose dad is having PC trouble that i&#8217;d take a look at it for him.  Without asking me first.  My bro phoned a week ago to tell me and I said straight out that I wouldn&#8217;t do it, that mending ppl&#8217;s comps is the most hideously painfully boring irritating thing in the whole world and besides I barely know his dad&#8230; infering don&#8217;t you know who I am, you&#8217;re my brother for pete&#8217;s sake you should know I have shyness issues god damn you bastard.<br />
So yeah, you&#8217;d think after all that he&#8217;d get back to him and say I couldn&#8217;t do the favour.  Then this morning who turns up at the door&#8230;. yeah you guessed it.  I couldn&#8217;t say no when confronted so now i&#8217;m stuck with it.  Some really freaky things were wrong with his windows install too, you couldn&#8217;t access anything that relied on the RPC Server, such as disk management. And &#8216;net start rpcss&#8217; resulted in a not a valid win32 app error.  Weird huh?  Windows file protection restore scanner doo-dar command line wotsit came up blank so i figured all you could do was re-install.  Fun.</p>
<p>Ppl who aren&#8217;t technically minded should be forced into buying macs.  For the sake of everyone else.  And I&#8217;m seriously buying that T-Shirt that says &#8216;no I will not fix your pc&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itchmerry.com/2006/01/scattabrain.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An iMac and fries please</title>
		<link>http://www.itchmerry.com/2005/11/an_imac_and_fries_please.html</link>
		<comments>http://www.itchmerry.com/2005/11/an_imac_and_fries_please.html#comments</comments>
		<pubDate>Sun, 27 Nov 2005 19:52:41 +0000</pubDate>
		<dc:creator>MRKisThatKid</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://www.itchmerry.com/2005/11/an_imac_and_fries_please.html</guid>
		<description><![CDATA[Orthodontist please give me the good vibes back.
I feel pretty confident that the mac will have its time soon.  Reason I say this is because, as a lot of people are saying now, the pc is becoming less and less of an attractive gaming platform, what with the 360 now being released, and the [...]]]></description>
			<content:encoded><![CDATA[<p>Orthodontist please give me the good vibes back.</p>
<p><a href="http://www.flickr.com/photos/blueace/66901221/"><img src="http://static.flickr.com/32/66901221_e0ea81bc94_m.jpg" /></a>I feel pretty confident that the mac will have its time soon.  Reason I say this is because, as a lot of people are saying now, the pc is becoming less and less of an attractive gaming platform, what with the 360 now being released, and the pc game designers have done their level best to ensure that PC owners are disenfranchised by with their ensessent pursuit of the newest and bruitelist hardware, producing games that only run properly on the latest 400 dollar graphics hardware.  Within months of upgrading a PC it&#8217;s deemed obsolete and Quake 4533 runs at less than 10 frames per second.  Hardly worth-while is it?</p>
<p>And as everybody knows, the only reason people buy PC&#8217;s is the opportunity of playing games as a relief to being driven to insane boredom by office.</p>
<p>So as more and more people give up on PC&#8217;s because of having to spend 400 dollars every 6 months, and developers giving up because of the rampant piracy, the more people will think about getting a Mac with an xbox as a side dish.  After all, even PC owners acknowledge that macs are better at everything except games.</p>
<p>Splishy sploshy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itchmerry.com/2005/11/an_imac_and_fries_please.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bang for your buck</title>
		<link>http://www.itchmerry.com/2005/11/bang_for_your_buck.html</link>
		<comments>http://www.itchmerry.com/2005/11/bang_for_your_buck.html#comments</comments>
		<pubDate>Sat, 05 Nov 2005 15:34:43 +0000</pubDate>
		<dc:creator>MRKisThatKid</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Geforce]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Videolan]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.itchmerry.com/2005/11/bang_for_your_buck.html</guid>
		<description><![CDATA[I really want to escape the entire world of the wintel PC altogether now.  My iBook is just a flavour of clean, ordered efficiency.  My PC may be powerful but jez, it&#8217;s so messy and frustrating. Not to mention depressing, I wonder how many of my personal problems I can pin down to [...]]]></description>
			<content:encoded><![CDATA[<p>I really want to escape the entire world of the wintel PC altogether now.  My iBook is just a flavour of clean, ordered efficiency.  My PC may be powerful but jez, it&#8217;s so messy and frustrating. Not to mention depressing, I wonder how many of my personal problems I can pin down to the pc.  </p>
<p>It only got more depressing because today I decided to put my geforce 6600gt back in so that I can see if games work.  Turns out they do, and Call of Duty 2 is absolutely incredible.  It was the first thing i tried, so i figured ah, the 6600 must be working again now then.  But sadly it isn&#8217;t, video files&#8217;s still cause stop errors, whether i try vlc, bsplayer, or windvd.  They also hang the pc even if i tell the apps not to use the video overlay (also sometimes known as hardware/video acceleration).  BUT, if I boot into ubuntu and try a video in there they work.</p>
<p>So, the evidence&#8230;</p>
<ul>
<li>No problems at all if the 4200ti is plugged in instead of the 6600gt</li>
<li>In windows with the 6600gt all videos, however played and in any video app hang windows.</li>
<li>Games work fine, including recent hardware intensive ones irrespective of the graphic card.</li>
<li>Video&#8217;s play fine in ubuntu irrespective of the card plugged in</li>
</ul>
<p>You would conclude from the evidence that the problem lay with windows and that a fresh install would fix things.  This is where it gets depressing, I&#8217;ve spent the majority of the day re-installing windows yuck.  Even worse, the problem persists.  So somehow the 6600gt is broken, and somehow the fault only affects video&#8217;s and only when played in Windows.</p>
<p>I can&#8217;t even remember where I bought the damn thing.</p>
<p>Will someone please buy me a nice shiny new iMac g5, the bigger one please.  And take this damned beige heap of junk away with you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itchmerry.com/2005/11/bang_for_your_buck.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

