<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.dhmedia.com.au" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The Hind Leg</title>
 <link>http://www.dhmedia.com.au/blogs</link>
 <description></description>
 <language>en</language>
<item>
 <title>Image thumbnail view helper for Zend Framework</title>
 <link>http://www.dhmedia.com.au/blogs/image-thumbnail-view-helper-zend-framework</link>
 <description>&lt;p&gt;I&#039;ve just released a generic view helper for Zend Framework that generates thumbnails using PHP&#039;s internal image resizing functionality. It is based upon the code developed by S. Mohammed Alsharaf at &lt;a href=&quot;http://www.zfsnippets.com/snippets/view/id/44&quot;&gt;http://www.zfsnippets.com/snippets/view/id/44&lt;/a&gt;. It&#039;s basically zero config, I&#039;ve made it smart enough to be able to automatically thumbnail basically any image passed to it without worrying too much about paths and the like, and it should be straightforward to work in a lightbox as well.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dhmedia.com.au/blogs/image-thumbnail-view-helper-zend-framework&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dhmedia.com.au/blogs/image-thumbnail-view-helper-zend-framework#comments</comments>
 <pubDate>Wed, 17 Feb 2010 15:24:56 +0800</pubDate>
 <dc:creator>Cameron</dc:creator>
 <guid isPermaLink="false">86 at http://www.dhmedia.com.au</guid>
</item>
<item>
 <title>How to  geocode an address using Google and php</title>
 <link>http://www.dhmedia.com.au/blogs/how-get-geocode-address-using-google-and-php</link>
 <description> &lt;p&gt;Google has some amazing services, one of my favourites would have to be the ability to geocode an address and get not only the lat/long but a clean, well formatted address back.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How you say... Easy!&lt;/p&gt;
&lt;p&gt;Get yourself an api key from here: &lt;a href=&quot;http://code.google.com/apis/maps/signup.html&quot; target=&quot;_blank&quot;&gt;http://code.google.com/apis/maps/signup.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;use the following php code:&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://www.dhmedia.com.au/blogs/how-get-geocode-address-using-google-and-php&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dhmedia.com.au/blogs/how-get-geocode-address-using-google-and-php#comments</comments>
 <pubDate>Thu, 14 Jan 2010 16:52:03 +0800</pubDate>
 <dc:creator>jeremy</dc:creator>
 <guid isPermaLink="false">85 at http://www.dhmedia.com.au</guid>
</item>
<item>
 <title>Suppressing errors with PHP&#039;s @ operator</title>
 <link>http://www.dhmedia.com.au/blogs/suppressing-errors-phps-operator</link>
 <description>&lt;p&gt;Don&#039;t do it.&lt;/p&gt;
&lt;p&gt;I know this has been covered in various places around the Interwebs, but I&#039;d like to add my voice to the chorus - every time you use @ to suppress a warning or error you can&#039;t be bothered dealing with, a puppy dies. There is essentially no good reason to use it, and if it ends up suppressing an unforseen yet important error, you&#039;re going to have a nightmare of a time trying to track it down.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dhmedia.com.au/blogs/suppressing-errors-phps-operator&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dhmedia.com.au/blogs/suppressing-errors-phps-operator#comments</comments>
 <pubDate>Wed, 25 Nov 2009 17:18:13 +0800</pubDate>
 <dc:creator>Cameron</dc:creator>
 <guid isPermaLink="false">83 at http://www.dhmedia.com.au</guid>
</item>
<item>
 <title>Turn an old PC into a media centre with boxee</title>
 <link>http://www.dhmedia.com.au/blogs/turn-old-pc-into-a-media-centre-pc-with-boxee</link>
 <description>&lt;p&gt;Years ago I purchased my first Xbox and with my love of the saying &quot;If it&amp;rsquo;s working fine then hack it&amp;rdquo;... I of course instantly ripped it apart and mod&amp;rsquo;d it to run homebrew, a non Microsoft certified operating system. Over the following few years I found a wealth of fantastic applications that would run on my trusty mod&amp;rsquo;d Xbox, however nothing ever came close to the one killer app...  &lt;a href=&quot;http://xbmc.org&quot; target=&quot;_blank&quot;&gt;XBMC&lt;/a&gt; or &lt;a href=&quot;http://xbmc.org&quot; target=&quot;_blank&quot;&gt;Xbox Media Center&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dhmedia.com.au/blogs/turn-old-pc-into-a-media-centre-pc-with-boxee&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dhmedia.com.au/blogs/turn-old-pc-into-a-media-centre-pc-with-boxee#comments</comments>
 <pubDate>Fri, 11 Sep 2009 09:10:32 +0800</pubDate>
 <dc:creator>jeremy</dc:creator>
 <guid isPermaLink="false">82 at http://www.dhmedia.com.au</guid>
</item>
<item>
 <title>How Google Maps Can Benefit You</title>
 <link>http://www.dhmedia.com.au/blogs/how-google-maps-can-benefit-you</link>
 <description>&lt;p&gt;Recently, I had to locate a store I knew only by name but not the address of. In order to find this store, I used my phone to access &lt;a href=&quot;maps.google.com&quot;&gt;Google Maps&lt;/a&gt; and searched for the name of the store. Within seconds, I was shown the location of the store as well as the option to get directions to the store from my current location.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dhmedia.com.au/blogs/how-google-maps-can-benefit-you&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dhmedia.com.au/blogs/how-google-maps-can-benefit-you#comments</comments>
 <pubDate>Wed, 09 Sep 2009 16:57:54 +0800</pubDate>
 <dc:creator>Evan</dc:creator>
 <guid isPermaLink="false">81 at http://www.dhmedia.com.au</guid>
</item>
</channel>
</rss>
