<?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>rhodzy.com &#187; Tech Tips</title>
	<atom:link href="http://rhodzy.com/category/technology/tip-of-the-day/feed" rel="self" type="application/rss+xml" />
	<link>http://rhodzy.com</link>
	<description></description>
	<lastBuildDate>Fri, 20 Jan 2012 17:37:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Reverse Scrolling Windows XP</title>
		<link>http://rhodzy.com/reverse-scrolling-windows-xp</link>
		<comments>http://rhodzy.com/reverse-scrolling-windows-xp#comments</comments>
		<pubDate>Wed, 27 Jul 2011 09:53:47 +0000</pubDate>
		<dc:creator>rhodzy</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[scrolling]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://rhodzy.com/reverse-scrolling-windows-xp</guid>
		<description><![CDATA[OS X Lion (Home) + Windows XP (Work) Well since upgrading to OSX Lion at home, I wasn’t too fond on the reverse scrolling, but after using it for a while, I actually love it! The only problem is now &#8230; <a href="http://rhodzy.com/reverse-scrolling-windows-xp">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OS X Lion (Home) + Windows XP (Work)</p>
<p>Well since upgrading to OSX Lion at home, I wasn’t too fond on the reverse scrolling, but after using it for a while, I actually love it! The only problem is now when I come to use my Windows machine at work, I find it incredibly annoying that I don’t have reverse scrolling and there is no option anywhere on the system.</p>
<p>Then a quick search on Google fetched up the following site… http://rzy.me/19s</p>
<p>It works like a treat and now I have reverse scrolling on my Windows machine. No more getting frustrated with scrolling!</p>
]]></content:encoded>
			<wfw:commentRss>http://rhodzy.com/reverse-scrolling-windows-xp/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VBS script to get a remote computer&#8217;s serial number</title>
		<link>http://rhodzy.com/vbs-script-to-get-a-remote-computers-serial-number</link>
		<comments>http://rhodzy.com/vbs-script-to-get-a-remote-computers-serial-number#comments</comments>
		<pubDate>Mon, 08 Nov 2010 07:29:07 +0000</pubDate>
		<dc:creator>rhodzy</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[techy / geeky]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[computer name]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[serial number]]></category>
		<category><![CDATA[VNS]]></category>
		<category><![CDATA[Win32]]></category>

		<guid isPermaLink="false">http://rhodzy.com/?p=1562</guid>
		<description><![CDATA[I had a task to do at the office the other day of getting Asset information, I got the companies asset details no problem, but when it came to getting the serial number&#8230; well I forgot, not a very good &#8230; <a href="http://rhodzy.com/vbs-script-to-get-a-remote-computers-serial-number">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had a task to do at the office the other day of getting Asset information, I got the companies asset details no problem, but when it came to getting the serial number&#8230; well I forgot, not a very good start to see the least to say I had to travel 270 miles to the office.</p>
<p>I had a quick search on the net and finally came across this script:</p>
<blockquote><p>ComputerName = InputBox(&#8220;Machine Name To Query&#8221;)</p>
<p>winmgmt1 = &#8220;winmgmts:{impersonationLevel=impersonate}!//&#8221;&amp; ComputerName &amp;&#8221;"<br />
Set SerialN = GetObject( winmgmt1 ).InstancesOf (&#8220;Win32_BIOS&#8221;)</p>
<p>For each Serial in SerialN<br />
MsgBox &#8220;Serial Number: &#8221; &amp; Serial.SerialNumber<br />
Next</p></blockquote>
<p>How to use:</p>
<p>1) Fire up Notepad<br />
2) Paste the above into it<br />
3) Save the file with the extension .VBS<br />
4) Double click<br />
5) Enter the remote computer name<br />
6) Voila the serial number will appear</p>
<p>Something so simple, saved me a lot of time / miles and fuel!<br />
Hope it helps for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://rhodzy.com/vbs-script-to-get-a-remote-computers-serial-number/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Shortcut: Quick Hide Dock</title>
		<link>http://rhodzy.com/mac-os-x-shortcut-quick-hide-dock</link>
		<comments>http://rhodzy.com/mac-os-x-shortcut-quick-hide-dock#comments</comments>
		<pubDate>Sun, 06 Dec 2009 15:20:12 +0000</pubDate>
		<dc:creator>rhodzy</dc:creator>
				<category><![CDATA[iMac / Macbook]]></category>
		<category><![CDATA[osx86]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[techy / geeky]]></category>

		<guid isPermaLink="false">http://rhodzy.co.uk/mac-os-x-shortcut-quick-hide-dock/</guid>
		<description><![CDATA[If you are like me and you are always changing your desktop, moving icons around or just want a different look for the time you are on the computer then this may be handy for you. This shortcut command will &#8230; <a href="http://rhodzy.com/mac-os-x-shortcut-quick-hide-dock">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are like me and you are always changing your desktop, moving icons around or just want a different look for the time you are on the computer then this may be handy for you. </p>
<p>This shortcut command will allow you to quickly hide/show the Mac OS X dock. </p>
<p><strong>⌘-option-d</p>
<p></strong>Pressing it once will hide it, pressing it for a second time will show the dock again.</p>
<p>It doesn’t make it go away permanently, this command only activated / disabled quick hide dock. </p>
]]></content:encoded>
			<wfw:commentRss>http://rhodzy.com/mac-os-x-shortcut-quick-hide-dock/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If an Appulous IPA link was dead&#8230;.</title>
		<link>http://rhodzy.com/if-an-appulous-ipa-link-was-dead</link>
		<comments>http://rhodzy.com/if-an-appulous-ipa-link-was-dead#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:11:04 +0000</pubDate>
		<dc:creator>rhodzy</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://rhodzy.co.uk/if-an-appulous-ipa-link-was-dead/</guid>
		<description><![CDATA[For all you people who know’s what this is all about, here you go. Question:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; If an Appulous IPA link was dead before you clicked it. The original plugin was the ________ Links Checker.? Answer: &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Cavern]]></description>
			<content:encoded><![CDATA[<p>For all you people who know’s what this is all about, here you go. </p>
<p>Question:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;   If an Appulous IPA link was dead before you clicked it. The original plugin was the ________ Links Checker.?</p>
<p>Answer: &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Cavern</p>
]]></content:encoded>
			<wfw:commentRss>http://rhodzy.com/if-an-appulous-ipa-link-was-dead/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updated iPhone Stuff Page&#8217;s</title>
		<link>http://rhodzy.com/updated-iphone-stuff-pages</link>
		<comments>http://rhodzy.com/updated-iphone-stuff-pages#comments</comments>
		<pubDate>Thu, 29 Oct 2009 07:26:34 +0000</pubDate>
		<dc:creator>rhodzy</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[techy / geeky]]></category>

		<guid isPermaLink="false">http://rhodzy.co.uk/?p=1240</guid>
		<description><![CDATA[It&#8217;s been along time and almost forgotten about but the iPhone Stuff section still gets the most set of search results. I first added these back in 2008 and since then never thought to update the source list, nor the &#8230; <a href="http://rhodzy.com/updated-iphone-stuff-pages">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been along time and almost forgotten about but the iPhone Stuff section still gets the most set of search results. I first added these back in 2008 and since then never thought to update the source list, nor the firmware download links.</p>
<p>These have now been done and i&#8217;m hoping to see a steady increase of new visitors with the new sources and firmware links : ) fingers crossed! I have been meaning to update them for some time but it&#8217;s just one of those &#8220;Im gunna&#8221; and as we all know those &#8220;Im gunna Jobs&#8221; Never really seem to come around and you keep putting them to the back of your mind and before long its long forgotten about.</p>
<p>I created the sources last night and got together lots and lots of information together ready for me just to click the update button this morning, like this blog post, set to publish automatically : )</p>
<p>Check out the<a href="http://rhodzy.co.uk/iphone-stuff/" target="_blank"> iPhone Stuff</a> section if you want to view the sources for Cydia and the Firmware direct download links from Apple.</p>
]]></content:encoded>
			<wfw:commentRss>http://rhodzy.com/updated-iphone-stuff-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Permanent Follow Friday Widget! (Twitter)</title>
		<link>http://rhodzy.com/my-permanent-follow-friday-widget-twitter</link>
		<comments>http://rhodzy.com/my-permanent-follow-friday-widget-twitter#comments</comments>
		<pubDate>Tue, 27 Oct 2009 12:40:38 +0000</pubDate>
		<dc:creator>rhodzy</dc:creator>
				<category><![CDATA[lifestyle & health]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[techy / geeky]]></category>
		<category><![CDATA[This is me]]></category>

		<guid isPermaLink="false">http://rhodzy.co.uk/my-permanent-follow-friday-widget-twitter/</guid>
		<description><![CDATA[If you are like me and get bored very easily or just do not have a time to do the #ff or #followfridays on twitter then maybe this could be for you. If you are a blogger and I’m guessing &#8230; <a href="http://rhodzy.com/my-permanent-follow-friday-widget-twitter">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are like me and get bored very easily or just do not have a time to do the #ff or #followfridays on twitter then maybe this could be for you. </p>
<p>If you are a blogger and I’m guessing there are probably alot of bloggers on twitter then this plugin maybe for you! </p>
<p>Due to keep forgetting to do the #ff #followfriday hash tags on twitter I do generally feel bad as I follow some great people such as @eckafatcat @ijustine @sarkie_dave and many many more, I should really share them in the follow friday trend that occurs well every friday without fail but I dont. </p>
<p>I am now doing my part on my blog right down at the bottom right hand side you will notice this: </p>
<p><img src="http://rhodzy.co.uk/wp-content/uploads/2009/10/Screenshot2009-10-27at12.50.12.png" alt="Screenshot2009-10-27at12.50.12.png" width="236" height="276" /></p>
<p>Yep there is my permanent #ff #followfriday contribution! Each one of the profile pics updates whenever a user updates there profile image and they are also directly linkable to the users twitter page, you can add as many people as you want, I have only currently added the people who I follow the most and who’s updates I check most often! After all I guess that is why the #followfriday happens! </p>
<p>Check out the plugin <a href="http://wordpress.org/extend/plugins/wp-followfriday/screenshots/">here</a></p>
<p>Just place the widget any where you like on your site <img src='http://rhodzy.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </p>
<p>Happy tweeting! @rhodzy</p>
]]></content:encoded>
			<wfw:commentRss>http://rhodzy.com/my-permanent-follow-friday-widget-twitter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number of rings before divert to voicemail &#8211; BlackBerry</title>
		<link>http://rhodzy.com/number-of-rings-before-divert-to-voicemail-blackberry</link>
		<comments>http://rhodzy.com/number-of-rings-before-divert-to-voicemail-blackberry#comments</comments>
		<pubDate>Mon, 26 Oct 2009 13:44:14 +0000</pubDate>
		<dc:creator>rhodzy</dc:creator>
				<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[Posted from BlackBerry Device]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[techy / geeky]]></category>
		<category><![CDATA[This is me]]></category>

		<guid isPermaLink="false">http://rhodzy.co.uk/number-of-rings-before-divert-to-voicemail-blackberry/</guid>
		<description><![CDATA[It’s been bugging me for a while now and didn’t want to ring up the Mobile Operator as well&#8230;.they are pretty usless if am honest! Blackberry Bold &#8211; Diverts to Voicemail after two rings (well I hear two rings) Needed &#8230; <a href="http://rhodzy.com/number-of-rings-before-divert-to-voicemail-blackberry">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It’s been bugging me for a while now and didn’t want to ring up the Mobile Operator as well&#8230;.they are pretty usless if am honest! </p>
<p>Blackberry Bold &#8211; Diverts to Voicemail after two rings (well I hear two rings) Needed to make it longer, but didn’t want to turn off the voicemail. </p>
<p>Simple, heres how to do it: </p>
<p>Type this is your blackberry: </p>
<p><strong>*#104#</strong> then hit send &#8211; this will fetch up your mailbox number (make a note of this as you will need it in the next step) </p>
<p>Now you need to enter this: </p>
<p><strong>**61+mailboxnumber*11*30#</strong> then hit send &#8211; this will tell your operator you want to divert all calls after 30 seconds, this allows your phone to ring much more before going to voicemail. </p>
]]></content:encoded>
			<wfw:commentRss>http://rhodzy.com/number-of-rings-before-divert-to-voicemail-blackberry/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

