<?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>Special Operations</title>
	<atom:link href="http://www.specialops.co.nz/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.specialops.co.nz</link>
	<description>Web development, design, print &#38; video in Auckland, New Zealand</description>
	<lastBuildDate>Mon, 28 Dec 2009 07:05:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Random Post Order in WordPress</title>
		<link>http://www.specialops.co.nz/blog/random-post-order-in-wordpress/</link>
		<comments>http://www.specialops.co.nz/blog/random-post-order-in-wordpress/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 06:12:34 +0000</pubDate>
		<dc:creator>John Gillespie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[get_posts]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[query_posts]]></category>
		<category><![CDATA[random post order]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.specialops.co.nz/?p=738</guid>
		<description><![CDATA[Randomising your post order in WordPress should be as easy as hitting Command-Shift-R to hard refresh your page, but depending on your theme set-up, there are a number of approaches to consider, some more random than others.]]></description>
			<content:encoded><![CDATA[<p class="intro">Randomising your post order in <a title="WordPress" href="http://wordpress.org/">WordPress</a> should be as easy as hitting Command-Shift-R to hard refresh your page, but depending on your theme set-up, there are a number of approaches to consider, some more random than others.</p>
<p><img class="alignright size-medium wp-image-431 no-border" title="WordPress CMS and themes by Special Operations" src="http://www.specialops.co.nz/wp/wp-content/uploads/2009/06/wordpress-com-300x300.png" alt="WordPress CMS and themes by Special Operations" width="210" height="210" />Welcome to the life of a web-developer. “Can you make my bing-bong random?” says the client, but adding, “&#8230;this won’t cost me anything extra will it? I mean, after all, you can just Ctrl-Click your fingers and make it happen?”</p>
<p>Yes, some things are very simple in development and programming, but that doesn&#8217;t mean that hours, days, weeks and years do not go into making them so. Like random post order in WordPress. It’s truly simple once you know how, but knowing how could, unguided, take hours of research&#8230;</p>
<h3>The Plugin Approach</h3>
<p>One of the great things about using WordPress as a <a href="/cms" title="Content Mangement Systems by Special Operations">CMS</a>—perhaps even the greatest—is that there is more than likely an already written plugin for whatever feature you seek. More than likely, but in the case of random post order, there are some limitations to consider&#8230;</p>
<h4>Custom Post Order Plugin</h4>
<p>The <a title="Custom Post Order Plugin" href="http://wordpress.org/extend/plugins/custom-post-order/">Custom Post Order Plugin</a> is an excellent plugin for customising the order of your WordPress posts, with a variety of ordering options including:</p>
<ul>
<li>post date;</li>
<li>post title;</li>
<li>post author;</li>
<li>last time modified;</li>
<li>post slug;</li>
<li>ascending or descending order.</li>
</ul>
<p>Sadly however the Custom Post Order Plugin doesn&#8217;t allow for randomisation, so we will have to scratch it off our list.</p>
<h4>Advanced Random Post Plugin</h4>
<p>Only “officially” compatible with WordPress 2.3.3, and only at the time of writing developed to version 0.2, Daniele Salamina’s <a title="Advanced Random Post Plugin" href="http://www.danielesalamina.it/advanced-random-post#english">Advanced Random Post Plugin</a> still works exactly as advertised, albeit with a few limitations:</p>
<ul>
<li>it only allows a maximum of 5 random posts;</li>
<li>it isn&#8217;t compatible with sticky posts (to be fair these didn’t exist in v2.3), although it allows you to select a post position from where the randomisation takes effect, which may in some circumstances be an acceptable workaround;</li>
<li>it wreaked havoc with a jQuery based slider, in this particular case the slider included in WooThemes’s <a title="Daily Edition theme by WooThemes" href="http://www.woothemes.com/2009/09/daily-edition/"><em>Daily Edition</em></a> theme (and many others).</li>
</ul>
<p>WordPress moves, and updates, extremely quickly, and early 2008—the last time this plugin was updated—is in WordPress terms a very long time ago. Therefore, what is more than likely a partial incompatibility between the CMS and plugin—WordPress 2.9 is a very different beast indeed from v2.3—may lead you to scratch this plugin from your set-up completely.</p>
<h4>Random Posts Plugin</h4>
<p>Rob Marsh’s <a title="Random Posts Plugin" href="http://rmarsh.com/plugins/random-posts/">Random Posts Plugin</a> is an excellent plugin from a family of excellent plugins (<a title="Popular Posts" href="http://rmarsh.com/plugins/popular-posts-plugin/">Popular Posts</a>, <a href="http://rmarsh.com/plugins/similar-posts/" title="Similar Posts"> Similar Posts</a>, <a title="Recent Posts" href="http://rmarsh.com/plugins/recent-posts/"> Recent Posts</a>), with true everything-plus-the-kitchen-sink customisation possible. Able to be deployed as both a sidebar widget and a PHP function, this plugin possesses a near complete language for virtually limitless customisation, including the capacity to render HTML and PHP.</p>
<p>Without extensive customisation however, the Random Post Plugin is limited to generating a single iteration list of posts, outside of the WordPress <a href="http://codex.wordpress.org/The_Loop">Loop</a>, and therefore is not a solution if it is the The Loop itself which you are attempting to randomise, i.e. make random all your WordPress posts, potentially across multiple ‘pages’.</p>
<h3>The Template Approach</h3>
<p>While there is no random post order option available (yet) in WordPress’s increasingly well-designed <a href="http://codex.wordpress.org/Administration_Panels" title="WordPress Dashboard">Dashboard</a>, as of v2.5 randomisation has been included under the hood as a part of the <a title="WordPress Codex" href="http://codex.wordpress.org/Main_Page">template language</a>, and can be invoked as a parameter of both the <code>get_posts</code> and <code>query_posts</code> template tags. </p>
<p>This is a far more elegant solution than a plug-in, as it utilises a functionality of WordPress that is already built-in, and doesn&#8217;t add an extra layer code with the potential for conflict, bloating and deprecation.</p>
<h4>Random Posts Template Example</h4>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;"> $args = array(
	'numberposts' =&gt; -1,
	'post_parent' =&gt; $post-&gt;ID,
        'orderby' =&gt; 'rand'
         );
 query_posts($args);</pre></div></div>

<h4>More information on WordPress Templates</h4>
<p>More detailed documentation on using both <code>query_posts</code> and <code>get_posts</code> can be found at <a href="http://codex.wordpress.org/Template_Tags/get_posts">WordPress.org</a>.</p>
<h3>Command-Shift what you say?</h3>
<p>Yes, all right, if you&#8217;re coding for the Evil Empire, Ctrl-Shift-R or F5 will also do the needful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.specialops.co.nz/blog/random-post-order-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installing Magento in MAMP</title>
		<link>http://www.specialops.co.nz/blog/installing-magento-in-mamp/</link>
		<comments>http://www.specialops.co.nz/blog/installing-magento-in-mamp/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:10:13 +0000</pubDate>
		<dc:creator>John Gillespie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[mamp]]></category>

		<guid isPermaLink="false">http://www.specialops.co.nz/?p=663</guid>
		<description><![CDATA[Magento. Truly the kitchen sink of open source shopping carts and e-commerce packages, and with enough features to shake a stick or spanner at, but like a kitchen sink, it can take a little specialist knowledge to install.]]></description>
			<content:encoded><![CDATA[<p class="intro"><a title="Special Operations and Magento CMS and E-Commerce platform" href="http://www.magentocommerce.com">Magento</a>. Truly the kitchen sink of open source shopping carts and e-commerce packages, and with enough features to shake a stick or spanner at, but like a kitchen sink, it can take a little specialist knowledge to install.</p>
<p>Attempting a localhost installation of Magento v1.3.2.4, using Godsend and development life-saver <a title="MAMP: Personal webserver in OSX" href="http://www.mamp.info/en/index.html">MAMP</a>, I came across an issue unseen in previous versions, and although the issue is documented, it may be of some benefit to explain its work around in more detail, especially when in combination with MAMP</p>
<p>During installation Magento sets cookies, and many browsers will refuse to accept them when the installation is at the MAMP default URL, http://localhost.</p>
<p>As the Magento installation notes explain:</p>
<blockquote><p><span style="color: #000;">DNS resolution (important)</span><br />
During the installation Magento will set cookies and most browsers will refuse to accept cookies for localhost. This can lead to several problems but no error messages. E.g. when trying to set the locale the page will just refresh and revert to the standard En-US locale. To avoid this problem create another entry for localhost in your /etc/hosts file and use that hostname to access the site:<br />
127.0.0.1 locahost www.localhost.com</p></blockquote>
<p>Aside from being unable to set location information during install, I had the more critical issue of being unable to log into the Admin page afterwards, both in Firefox and Safari—basically a complete show stopper.</p>
<p>The workaround is as suggested in the install documentation, but slightly adapted for MAMP.</p>
<h3>Creating a new host in MAMP</h3>
<p>1. Open the MAMP application<br />
2. Navigate to the Hosts panel<br />
3. Create a new entry for localhost:</p>
<p style="padding-left: 30px;"><strong>Server Name</strong>: www.localhost.com<br />
<strong>Disk location</strong>: /Applications/MAMP/htdocs (default MAMP site root)</p>
<p><img class="alignnone size-full wp-image-664" title="Special Operations: Installing Magento in MAMP" src="http://www.specialops.co.nz/wp/wp-content/uploads/2009/11/localhost-mamp.png" alt="Special Operations: Installing Magento in MAMP" width="537" height="483" /></p>
<p>Which has the effect of changing your Magento installation location:</p>
<p style="padding-left: 30px;"><strong>Default MAMP installation URL</strong>: http://localhost/magento<br />
<strong>New MAMP installation URL</strong>: http://www.localhost.com/magento</p>
<p>Your browser will now accept cookies, and critical access to the Magento Admin page will be restored.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.specialops.co.nz/blog/installing-magento-in-mamp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Philip Wrightson Centre of Excellence</title>
		<link>http://www.specialops.co.nz/work/philip-wrightson-centre-of-excellence/</link>
		<comments>http://www.specialops.co.nz/work/philip-wrightson-centre-of-excellence/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 05:14:50 +0000</pubDate>
		<dc:creator>John Gillespie</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.specialops.co.nz/?p=646</guid>
		<description><![CDATA[Simple website with content management system build for an Auckland brain trauma rehabilitation centre.]]></description>
			<content:encoded><![CDATA[<p class="intro">Simple website with content management system build for an Auckland brain trauma rehabilitation centre.</p>
<p><a href="http://www.pwcoe.org.nz/" title="The Philip Wrightson Centre of Excellence website by Special Operations" class="no-border"><img src="http://www.specialops.co.nz/wp/wp-content/uploads/2009/10/work-pwcoe.png" alt="The Philip Wrightson Centre of Excellence website build by Special Operations" title="The Philip Wrightson Centre of Excellence website build by Special Operations" width="537" height="331" class="alignnone size-full wp-image-645" /></a></p>
<p><a href="http://www.pwcoe.org.nz/" title="The Philip Wrightson Centre of Excellence website by Special Operations">The Philip Wrightson Centre of Excellence</a> needed something special—an affordable website  to convey important information to industry professionals, and behind the scenes, a user-friendly <a href="/cms" title="Content Management Systems by Special Operations">content management system</a> serving editable, dynamic content, including a news section.</p>
<p><a href="/" title="Another special website by Special Operations">Special Operations</a> had the special skills for the mission. An accessible, simple website based upon a provided design was built incorporating a user-friendly, open-source content management system, it was done so quickly and within budget—the special touch delivered one again by the website specialists.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.specialops.co.nz/work/philip-wrightson-centre-of-excellence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lincoln Road Medical Centre</title>
		<link>http://www.specialops.co.nz/work/lincoln-road-medical-centre/</link>
		<comments>http://www.specialops.co.nz/work/lincoln-road-medical-centre/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 04:25:10 +0000</pubDate>
		<dc:creator>John Gillespie</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.specialops.co.nz/?p=633</guid>
		<description><![CDATA[Simple website with content management system for an Auckland medical centre.]]></description>
			<content:encoded><![CDATA[<p class="intro">Simple website with content management system for an Auckland medical centre.</p>
<p><a href="http://www.lincolnroadmed.co.nz/" title="Lincoln Road Medical Centre website by Special Operations" class="no-border"><img src="http://www.specialops.co.nz/wp/wp-content/uploads/2009/10/work-lincolnroad.png" alt="Lincoln Road Medical Centre Website by Special Operations" title="Lincoln Road Medical Centre Website by Special Operations" width="537" height="331" class="alignnone size-full wp-image-635" /></a></p>
<p>As one of the busiest medical Centres in Auckland, <a href="http://www.lincolnroadmed.co.nz/" title="Lincoln Road Medical Centre website by Special Operations">Lincoln Road Medical</a> needed a special website, a website that could convey important information to patients, and a website they could update themselves.</p>
<p><a href="/" title="Another special website by Special Operations">Special Operations</a> delivered to these mission requirements on all fronts—a simple brochure style website with custom design incorporating the medical centre’s logo and colour scheme built, and a user-friendly, accessible, open-source content management system installed under the hood, for the client to populate and modify the site with unsupported, and without ongoing charges.</p>
<p>Several years ago a simple website like this would have had a starting price equivalent to a late model car, and required propriety software with ongoing fees and hosting charges. But then it wouldn&#8217;t have been a special operation&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.specialops.co.nz/work/lincoln-road-medical-centre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EyePro Members</title>
		<link>http://www.specialops.co.nz/work/eyepro-members/</link>
		<comments>http://www.specialops.co.nz/work/eyepro-members/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 01:45:45 +0000</pubDate>
		<dc:creator>John Gillespie</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.specialops.co.nz/?p=621</guid>
		<description><![CDATA[Private members website for leading New Zealand eyewear reseller.]]></description>
			<content:encoded><![CDATA[<p class="intro">Private members website build for leading New Zealand eyewear retailer.</p>
<p><img src="http://www.specialops.co.nz/wp/wp-content/uploads/2009/10/work-eyepromembers.png" alt="EyePro Members website by Special Operations" title="EyePro Members website by Special Operations" width="537" height="331" class="alignnone size-full wp-image-624" /></p>
<p>The eyewear market in New Zealand is highly competitive, and as a national retailer looking to lift its brand and offer to new level, <a href="http://www.eyepro.co.nz" title="EyePro website by Special Operations">EyePro</a> needed something special—a members only website where sales, brand and technical information could be internally shared.</p>
<p>A special mission for <a href="/" title="Special Operations: Web Development and Design, NZ">Special Operations</a>—build a simple, lightweight, accessible HTML website with secure access controlled via PHP.</p>
<p>Mission targets met, a special website deployed, the <a href="/contact" title="Get the Special Operations treatment">special treatment</a> was delivered once again.  </p>
<p class="note">Built while at Communications Arts, Wellington.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.specialops.co.nz/work/eyepro-members/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go Banana for Olicana</title>
		<link>http://www.specialops.co.nz/blog/go-banana-for-olicana/</link>
		<comments>http://www.specialops.co.nz/blog/go-banana-for-olicana/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 06:45:25 +0000</pubDate>
		<dc:creator>John Gillespie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.specialops.co.nz/?p=370</guid>
		<description><![CDATA[Unless you've endless quills, parchment and a parlour full of lace sleeved dandies to scratch forth, you can never have enough handwriting style script fonts.]]></description>
			<content:encoded><![CDATA[<p class="intro">Olicana font by Nicke Cooke. Finally a handwriting style script font to go bananas over.</p>
<p>Unless you&#8217;ve endless quills, parchment and a parlour full of lace sleeved dandies to scratch forth, you can never have enough handwriting style script fonts.</p>
<p>Never enough unless you add <a title="Olicana font review by Typographica" href="http://new.typographica.org/2008/type_reviews/olicana/">Olicana</a> by G-Type founder and font bold-weight Nick Cooke to your collection. Banish the quill and flatbed scanner, here finally is a font which convincingly suggests the texture and flow of ink.</p>
<p><img class="alignnone size-full wp-image-607" title="Special Operations thinks Olicana font is special" src="http://www.specialops.co.nz/wp/wp-content/uploads/2009/10/olicana.gif" alt="Special Operations thinks Olicana font is special" width="500" height="500" /></p>
<p>According to fontophiles <a title="Typographica" href="http://new.typographica.org/">Typographica</a> there was an “atypical outpouring of enthusiasm” when Olicana was released, and it scratched and curled its way immediately into their <a title="Typographica's Typefaces of 2007" href="http://new.typographica.org/2008/features/our-favorite-typefaces-of-2007/">Typefaces of 2007</a>.</p>
<blockquote><p>[...] I think the primary reason it was so powerfully and instantly popular was the font’s voice, a personality both complicated and unique. On the one hand it has a casual and authentic sense of vivacity and fun. On the other hand this expressiveness is intermittent; it continuously but gently teases the eye. These features are especially appealing in the context of an otherwise confident and disciplined hand.</p></blockquote>
<p>For the truly hardcore and typographically true, Olicana even offers ink blots and scratches for added realism and inky verisimilitude. Which just begs to paraphrase Jack Black from the <a title=" Jack Black, School of Rock" href="http://www.youtube.com/watch?v=XSL3nd8JxbY"><em>School of Rock</em></a>, “You’re not hardcore unless you kern hardcore.”</p>
<p>Where to get this flowing, swashing masterpiece of frills and quills?</p>
<ul>
<li><a title="Olicana at FontShop" href="http://www.fontshop.com/fontcase/families/olicana/">FontShop</a></li>
<li><a title="Olicana at MyFonts" href="http://new.myfonts.com/fonts/fw-g-type/olicana/">MyFonts</a></li>
<li><a title="Olicana at Veer" href="http://www.veer.com/products/typedetail.aspx?image=GTT0000022">Veer</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.specialops.co.nz/blog/go-banana-for-olicana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Communication Arts</title>
		<link>http://www.specialops.co.nz/work/communication-arts/</link>
		<comments>http://www.specialops.co.nz/work/communication-arts/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 21:42:20 +0000</pubDate>
		<dc:creator>John Gillespie</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.specialops.co.nz/?p=597</guid>
		<description><![CDATA[Website, intranet and secure client login build for a leading New Zealand design company.]]></description>
			<content:encoded><![CDATA[<p class="intro">Website, intranet and secure client login build for a leading New Zealand design company.</p>
<p><img src="http://www.specialops.co.nz/wp/wp-content/uploads/2009/10/work-commarts.png" alt="Communication Arts website by Special Operations" title="Communication Arts website by Special Operations" width="537" height="331" class="alignnone size-full wp-image-601" /></p>
<p>Communication Arts are a special company. With over thirty years of industry experience and numerous awards won, they stride the integrated design, print and logistics market in New Zealand like a colossus, and when they sought to upgrade their online presence a special solution was required—<a href="/" title="Special Operations: We're a little bit Special">Special Operations</a> to the rescue.</p>
<p>With a new brand and design created by the in-house studio, a previously static, “brochure” style site was transformed into a cutting edge online showcase and portfolio, while at the back-end, a client login and file submission area was added, along with an editable company wide intranet.</p>
<p>Mission completed, and another special operation delivered.</p>
<p class="note">Built while at Communications Arts, Wellington.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.specialops.co.nz/work/communication-arts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WTF Thunderbird?</title>
		<link>http://www.specialops.co.nz/blog/wtf-thunderbird/</link>
		<comments>http://www.specialops.co.nz/blog/wtf-thunderbird/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 02:54:19 +0000</pubDate>
		<dc:creator>John Gillespie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[.eml]]></category>
		<category><![CDATA[bounce]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[forward]]></category>
		<category><![CDATA[inline]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.specialops.co.nz/?p=570</guid>
		<description><![CDATA[As of version 2.x, Mozilla’s Thunderbird email client forwards email messages as .eml attachments by default. Which is not a particularly good situation, unless you actually enjoy playing ping pong with your mail server.]]></description>
			<content:encoded><![CDATA[<p class="intro">As of version 2.x, Mozilla’s Thunderbird email client forwards email messages as .eml attachments by default. Which is not a particularly good situation, unless you actually enjoy playing ping pong with your mail server.</p>
<p><img src="http://www.specialops.co.nz/wp/wp-content/uploads/2009/10/thunderbird-300x189.png" alt="Thunderbird" title="Thunderbird" width="300" height="189" class="alignright size-medium wp-image-572" />Make no mistake about it—Mozilla’s <a href="http://www.mozillamessaging.com/en-US/thunderbird/" title="Thunderbird">Thunderbird</a> is a great email client, and all my friends on PC’s are big fans (clients for the most part tend to be on locked down Windows boxes where Outlook is the IT choice of no-choice). But what’s up with Thunderbird v2.x sending forwarded messages as .eml attachments by default? What the fudge Mozilla?</p>
<p>I got this message today from a client whose email as well as <a href="http://www.kolektiv.co.nz/" title="Kolektiv and Special Operations are friends">website</a> I host:</p>
<blockquote><p>Hey mate, is there any way you can see if you can stop the mail server from blocking .eml attachments, as every message I forward is getting bounced back to me?</p></blockquote>
<p>And here is the error message he was receiving:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">This message has been rejected because it has 
a potentially executable attachment &quot;Message Subject here.eml&quot; 
This form of attachment has been used by recent viruses or 
other malware. If you meant to send this file then please 
package it up as a zip file and resend it.</pre></div></div>

<p>After briefly considering using <a href="http://www.mysiteplugins.com/exim_editor.php" title="Exim Editor server plugin">Exim Editor</a> to do what the client was requesting for, I don’t know, maybe two seconds, common sense quickly prevailed and, a speedy 0.21s search query of Teh Google later, was revealed to be less than prevailing over at Mozilla. As of version 2.0, Thunderbird is configured to forward messages as attachments—<em>by default</em>! </p>
<p>The solution to this “<a href="http://forums.mozillazine.org/viewtopic.php?t=581053" title="known issues at Mozilla">known issue</a>” is rather simple. Don’t complain to your host or ISP, but rather change Thunderbird’s preferences to forward messages <em>inline</em>:</p>
<h4>How to forward messages inline in Thunderbird 2.0</h4>
<p><strong>Windows</strong>:<br />
Tools > Options > Composition > General tab, switch “As Attachment” to “Inline”.<br />
<strong>Mac</strong>:<br />
Preferences > Composition > General tab, switch “Forward messages” to “Inline”.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.specialops.co.nz/blog/wtf-thunderbird/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Analytics Plugin for WordPress</title>
		<link>http://www.specialops.co.nz/blog/google-analytics-plugin-for-wordpress/</link>
		<comments>http://www.specialops.co.nz/blog/google-analytics-plugin-for-wordpress/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:47:20 +0000</pubDate>
		<dc:creator>John Gillespie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.specialops.co.nz/?p=492</guid>
		<description><![CDATA[Another time-saving, life-easing plugin for WordPress by Dutch blogging superstar and plugin developer extraordinaire, Joost de Valk.]]></description>
			<content:encoded><![CDATA[<p class="intro">Another time-saving, life-easing plugin for WordPress by Dutch blogging superstar and plugin developer extraordinaire, Joost de Valk.</p>
<p><img class="size-medium wp-image-494 alignright" title="Joost de Valk at Special Operations" src="http://www.specialops.co.nz/wp/wp-content/uploads/2009/10/yoast-260x300.jpg" alt="Joost de Valk at Special Operations" width="260" height="300" />Yes, you <em>can</em> just add your Google Analytics tracking code manually to your WordPress theme’s footer.php file, and yes, if you’re a developer, using a plugin to do something you can do by hand yourself is just not, well, “hardcore”, but this is a plugin by <a title="Joost de Valk" href="http://yoast.com/">Joost de Valk</a>, author of so many essential WordPress extensions that he is near butter to the ubiquitous blogging platform slash Content Management System’s bread, and do you really his plugin would “just” add a tracking code for you?</p>
<p>As the blogging wunderkind himself explains, using the <a title="Google Analytics Plugin" href="http://yoast.com/wordpress/google-analytics/">Google Analytics Plugin</a> on your WordPress site has numerous advantages:</p>
<blockquote><p>This plugin adds the possibility to tag and segment all outgoing links, so you can see whether a click came from a comment or an article. You can choose where it tracks those links too! It also adds the possibility to track just the domain, instead of the complete link, so you get a better view of how much traffic you&#8217;re sending where.</p></blockquote>
<p>Who wants to eat bread without butter, or if you’re Dutch, without jam and cheese? Track your outbound links today from the comfort of your WordPress dashboard with the Yoast Google Analytics Plugin.</p>
<p><strong>Download the plugin</strong>: <a title="Google Analytics Plugin" href="http://yoast.com/wordpress/google-analytics/">Google Analytics Plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.specialops.co.nz/blog/google-analytics-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grebenshikov Concert</title>
		<link>http://www.specialops.co.nz/work/grebenshikov-concert/</link>
		<comments>http://www.specialops.co.nz/work/grebenshikov-concert/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:23:34 +0000</pubDate>
		<dc:creator>John Gillespie</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.specialops.co.nz/?p=388</guid>
		<description><![CDATA[Website and Content Management System build and design for icon and “Poet Laureate” of Russian music Boris Purushottama Grebenshikov.]]></description>
			<content:encoded><![CDATA[<p class="intro">Website and Content Management System build and design for icon and “Poet Laureate” of Russian music Boris Purushottama Grebenshikov.</p>
<p><a href="http://www.grebenshikovconcert.com/" title="Grebenshikov Concert website by Special Operations" class="no-border"><img src="http://www.specialops.co.nz/wp/wp-content/uploads/2009/09/work-grebenshikov.png" alt="work-grebenshikov" title="work-grebenshikov" width="537" height="331" class="alignnone size-full wp-image-486" /></a></p>
<p>Boris Purushottama Grebenshikov is special—an icon of Russian music known in his native land simply by the intials B.G.—and for a concert tour across Europe he required a special <a href="http://www.grebenshikovconcert.com/" title="Grebenshikov Concert website by Special Operations">website</a>—one that would not only promote the concerts and his music, but include a Content Management System serving content in multiple languages.</p>
<p><a href="/" title="Special Operations: We're a little bit Special">Special Operations</a> to the rescue. Using the elegant, <a href="http://www.purewebdesigns.co.uk" title="PURE Web Designs: handmade web design and development in York, England">Pure Web Designs</a> created Victorian style design of the existing promotional material, a website was created true both to the spirit of the event and the needs of the client—news, promotional material and concert information all created and served in English, German and Italian.</p>
<p><a href="http://www.grebenshikovconcert.com/" title="Grebenshikov Concert website by Special Operations">Grebenshikovconcert.com</a>—another successful mission; another special operation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.specialops.co.nz/work/grebenshikov-concert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
