<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="Movable Type/2.64" -->
<rss version="0.91">
  <channel>
    <title>Patrick and Such</title>
    <link>http://patrickgibson.com/news/</link>
    <description>The ramblings and such of Patrick.</description>
    <language>en-us</language>
    <webMaster></webMaster>
    <lastBuildDate>2010-12-25T22:17:15-08:00</lastBuildDate>
    <pubDate>2011-10-05T09:53:24-08:00</pubDate>
    <item>
      <title>Baby Buttons for iOS</title>
      <description><![CDATA[My first iOS app is out, and it supports the iPhone (including Retina display), iPad, and iPod touch. It's called Baby Buttons, and I wrote it for my daughter. You can read more about it on <a href="http://pigmik.com/">the site</a>.]]> [0 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000207.php</link>
    </item>
    <item>
      <title>iTunes Store Terms and Conditions have Changed</title>
      <description><![CDATA[Periodically, the iTunes Store will have an updated Terms and Conditions to which you must agree before making any purchases. It annoys me to no end that they do not provide a summary of <i>what</i> has changed, so I've started using the "Email terms" feature to save copies for later comparison.]]> [<a href="http://patrickgibson.com/news/andsuch/000206.php">Continued on site</a>, 3 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000206.php</link>
    </item>
    <item>
      <title>Canon Canoscan on Mac OS X</title>
      <description><![CDATA[I bought a Canon scanner a while ago, and I thought it was time to share the awesome interface that Canon produced for Mac OS X. I'm not sure if it's the beautiful icons or the custom window and widgets that I love the most; whatever it is, the designer behind this piece of work deserves some sort of award.</p>

<p><img alt="Canon Canoscan for Mac OS X" src="http://patrickgibson.com/news/andsuch/canoscan.png" width="660" height="225" border="0" /></p>

<p>Mac software porting FAIL.</p>



]]> [5 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000203.php</link>
    </item>
    <item>
      <title>Changing window.location in IE 6</title>
      <description><![CDATA[For some crazy reason, IE 6's crazy Javascript engine doesn't want to take me to a new URL by simply changing the window.location or window.location.href properties:</p>

<div class="code">
var newUrl = "http://patrickgibson.com/";<br>
window.location = newUrl;<br>
// This also doesn't work!<br>
// window.location.href = newUrl;<br>
</div>

<p><i>But</i>, the following code which <i>shouldn't</i> make a difference <i>does</i> work!</p>

<div class="code">
var newUrl = "http://patrickgibson.com/";<br>
setTimeout(function()<br>
{<br>
&nbsp;&nbsp;&nbsp;&nbsp;window.location = newUrl;<br>
}, 0);<br>
</div>

<p>Go figure!</p>]]> [29 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000202.php</link>
    </item>
    <item>
      <title>The domready event for Prototype</title>
      <description><![CDATA[I've been a Mootools user for a while, but Prototype was a better fit for a project I was working on. Mootools adds the <a href="http://mootools.net/docs/Utilities/DomReady"><code>domready</code></a> event to the <code>window</code> object which fires when the DOM has finished loading. This is a lot nicer than <code>window</code>'s built-in <code>onload</code> event which fires after <i>everything</i> has loaded including images, stylesheets, etc.
]]> [<a href="http://patrickgibson.com/news/andsuch/000201.php">Continued on site</a>, 7 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000201.php</link>
    </item>
    <item>
      <title>UPS: &quot;Sir, there are no guarantees in life.&quot;</title>
      <description><![CDATA[Let this be a lesson to any of you shippers who think <a href="http://ups.com/">UPS</a> is a good company with whom to ship your goods. My pal, <a href="http://www.kmo.ca/">Kerry</a>, ordered a new iPhone. It was shipped with UPS. Over a month ago. Dozens of phone calls have not made any impact in him getting his iPhone. He made one last call to UPS today to confirm if it was indeed "lost". UPS told him, "Sir, there are no guarantees in life." That's exactly what you want to hear from your shipping company. I therefore propose this be their new motto. I have never been a UPS fan because they have stung me with far too many brokerage fees over the years. FedEx, on the other hand, is just plain awesome.]]> [1 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000200.php</link>
    </item>
    <item>
      <title>Leopard and usbmuxd issues</title>
      <description>Preface: This post to save the frustration of system.log files being filled up with error messages and an iPhone not being recognized by iTunes. It is of an extreme technical nature, and will be completely uninteresting to you. [<a href="http://patrickgibson.com/news/andsuch/000199.php">Continued on site</a>, 4 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000199.php</link>
    </item>
    <item>
      <title>Xdebug for PHP 4.4.8 on Mac OS X Leopard</title>
      <description><![CDATA[To anyone trying to compile Xdebug for use with PHP 4.4.x on Mac OS X Leopard, you will probably have problems loading the module if your PHP was compiled as a Universal binary. You will see something like:

<p><div class="code">Failed loading /path/to/xdebug.so (null)</div></p>

<p>You need to specify some options on before you run configure to have Xdebug compiled as a Universal binary:</p>

<p><div class="code">MACOSX_DEPLOYMENT_TARGET=10.5 \<br>
CFLAGS='-arch i386 -arch x86_64 -arch ppc7400 -arch ppc64' \<br>
LDFLAGS='-arch i386 -arch x86_64 -arch ppc7400 -arch ppc64' \<br>
CXXFLAGS='-arch i386 -arch x86_64 -arch ppc7400 -arch ppc64' \<br>
./configure --enable-xdebug</div></p>
]]> [3 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000198.php</link>
    </item>
    <item>
      <title>Do not shop at Barnes and Noble (bn.com)</title>
      <description><![CDATA[Just a warning to anyone who thinks shopping online at <a href="http://bn.com/">Barnes and Noble</a> is a good idea: Stop what you're doing, and go to <a href="http://www.amazon.ca/exec/obidos/redirect-home?site=amazon&tag=patrickandsuc-20">Amazon</a>. Barnes and Noble does NOT confirm your order with you before placing it, and there is NO WAY to cancel an order after it has been placed. Amazon, on the other hand, confirms everything before you place it, and they let you cancel it if you want.]]> [<a href="http://patrickgibson.com/news/andsuch/000197.php">Continued on site</a>, 0 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000197.php</link>
    </item>
    <item>
      <title>Dear Religious Pamphleteers</title>
      <description><![CDATA[Dear Religious Pamphleteers who loiter on downtown street corners, pushing your God-fearing propaganda to innocent bystanders,</p>

<p>Yes, you. You know who you are. You're the ones with the bad hair and clothes, and who are under the delusion that what you are doing is in some way beneficial to the greater good. New flash: you're not helping! Now, while I'm not intimately familiar with the teachings of His Lord, Jesus Christ, I am pretty sure that <i>love thy neighbour</i> was pretty high up on the list of to-dos. Handing out a pamphlet telling me that I'm a sinner and that I'm going to Hell is not, in my opinion, showing your love for me.]]> [<a href="http://patrickgibson.com/news/andsuch/000196.php">Continued on site</a>, 1 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000196.php</link>
    </item>
    <item>
      <title>In-Store Pickup at Future Shop</title>
      <description><![CDATA[From <a href="http://www.futureshop.ca/informationcentre/EN/instorepickup.asp?logon=&langid=EN">Future Shop's website</a>:

<blockquote>
 <b>Why would I want to pick up my order at a Future Shop store?</b><br>
 <b>It’s fast.</b> During store hours, you can pick up your order within <b><i>three hours</i></b> of placing it on futureshop.ca.

<p><b> It’s convenient.</b> You can pick up your item whenever it’s convenient instead of waiting at home for a package to arrive.</p>

<p>...</p>
</blockquote>

<p>Right... Let me clarify how it <i>actually works</i>.</p>]]> [<a href="http://patrickgibson.com/news/andsuch/000195.php">Continued on site</a>, 3 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000195.php</link>
    </item>
    <item>
      <title>Advanced Parking</title>
      <description><![CDATA[<img alt="advanced-parking.gif" src="http://patrickgibson.com/news/andsuch/advanced-parking.gif" width="186" height="85" border="0" class="right">
The lot beside my office is an "Advanced Parking" lot. According to the company's slogan, this lot offers "Advanced Parking for Advanced People". I'm not sure exactly what they consider <i>advanced</i> about their parking lot, but I can assure you that nothing about this lot makes it stand out from any other lot in the city &mdash; except for maybe the price (bah-dum-cha). I am also not sure what they mean exactly by <i>advanced people</i>. In some respects, I would consider myself advanced (e.g. computers), but I don't know that I'd claim to be an <i>advanced person</i> as it's just too vague a statement to make. Let's assume they meant to say <i>advanced parkers</i> instead of <i>advanced people</i>. I'm a pretty good parker: I can parallel park my car into pretty tight spaces, I've rarely been stumped at operating convulted parking lot equipment, and I'm generally knowledgeable about the concept of parking. As an advanced parker, I still can't see how this lot is any better &mdash; or more "advanced" &mdash; than any other lot out there. If I'm missing something here, and you're in the know, please enlighten me.]]> [1 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000194.php</link>
    </item>
    <item>
      <title>12 more sleeps until Christmas</title>
      <description><![CDATA[<i>Geek</i> Christmas, that is. Yes, MacWorld Expo is just around the corner, and it is the event causing our salivary glands to go into overdrive with anticipation of what will be the next, big product (or products!) from Apple. Will it be <a href="/go/http://michaelwood.com/">Mike's</a> long-awaited &uuml;ber-<a href="/go/http://en.wikipedia.org/wiki/ITV_(Apple)">iTV media centre</a>? A replacement for the 12" PowerBook (ie. 13.3" MacBook Pro)? The <a href="/go/http://www.appleinsider.com/article.php?id=756">Asteroid</a> that never orbited our retail stores? I don't know, but I can't wait!]]> [0 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000193.php</link>
    </item>
    <item>
      <title>Beware of Filet Americain</title>
      <description><![CDATA[Here's one of the <a href="http://www.fray.com/drugs/worm/">funniest and most disgusting stories</a> I've read in a long time. Written by Vincent Eaton, and beautifully illustrated by Chris Bishop.]]> [1 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000192.php</link>
    </item>
    <item>
      <title>The ad that broke YouTube</title>
      <description><![CDATA[YouTube has an ad that's so bad, it actually breaks the site.

<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/ARUPPUlMn1A"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/ARUPPUlMn1A" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>

<p><a href="http://digg.com/videos_comedy/The_ad_that_breaks_YouTube">Digg it</a></p>]]> [0 comment(s)]</description>
      <link>http://patrickgibson.com/news/andsuch/000191.php</link>
    </item>

  </channel>
</rss>
