<?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>Out of Control® &#187; jriordon</title>
	<atom:link href="http://www.outofcontrol.ca/author/jriordon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.outofcontrol.ca</link>
	<description>Keeping you in control</description>
	<lastBuildDate>Mon, 19 Jul 2010 14:30:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Bell charges $51.20 per MB for data usage on cell phone</title>
		<link>http://www.outofcontrol.ca/2010/07/19/bell-charges-51-20-per-mb-for-data-usage-on-cell-phone/</link>
		<comments>http://www.outofcontrol.ca/2010/07/19/bell-charges-51-20-per-mb-for-data-usage-on-cell-phone/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 14:30:00 +0000</pubDate>
		<dc:creator>jriordon</dc:creator>
				<category><![CDATA[Complaint]]></category>
		<category><![CDATA[bell]]></category>
		<category><![CDATA[bell mobility]]></category>
		<category><![CDATA[cellphones]]></category>
		<category><![CDATA[data plans]]></category>
		<category><![CDATA[data usage]]></category>
		<category><![CDATA[mobile phones]]></category>

		<guid isPermaLink="false">http://www.outofcontrol.ca/?p=250</guid>
		<description><![CDATA[Today I received my Bell mobility monthly bill. I took note of one line, where it showed Bell charging $51.20 per MB of data usage. I do not have a data package and my phone is an older Samsung. This rate struck me as a bit high, even if I don't have a data package. [...]]]></description>
			<content:encoded><![CDATA[<p>Today I received my Bell mobility monthly bill. I took note of one line, where it showed Bell charging $51.20 per MB of data usage. I do not have a data package and my phone is an older Samsung. This rate struck me as a bit high, even if I don't have a data package. Incidentally, when I purchased this phone,  I had asked for a data package. However, when the phone arrived the contract clearly showed there was no data package. Bell told me afterwards that the phone I had could not have a data package and that I should never have been told I could have one. Nice way to sucker people into buying phones Bell.</p>
<p>Upon calling Bell, I first had to wade through their highly annoying female computer system answering questions and giving my cell phone number. After 1 minute 30 seconds I got annoying and hit zero (0) to get a real person. It then took another two (2) minutes for the person to arrive online. Strangely enough, I then had to answer a bunch of questions and give this girl my cell phone number again. Tiffany--she also gave me her employee number, but so quickly I did not get it--then spent the next  four and a quarter (4.25) minutes letting me know that she can reverse the charges.</p>
<p>So, in the end, I spend 7.75 minutes to not pay for this erroneous usage at an amazing rate of $51.20 per MB. Curious, I wanted to find the area on the Bell.ca website where they tell you that you will pay this high rate for data usage, but the only thing I could find was a note saying:</p>
<ul>
<li>Additional data: 5¢/MB in Canada, $6/MB in the US</li>
</ul>
<p>In the package details, they often had little numbers referencing small print. On numerous occasions, I could not find the small print, or, the number was larger than any number in the small print.</p>
<p>Bell, you have officially confused the hell out of me. Tell me why, exactly, I should get another phone from you?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.outofcontrol.ca/2010/07/19/bell-charges-51-20-per-mb-for-data-usage-on-cell-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache: No space left on device: Cannot create SSLMutex</title>
		<link>http://www.outofcontrol.ca/2010/03/24/apache-no-space-left-on-device-cannot-create-sslmutex/</link>
		<comments>http://www.outofcontrol.ca/2010/03/24/apache-no-space-left-on-device-cannot-create-sslmutex/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 12:45:37 +0000</pubDate>
		<dc:creator>jriordon</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[RHEL 5 plain]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[sslmutex]]></category>

		<guid isPermaLink="false">http://www.outofcontrol.ca/?p=247</guid>
		<description><![CDATA[Today, for the first time on one of our servers, I was unable to restart Apache. Running a configtest showed no errors, so something else was up. Looking in the Apache error logs, there was a line: "No space left on device: Cannot create SSLMutex". If you ever get this, chances are you are suffering [...]]]></description>
			<content:encoded><![CDATA[<p>Today, for the first time on one of our servers, I was unable to restart Apache. Running a configtest showed no errors, so something else was up. Looking in the Apache error logs, there was a line: "No space left on device: Cannot create SSLMutex".</p>
<p>If you ever get this, chances are you are suffering from Apache leaving a bunch of stray semaphore sets lying around after an attempted restart of apache. A semaphore in simple terms, is a lock on an operation. The fix, with many thanks to <a href="http://carlosrivero.com/fix-apache---no-space-left-on-device-couldnt-create-accept-lock">Carlos Rivero</a> solved my problem instantly. Note that his solution does not fix the root of the problem, rather it simply gets you going again.</p>
<p>In terminal do the following using the ipcs app, which according to the man pages "ipcs - report XSI interprocess communication facilities status" . The -s flag will show a list of semaphores sets:</p>
<div class="igBar"><span id="lcode-3"><a href="#" onclick="javascript:showPlainTxt('code-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-3">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ipcs -s | grep apache </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Most likely you will see a fairly large list here. You need too, and it is safe too, have these deleted. The following command will again do the trick:</p>
<div class="igBar"><span id="lcode-4"><a href="#" onclick="javascript:showPlainTxt('code-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-4">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ipcs -s | grep apache | awk <span style="color:#CC0000;">' { print $2 } '</span> | xargs -n <span style="color:#800000;color:#800000;">1</span> ipcrm -s </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Note: If your apache is running as nobody or another user, be sure to substitute that other user in place of  <em>apache</em> above.</p>
<p>&lt;h2&gt;Cannot create SSLMutex solution&lt;/h2&gt;</p>
<p>At the heart of the problem, is most likely a poorly configured Apache server. By default, SSMutex is configured to the default setting, as it was on this one server of ours. If you read the Apache.org pages for <em>mod_ssl</em> configuration, they have this to say about the default setting:</p>
<p>&lt;pre&gt;</p>
<p>The following Mutex <em>types</em> are available:</p>
<p><code>none | no</code></p>
<p>This is the default where no Mutex is used at all. Use it at your own risk. But because currently the Mutex is mainly used for synchronizing write access to the SSL Session Cache you can live without it as long as you accept a sometimes garbled Session Cache. So it's not recommended to leave this the default. Instead configure a real Mutex.</p>
<p>&lt;/pre&gt;</p>
<p>There are of course optional configuration settings. At the very least, it is suggested that you set SSLMutex to <em>sem</em>, which will let Apache choose which SSLMutex type to use.</p>
<p>You will most likely find this setting in the ssl.conf file located at /etc/httpd/conf.d.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.outofcontrol.ca/2010/03/24/apache-no-space-left-on-device-cannot-create-sslmutex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Learning to use Aperture</title>
		<link>http://www.outofcontrol.ca/2010/01/04/learning-to-use-aperture/</link>
		<comments>http://www.outofcontrol.ca/2010/01/04/learning-to-use-aperture/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 15:59:22 +0000</pubDate>
		<dc:creator>jriordon</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[aperture]]></category>
		<category><![CDATA[iphoto]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://www.outofcontrol.ca/?p=244</guid>
		<description><![CDATA[Before the holidays I started to use Apple's Aperture photo management software. Mainly because my new camera lets me shoot in Raw, and I also wanted more control over editing and organizing all my photos. The following bugged me for awhile, so I am posting it here as a reminder to myself: How to bulk [...]]]></description>
			<content:encoded><![CDATA[<p>Before the holidays I started to use Apple's Aperture photo management software. Mainly because my new camera lets me shoot in Raw, and I also wanted more control over editing and organizing all my photos. The following bugged me for awhile, so I am posting it here as a reminder to myself:</p>
<p><strong>How to bulk remove keywords in Aperture</strong></p>
<p>If you import your library from iPhoto, there is a new keyword on every single photo called 'iPhoto Edited'. Removing this keyword is simple once you know how.</p>
<ol>
<li>Click on 'Projects' Tab.</li>
<li>Click on 'All Photos'</li>
<li>Under View menu choose 'Browser Only'</li>
<li>Select All the photos - Command A.</li>
<li>Press 'Shift D' to show keyword controls</li>
<li>In the 'Add Keyword' field, enter the keyword you wish to remove</li>
<li>Then press 'Shift Return'</li>
</ol>
<p>All of the photos you selected will have that keyword removed automatically.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.outofcontrol.ca/2010/01/04/learning-to-use-aperture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Fusion stuck at Shutting Down</title>
		<link>http://www.outofcontrol.ca/2009/12/07/vmware-fusion-stuck-at-shutting-down/</link>
		<comments>http://www.outofcontrol.ca/2009/12/07/vmware-fusion-stuck-at-shutting-down/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 17:09:59 +0000</pubDate>
		<dc:creator>jriordon</dc:creator>
				<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.outofcontrol.ca/?p=241</guid>
		<description><![CDATA[This morning when I got to my Apple Mac Pro, I saw that VMWare Fusion, which had been running Window XP, was stuck at Shutting Down Windows. Presumably Windows decided to do an upgrade during the night and got stuck when it tried to reboot. Going to the menu 'Virtual Machine-&#62;Shut Down Guest' didn't do [...]]]></description>
			<content:encoded><![CDATA[<p>This morning when I got to my Apple Mac Pro, I saw that VMWare Fusion, which had been running Window XP, was stuck at Shutting Down Windows. Presumably Windows decided to do an upgrade during the night and got stuck when it tried to reboot.</p>
<p>Going to the menu 'Virtual Machine-&gt;Shut Down Guest' didn't do anything. The trick was to hold down the option key, which changes the Shut Down Guest to 'Power Off'. Selecting this worked fine.</p>
<p>Hope this tip helps someone else.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.outofcontrol.ca/2009/12/07/vmware-fusion-stuck-at-shutting-down/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash flaw puts most sites and users at risk</title>
		<link>http://www.outofcontrol.ca/2009/11/13/flash-flaw-puts-most-sites-and-users-at-risk/</link>
		<comments>http://www.outofcontrol.ca/2009/11/13/flash-flaw-puts-most-sites-and-users-at-risk/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 14:46:27 +0000</pubDate>
		<dc:creator>jriordon</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.outofcontrol.ca/?p=234</guid>
		<description><![CDATA[Computerworld is running a story on a significant security hole in Flash. The long and short of it all is that a security hole in Flash is in the wild, and is unpatchable according to Adobe. Mike Murray, the chief information security officer at Orlando, Fla.-based Foreground Security says "The best mitigation is to not use [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.computerworld.com/s/article/9140768/Flash_flaw_puts_most_sites_users_at_risk_say_researchers?taxonomyId=17&amp;pageNumber=2" target="_blank">Computerworld is running a story</a> on a significant security hole in Flash.</p>
<p>The long and short of it all is that a security hole in Flash is in the wild, and is unpatchable according to Adobe.</p>
<p>Mike Murray, the chief information security officer at Orlando, Fla.-based Foreground Security says "The best mitigation is to not use Flash, but we know that that's impossible for most users, since Flash is so widely used on the Web. Almost everyone using the Internet is vulnerable to a Web site that allows content to be updated inappropriately. That's not hyperbole, it's just fact. This has the potential to affect any social media site, any career site, any dating site, many retail sites and many cloud applications. That's why this attack is so serious. End users would never know they got exploited."</p>
<p>To read all about this, and how it might affect you, please take a moment to get educated and <a href="http://www.computerworld.com/s/article/9140768/Flash_flaw_puts_most_sites_users_at_risk_say_researchers?taxonomyId=17&amp;pageNumber=2" target="_blank">read the story at ComputerWorld.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.outofcontrol.ca/2009/11/13/flash-flaw-puts-most-sites-and-users-at-risk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Selling eStudio 810 &#8211; fully loaded &#8211; fully working</title>
		<link>http://www.outofcontrol.ca/2009/11/12/selling-estudio-810-fully-loaded-fully-working/</link>
		<comments>http://www.outofcontrol.ca/2009/11/12/selling-estudio-810-fully-loaded-fully-working/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 22:06:29 +0000</pubDate>
		<dc:creator>jriordon</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Offbeat]]></category>
		<category><![CDATA[copier]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[toshiba]]></category>

		<guid isPermaLink="false">http://www.outofcontrol.ca/?p=232</guid>
		<description><![CDATA[My business is selling its Toshiba eStudio 810 Working in good condition. eStudio 810 digital copier / printer, Black and White. Included: New toner cartridge. Bulk paper feeder (5000 sheets) 3 paper trays (programmable) Inserter Hole punch Stitching unit Collator Scanning board (scan direct to PDF / email / or local box) GA1120 Adobe postscript [...]]]></description>
			<content:encoded><![CDATA[<p><strong>My business is selling its Toshiba eStudio 810</strong></p>
<p>Working in good condition. eStudio 810 digital copier / printer, Black and White.</p>
<p>Included:</p>
<ul>
<li>New toner cartridge.</li>
<li>Bulk paper feeder (5000 sheets)</li>
<li>3 paper trays (programmable)</li>
<li>Inserter</li>
<li>Hole punch</li>
<li>Stitching unit</li>
<li>Collator</li>
<li>Scanning board (scan direct to PDF / email / or local box)</li>
<li>GA1120 Adobe postscript board with onboard harddrive</li>
</ul>
<p>This printer will print 81 pages per minute. Originally purchased for my company and no longer required due to change in business plan.</p>
<p>Printer is in excellent working condition, clean and low page count (721257). Imaging drum was installed at about 600K impressions and leaves no marks. Glass is clean and unmarked.</p>
<p>For more details and photos, <a href="http://montreal.kijiji.ca/c-buy-and-sell-business-industrial-Photocopier-Toshiba-eStudio-810-W0QQAdIdZ160057434">please see my ad on Kijiji.ca</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.outofcontrol.ca/2009/11/12/selling-estudio-810-fully-loaded-fully-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExpressionEngine Ping Server List</title>
		<link>http://www.outofcontrol.ca/2009/09/30/expressionengine-ping-server-list/</link>
		<comments>http://www.outofcontrol.ca/2009/09/30/expressionengine-ping-server-list/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 16:19:03 +0000</pubDate>
		<dc:creator>jriordon</dc:creator>
				<category><![CDATA[ExpressionEngine]]></category>

		<guid isPermaLink="false">http://www.outofcontrol.ca/?p=227</guid>
		<description><![CDATA[Updated Ping List: October 21st 2009 This is a quick hack and a ping server list. The hack is to allow ping servers that require a port number that has more than 4 digits (i.e. icerocket.com requires port 10800). The list is mostly from this post, and has been edited due to a couple of [...]]]></description>
			<content:encoded><![CDATA[<p><b><i>Updated Ping List: October 21st 2009</i></b></p>
<p>This is a quick hack and a ping server list. The hack is to allow ping servers that require a port number that has more than 4 digits (i.e. icerocket.com requires port 10800). The list is <a href="http://www.gentlesource.com/news/freshly-tested-list-of-ping-servers-43.html">mostly from this post</a>, and has been edited due to a couple of bad reponses. </p>
<p><strong>Please backup everything before doing these changes! I mean it!</strong></p>
<p>The Hack:<br />
First you need to update the DB table for pings so that you can store ports that are longer than 4 digits. This change will not delete anything from your databases.</p>
<div class="igBar"><span id="lcode-10"><a href="#" onclick="javascript:showPlainTxt('code-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-10">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">alter table exp_ping_servers change column port port varchar<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> not null default <span style="color:#800000;color:#800000;">80</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>The next hack is to the core of EE (I hate doing this but don't know of a way to make a plugin for this).</p>
<p>Using your favourite editor, simply alter one line in /system/cp/cp.publish_ad.php. Change line 9154 (or there abouts) from:</p>
<div class="igBar"><span id="lcode-11"><a href="#" onclick="javascript:showPlainTxt('code-11'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-11">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$DSP-&gt;<span style="">table_qcell</span><span style="color:#006600; font-weight:bold;">&#40;</span>$style, $DSP-&gt;<span style="">input_text</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC0000;">'server_port_'</span>.$i, $row<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#CC0000;">'port'</span><span style="color:#006600; font-weight:bold;">&#93;</span>, <span style="color:#CC0000;">'2'</span>, <span style="color:#CC0000;">'4'</span>, <span style="color:#CC0000;">'input'</span>, <span style="color:#CC0000;">'30px'</span><span style="color:#006600; font-weight:bold;">&#41;</span>, <span style="color:#CC0000;">'5%'</span><span style="color:#006600; font-weight:bold;">&#41;</span>. </div>
</li>
</ol>
</div>
</div>
</div>
<p>
to:</p>
<div class="igBar"><span id="lcode-12"><a href="#" onclick="javascript:showPlainTxt('code-12'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-12">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$DSP-&gt;<span style="">table_qcell</span><span style="color:#006600; font-weight:bold;">&#40;</span>$style, $DSP-&gt;<span style="">input_text</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC0000;">'server_port_'</span>.$i, $row<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#CC0000;">'port'</span><span style="color:#006600; font-weight:bold;">&#93;</span>, <span style="color:#CC0000;">'2'</span>, <span style="color:#CC0000;">'5'</span>, <span style="color:#CC0000;">'input'</span>, <span style="color:#CC0000;">'35px'</span><span style="color:#006600; font-weight:bold;">&#41;</span>, <span style="color:#CC0000;">'5%'</span><span style="color:#006600; font-weight:bold;">&#41;</span>. </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>That's it! Now you can enter ports with more than 4 digits in them.</p>
<p>Here is the ping server list as promised formatted in MySQL so that you can easily import it into your ExpressionEngine install. If you already have ping servers installed, this list will not remove them, so you may end up with dupes. </p>
<div class="igBar"><span id="lcode-13"><a href="#" onclick="javascript:showPlainTxt('code-13'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-13">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">insert into exp_ping_servers <span style="color:#006600; font-weight:bold;">&#40;</span>site_id,member_id,server_name,server_url,port,ping_protocol,is_default,server_order<span style="color:#006600; font-weight:bold;">&#41;</span> values</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'blogrolling'</span>,<span style="color:#CC0000;">'http://rpc.blogrolling.com/pinger/'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'technorati'</span>,<span style="color:#CC0000;">'http://rpc.technorati.com/rpc/ping'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'weblogs'</span>,<span style="color:#CC0000;">'http://rpc.weblogs.com/RPC2'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'yahoo'</span>,<span style="color:#CC0000;">'http://search.yahooapis.com/SiteExplorerService/V1/ping'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'newsgator'</span>,<span style="color:#CC0000;">'http://services.newsgator.com/ngws/xmlrpcping.aspx'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'moreover'</span>,<span style="color:#CC0000;">'http://api.moreover.com/RPC2'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'blogpeople'</span>,<span style="color:#CC0000;">'http://www.blogpeople.net/servlet/weblogUpdates'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'feedburner'</span>,<span style="color:#CC0000;">'http://ping.feedburner.com/'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'syndic8'</span>,<span style="color:#CC0000;">'http://ping.syndic8.com/xmlrpc.php'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'blogsearch.google'</span>,<span style="color:#CC0000;">'http://blogsearch.google.com/ping/RPC2'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'icerocket'</span>,<span style="color:#CC0000;">'http://rpc.icerocket.com/'</span>,<span style="color:#800000;color:#800000;">10080</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'pingomatic'</span>,<span style="color:#CC0000;">'http://rpc.pingomatic.com/'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'blog.goo'</span>,<span style="color:#CC0000;">'http://blog.goo.ne.jp/XMLRPC'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'pubsub'</span>,<span style="color:#CC0000;">'http://xping.pubsub.com/ping/'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'livedoor'</span>,<span style="color:#CC0000;">'http://rpc.reader.livedoor.com/ping'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'wordblog'</span>,<span style="color:#CC0000;">'http://ping.wordblog.de/'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'moreover'</span>,<span style="color:#CC0000;">'http://api.moreover.com/RPC2'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'blogsearch.google.at'</span>,<span style="color:#CC0000;">'http://blogsearch.google.at/ping/RPC2'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'weblogalot'</span>,<span style="color:#CC0000;">'http://ping.weblogalot.com/rpc.php'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'bloggers.jp'</span>,<span style="color:#CC0000;">'http://ping.bloggers.jp/rpc/'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'blogsearch.google.d'</span>,<span style="color:#CC0000;">'http://blogsearch.google.de/ping/RPC2'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'namaan.net'</span>,<span style="color:#CC0000;">'http://ping.namaan.net/rpc'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'technorati.jp'</span>,<span style="color:#CC0000;">'http://rpc.technorati.jp/rpc/ping'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'zhuaxia.com'</span>,<span style="color:#CC0000;">'http://zhuaxia.com/rpc/server.php'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'bloglines.com'</span>,<span style="color:#CC0000;">'http://www.bloglines.com/ping'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">1</span>,<span style="color:#800000;color:#800000;">0</span>,<span style="color:#CC0000;">'bloggerei.de'</span>,<span style="color:#CC0000;">'http://rpc.bloggerei.de/ping/'</span>,<span style="color:#800000;color:#800000;">80</span>,<span style="color:#CC0000;">'xmlrpc'</span>,<span style="color:#CC0000;">'y'</span>,<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>If you wish to wipe out clean your list of ping servers, first issue this in MySQL:</p>
<div class="igBar"><span id="lcode-14"><a href="#" onclick="javascript:showPlainTxt('code-14'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-14">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">delete from exp_ping_servers; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>From what I see, setting the member_id to zero, will allow for the ping servers to be viewed and used by any member with publishing rights. Otherwise, I presume you would set the member_id to a specific user. site_id = 1 is for single sites. If you have a MSM with more than one site, you will need to adjust as necessary.</p>
<p>Hopefully this helps some folks out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.outofcontrol.ca/2009/09/30/expressionengine-ping-server-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple Customer service disaster</title>
		<link>http://www.outofcontrol.ca/2009/09/25/apple-customer-service-disaster/</link>
		<comments>http://www.outofcontrol.ca/2009/09/25/apple-customer-service-disaster/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:52:19 +0000</pubDate>
		<dc:creator>jriordon</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Complaint]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[aperture]]></category>
		<category><![CDATA[compaint]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://www.outofcontrol.ca/?p=223</guid>
		<description><![CDATA[[Updated: 2009/09/25 1:45pm] Just to clarify before you start reading, I love Apple and their computers, and this is one of the first times I have experienced such poor service. I did call customer support, twice, and they apparently had no other solution for me. The following is what I sent to Apple, based on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="#update1">[Updated: 2009/09/25 1:45pm]</a></p>
<p>Just to clarify before you start reading, I love Apple and their computers, and this is one of the first times I have experienced such poor service. I did call customer support, twice, and they apparently had no other solution for me. The following is what I sent to Apple, based on my latest experience with their online store. </p>
<p>-------------------------<br />
I am an Apple user since the Mac Classic. I currently own an iMac, Mac Book Pro, Mac Book and the latest Mac Pro. I love Mac. Normally I like the way Apple online store works, and as a rule place all my orders through the Apple online store.</p>
<p><strong>My Story:</strong><br />
I bought a digital Canon XSi last year and recently started learning how to actually use it. One great feature is RAW format. Now, as I take more photos, and better photos, I want to learn how to edit the photos and keep better track of them. iPhoto wasn't cutting it for me, which left me with two options: Adobe Lightroom and Apples Aperture. Being a Mac fan, and finding Adobe's software rather cumbersome and over priced (though I do own two copies of CS4 Premium as I require it for my work), I decided to try out Apple's Aperture Trial.</p>
<p>I find your Aperture software really nice, and handling my photos is pretty simple. Most importantly, I could now adjust with a certain level of professionalism, my photos in RAW format. I took a weeks worth of my nights to go through my entire collection of roughly 4000 photos, cleaning up, re-organizing and categorizing. When the trial expired, I knew I wanted to own the software.</p>
<p><strong>My issue begins:</strong><br />
I went to the Apple.ca online store to purchase Aperture. Apple has the option for me to order a boxed version of Aperture with delivery time of a few days, or the ability to order just the serial number, to get me up and running right away. Since my Mom had just sent me around 80 photos, and I wanted to view and organize them right away, getting the serial number without delay was a good thing. I placed my order, and in usual Apple style, an email from Apple arrived within minutes.</p>
<p>The email did not contain a key for Aperture, so the logical assumption was that it would arrive in a separate email. Just to be sure, I logged into my Apple.ca store account suggested in the email, and saw under Downloadable Software Purchase History that my order was successful, but still no serial number. After 4 hours, I checked again, still no key. The next morning, surely the key would be there, but alas, still nothing. I called Apple support. The friendly person there said I needed to wait 24 hours for my serial number to appear. So I waited 24 hours plus an additional 12 hours just to be sure. I checked my account again. Still no key, and no email from Apple. I called Apple customer support again.</p>
<p>Ian, the friendly Apple customer service rep came online, to whom I explained the issue at hand. He looked at whatever computer screen Apple Customer Service reps looked at and said he would speak to someone in another department. Two minutes passed. Ian came back on the phone, and said that I had ordered my software using a different login, and would I please make a new account to access my code. This sounded rather strange, so I explained that I could see the order in my current account, just no key. His response was, "I am not sure what else we can do." The situation wasn't going well at this point, and I was getting frustrated, so I suggested he cancel my order and I would order the box set. Ian then typed something and said, "Thank you for calling Apple Customer Support how did you find my service today" (something similar).</p>
<p>Unsure of what Ian had actually done for me, I asked him, "What did you do actually to help me?". He clarified that he had indeed cancelled my order and within 5 days I would receive a notice to that effect, and my credit card would be reimbursed.</p>
<p><strong>My dilemma:</strong><br />
I need to wait for my credit from Apple, and then place a new order for Aperture in a box. SIn roughly two weeks time I will be able to use Aperture and look at my mom's photos. With today's technology, I find it strange that Apple was not able to simply give me a key over the phone, or fix the problem and send me the key I paid for.</p>
<p>Be assured that my confidence on the Apple store has been shaken. My question at this point is, do I wait two weeks, or do I try Adobe's Lightroom? I am finding it difficult to think all the work I put into using and learning Aperture is just a waste, but at the same time, waiting another two weeks is going to just frustrate me endlessly.</p>
<p>If someone at Apple is listening and actual reads these emails, I would appreciate some sort of a sign, or acknowledgement. If you can actually do something to help expedite the delivery of a software key for Aperture, that would be great too.<br />
-------------------------</p>
<p>Has anyone else had any issues with ordering downloadable software keys from Apple's store. Or is this bad customer experience from Apple a one off?</p>
<p><a name="update1"></a>[Updated: 2009/09/25 1:45pm]<br />
Wow, some faith restored in Apple. After emailing them this morning at 10:58AM, I got a call from them at 1:46PM promising to look into the situation and call me back today. How do ya like them Apples!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.outofcontrol.ca/2009/09/25/apple-customer-service-disaster/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Code-breaker Turing should be pardoned</title>
		<link>http://www.outofcontrol.ca/2009/09/05/code-breaker-turing-should-be-pardoned/</link>
		<comments>http://www.outofcontrol.ca/2009/09/05/code-breaker-turing-should-be-pardoned/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 14:57:17 +0000</pubDate>
		<dc:creator>jriordon</dc:creator>
				<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.outofcontrol.ca/?p=220</guid>
		<description><![CDATA[You most likely know who Alan Turing is, but did you know that wartime code-breaker Alan Turing was chemically castrated for admitting to his homosexuality and then mostly written out of history. Now, more than 26,000 people have signed a petition to the prime minister seeking a formal apology and posthumous pardon. Unfortunately the British [...]]]></description>
			<content:encoded><![CDATA[<p>You most likely know who Alan Turing is, but did you know that wartime code-breaker Alan Turing was chemically castrated for admitting to his homosexuality and then mostly written out of history. Now, more than 26,000 people have signed a petition to the prime minister seeking a formal apology and posthumous pardon. Unfortunately the British Government is ignoring this request, at least in public.</p>
<p>Travel with science editor Susan Watts to World War II code-breaking centre Bletchley Park. Visit where Turing worked to find out more about the man and speak to some of his relatives.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.outofcontrol.ca/2009/09/05/code-breaker-turing-should-be-pardoned/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Metaweblog ExpressionEngine with Adobe Contribute</title>
		<link>http://www.outofcontrol.ca/2009/08/20/metaweblog-expressionengine-with-adobe-contribute/</link>
		<comments>http://www.outofcontrol.ca/2009/08/20/metaweblog-expressionengine-with-adobe-contribute/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 17:21:58 +0000</pubDate>
		<dc:creator>jriordon</dc:creator>
				<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.outofcontrol.ca/?p=218</guid>
		<description><![CDATA[At a clients request I went about finding if there was a way to get Adobe Contribute to work with Expression Engine. As Contribute does use the Metaweblog API, it seemed that it should work. All my searching on Google though, led to dead end posts from people that didn't find a way to make [...]]]></description>
			<content:encoded><![CDATA[<p>At a clients request I went about finding if there was a way to get Adobe Contribute to work with Expression Engine. As Contribute does use the Metaweblog API, it seemed that it should work. All my searching on Google though, led to dead end posts from people that didn't find a way to make it work. </p>
<p>The solution is really quite simple. In Adobe's infinite wisdom, they don't allow parameters in the URL when trying to load the XMLRPC connection file. ExpressionEngine uses something like yoursite.com/index.php?ACT=10&#038;ID=1 as the way to connect. If you look at the server logs, Contribute will truncate your URL to just /index.php. </p>
<p>The solution is rather simeple, and requires only that you can modify your .htaccess file. Simply add a line like this:</p>
<div class="igBar"><span id="lcode-16"><a href="#" onclick="javascript:showPlainTxt('code-16'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-16">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteEngine On</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteRule ^contribute.<span style="">xml</span> http:<span style="color:#FF9933; font-style:italic;">//www.yoursite.com/?ACT=10&amp;id=1 [P] </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>The 'yoursite.com/?ACT=10&#038;id=1 should be replaced with whatever URL ExpressionEngine gives you after turning on, and setting up the Metaweblog API feature in ExpressionEngine Modules. For a complete how-to on setting this up, check out <a href="http://eeinsider.com/videos/show/using-external-editors-with-ee/">Ryan Irelan's excellent screencast on setting up external editors</a>. If you aren't familiar with <a href="http://www.eescreencasts.com/">Ryan's screencasts on ExpressionEngine</a>, now is the time to check those out too. At just $5 a pop, there is something for everyone in them. I have been using ExpressionEngine for two years and still learnt a lot of things. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.outofcontrol.ca/2009/08/20/metaweblog-expressionengine-with-adobe-contribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
