<?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 Huson &#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>Fri, 03 Feb 2012 15:27:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Why has my OS X dock icon disappeared?</title>
		<link>http://www.benhuson.co.uk/2010/11/10/dock-icon-disappeared/</link>
		<comments>http://www.benhuson.co.uk/2010/11/10/dock-icon-disappeared/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 22:49:53 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.benhuson.co.uk/?p=1998</guid>
		<description><![CDATA[Tweet So after finding that one of my dock icons appeared pixelated, I recently experienced some of my dock icons become invisible. I&#8217;m not sure what caused it although I think I was running low on disk space at the time so it may have been memory related. All I did to fix it was [...]]]></description>
			<content:encoded><![CDATA[
<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 0px 0px 0px; float: left"><a href="http://redirectingat.com?id=3206X604054&xs=1&url=http%3A%2F%2Ftwitter.com%2Fshare&sref=rss" class="twitter-share-button" data-url="http://www.benhuson.co.uk/2010/11/10/dock-icon-disappeared/" data-count="horizontal" data-via="benhuson">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

 
<span class = "facebook-like" style = "height: 25px;  "><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.benhuson.co.uk/2010/11/10/dock-icon-disappeared/&layout=button_count&send=false&show_faces=false&width=&action=like&colorscheme=light&font=lucida grande" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:25px"></iframe></span><p><img class="alignnone size-full wp-image-2000 border" title="Why has my OS X dock icon dissapeared?" src="http://www.benhuson.co.uk/wp-content/uploads/pixelate-safari-icon1.jpg" alt="" width="400" height="190" /></p>
<p><strong>So after finding that one of my </strong><a href="http://www.benhuson.co.uk/2009/10/20/dock-icon-pixelated/"><strong>dock icons appeared pixelated</strong></a><strong>, I recently experienced some of my dock icons become invisible.</strong></p>
<p>I&#8217;m not sure what caused it although I think I was running low on disk space at the time so it may have been memory related. All I did to fix it was re-drag the application into the dock and the icon reappeared. There&#8217;s also a <a href="http://redirectingat.com?id=3206X604054&xs=1&url=http%3A%2F%2Fdiscussions.apple.com%2Fmessage.jspa%3FmessageID%3D10076494&sref=rss">discussion in the Apple support forums</a> about disappearing icons.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benhuson.co.uk/2010/11/10/dock-icon-disappeared/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaScript moveTo(0, 0) not working in FireFox OS X</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[Tweet 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[
<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 0px 0px 0px; float: left"><a href="http://redirectingat.com?id=3206X604054&xs=1&url=http%3A%2F%2Ftwitter.com%2Fshare&sref=rss" class="twitter-share-button" data-url="http://www.benhuson.co.uk/2010/01/15/javascript-moveto0-0-in-firefox-os-x-not-working/" data-count="horizontal" data-via="benhuson">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

 
<span class = "facebook-like" style = "height: 25px;  "><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.benhuson.co.uk/2010/01/15/javascript-moveto0-0-in-firefox-os-x-not-working/&layout=button_count&send=false&show_faces=false&width=&action=like&colorscheme=light&font=lucida grande" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:25px"></iframe></span><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>4</slash:comments>
		</item>
		<item>
		<title>Mac SOAP Client &#8211; Fixed for OS X Leopard</title>
		<link>http://www.benhuson.co.uk/2009/10/28/mac-soap-client-fixed-for-leopard/</link>
		<comments>http://www.benhuson.co.uk/2009/10/28/mac-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[Tweet Upgraded to OS X Snow Leopard, Yeah&#8230; Mac SOAP Client for OS X not working, boo&#8230; Mac SOAP Client for OS X 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 [...]]]></description>
			<content:encoded><![CDATA[
<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 0px 0px 0px; float: left"><a href="http://redirectingat.com?id=3206X604054&xs=1&url=http%3A%2F%2Ftwitter.com%2Fshare&sref=rss" class="twitter-share-button" data-url="http://www.benhuson.co.uk/2009/10/28/mac-soap-client-fixed-for-leopard/" data-count="horizontal" data-via="benhuson">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

 
<span class = "facebook-like" style = "height: 25px;  "><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.benhuson.co.uk/2009/10/28/mac-soap-client-fixed-for-leopard/&layout=button_count&send=false&show_faces=false&width=&action=like&colorscheme=light&font=lucida grande" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:25px"></iframe></span><p><strong>Upgraded to OS X Snow Leopard, Yeah&#8230;<br />
Mac SOAP Client for OS X 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 <a href="http://redirectingat.com?id=3206X604054&xs=1&url=http%3A%2F%2Fditchnet.org%2Fsoapclient&sref=rss">SOAP Client</a> for OS X 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://redirectingat.com?id=3206X604054&xs=1&url=http%3A%2F%2Fcode.google.com%2Fp%2Fmac-soapclient%2F&sref=rss">Google Code</a> and it was only a short matter of time before <a href="http://redirectingat.com?id=3206X604054&xs=1&url=http%3A%2F%2Fcode.google.com%2Fp%2Fmac-soapclient%2Fissues%2Fdetail%3Fid%3D15&sref=rss">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-soap-client-fixed-for-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why is my OS X dock icon pixelated?</title>
		<link>http://www.benhuson.co.uk/2009/10/20/dock-icon-pixelated/</link>
		<comments>http://www.benhuson.co.uk/2009/10/20/dock-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[Tweet No idea why or how this happened. Seemed to happen not long after upgrading to OS X Snow Leopard. Had a search around and found other people had been experiencing blurry/pixelated dock icons too. Also, this thread on the Apple Support web site. Anyway, I just dragged the Safari application into the dock again and [...]]]></description>
			<content:encoded><![CDATA[
<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 0px 0px 0px; float: left"><a href="http://redirectingat.com?id=3206X604054&xs=1&url=http%3A%2F%2Ftwitter.com%2Fshare&sref=rss" class="twitter-share-button" data-url="http://www.benhuson.co.uk/2009/10/20/dock-icon-pixelated/" data-count="horizontal" data-via="benhuson">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

 
<span class = "facebook-like" style = "height: 25px;  "><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.benhuson.co.uk/2009/10/20/dock-icon-pixelated/&layout=button_count&send=false&show_faces=false&width=&action=like&colorscheme=light&font=lucida grande" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:25px"></iframe></span><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 OS X <a href="http://redirectingat.com?id=3206X604054&xs=1&url=http%3A%2F%2Fwww.amazon.co.uk%2Fgp%2Fproduct%2FB001AMHWP8%3Fie%3DUTF8%26amp%3Btag%3Dbenhuson-21%26amp%3BlinkCode%3Das2%26amp%3Bcamp%3D1634%26amp%3Bcreative%3D19450%26amp%3BcreativeASIN%3DB001AMHWP8&sref=rss">Snow Leopard</a>. Had a search around and found other people had been experiencing <a href="http://redirectingat.com?id=3206X604054&xs=1&url=http%3A%2F%2Fforums.cocoaforge.com%2Fviewtopic.php%3Ff%3D6%26amp%3Bt%3D16411&sref=rss">blurry/pixelated dock icons</a> too. Also, this thread on the <a href="http://redirectingat.com?id=3206X604054&xs=1&url=http%3A%2F%2Fdiscussions.apple.com%2Fmessage.jspa%3FmessageID%3D10177535&sref=rss">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/dock-icon-pixelated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

