<?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"
	>

<channel>
	<title>Huy Dinh - Coding magic for food</title>
	<atom:link href="http://huydinh.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://huydinh.co.uk/blog</link>
	<description>Magic coding [ ninja &#124; monkey ] seeks secret code of legends (and 3 meals a day)!</description>
	<pubDate>Thu, 04 Sep 2008 10:16:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>My jQuery magnify plugin</title>
		<link>http://huydinh.co.uk/blog/2008/09/04/my-jquery-magnify-plugin/</link>
		<comments>http://huydinh.co.uk/blog/2008/09/04/my-jquery-magnify-plugin/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 09:47:55 +0000</pubDate>
		<dc:creator>Huy Dinh</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[magnifier]]></category>

		<category><![CDATA[magnify]]></category>

		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://huydinh.co.uk/blog/?p=59</guid>
		<description><![CDATA[Inspired by Ca Phun (YeloTofu.com)'s love for jQuery and him providing useless plugins, I've decided to take my zoomer script a little further, by creating a jQuery magnifier plugin.
There are many similar magnifiers out there, but none actually lifts the magnifier out of the image... at least, none that I've seen. So, you've guessed it, [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by Ca Phun (<a href="http://yelotofu.com">YeloTofu.com</a>)'s love for jQuery and him providing useless plugins, I've decided to take my zoomer script a little further, by creating a jQuery magnifier plugin.</p>
<p>There are many similar magnifiers out there, but none actually lifts the magnifier out of the image... at least, none that I've seen. So, you've guessed it, mine does!</p>
<p>Have a look at the demo <a href="http://www.huydinh.co.uk/demo/magnifier">here</a> and download it <a href="http://www.huydinh.co.uk/demo/magnifier/magnifier.js.zip">here</a>.</p>
<p>Usage is simple:</p>
<div class="igBar"><span id="ljavascript-3"><a href="#" onclick="javascript:showPlainTxt('javascript-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JavaScript:</span>
<div id="javascript-3">
<div class="javascript">
<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;">$<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"img"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">magnify</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>But you'd probably want to hide the image initially, wait for it to load, then apply the magnify and finally show it:</p>
<div class="igBar"><span id="ljavascript-4"><a href="#" onclick="javascript:showPlainTxt('javascript-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JavaScript:</span>
<div id="javascript-4">
<div class="javascript">
<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;">$<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"img"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">hide</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">load</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; $<span style="color: #66cc66;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">magnify</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">fadeIn</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"fast"</span><span style="color: #66cc66;">&#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: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>One last thing: you will want to style the magnifying "glass" (#huy-magnifier) with the width and height and anything else you might want... such as a border!</p>
<p>After I wrote the script and showed it to Ca Phun, he said that jQuery already has a <a href="http://docs.jquery.com/UI/Magnifier">magnifier</a>... but at the time of writing, it doesn't seem to be working.</p>
]]></content:encoded>
			<wfw:commentRss>http://huydinh.co.uk/blog/2008/09/04/my-jquery-magnify-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Replacement zoomer for Magento</title>
		<link>http://huydinh.co.uk/blog/2008/08/31/replacement-zoomer-for-magento/</link>
		<comments>http://huydinh.co.uk/blog/2008/08/31/replacement-zoomer-for-magento/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 11:57:55 +0000</pubDate>
		<dc:creator>Huy Dinh</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Random]]></category>

		<category><![CDATA[magento]]></category>

		<category><![CDATA[zoomer]]></category>

		<guid isPermaLink="false">http://huydinh.co.uk/blog/?p=40</guid>
		<description><![CDATA[One of Magento's little annoyances is the main image preview method - like everything else about Magento, it comes with bells and whistles. Is that a bad thing? Well, yes.
Before I complain, look at the original zoomer.
I'd argue whether the average user needs to zoom into an image using the a slider, because imo, they [...]]]></description>
			<content:encoded><![CDATA[<p>One of <a title="Magento homepage" href="http://www.magentocommerce.com/" target="_blank">Magento</a>'s little annoyances is the main image preview method - like everything else about Magento, it comes with bells and whistles. Is that a bad thing? Well, yes.</p>
<p>Before I complain, look at the <a href="http://demo.magentocommerce.com/asicsr-men-s-gel-kayanor-xii.html">original zoomer</a>.</p>
<p>I'd argue whether the average user needs to zoom into an image using the a slider, because imo, they wither want to see the whole image or as much detail as possible (maximum zoom). Luckily the front end is much easier to change than the back end, so I've made my own zoomer tool which is infinitely easier to use (because you can't actually control anything) you just roll the mouse pointer over the image, a little box will appear that shows a portion of the actual image with maximum zoom. Move the mouse pointer and the zoomed image will be updated accordingly.</p>
<p>Easy, peasy, nifty.</p>
<p>See a <a title="Zoomer demo" href="/demo/zoomer/">demo</a> and <a title="Download zoomer" href="/demo/zoomer/zoomer.zip">download</a> it.</p>
<p>It was written specificly for <a title="Magento homepage" href="http://www.magentocommerce.com/" target="_blank">Magento</a> 1.1 so uses <a title="Prototype homepage" href="http://www.prototypejs.org/" target="_blank">Prototype</a> 1.4 instead of the latest.</p>
<p>To use it, follow similar instructions to <a title="Install Lightbox for Magento" href="http://www.magentocommerce.com/wiki/adding_lightbox_to_magento_v2" target="_blank">installing lightbox</a>:</p>
<p>Put the .js in the main js folder: /js/huy/.<br />
Put the .css in your theme's css folder: /skin/frontend/default/default/css/huy/</p>
<p>In /app/design/frontend/default/default/template/catalog/product/view/ delete the following lines:</p>
<div class="igBar"><span id="lphp-6"><a href="#" onclick="javascript:showPlainTxt('php-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-6">
<div class="php">
<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;">&lt;p <span style="color:#000000; font-weight:bold;">class</span>=<span style="color:#FF0000;">"a-center"</span> id=<span style="color:#FF0000;">"track_hint"</span>&gt;&lt;?php <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#0000FF;">$this</span>-&gt;__<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Double click on above image to view full picture'</span><span style="color:#006600; font-weight:bold;">&#41;</span> ?&gt;&lt;/p&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;div <span style="color:#000000; font-weight:bold;">class</span>=<span style="color:#FF0000;">"image-zoom"</span> id=<span style="color:#FF0000;">"track_outer"</span>&gt;</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;">&nbsp; &nbsp; &lt;img id=<span style="color:#FF0000;">"zoom_out"</span> src=<span style="color:#FF0000;">"&lt;?php echo $this-&gt;getSkinUrl('images/slider_btn_zoom_out.gif') ?&gt;"</span> alt=<span style="color:#FF0000;">"&lt;?php echo $this-&gt;__('Zoom Out') ?&gt;"</span> <span style="color:#000000; font-weight:bold;">class</span>=<span style="color:#FF0000;">"btn-zoom-out"</span> /&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &lt;div id=<span style="color:#FF0000;">"track"</span>&gt;</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;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=<span style="color:#FF0000;">"handle"</span>&gt;&lt;/div&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &lt;/div&gt;</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;">&nbsp; &nbsp; &lt;img id=<span style="color:#FF0000;">"zoom_in"</span> src=<span style="color:#FF0000;">"&lt;?php echo $this-&gt;getSkinUrl('images/slider_btn_zoom_in.gif') ?&gt;"</span> alt=<span style="color:#FF0000;">"&lt;?php echo $this-&gt;__('Zoom In') ?&gt;"</span> <span style="color:#000000; font-weight:bold;">class</span>=<span style="color:#FF0000;">"btn-zoom-in"</span> /&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;/div&gt;</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;">&lt;script type=<span style="color:#FF0000;">"text/javascript"</span>&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; Event.observe<span style="color:#006600; font-weight:bold;">&#40;</span>window, <span style="color:#FF0000;">'load'</span>, <span style="color:#000000; font-weight:bold;">function</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</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;">&nbsp; &nbsp; &nbsp; &nbsp; product_zoom = <span style="color:#000000; font-weight:bold;">new</span> Product.Zoom<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'image'</span>, <span style="color:#FF0000;">'track'</span>, <span style="color:#FF0000;">'handle'</span>, <span style="color:#FF0000;">'zoom_in'</span>, <span style="color:#FF0000;">'zoom_out'</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;">&nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#125;</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:#000000; font-weight:bold;">&lt;/script&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>You may want to change the styling of zoomer.css to taste.</p>
<p>Remember to minify it!</p>
]]></content:encoded>
			<wfw:commentRss>http://huydinh.co.uk/blog/2008/08/31/replacement-zoomer-for-magento/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Minify Magento&#8217;s JS and CSS</title>
		<link>http://huydinh.co.uk/blog/2008/08/31/minify-magentos-js-and-css/</link>
		<comments>http://huydinh.co.uk/blog/2008/08/31/minify-magentos-js-and-css/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 10:38:13 +0000</pubDate>
		<dc:creator>Huy Dinh</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[magento]]></category>

		<category><![CDATA[optimisation]]></category>

		<guid isPermaLink="false">http://huydinh.co.uk/blog/?p=36</guid>
		<description><![CDATA[I don't want to sound like a broken record but Magento is slow. So why then aren't the JS and CSS minified by default?
My love for optimisation knows no boundaries, as such, I've taken it on myself to provide an automated solution - here it is:
minify.zip
It's a simple script that scans through each theme's layout/page.xml [...]]]></description>
			<content:encoded><![CDATA[<p>I don't want to sound like a broken record but <a title="Magento homepage" href="http://connect.magentocommerce.com/" target="_blank">Magento</a> is slow. So why then aren't the JS and CSS minified by default?</p>
<p>My love for optimisation knows no boundaries, as such, I've taken it on myself to provide an automated solution - here it is:</p>
<p><a title="Download minify.zip" href="http://www.huydinh.co.uk/files/minify.php">minify.zip</a></p>
<p>It's a simple script that scans through each theme's layout/page.xml and minifies each JS and CSS it finds.</p>
<p>To use the script, you need to have the Java runtime environment installed, php must have shell execution abilities and your webserver must have write permissions in  each theme's page.xml (<em>/app/design/frontend/default/default/layout/page.xml</em>), css folder (<em>/skin/frontend/default/default/css</em>) and the main js folder (<em>/js</em>). You also need to have <a title="YUI Compressor" href="http://developer.yahoo.com/yui/compressor/" target="_blank">YUI Compressor</a>'s build <strong>jar </strong>file on your server (<a title="Download YUI Compressor" href="http://www.julienlecomte.net/yuicompressor/" target="_blank">download it here</a>).</p>
<p>One last thing is to edit the script with your Magento's root folder and location of YUI Compressor's jar file.</p>
<p>It is recommended that you put the script into a password protected folder!</p>
<p>Oh, one last thing: I haven't tested the script in a Windows environment so it may not work.</p>
]]></content:encoded>
			<wfw:commentRss>http://huydinh.co.uk/blog/2008/08/31/minify-magentos-js-and-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Magento + Mosso = Fail</title>
		<link>http://huydinh.co.uk/blog/2008/08/30/magento-plus-mosso-equals-fail/</link>
		<comments>http://huydinh.co.uk/blog/2008/08/30/magento-plus-mosso-equals-fail/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 21:22:25 +0000</pubDate>
		<dc:creator>Huy Dinh</dc:creator>
		
		<category><![CDATA[AS2]]></category>

		<category><![CDATA[Random]]></category>

		<category><![CDATA[magento]]></category>

		<category><![CDATA[mosso]]></category>

		<guid isPermaLink="false">http://huydinh.co.uk/blog/?p=31</guid>
		<description><![CDATA[Magento, the all singing, all dancing ecommerce system that's heads and shoulders above everything else. It has more features than a Swiss army knife, and best of all, it's open source and completely free to use!
Mosso is Rackspace's cloud computing service, it promises to be somewhere between a VPS (Virtual Private Server) and a dedicated [...]]]></description>
			<content:encoded><![CDATA[<p>Magento, the all singing, all dancing ecommerce system that's heads and shoulders above everything else. It has more features than a Swiss army knife, and best of all, it's open source and completely free to use!</p>
<p>Mosso is Rackspace's cloud computing service, it promises to be somewhere between a VPS (Virtual Private Server) and a dedicated server - it's scalable, dependable, and above all, fully managed and supported like Rackspace's excellent support.</p>
<p>You'd be forgiven for thinking that the 2 Ms would be a as sweet as chocolate, but you'd be wrong like I was wrong.</p>
<p>Having tested Magento on WebFusion's VPS, it was unacceptably slow, during peak times it would take 15 seconds to load the page on a fast broadband connection. The problem (probably) is that Magento uses a lot of CPU resources. It does a lot of database queries and reads and writes many files on each request. The caching system helps substantially but on a shared server, it's still too slow for practical use. Imagine if just a handful of people installed a copy of Magento on their VPS - the server would come to a halt pretty quickly.</p>
<p>In theory, using cloud computing with it's unlimited resources should speed Magento up exponentially, in reality however, the reverse is true. During peak time, most requests timed out, and the ones that do make it through takes more time than making tea.</p>
<p>Was the problem to do with Mosso? or can it be said of all cloud computing in general? I wont be answering that any time soon, I'm sticking to the ground for as long as I can.</p>
<p>So the only real solution for Magento is a dedicated server, which considering, is not too expensive if you are prepared to get your hands dirty. For the same price as a Mosso installation, you can get a basic dedicated server at EasySpace, and believe you me, Magento is very usable!</p>
<p>So click my EasySpace banner yo!</p>
]]></content:encoded>
			<wfw:commentRss>http://huydinh.co.uk/blog/2008/08/30/magento-plus-mosso-equals-fail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Crooked Tongues Store  - refreshed</title>
		<link>http://huydinh.co.uk/blog/2008/07/22/crooked-tongues-store-refreshed/</link>
		<comments>http://huydinh.co.uk/blog/2008/07/22/crooked-tongues-store-refreshed/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 20:13:24 +0000</pubDate>
		<dc:creator>Huy Dinh</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://huydinh.co.uk/blog/?p=24</guid>
		<description><![CDATA[Crooked Tongues, the famous online sneakers store has been updated with a new ecommerce system - one built from scratch, based on the CMS I built for Freeview... well, not quite "based on" but there are similar features and functionality - especially the recursive navigation/categorisation structure whereby each category can have child categories... there's a [...]]]></description>
			<content:encoded><![CDATA[<p>Crooked Tongues, the famous online sneakers store has been updated with a new ecommerce system - one built from scratch, based on the CMS I built for Freeview... well, not quite "based on" but there are similar features and functionality - especially the recursive navigation/categorisation structure whereby each category can have child categories... there's a name for that design pattern but I don't remember what it is.</p>
<p>Built using the Code Igniter framework by Ca Phun Ung and I, it's very fast and robust and was completed in record time of aproximately 2 months. Most of the backend logic was done by me, templates and javascript by Ca Phun.</p>
<p><a title="Visit crooked tongues sneakers store" href="http://www.crookedtongues.com" target="_blank"><img class="aligncenter size-full wp-image-25" title="Crooked Tongues Store" src="http://huydinh.co.uk/blog/wp-content/uploads/2008/07/crookedtongues.png" alt="" width="500" height="383" /></a></p>
<p>I'm pretty proud of this shopping cart system... it has a little bit of data redundancy but it makes the system faster so even though I'm an optimisation evangelist, I think having the redundancy is a good call.</p>
<p>The system is quite flexible - you can sell shoes with multiple size/quantities, apparel with up to 20 different sizes, accessories without a size, homogeneous products with 1 difference... such as a choice of colour.</p>
<p>Anyway, hop over to <a title="Visit crooked tongues sneakers store" href="http://www.crookedtongues.com" target="_blank">http://www.crookedtongues.com</a> for some street culture.</p>
]]></content:encoded>
			<wfw:commentRss>http://huydinh.co.uk/blog/2008/07/22/crooked-tongues-store-refreshed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spine Magazine</title>
		<link>http://huydinh.co.uk/blog/2008/06/30/spine-magazine/</link>
		<comments>http://huydinh.co.uk/blog/2008/06/30/spine-magazine/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 16:26:10 +0000</pubDate>
		<dc:creator>Huy Dinh</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://huydinh.co.uk/blog/?p=22</guid>
		<description><![CDATA[Spine magazine is finally live!
I'm especially proud of the infinite scrolling on the news and reviews pages. If you have some time, drag the jog slider down and scroll back to the yesteryears!

Check it out at: http://www.spinemagazine.com
]]></description>
			<content:encoded><![CDATA[<p>Spine magazine is finally live!</p>
<p>I'm especially proud of the infinite scrolling on the news and reviews pages. If you have some time, drag the jog slider down and scroll back to the yesteryears!</p>
<p><a href="http://www.spinemagazine.com"><img class="aligncenter size-medium wp-image-23" title="Spine Magazine" src="http://huydinh.co.uk/blog/wp-content/uploads/2008/06/spinemagazine.jpg" alt="" width="550" height="407" /></a></p>
<p>Check it out at: <a href="http://www.spinemagazine.com">http://www.spinemagazine.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://huydinh.co.uk/blog/2008/06/30/spine-magazine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>adidas/Foot Locker - Cope 2</title>
		<link>http://huydinh.co.uk/blog/2008/06/18/adidasfoot-locker-cope-2/</link>
		<comments>http://huydinh.co.uk/blog/2008/06/18/adidasfoot-locker-cope-2/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 09:38:26 +0000</pubDate>
		<dc:creator>Huy Dinh</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://huydinh.co.uk/blog/?p=18</guid>
		<description><![CDATA[
The website in Flash AS3 with a bit of PaperVision3D. It's a complex design with animated interactive links and hotspots. The background and popups are in 2D while the map is in 3D. Check it out here: http://www.originals-online.com/footlocker_cope2/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://huydinh.co.uk/blog/wp-content/uploads/2008/06/cope2.jpg"><img class="aligncenter size-full wp-image-19" title="Screenshot of the adidas/Foot Locker cope2 website" src="http://huydinh.co.uk/blog/wp-content/uploads/2008/06/cope2.jpg" alt="" width="550" height="411" /></a></p>
<p>The website in Flash AS3 with a bit of PaperVision3D. It's a complex design with animated interactive links and hotspots. The background and popups are in 2D while the map is in 3D. Check it out here: <a href="http://www.originals-online.com/footlocker_cope2/">http://www.originals-online.com/footlocker_cope2/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://huydinh.co.uk/blog/2008/06/18/adidasfoot-locker-cope-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Income Tax Calculator updated, now called Wage Calculator</title>
		<link>http://huydinh.co.uk/blog/2008/04/20/income-tax-calculator-updated-now-called-wage-calculator/</link>
		<comments>http://huydinh.co.uk/blog/2008/04/20/income-tax-calculator-updated-now-called-wage-calculator/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 21:29:20 +0000</pubDate>
		<dc:creator>Huy Dinh</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[calc]]></category>

		<category><![CDATA[calculator]]></category>

		<category><![CDATA[flex]]></category>

		<category><![CDATA[income tax]]></category>

		<category><![CDATA[national insurance]]></category>

		<category><![CDATA[student loan]]></category>

		<guid isPermaLink="false">http://huydinh.co.uk/blog/2008/04/20/income-tax-calculator-updated-now-called-wage-calculator/</guid>
		<description><![CDATA[I've updated the income tax calculator using flex, it looks much better than before, and it works great.
This is now updated to calculate this year's deductions and compare it with last year's.

The "Hourly" button shows your actual hourly rate taking into account the number of hours you work a day and the number of days [...]]]></description>
			<content:encoded><![CDATA[<p>I've updated the income tax calculator using flex, it looks much better than before, and it works great.</p>
<p>This is now updated to calculate this year's deductions and compare it with last year's.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="WageCalculator" /><param name="align" value="middle" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><param name="src" value="http://huydinh.co.uk/income/v3/WageCalculator.swf" /><embed id="WageCalculator" type="application/x-shockwave-flash" width="550" height="480" src="http://huydinh.co.uk/income/v3/WageCalculator.swf" bgcolor="#ffffff" wmode="transparent" quality="high" allowfullscreen="false" allowscriptaccess="sameDomain" align="middle"></embed></object></p>
<p>The "Hourly" button shows your actual hourly rate taking into account the number of hours you work a day and the number of days holiday (and public holidays) a year.</p>
<p>If you work less than 5 days a week, you can still get accurate results by adding the number of days off onto your holiday (e.g. if you work 4 days a week, that means you have 52 days extra holiday a year, add that to your holiday allowance). If you work more than 5 days a week, subtract those extra days from your holiday!</p>
]]></content:encoded>
			<wfw:commentRss>http://huydinh.co.uk/blog/2008/04/20/income-tax-calculator-updated-now-called-wage-calculator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interactive 3D Income Tax Calculator</title>
		<link>http://huydinh.co.uk/blog/2008/02/27/interactive-3d-income-tax-calculator/</link>
		<comments>http://huydinh.co.uk/blog/2008/02/27/interactive-3d-income-tax-calculator/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 21:27:22 +0000</pubDate>
		<dc:creator>Huy Dinh</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://huydinh.co.uk/blog/2008/02/27/15/</guid>
		<description><![CDATA[Had a bit of free time lately, learned a bit of AS3 and Papervision3D, so naturally I put my education into the pursuit of something completely useless!
Check this out! (Before you nag, 08/09 values are estimates only... although it's pretty accurate if you earn less than £36,000 a year).

]]></description>
			<content:encoded><![CDATA[<p>Had a bit of free time lately, learned a bit of AS3 and Papervision3D, so naturally I put my education into the pursuit of something completely useless!</p>
<p>Check this out! (Before you nag, 08/09 values are estimates only... although it's pretty accurate if you earn less than £36,000 a year).<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="500" height="500" id="IncomeTaxCalculator3D" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="movie" value="/income/v2/IncomeTaxCalculator3D.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent"><param name="bgcolor" value="#ffffff" /><embed src="/income/v2/IncomeTaxCalculator3D.swf" quality="high" bgcolor="#ffffff" width="500" height="500" name="IncomeTaxCalculator3D" align="middle" wmode="transparent" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://huydinh.co.uk/blog/2008/02/27/interactive-3d-income-tax-calculator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A cold day in London</title>
		<link>http://huydinh.co.uk/blog/2008/02/18/a-cold-day-in-london/</link>
		<comments>http://huydinh.co.uk/blog/2008/02/18/a-cold-day-in-london/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 21:41:12 +0000</pubDate>
		<dc:creator>Huy Dinh</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://huydinh.co.uk/blog/2008/02/18/a-cold-day-in-london/</guid>
		<description><![CDATA[The weather's been pretty miserable in London lately. Even when there is sunshine it's freezing! Look at the weather report:

]]></description>
			<content:encoded><![CDATA[<p>The weather's been pretty miserable in London lately. Even when there is sunshine it's freezing! Look at the weather report:</p>
<p><img src="http://huydinh.co.uk/blog/wp-content/uploads/2008/02/london-at-its-coldest.jpg" alt="London at it’s coldest" /></p>
]]></content:encoded>
			<wfw:commentRss>http://huydinh.co.uk/blog/2008/02/18/a-cold-day-in-london/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
