<?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>john.geek.nz - 38911 Basic Bytes Free &#187; Mac OS X Tips</title>
	<atom:link href="http://www.john.geek.nz/category/tips/macosxtips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.john.geek.nz</link>
	<description>SQL Tips, Apple Tips and Randomness</description>
	<lastBuildDate>Tue, 17 Jan 2012 20:18:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stopping Javascript from resizing the window in Firefox</title>
		<link>http://www.john.geek.nz/2010/10/stopping-javascript-from-resizing-the-window-in-firefox/</link>
		<comments>http://www.john.geek.nz/2010/10/stopping-javascript-from-resizing-the-window-in-firefox/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 22:30:02 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Mac OS X Tips]]></category>
		<category><![CDATA[PC Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1596</guid>
		<description><![CDATA[One of my pet hates on the internet is shopping sites which resize the window when you're looking at a zoomed in image. Not all of us still use a windowed browser, in fact, most people now use a tabbed one.

Here's how to stop javascript from taking control of your window size in firefox....

Firstly, ...]]></description>
			<content:encoded><![CDATA[<p>One of my pet hates on the internet is shopping sites which resize the window when you&#8217;re looking at a zoomed in image. Not all of us still use a windowed browser, in fact, most people now use a tabbed one.</p>
<p>Here&#8217;s how to stop javascript from taking control of your window size in firefox&#8230;.<br />
<span id="more-1596"></span><br />
Firstly, Select &#8220;Preferences&#8221; from the &#8220;Edit&#8221; menu.</p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2010/10/Screenshot-Firefox-Preferences.png"><img src="http://www.john.geek.nz/wp-content/uploads/2010/10/Screenshot-Firefox-Preferences-300x266.png" alt="" title="Screenshot-Firefox Preferences" width="300" height="266" class="alignnone size-medium wp-image-1598" /></a></p>
<p>Click the advanced button&#8230;</p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2010/10/Screenshot-Advanced-JavaScript-Settings.png"><img src="http://www.john.geek.nz/wp-content/uploads/2010/10/Screenshot-Advanced-JavaScript-Settings.png" alt="" title="Screenshot-Advanced JavaScript Settings" width="299" height="200" class="alignnone size-full wp-image-1597" /></a></p>
<p>And uncheck the &#8220;Move or resize existing windows&#8221; option.</p>
<p>Job Done!</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/10/stopping-javascript-from-resizing-the-window-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selective colour replacement with imagemagick</title>
		<link>http://www.john.geek.nz/2010/06/selective-colour-replacement-with-imagemagick/</link>
		<comments>http://www.john.geek.nz/2010/06/selective-colour-replacement-with-imagemagick/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 23:31:07 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[General Randomness]]></category>
		<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Mac OS X Tips]]></category>
		<category><![CDATA[PC Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1590</guid>
		<description><![CDATA[Selective colour replacement is easy from the command line with imagemagick.

You can download imagemagick from http://www.imagemagick.org/

The following will replace all red (#FF0000) pixels with blue (#0000FF)


convert sourceimage.png -fill "#FF0000" -opaque "#0000FF" destimage.png
]]></description>
			<content:encoded><![CDATA[<p>Selective colour replacement is easy from the command line with imagemagick.</p>
<p>You can download imagemagick from <a href="http://www.imagemagick.org/" target="_blank">http://www.imagemagick.org/</a></p>
<p>The following will replace all red (#FF0000) pixels with blue (#0000FF)</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">convert sourceimage.png -fill &quot;#FF0000&quot; -opaque &quot;#0000FF&quot; destimage.png</pre></div></div>

<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/06/selective-colour-replacement-with-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

