<?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>Ben HusonBen Huson &raquo; &#187; OS X</title>
	<atom:link href="http://www.benhuson.co.uk/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benhuson.co.uk</link>
	<description>Web Designer and Developer</description>
	<lastBuildDate>Tue, 20 Jul 2010 21:03:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>JavaScript moveTo(0, 0) in FireFox OS X not working</title>
		<link>http://www.benhuson.co.uk/2010/01/15/javascript-moveto0-0-in-firefox-os-x-not-working/</link>
		<comments>http://www.benhuson.co.uk/2010/01/15/javascript-moveto0-0-in-firefox-os-x-not-working/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 20:37:30 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.benhuson.co.uk/?p=1313</guid>
		<description><![CDATA[Here&#8217;s a weird JavaScript FireFox bug&#8230; In OS X, for some reason the following javascript was not positioning the FireFox browser window to the top left of the screen. window.moveTo&#40;0, 0&#41;; Solution Not sure what causes the problem but it seems to work find if you position the window 1 pixel lower. window.moveTo&#40;0, 1&#41;;]]></description>
			<content:encoded><![CDATA[<p><strong>Here&#8217;s a weird JavaScript FireFox bug&#8230;</strong></p>
<p>In OS X, for some reason the following javascript was not positioning the FireFox browser window to the top left of the screen.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">window.<span style="color: #660066;">moveTo</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<h3>Solution</h3>
<p>Not sure what causes the problem but it seems to work find if you position the window 1 pixel lower.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">window.<span style="color: #660066;">moveTo</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.benhuson.co.uk/2010/01/15/javascript-moveto0-0-in-firefox-os-x-not-working/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS X SOAP Client &#8211; Fixed for Leopard</title>
		<link>http://www.benhuson.co.uk/2009/10/28/mac-os-x-soap-client-fixed-for-leopard/</link>
		<comments>http://www.benhuson.co.uk/2009/10/28/mac-os-x-soap-client-fixed-for-leopard/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 23:28:36 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[XML & RSS]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[WSDL]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.benhuson.co.uk/?p=1157</guid>
		<description><![CDATA[Upgraded to OS X Snow Leopard, Yeah&#8230; Mac OS X SOAP Client not working, boo&#8230; Mac OS X SOAP Client is a great little app which can be used to access and query XML Web Services. I was very disappointed that after upgrading to Snow Leopard the XML result preview tab kept crashing the application. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Upgraded to OS X Snow Leopard, Yeah&#8230;<br />
Mac OS X SOAP Client not working, boo&#8230;</strong><br />
<img class="size-full wp-image-1159 alignright" title="Mac SOAP Client" src="http://www.benhuson.co.uk/wp-content/uploads/mac-soap-client-logo.gif" alt="Mac SOAP Client" width="150" height="150" /><br />
Mac OS X <a href="http://ditchnet.org/soapclient">SOAP Client</a> is a great little app which can be used to access and query XML Web Services. I was very disappointed that after upgrading to Snow Leopard the XML result preview tab kept crashing the application.</p>
<p>Fortunately the application is now an open source project available on <a href="http://code.google.com/p/mac-soapclient/">Google Code</a> and it was only a short matter of time before <a href="http://code.google.com/p/mac-soapclient/issues/detail?id=15">someone came up with a fix</a> &#8211; thank you Howard.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benhuson.co.uk/2009/10/28/mac-os-x-soap-client-fixed-for-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why is my Safari icon pixelated?</title>
		<link>http://www.benhuson.co.uk/2009/10/20/why-is-my-safari-icon-pixelated/</link>
		<comments>http://www.benhuson.co.uk/2009/10/20/why-is-my-safari-icon-pixelated/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 20:24:16 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.benhuson.co.uk/?p=1173</guid>
		<description><![CDATA[No idea why or how this happened. Seemed to happen not long after upgrading to Snow Leopard. Had a search around and found other people had been experiencing blurry/pixelated icons too. Also, this thread on the Apple Support web site. Anyway, I just dragged the Safari application into the dock again and that fixed it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1176 border" title="Why is my Safari icon pixelated?" src="http://www.benhuson.co.uk/wp-content/uploads/pixelate-safari-icon.jpg" alt="Why is my Safari icon pixelated?" width="400" height="190" /></p>
<p><strong>No idea why or how this happened.</strong></p>
<p>Seemed to happen not long after upgrading to <a href="http://www.amazon.co.uk/gp/product/B001AMHWP8?ie=UTF8&amp;tag=benhuson-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B001AMHWP8">Snow Leopard</a>. Had a search around and found other people had been experiencing <a href="http://forums.cocoaforge.com/viewtopic.php?f=6&amp;t=16411">blurry/pixelated icons</a> too. Also, this thread on the <a href="http://discussions.apple.com/message.jspa?messageID=10177535">Apple Support</a> web site.</p>
<p>Anyway, I just dragged the Safari application into the dock again and that fixed it for me &#8211; weird&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benhuson.co.uk/2009/10/20/why-is-my-safari-icon-pixelated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
