<?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>web development helpdesk &#187; windows</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Where to install custom brushes in Photoshop CS4</title>
		<link>http://helpdesk.objects.com.au/tools/where-to-install-custom-brushes-in-photoshop-cs4?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=where-to-install-custom-brushes-in-photoshop-cs4</link>
		<comments>http://helpdesk.objects.com.au/tools/where-to-install-custom-brushes-in-photoshop-cs4#comments</comments>
		<pubDate>Thu, 26 Nov 2009 03:37:12 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[brush]]></category>
		<category><![CDATA[brush set]]></category>
		<category><![CDATA[CS3]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1321</guid>
		<description><![CDATA[The location to install Adobe CS4 brushes depends on the OS Mac: /Library/Application Support/Adobe/Adobe Photoshop CS4/Presets. Windows XP: [Drive]:\Document and Settings\\Application Data\Adobe\Adobe Photoshop CS4\Presets Windows Vista: [Drive]:\Users\\AppData\Roaming\Adobe\Adobe Photoshop CS4\Presets. Copy the brush set (.abr file) into the appropriate Presets directory and they will appear as presets in the Photoshop (you will need to restart Photoshop [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/tools/where-to-install-custom-brushes-in-photoshop-cs4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How is System.nanoTime() implemented in Windows</title>
		<link>http://helpdesk.objects.com.au/java/how-is-system-nanotime-implemented-in-windows?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-is-system-nanotime-implemented-in-windows</link>
		<comments>http://helpdesk.objects.com.au/java/how-is-system-nanotime-implemented-in-windows#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:53:26 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[nanoTime]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1143</guid>
		<description><![CDATA[The method System.nanoTime() is implemented on Windows using the QueryPerformanceCounter API if available. How the QueryPerformanceCounter is implemented is hardware dependent. Related posts: How is System.currentTimeMillis() implemented in Windows The method System.currentTimeMillis() is implemented using GetSystemTimeAsFileTime on the Windows... Redirect system out to text component We&#8217;ve all got code riddled with System.out.println() messages. We should... [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-is-system-nanotime-implemented-in-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How is System.currentTimeMillis() implemented in Windows</title>
		<link>http://helpdesk.objects.com.au/java/how-is-system-currenttimemillis-implemented-in-windows?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-is-system-currenttimemillis-implemented-in-windows</link>
		<comments>http://helpdesk.objects.com.au/java/how-is-system-currenttimemillis-implemented-in-windows#comments</comments>
		<pubDate>Wed, 05 Aug 2009 00:45:33 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[currentTimeMillis]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1140</guid>
		<description><![CDATA[The method System.currentTimeMillis() is implemented using GetSystemTimeAsFileTime on the Windows platform. This means it uses the same low resolution value that Windows maintains and is pretty quick. Related posts: How is System.nanoTime() implemented in Windows The method System.nanoTime() is implemented on Windows using the QueryPerformanceCounter... Redirect system out to text component We&#8217;ve all got code [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-is-system-currenttimemillis-implemented-in-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert file path with space to a URL</title>
		<link>http://helpdesk.objects.com.au/java/how-to-convert-file-path-with-space-to-a-url?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-convert-file-path-with-space-to-a-url</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-convert-file-path-with-space-to-a-url#comments</comments>
		<pubDate>Mon, 03 Aug 2009 00:43:19 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[spaces]]></category>
		<category><![CDATA[URI]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1110</guid>
		<description><![CDATA[Many developers use the toURL() method of the File class to convert a File to a URL. This method however does not handle correctly escaping characters that are illegal in URL&#8217;s (such as spaces) and has been deprecated. To convert a File to a URL you should instead first use the toURI() method to convert [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-convert-file-path-with-space-to-a-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where can I download the old javacomm for Windows jar?</title>
		<link>http://helpdesk.objects.com.au/java/where-can-i-download-the-old-javacomm-for-windows-jar?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=where-can-i-download-the-old-javacomm-for-windows-jar</link>
		<comments>http://helpdesk.objects.com.au/java/where-can-i-download-the-old-javacomm-for-windows-jar#comments</comments>
		<pubDate>Tue, 09 Dec 2008 08:19:22 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[javacomm]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=623</guid>
		<description><![CDATA[Last we checked you could still download it here. Related posts: Where can I download jimi classes? A jar containing the Jimi class is available at http://josi.objects.com.au/downloads_files/jimi.jar... How is System.currentTimeMillis() implemented in Windows The method System.currentTimeMillis() is implemented using GetSystemTimeAsFileTime on the Windows... How is System.nanoTime() implemented in Windows The method System.nanoTime() is implemented on [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/where-can-i-download-the-old-javacomm-for-windows-jar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

