<?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>Christopher&#039;s web site &#187; Guides and Tutorials</title>
	<atom:link href="http://chriswoods.co.uk/category/guides-and-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://chriswoods.co.uk</link>
	<description>My little personal cubbyhole on the internets</description>
	<lastBuildDate>Tue, 20 Jul 2010 13:19:34 +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>Tiplet: disabling TinyMCE&#039;s mangling of YouTube embed code</title>
		<link>http://chriswoods.co.uk/2010/02/tiplet-disabling-tinymces-mangling-of-youtube-embed-code/</link>
		<comments>http://chriswoods.co.uk/2010/02/tiplet-disabling-tinymces-mangling-of-youtube-embed-code/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:39:19 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Guides and Tutorials]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[codehack]]></category>

		<guid isPermaLink="false">http://chriswoods.co.uk/?p=109</guid>
		<description><![CDATA[I've been hacking an install of phpns to make it work a little more neatly with my company's web site (which is a real Frankensite and in BAD need of a rip-and-replace).
Anyway, if you use phpns - or any CMS which uses TinyMCE for WYSIWYG text entry / editing - you'll find that if you [...]]]></description>
			<content:encoded><![CDATA[<p>I've been hacking an install of <a href="http://phpns.alecwh.com/">phpns</a> to make it work a little more neatly with my company's web site (which is a real Frankensite and in BAD need of a rip-and-replace).</p>
<p>Anyway, if you use phpns - or any CMS which uses <a href="http://tinymce.moxiecode.com/">TinyMCE</a> for WYSIWYG text entry / editing - you'll find that if you embed code like YouTube links in code view, switch back to WYSIWYG view, then switch back to code view again... All your lovely embed codes are gone!</p>
<p>This was <strong><em>really</em></strong> annoying me, so I decided to have a hunt about for a quick 'n dirty solution. After lots of forum reading, a few things were clear:</p>
<ul>
<li>TinyMCE won't let you easily disable its code cleaning / HTML verification, which sucks</li>
<li>Even the TinyMCE devs aren't quite sure how to efficiently stop this from happening</li>
<li>Trying to fully disable its HTML verification / cleanup routines is nigh-on impossible, the codebase is a spider's web of PHP</li>
<li>and by default, it hates all &lt;object&gt; and &lt;embed&gt; tags, even if you have the TinyMCE Flash plugin installed.</li>
</ul>
<p>This can royally screw with your meticulously-entered YouTube embeds. However, on his blog, Akbar neatly demonstrates a simple but effective method to stop TinyMCE eating your embed code - and all you need to do is add the object and embed tags and possible variables... <a href="http://syedgakbar.wordpress.com/2008/01/28/adding-flash-embed-support-in-tinymce-editor/">There's a full demo, with borrowable code, on his web site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chriswoods.co.uk/2010/02/tiplet-disabling-tinymces-mangling-of-youtube-embed-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tiplet: Recovering a &#039;ghost&#039; domain in DirectAdmin</title>
		<link>http://chriswoods.co.uk/2010/01/tipletrecovering-a-ghost-domain-in-directadmin/</link>
		<comments>http://chriswoods.co.uk/2010/01/tipletrecovering-a-ghost-domain-in-directadmin/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:30:57 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Guides and Tutorials]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://chriswoods.co.uk/?p=57</guid>
		<description><![CDATA[I added a domain name to an account on one of my DirectAdmin-managed servers yesterday, and when I came to tweak some of its settings a few hours later it had mysteriously disappeared from the domains list in the control panel! (I think this was due to a dirty restart of the core DirectAdmin program, [...]]]></description>
			<content:encoded><![CDATA[<p>I added a domain name to an account on one of my DirectAdmin-managed servers yesterday, and when I came to tweak some of its settings a few hours later it had mysteriously disappeared from the domains list in the control panel! (I think this was due to a dirty restart of the core DirectAdmin program, but I'm still not 100% sure). What was strange was that all the files (private and <code>public_html</code>) were still there if I FTPed in, the domain still resolved and loaded if I typed in its URL into a browser - but I couldn't access the control panel settings for it (so no email, no MySQL management etc). A crippled domain.</p>
<p>Even more frustratingly, attempting to rename/delete the domain's folder via FTP or SSH didn't work, and I couldn't re-add the domain to the account as DirectAdmin could (bizarrely) still see that it was already hosting it! Moving/deleting the domain's DNS zone file didn't work, and neither did a DirectAdmin restart. So, Catch 22... What to do?<span id="more-57"></span></p>
<p>I went digging into the server filesystem (using <code>root</code>) and had a look at some of the many catalogue files DirectAdmin uses to remind itself which domains it's hosting. I first checked for a .db file in <code>/var/named/</code> (where the named DNS app stores its zone files for each domain) - the domain's file was still there. I then checked <code>/etc/virtual/domains</code> and <code>/etc/virtual/domainowners</code> (the first file holds a list of domains hosted on the system, and the second shows each domain's owner account), and for some reason while <code>domains</code> still had the problem domain listed, its ownership had disappeared from <code>domainowners</code>.</p>
<p>So, after readding it, saving the file out and restarting DirectAdmin via the control panel's Service Monitor (when logged in as admin), the domain immediately reappeared in the user's control panel and it's working perfectly once again. However, this would've been virtually impossible to fix had I not found some crucial info on the web, including <a href="http://www.binarywebhost.com/forum/index.php?topic=88.0">John's post on Binary Web Host</a>, where I first learnt of the existence of the <code>domains</code> and <code>domainowners</code> files.</p>
<p>Hopefully this helps other people avoid suffering this problem for long if they encounter it - I could find no useful info on the DirectAdmin knowledge base or forums, and it even had my server host stumped too (and they're no cowboys - they had never seen this problem before with DirectAdmin where it hadn't fixed itself after a restart).</p>
]]></content:encoded>
			<wfw:commentRss>http://chriswoods.co.uk/2010/01/tipletrecovering-a-ghost-domain-in-directadmin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cleaning suede or nubuck shoes - what I&#039;ve learnt</title>
		<link>http://chriswoods.co.uk/2010/01/cleaning-suede-or-nubuck-shoes-what-ive-learnt/</link>
		<comments>http://chriswoods.co.uk/2010/01/cleaning-suede-or-nubuck-shoes-what-ive-learnt/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 19:23:22 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Guides and Tutorials]]></category>
		<category><![CDATA[Miscellaneous Whatnots]]></category>
		<category><![CDATA[Oddities]]></category>

		<guid isPermaLink="false">http://chriswoods.co.uk/?p=42</guid>
		<description><![CDATA[
How a boxfresh Ronin should look...
I recently went out in some brand new trainers (a pair of Etnies Ronin skate shoes, which are black and white suede/synthetic material mixture with a white trim round the sole). Unsurprisingly, it rained on Saturday evening, and when I came back my shoes were DESTROYED.
Unfortunately, mine weren't quite caked, [...]]]></description>
			<content:encoded><![CDATA[<p><span style="float: right;"><img class="size-medium wp-image-43" title="Etnies Ronin skate shoes (angle profile)" src="http://chriswoods.co.uk/wp-content/uploads/2009/12/B001BXX9HG.01._SL1500_SCRMZZZZZZ_-300x300.jpg" alt="Etnies Ronin skate shoes (angle profile)" hspace="10" vspace="10" width="300" height="300" /><br />
<small>How a boxfresh Ronin should look...</small></span></p>
<p>I recently went out in some brand new trainers (a pair of <a href="http://www.endless.com/Etnies-etnies-Mens-Ronin-Sneaker/dp/B001BXX9O4">Etnies Ronin skate shoes</a>, which are black and white suede/synthetic material mixture with a white trim round the sole). Unsurprisingly, it rained on Saturday evening, and when I came back my shoes were DESTROYED.</p>
<p>Unfortunately, mine weren't quite caked, but were fairly smattered in nasty looking mud. But what to do? Well, after some careful research (and even more careful testing), here's some tips for cleaning these kinds of skate shoes.</p>
<p>Shoes like the Ronins aren't all suede - they have what Etnies describe as an "action leather upper" combined with synthetic, woven sections (for example, the material around the E motif on the side of the shoe is a different fabric). However, in my case, the whole lot was just smothered with nasty, gunky mud.</p>
<p>So, what to do? <span id="more-42"></span>Well, first thing's first - DON'T TRY TO CLEAN THE SHOES WHILST THEY'RE STILL WET! All you'll do is rub the dirt right into the fibres, ruining them pretty much forever (or until you get them professionally cleaned which could cost a lot). Resisting the temptation to grab the scrubbing brush, put them in a warm place overnight and let the mud dry completely.</p>
<p>Before you start to remove the mud, you'll need a couple of things:</p>
<ul>
<li><strong>A suede brush</strong> (they come in all shapes and sizes; <a href="http://www.howtocleanthings.com/how-to-clean-suede.htm">a photo of one here</a> - <a href="http://www.timpson.com/shop/c/20/shoe-care/s/150/shoe-accessories/g/337/brushes/p/886/wire-suede-brush">I bought mine from Timpson's</a>)</li>
<li><strong>A suede eraser/cleaning block</strong> (or a soft white pencil eraser like a Staedtler if you can't find <a href="http://www.shoeshinekit.com/kisunuster.html">a suede eraser</a> - again, I got one from my local <a href="http://www.timpson.co.uk/shop/c/20/shoe-care/s/150/shoe-accessories/g/337/brushes/p/929/suede-cleaner-block">Timpson's</a>)</li>
<li><strong>A small dish/bucket/container</strong>, into which you'll put a mix of warm tap water and a small amount of bleach or clear vinegar (<em>not</em> brown malt vinegar!)
<ul>
<li>Optionally, something like the <strong>soapbar-shaped Vanish stain remover bar</strong> (which I used)</li>
</ul>
</li>
<li><strong>A small plastic-bristled scrubbing brush</strong> and/or J-cloth/dishcloth (I just used a J-cloth)</li>
<li><strong>Some paper tissues</strong> / absorbent towels or cloths</li>
<li>Some spray-on suede/leather/nubuck protector (<a href="http://www.amazon.com/Kiwi-SELECT-Suede-Nubuck-Protector/dp/B0010TP3BG">Kiwi</a> and <a href="http://www.shoedoctorshop.co.uk/Punch_Instant_Protector_Spray_200ml.htm">Punch</a> make this stuff, along with loads of shoe shops' own brands - I ended up finding some in Asda)</li>
</ul>
<p>Start by using the suede brush to rub off most of the heavy soiling - you'll be surprised, as long as you brush with the nap of the fibre, just how much comes off once the mud's dried. The suede is also more resilient than you'd think - of course, having coloured or very light suede/nubuck shoes will affect the end result slightly as you may have some more permanent discolouration, but my black shoes looked almost spotless after this first brushing.</p>
<p>I ended up starting off gently, then slowly increasing pressure and speed as I got most of the mud off. To continue, I used the suede eraser - it's quite hard and crumbles easily, taking the dirt with it, so I used that to crack off the more stubborn mud flakes and remove some of the smaller stains and marks.</p>
<p>I grabbed the Vanish stain remover bar (it looks like a bar of soap, but you can rub it onto problem stains), daubing it where necessary for the more heavily soiled areas - of which there were, fortunately, not many. Once that was done, I got some water/bleach mixture onto the J-cloth and used it to thoroughly wash the shoes' outer fabric - NOT completely soaking the shoes or utterly drenching the fabric as that's really bad for it. Being methodical is the key here, and then take the time to then go round the shoes with the paper towels and dab off the excess liquid. Repeat for the other shoe, then leave to dry overnight.</p>
<p>Once completely dry, give your shoes a good spray treatment with the protector - this will help to stop moisture ingress and keep your suede/nubuck/leather looking newer for longer! If you have coloured material be sure to test on a discreet area first, juuuuust in case it adversely affects the dye of the material). Some protectors state that the colour of your shoes may darken slightly after application - sometimes it's just unavoidable, but it's for the best in the long run. After the shoes have dried, use the suede brush to bring up the pile of the fibre again to restore some of its natural look. Finally, enjoy your newly-restored shoes again - without having to resort to professional shoe cleaning services!</p>
<p>However if you do need professional suede/nubuck cleaning, a professional shoemakers like <a href="http://taylormadeshoes.co.uk/">James Taylor and Son in London</a> look like a promising place to begin your search. (Watch <a href="http://www.videojug.com/film/how-to-clean-suede-shoes">their VideoJug feature on cleaning suede shoes</a> - recommended viewing for all suede shoe owners regardless)</p>
<p>So, at all costs:</p>
<ul>
<li>avoid washing your shoes straight away, avoid putting your shoes in the washing machine (AWFUL for both the shoes and the washing machine)</li>
<li>avoid using suede/nubuck cleaner as some people report that it actually spoils the fabric completely</li>
<li>don't leave your shoes wet after cleaning them yourself and</li>
<li>don't forget to BUY A MORE APPROPRIATE PAIR OF SHOES FOR MUDDY WEATHER!</li>
</ul>
<p>I learnt that the hard way so you don't have to (fortunately my shoes are as good as new now). Given all this snowy weather we're having, the amount of mud/snow/grit you'll be getting on your shoes is certainly not good for brand new suede or nubuck, so it pays to protect your footwear before you head out the door <img src='http://chriswoods.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://chriswoods.co.uk/2010/01/cleaning-suede-or-nubuck-shoes-what-ive-learnt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Useful timesavers when using XP on a Boot Camped Mac</title>
		<link>http://chriswoods.co.uk/2009/08/shortcut-keys-for-windows-on-a-mac-via-boot-camp/</link>
		<comments>http://chriswoods.co.uk/2009/08/shortcut-keys-for-windows-on-a-mac-via-boot-camp/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 18:40:39 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Guides and Tutorials]]></category>
		<category><![CDATA[Miscellaneous Whatnots]]></category>

		<guid isPermaLink="false">http://chriswoods.co.uk/?p=23</guid>
		<description><![CDATA[I'm using a MacBook Pro at work with Windows XP via Boot Camp - however, I was hampered by the lack of some key keys (pardon the pun) - no delete key! How do I Ctrl-Alt-Del? Argh! After some careful searching, I came across a great page listing most, if not all, of the various [...]]]></description>
			<content:encoded><![CDATA[<p>I'm using a MacBook Pro at work with Windows XP via Boot Camp - however, I was hampered by the lack of some key keys (pardon the pun) - no delete key! How do I Ctrl-Alt-Del? Argh! After some careful searching, I came across a great page listing most, if not all, of the various shortcut key combos you might need when using Windows on a Mac... <a href="http://www.everymac.com/systems/apple/macbook_pro/faq/macbook-pro-windows-xp-second-button-ctrl-alt-delete.html">Kudos to EveryMac for the list</a>.</p>
<p>Also, a handful of quick tips which I found useful when I was first beginning to learn the ways of the Fruit:</p>
<ul>
<li>If you want to eject your CD/DVD from your Mac's drive without booting into an OS, just press and hold the left mousekey when booting up.</li>
<li>If you want to display the boot selection screen <em>(to choose between OSX, Windows or an external drive / Install DVD)</em> press and hold Alt during boot until the menu's displayed.</li>
<li>If you want to change your default OS for dualbooting, use the Boot Camp Assistant applet <em>(found in the Control Panel in Windows, and similarly in the OSX Options)</em>. In Windows, you can also quickly reboot into OSX by clicking on the Assistant system tray and choosing "reboot into Mac OS X".</li>
</ul>
<p>Next, something I found VERY useful: you can change your keyboard layout back to the regular Windows layout!</p>
<p>Lots more info after the jump...</p>
<p><span id="more-23"></span>If you're a touch-typist (like me), Boot Camp installs two keyboard layouts in Windows. UK English keyboards have a slightly different configuration - @ symbol is over by the Return key and not on the Number 2 key - inverted commas (") are there instead. The backslash is also over by the left Shift key, not by the Return key (on regular keyboards, the Hash/Pound symbol is usually on the key where Apple chose to put their backslash).</p>
<p>To revert back to the regular British English keyboard layout, it's actually childishly simple. As I set Windows up as English (United Kingdom), the Boot Camp Assistant installed "United Kingdom (Apple)" alongside - and it also set it as default. However, as I explained, to my muscle memory inverted commas (") are Shift-2 and the @ symbol is Shift-" (as shown on the MacBook keyboard), etc...</p>
<p>Having multiple locales and keyboard layouts installed makes Windows display the Language bar in the system tray. Using it, you can temporarily switch between the two layouts. To permanently set the standard British English layout, go into the Control Panel, open up Regional and Language Options, go to the Languages tab and then choose "English (United Kingdom) - United Kingdom". Hit Apply and OK, and you're done. Thank you Apple for not overwriting the default keyboard layout!</p>
<p>One insanely useful Windows feature which Macs still lack: you can open ANY program's main menus by using the appropriate hotkey (apart from programs designed with a nonstandard GUI - 99.9% of all apps have a standardised set of menus up top). For example, if you have a program open, pressing Ctrl+F will open the File menu. Not sure what the key combo is? Just open the menu, and every option with a shortcut key available will display it underlined. <em>(So to close Firefox for example, you can go Alt-F -&gt; X)</em>. If you hold down Alt, usually the "hotkey" to open each menu will gain a little underline to indicate what to press.</p>
<p>You can get ridiculously fast at navigating your way through menus once you learn your shortcut keys! It's one of the features I miss the most in OSX; I know you can open menus by clicking with the mouse, but that's not the point if you're a keyboard warrior like me <img src='http://chriswoods.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <em>(I hate using a mouse, it's such a slow way of interfacing with a computer.)</em></p>
<p>And while I'm at it, here's some generic Windows shortcuts for everyone to enjoy - mostly learnt through trial-and-error:<br />
<em>(For those not quite familiar with the lingo, Apple key is also known as 'Command', Alt is also known as 'Option')</em></p>
<ul>
<li>Command+D: minimise / maximise all open windows, aka "Show Desktop".</li>
<li>Command+R: open Run box.</li>
<li>Alt+Spacebar: opens the foremost application window's context menu <em>(useful if you need to resize/move/close a window and your mouse batteries have died!)</em> Once the menu's open, just press the key for the underlined letter to select which option you want.</li>
<li>Alt+F4: close current application/window.</li>
<li>Ctrl+Escape: open Start menu (handy if you're using an old USB keyboard which doesn't have a Windows key on it).</li>
<li>Ctrl-Alt-Delete: show Task Manager <em>(useful to kill errant programs).</em>
<ul>
<li>On a MacBook Pro keyboard, which doesn't have its own Delete key, you have to press Ctrl-Alt-Fn-Backspace <em>(doesn't matter in which order they're pressed; make an impressive t-t-t-tap sound whilst doing it! Impress your friends and loved ones!)</em></li>
</ul>
</li>
<li>Alt-Tab: like on a Mac, this opens the Alt-Tab menu, which you can use to "tab" through application windows. If you want to back out from changing windows, just hit Escape before letting go of the Alt key. 
<ul>
<li>Windows XP lets you tab through *all* of your application windows, not just each open application - this can greatly increase your productivity if you're working with lots of open windows in Photoshop, for example <em>(instead of only being able to quickly select the Photoshop window and still having to mouse over to the appropriate image window).</em></li>
</ul>
</li>
<li>In Vista, Command-Tab brings up the Aero interface equivalent of Alt-Tab called "Flip 3D" - a shameless Exposé ripoff which gives you realtime previews of your open app windows. I never use it, but some Vista users swear by it.</li>
<li>Fn-'strange key next to right Shift key': enable/disable Insert functionality <em>(Insert lets you replace text as you type, if you put the pointer/caret at the front of a line of text... Don't forget you've left it on if you're typing something in your word processor!)</em></li>
<li>Ctrl+A: select all text in current active window. <em>(OSX equivalent: Command+A)</em></li>
<li>Shift+Ctrl+arrowkey: select entire word in that direction. <em>(OSX equivalent: Shift+Command+arrowkey)</em></li>
<li>Ctrl+arrowkey: jump left/right by an entire word. <em>(OSX equivalent: Alt+arrowkey)</em></li>
<li>Take screenshot of entire screen and save to clipboard: Fn-Shift-F11.</li>
<li>Take screenshot of active window and save to clipboard: Fn-Alt-Shift-F11.
<ul>
<li><em>You'll need to paste the image into Paint or your image editor of choice - Windows doesn't save screenshots to files. If you're looking for a nifty free imageviewer, try <a href="http://irfanview.com">IrfanView</a>.</em></li>
</ul>
</li>
<li>Enable/disable Number Lock: Fn-F6.</li>
<li>Alt GR <em>(aka Right Alt Key, which only British English keyboards have)</em>: Alt+Ctrl+key <em>(so for é = Alt+Ctrl+e. Essential for accents!)</em></li>
<li>In web browsers: Ctrl+T to open new tab, Ctrl+W to close tab. <em>(OSX equivalents: Apple+T, Apple+W respectively)</em></li>
<li>Command-F / F3 key: open Search facility.</li>
<li>For Terminal/commandline users... The Pipe symbol (¦): Ctrl+Alt+(key-next-to-1) <em>(has a plus/minus and Section symbol on it)</em></li>
<li>Tilde symbol (~): Shift+(MBP-backslash-key) <em>(next to the Return key, middle row)</em></li>
<li>Fn+Backspace <em>(Delete)</em>: Send selected file(s) to Recycle Bin.</li>
<li>Shift+Fn+Backspace <em>(Shift+Delete)</em>: Permanently delete selected file(s), bypassing the Recycle Bin. No Purgatory for you!</li>
<li>Hold down Shift and click the left mousebutton <em>(or use up/down/left/right arrowkeys)</em> to select a range of files/icons anywhere (Windows Explorer, Outlook, a web page etc.)</li>
<li>Hold down Ctrl and click the left mousebutton <em>(or use up/down/left/right arrowkeys)</em> to selectively choose files/icons anywhere (Windows Explorer, Outlook, a web page etc.)
<ul>
<li>You can use the spacebar as you would use the left mousebutton. Give it a try: in a list of emails or desktop icons, hold Ctrl. Hit Space, and the file is selected. Press the up/down arrowkey and the selector moves up/down one; skip past a few and hit Spacebar again and those two files are selected. Holding Shift after making your first selection with select every consecutive file automatically. Magic!</li>
</ul>
</li>
</ul>
<p>Phew, that list just keeps on growing and growing...</p>
<p>If you have "Use All F1, F2, etc. keys as standard function keys" enabled in Boot Camp Assistant, you can still use the Mac shortcuts - just hold down the Fn key and press your desired shortcut key. If it fails to work even after you've enabled the option, Boot Camp may need to be reinstalled - just pop your Mac OS X install disc back in, and rerun the Boot Camp Drivers installer. Reboot, and it should reappear again.</p>
<p>Apple have also published a pretty-much-full list of the various shortcuts for MBP-Windows users <a href="http://support.apple.com/kb/HT1220">in their Boot Camp knowledgebase</a>.</p>
<p>Happy powerworking!</p>
]]></content:encoded>
			<wfw:commentRss>http://chriswoods.co.uk/2009/08/shortcut-keys-for-windows-on-a-mac-via-boot-camp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
