<?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>In 10 years time, Flash will be a forgotten technology</title>
 <link>http://www.dhmedia.com.au/blogs/10-years-time-flash-will-be-forgotten-technology</link>
 <description>&lt;p&gt;Well, with any sort of luck at least. The reason for Flash&#039;s timely demise is this: &lt;a href=&quot;http://processingjs.org/&quot;&gt;http://processingjs.org/&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
Processing, and&amp;nbsp;the Javascript implementation of it above, is an open source programming language that allows developers to programmatically build animations, images and interactive elements. The Javascript implementation uses the new HTML5 canvas element to allow users to build virtually whatever graphical interface they can imagine.&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dhmedia.com.au/blogs/10-years-time-flash-will-be-forgotten-technology&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dhmedia.com.au/blogs/10-years-time-flash-will-be-forgotten-technology#comments</comments>
 <pubDate>Thu, 11 Mar 2010 11:28:20 +0800</pubDate>
 <dc:creator>Cameron</dc:creator>
 <guid isPermaLink="false">88 at http://www.dhmedia.com.au</guid>
</item>
<item>
 <title>Google says update your browser... so do we.</title>
 <link>http://www.dhmedia.com.au/blogs/google-says-update-your-browser-so-do-we</link>
 <description>&lt;p&gt;Google has said that it will cease support for old browsers such as Internet Explorer 6 this month.&amp;nbsp; This is a great move on their behalf and they boys at DogHouse central are over the moon with this news.&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;You can read more here:&lt;br /&gt; &lt;a href=&quot;http://googledocs.blogspot.com/2010/01/web-browser-support-for-docs-and-sites.html&quot; target=&quot;_blank&quot;&gt;http://googledocs.blogspot.com/2010/01/web-browser-support-for-docs-and-sites.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And if that isn&#039;t enough then here are a few more reasons to upgrade your browser&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dhmedia.com.au/blogs/google-says-update-your-browser-so-do-we&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dhmedia.com.au/blogs/google-says-update-your-browser-so-do-we#comments</comments>
 <pubDate>Thu, 11 Mar 2010 09:51:02 +0800</pubDate>
 <dc:creator>jeremy</dc:creator>
 <guid isPermaLink="false">87 at http://www.dhmedia.com.au</guid>
</item>
<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>
</channel>
</rss>
