<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://dhmedia.com.au" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The Hind Leg</title>
 <link>http://dhmedia.com.au/blogs</link>
 <description></description>
 <language>en</language>
<item>
 <title>Handling errors appropriately with Dojo Grids and Dojo Data Stores. </title>
 <link>http://dhmedia.com.au/blogs/handling-errors-appropriately-dojo-grids-and-dojo-data-stores</link>
 <description> &lt;p&gt;This is a pretty technical blog entry today, but I thought I&#039;d post it seeing as how difficult it has been for me to find any reliable information on how all this works.&lt;/p&gt;
&lt;p&gt;Dojo is an awesome Javascript framework, and their Grids are world-class examples of how to manage large volumes of data through a consistent, reliable and familiar interface. It supports all sorts of features from row sorting, paging and in-line editing through to custom formatters. Today&#039;s blog is about in-line editing, and how to handle errors.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://dhmedia.com.au/blogs/handling-errors-appropriately-dojo-grids-and-dojo-data-stores&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://dhmedia.com.au/blogs/handling-errors-appropriately-dojo-grids-and-dojo-data-stores#comments</comments>
 <pubDate>Wed, 19 May 2010 12:49:53 +0800</pubDate>
 <dc:creator>Cameron</dc:creator>
 <guid isPermaLink="false">89 at http://dhmedia.com.au</guid>
</item>
<item>
 <title>In 10 years time, Flash will be a forgotten technology</title>
 <link>http://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://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://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://dhmedia.com.au</guid>
</item>
<item>
 <title>Google says update your browser... so do we.</title>
 <link>http://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://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://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://dhmedia.com.au</guid>
</item>
<item>
 <title>Image thumbnail view helper for Zend Framework</title>
 <link>http://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://dhmedia.com.au/blogs/image-thumbnail-view-helper-zend-framework&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://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://dhmedia.com.au</guid>
</item>
<item>
 <title>How to  geocode an address using Google and php</title>
 <link>http://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://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://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://dhmedia.com.au</guid>
</item>
</channel>
</rss>
