<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BetaDesigns( Blog ) &#187; Personal</title>
	<atom:link href="http://www.betadesigns.co.uk/Blog/category/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.betadesigns.co.uk/Blog</link>
	<description>Flex and Component Development</description>
	<lastBuildDate>Sat, 31 Dec 2011 13:04:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Getting Static Libraries to link correctly in XCode workspaces</title>
		<link>http://www.betadesigns.co.uk/Blog/2011/12/23/getting-static-libraries-to-link-correctly-in-xcode-workspaces/</link>
		<comments>http://www.betadesigns.co.uk/Blog/2011/12/23/getting-static-libraries-to-link-correctly-in-xcode-workspaces/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 19:59:23 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[XCode tips]]></category>
		<category><![CDATA[linking]]></category>
		<category><![CDATA[stackoverflow]]></category>
		<category><![CDATA[workspaces]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[xcode tips]]></category>

		<guid isPermaLink="false">http://www.betadesigns.co.uk/Blog/?p=506</guid>
		<description><![CDATA[I just answered a question on StackOverflow about how to fix dependency issues in xcode workspaces when linking static libraries. This is just a post to remind myself. StackOverflow Post On A side note if the files within the library are only to be used in Storyboards then you need to explicitly reference them otherwise [...]]]></description>
			<content:encoded><![CDATA[<p>I just answered a question on StackOverflow about how to fix dependency issues in xcode workspaces when linking static libraries. This is just a post to remind myself.</p>
<p><a href="http://stackoverflow.com/questions/5534235/how-do-you-get-implicit-dependencies-to-work-with-workspaces-in-xcode-4/8620101#8620101" title="StackOverflow Answer">StackOverflow Post</a></p>
<p>On A side note if the files within the library are only to be used in Storyboards then you need to explicitly reference them otherwise the compiler will remove them and you will get Run time errors.</p>
<p>The easiest way to do this is to create a Class with the same name as the library and each file you want to force for inclusion you should do the following.</p>
<pre class="actionscript">&nbsp;
&nbsp;
-<span style="color: #66cc66;">&#40;</span>id<span style="color: #66cc66;">&#41;</span> init
<span style="color: #66cc66;">&#123;</span>
    <span style="color: #66cc66;">&#91;</span>CustomClass1 <span style="color: #000000; font-weight: bold;">class</span><span style="color: #66cc66;">&#93;</span>;
    <span style="color: #66cc66;">&#91;</span>CustomClass2 <span style="color: #000000; font-weight: bold;">class</span><span style="color: #66cc66;">&#93;</span>;
    etc....
<span style="color: #66cc66;">&#125;</span>
&nbsp;</pre>
<p>Then inside your main application </p>
<pre class="actionscript">&nbsp;
- <span style="color: #66cc66;">&#40;</span>BOOL<span style="color: #66cc66;">&#41;</span>application:<span style="color: #66cc66;">&#40;</span>UIApplication *<span style="color: #66cc66;">&#41;</span>application didFinishLaunchingWithOptions:<span style="color: #66cc66;">&#40;</span>NSDictionary *<span style="color: #66cc66;">&#41;</span>launchOptions
<span style="color: #66cc66;">&#123;</span>
    <span style="color: #808080; font-style: italic;">//Force inclusion of files.</span>
    <span style="color: #66cc66;">&#91;</span>CustomLibrary <span style="color: #000000; font-weight: bold;">class</span><span style="color: #66cc66;">&#93;</span>;
    <span style="color: #b1b100;">return</span> YES;
<span style="color: #66cc66;">&#125;</span>
&nbsp;</pre>
<a href='http://twitter.com/share?url=http%3A%2F%2Fwww.betadesigns.co.uk%2FBlog%2F%3Fp%3D506&count=horizontal&related=&text=Getting%20Static%20Libraries%20to%20link%20correctly%20in%20XCode%20workspaces' class='twitter-share-button' data-text='Getting Static Libraries to link correctly in XCode workspaces' data-url='http://www.betadesigns.co.uk/Blog/?p=506' data-counturl='http://www.betadesigns.co.uk/Blog/2011/12/23/getting-static-libraries-to-link-correctly-in-xcode-workspaces/' data-count='horizontal' data-via='Omnipitence'></a>]]></content:encoded>
			<wfw:commentRss>http://www.betadesigns.co.uk/Blog/2011/12/23/getting-static-libraries-to-link-correctly-in-xcode-workspaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>大家新年快乐 Happy New Year Everyone!</title>
		<link>http://www.betadesigns.co.uk/Blog/2011/02/02/%e5%a4%a7%e5%ae%b6%e6%96%b0%e5%b9%b4%e5%bf%ab%e4%b9%90-happy-new-year-everyone/</link>
		<comments>http://www.betadesigns.co.uk/Blog/2011/02/02/%e5%a4%a7%e5%ae%b6%e6%96%b0%e5%b9%b4%e5%bf%ab%e4%b9%90-happy-new-year-everyone/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 11:59:49 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[china]]></category>
		<category><![CDATA[chinese new year]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[playbook]]></category>

		<guid isPermaLink="false">http://www.betadesigns.co.uk/Blog/?p=351</guid>
		<description><![CDATA[Well it's that time of year again Chinese New Year! It's the year of the RABBIT and i'm off back to China to visit the in laws for a couple of weeks Macbook under my arm and some good Playbook / iOS ideas brewing in my head. Happy New Year]]></description>
			<content:encoded><![CDATA[<p>Well it's that time of year again Chinese New Year! It's the year of the RABBIT<br />
<img width="139" height="104"  src="http://www.freecomputerdesktopwallpaper.com/new_wallpaper/Chinese_New_Year_2011_Rabbit_freecomputerdesktopwallpaper_1280.jpg" alt="2011 Rabbit" /> and i'm off back to China to visit the in laws for a couple of weeks Macbook under my arm and some good Playbook / iOS ideas brewing in my head.<br />
Happy New Year</p>
<a href='http://twitter.com/share?url=http%3A%2F%2Fwww.betadesigns.co.uk%2FBlog%2F%3Fp%3D351&count=horizontal&related=&text=%E5%A4%A7%E5%AE%B6%E6%96%B0%E5%B9%B4%E5%BF%AB%E4%B9%90%20Happy%20New%20Year%20Everyone%21' class='twitter-share-button' data-text='大家新年快乐 Happy New Year Everyone!' data-url='http://www.betadesigns.co.uk/Blog/?p=351' data-counturl='http://www.betadesigns.co.uk/Blog/2011/02/02/%e5%a4%a7%e5%ae%b6%e6%96%b0%e5%b9%b4%e5%bf%ab%e4%b9%90-happy-new-year-everyone/' data-count='horizontal' data-via='Omnipitence'></a>]]></content:encoded>
			<wfw:commentRss>http://www.betadesigns.co.uk/Blog/2011/02/02/%e5%a4%a7%e5%ae%b6%e6%96%b0%e5%b9%b4%e5%bf%ab%e4%b9%90-happy-new-year-everyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Japanese, Chinese or even Korean on UK Blackberry</title>
		<link>http://www.betadesigns.co.uk/Blog/2009/12/30/installing-japanese-chinese-or-even-korean-on-uk-blackberry/</link>
		<comments>http://www.betadesigns.co.uk/Blog/2009/12/30/installing-japanese-chinese-or-even-korean-on-uk-blackberry/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 03:48:46 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Japanese]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[chinese]]></category>
		<category><![CDATA[korean]]></category>

		<guid isPermaLink="false">http://www.betadesigns.co.uk/Blog/?p=129</guid>
		<description><![CDATA[Just in case anyone was having as much trouble as me installing one of the above languages onto their UK Blackberry I thought i would post this very useful link. http://www.blackberryforums.com/general-8300-series-discussion-curve/151613-cjk-support-os-4-5-a.html]]></description>
			<content:encoded><![CDATA[<p>Just in case anyone was having as much trouble as me installing one of the above languages onto their UK Blackberry I thought i would post this very useful link.</p>
<p>http://www.blackberryforums.com/general-8300-series-discussion-curve/151613-cjk-support-os-4-5-a.html</p>
<a href='http://twitter.com/share?url=http%3A%2F%2Fwww.betadesigns.co.uk%2FBlog%2F%3Fp%3D129&count=horizontal&related=&text=Installing%20Japanese%2C%20Chinese%20or%20even%20Korean%20on%20UK%20Blackberry' class='twitter-share-button' data-text='Installing Japanese, Chinese or even Korean on UK Blackberry' data-url='http://www.betadesigns.co.uk/Blog/?p=129' data-counturl='http://www.betadesigns.co.uk/Blog/2009/12/30/installing-japanese-chinese-or-even-korean-on-uk-blackberry/' data-count='horizontal' data-via='Omnipitence'></a>]]></content:encoded>
			<wfw:commentRss>http://www.betadesigns.co.uk/Blog/2009/12/30/installing-japanese-chinese-or-even-korean-on-uk-blackberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binary Clock</title>
		<link>http://www.betadesigns.co.uk/Blog/2009/10/16/binary-clock/</link>
		<comments>http://www.betadesigns.co.uk/Blog/2009/10/16/binary-clock/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 22:56:33 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[binary clock]]></category>
		<category><![CDATA[bits]]></category>
		<category><![CDATA[bytes]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[spark]]></category>
		<category><![CDATA[spark skins]]></category>

		<guid isPermaLink="false">http://www.betadesigns.co.uk/Blog/?p=118</guid>
		<description><![CDATA[I have been looking into bits, bytes and bit shifting a lot recently so I thought I would quickly make a small binary clock to help burn it into my mind. In addition it also gave me the chance to experiment with the spark skinning. Below is the result. Not pretty I know but thats [...]]]></description>
			<content:encoded><![CDATA[<p>I have been looking into bits, bytes and bit shifting a lot recently so I thought I would quickly make a small binary clock to help burn it into my mind. In addition it also gave me the chance to experiment with the spark skinning. Below is the result. Not pretty I know but thats what the skinning is for.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_TestProject_1812927820"
			class="flashmovie"
			width="169"
			height="92">
	<param name="movie" value="http://www.betadesigns.co.uk/Examples/BinaryClock/TestProject.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.betadesigns.co.uk/Examples/BinaryClock/TestProject.swf"
			name="fm_TestProject_1812927820"
			width="169"
			height="92">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p><a href="http://www.betadesigns.co.uk/Examples/BinaryClock/srcview/">Full source</a></p>
<a href='http://twitter.com/share?url=http%3A%2F%2Fwww.betadesigns.co.uk%2FBlog%2F%3Fp%3D118&count=horizontal&related=&text=Binary%20Clock' class='twitter-share-button' data-text='Binary Clock' data-url='http://www.betadesigns.co.uk/Blog/?p=118' data-counturl='http://www.betadesigns.co.uk/Blog/2009/10/16/binary-clock/' data-count='horizontal' data-via='Omnipitence'></a>]]></content:encoded>
			<wfw:commentRss>http://www.betadesigns.co.uk/Blog/2009/10/16/binary-clock/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Application Version Control in AS3</title>
		<link>http://www.betadesigns.co.uk/Blog/2008/06/24/application-version-control-in-as3/</link>
		<comments>http://www.betadesigns.co.uk/Blog/2008/06/24/application-version-control-in-as3/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 01:23:46 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Bug Fixes]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Japanese]]></category>
		<category><![CDATA[.properties files]]></category>
		<category><![CDATA[Actionscript version control]]></category>
		<category><![CDATA[application version control]]></category>
		<category><![CDATA[ContextMenuItem]]></category>
		<category><![CDATA[custom context menu]]></category>
		<category><![CDATA[flash.events.ContextMenuEvent;]]></category>
		<category><![CDATA[flash.ui.ContextMenu]]></category>
		<category><![CDATA[flash.ui.ContextMenuItem;]]></category>
		<category><![CDATA[Flex application version control]]></category>
		<category><![CDATA[mx.resources.ResourceBundle;]]></category>
		<category><![CDATA[resource bundles]]></category>
		<category><![CDATA[ResourceBundles in Flex]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.betadesigns.co.uk/Blog/?p=22</guid>
		<description><![CDATA[I thought that I would just write a quick note on how I know which version of an application I am looking at when it has been published to the web. It's all well and good saying its revision 87 from svn but how do you know? Well a simple way is to add it [...]]]></description>
			<content:encoded><![CDATA[<p>I thought that I would just write a quick note on how I know which version of an application I am looking at when it has been published to the web. It's all well and good saying its revision 87 from svn but how do you know? Well a simple way is to add it to the Flashplayers custom context menu. Right click to see the custom menu and to view the source
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_CCPicker_2078508263"
			class="flashmovie"
			width="200"
			height="100">
	<param name="movie" value="/Examples/VersionControl/CCPicker.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/Examples/VersionControl/CCPicker.swf"
			name="fm_CCPicker_2078508263"
			width="200"
			height="100">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object><span id="more-22"></span></p>
<p>This comprises of making just two files one of which is a singleton class that can be used for every project  you want to add version control to and the second is a VersionControl.properties file which you update before you publish a new version of your application lets take a look at that file first</p>
<pre class="flex"><span style="color: #009900; font-style: italic;">#Each item takes the same params as the ContextMenuItem class</span>
<span style="color: #009900; font-style: italic;">#and is seperated by and &amp;amp; ampersand</span>
<span style="color: #009900; font-style: italic;">#caption:String = caption Value : String,</span>
<span style="color: #009900; font-style: italic;">#separatorBefore:Boolean = false,</span>
<span style="color: #009900; font-style: italic;">#enabled:Boolean = true,</span>
<span style="color: #009900; font-style: italic;">#visible:Boolean = true</span>
<span style="color: #009900; font-style: italic;">#In addition each item supports a url variable just add</span>
<span style="color: #009900; font-style: italic;">#&amp;amp;YOUR URL GOES HERE;</span>
Version=Version <span style="color: #000000;">0.1</span>&amp;amp;false&amp;amp;false&amp;amp;true;
url=Developer:A McCormick&amp;amp;false&amp;amp;true&amp;amp;true&amp;amp;www.<span style="color: #000000;">goeshere</span>.<span style="color: #000000;">com</span>
viewSource=ViewSource&amp;amp;false&amp;amp;true&amp;amp;true&amp;amp;www.<span style="color: #000000;">goeshere</span>.<span style="color: #000000;">com</span></pre>
<p>The Second class controls what these properties do i know its a long class but its fully commented. ( right click the grey square above and choose view source to see the VersionController class ).<br />
Basically it loops through the VersionControl.properties file and builds context menu items based on the values, adding the ability to include links as well.<br />
And finally all you have to do is call getInstance( this ); in your main application file.</p>
<pre class="flex">&lt;!--<span style="color: #000000;">&#91;</span>CDATA<span style="color: #000000;">&#91;</span>
&nbsp;
			<span style="color: #5b7bff; font-weight: bold;">import</span> VersionControl.<span style="color: #000000;">VersionController</span>;
&nbsp;
		<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#93;</span>--&gt;</pre>
<a href='http://twitter.com/share?url=http%3A%2F%2Fwww.betadesigns.co.uk%2FBlog%2F%3Fp%3D22&count=horizontal&related=&text=Application%20Version%20Control%20in%20AS3' class='twitter-share-button' data-text='Application Version Control in AS3' data-url='http://www.betadesigns.co.uk/Blog/?p=22' data-counturl='http://www.betadesigns.co.uk/Blog/2008/06/24/application-version-control-in-as3/' data-count='horizontal' data-via='Omnipitence'></a>]]></content:encoded>
			<wfw:commentRss>http://www.betadesigns.co.uk/Blog/2008/06/24/application-version-control-in-as3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Building 3D websites in Flash</title>
		<link>http://www.betadesigns.co.uk/Blog/2008/05/30/building-3d-websites-in-flash/</link>
		<comments>http://www.betadesigns.co.uk/Blog/2008/05/30/building-3d-websites-in-flash/#comments</comments>
		<pubDate>Fri, 30 May 2008 09:40:51 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[ActionS]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Box2D]]></category>
		<category><![CDATA[FLUG]]></category>
		<category><![CDATA[LBi]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[PokerCoder]]></category>
		<category><![CDATA[Rob Bateman]]></category>
		<category><![CDATA[Wow engine]]></category>

		<guid isPermaLink="false">http://www.betadesigns.co.uk/Blog/?p=14</guid>
		<description><![CDATA[Yesterday the powers that be decided to send me on a course by Rob Bateman all about building 3D websites. I had the opportunity to meet Rob on Tuesday at the PokerCoder event held by Adobe. As some of you may or may not know I have previously worked on projects using Papervision3D in the [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday the powers that be decided to send me on a course by <a title="Rob Bateman" href="http://www.lfpug.com/rob-bateman/" target="_blank">Rob Bateman</a> all about building 3D websites. I had the opportunity to meet <a title="Rob Bateman" href="http://www.lfpug.com/rob-bateman/" target="_blank">Rob</a> on Tuesday at the <a title="PokerCoder" href="http://www.pokercoder.com/" target="_blank">PokerCoder</a> event held by Adobe.  As some of you may or may not know I have previously worked on projects using <a title="Papervision3D" href="http://blog.papervision3d.org/" target="_blank">Papervision3D</a> in the past, However I haven't really had the chance to pick it up in the last couple of months since starting at  <a title="LBi" href="http://www.lbigroup.com" target="_blank">LBi</a> so I was looking forward to getting back into it. The most interesting part for me was the introduction of <a title="Away3D" href="http://www.away3d.com." target="_blank">Away3D</a> I hadn't heard of this engine before and I was very impressed with it. In addition <a title="Rob Bateman" href="http://www.lfpug.com/rob-bateman/" target="_blank">Rob</a> did a great job with explaining the way in which 3D environments work in ActionScript. In addition this was all backed up by 36 example applications!</p>
<a href='http://twitter.com/share?url=http%3A%2F%2Fwww.betadesigns.co.uk%2FBlog%2F%3Fp%3D14&count=horizontal&related=&text=Building%203D%20websites%20in%20Flash' class='twitter-share-button' data-text='Building 3D websites in Flash' data-url='http://www.betadesigns.co.uk/Blog/?p=14' data-counturl='http://www.betadesigns.co.uk/Blog/2008/05/30/building-3d-websites-in-flash/' data-count='horizontal' data-via='Omnipitence'></a>]]></content:encoded>
			<wfw:commentRss>http://www.betadesigns.co.uk/Blog/2008/05/30/building-3d-websites-in-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>二百日の後、日本語の能力試験ですね！</title>
		<link>http://www.betadesigns.co.uk/Blog/2008/05/21/%e4%ba%8c%e7%99%be%e6%97%a5%e3%81%ae%e5%be%8c%e3%80%81%e6%97%a5%e6%9c%ac%e8%aa%9e%e3%81%ae%e8%83%bd%e5%8a%9b%e8%a9%a6%e9%a8%93%e3%81%a7%e3%81%99%e3%81%ad%ef%bc%81/</link>
		<comments>http://www.betadesigns.co.uk/Blog/2008/05/21/%e4%ba%8c%e7%99%be%e6%97%a5%e3%81%ae%e5%be%8c%e3%80%81%e6%97%a5%e6%9c%ac%e8%aa%9e%e3%81%ae%e8%83%bd%e5%8a%9b%e8%a9%a6%e9%a8%93%e3%81%a7%e3%81%99%e3%81%ad%ef%bc%81/#comments</comments>
		<pubDate>Wed, 21 May 2008 15:05:46 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Japanese]]></category>
		<category><![CDATA[Japanese Language Proficiency Test]]></category>
		<category><![CDATA[日本語、JLPT]]></category>

		<guid isPermaLink="false">http://www.betadesigns.co.uk/Blog/?p=13</guid>
		<description><![CDATA[週末以外毎日、古い試験紙をできるつもりです！ここ点とパーセントを書いています。]]></description>
			<content:encoded><![CDATA[<p>週末以外毎日、古い試験紙をできるつもりです！ここ点とパーセントを書いています。</p>
<a href='http://twitter.com/share?url=http%3A%2F%2Fwww.betadesigns.co.uk%2FBlog%2F%3Fp%3D13&count=horizontal&related=&text=%E4%BA%8C%E7%99%BE%E6%97%A5%E3%81%AE%E5%BE%8C%E3%80%81%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%81%AE%E8%83%BD%E5%8A%9B%E8%A9%A6%E9%A8%93%E3%81%A7%E3%81%99%E3%81%AD%EF%BC%81' class='twitter-share-button' data-text='二百日の後、日本語の能力試験ですね！' data-url='http://www.betadesigns.co.uk/Blog/?p=13' data-counturl='http://www.betadesigns.co.uk/Blog/2008/05/21/%e4%ba%8c%e7%99%be%e6%97%a5%e3%81%ae%e5%be%8c%e3%80%81%e6%97%a5%e6%9c%ac%e8%aa%9e%e3%81%ae%e8%83%bd%e5%8a%9b%e8%a9%a6%e9%a8%93%e3%81%a7%e3%81%99%e3%81%ad%ef%bc%81/' data-count='horizontal' data-via='Omnipitence'></a>]]></content:encoded>
			<wfw:commentRss>http://www.betadesigns.co.uk/Blog/2008/05/21/%e4%ba%8c%e7%99%be%e6%97%a5%e3%81%ae%e5%be%8c%e3%80%81%e6%97%a5%e6%9c%ac%e8%aa%9e%e3%81%ae%e8%83%bd%e5%8a%9b%e8%a9%a6%e9%a8%93%e3%81%a7%e3%81%99%e3%81%ad%ef%bc%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>おはよう皆さん、</title>
		<link>http://www.betadesigns.co.uk/Blog/2008/05/19/%e3%81%8a%e3%81%af%e3%82%88%e3%81%86%e7%9a%86%e3%81%95%e3%82%93%e3%80%81/</link>
		<comments>http://www.betadesigns.co.uk/Blog/2008/05/19/%e3%81%8a%e3%81%af%e3%82%88%e3%81%86%e7%9a%86%e3%81%95%e3%82%93%e3%80%81/#comments</comments>
		<pubDate>Mon, 19 May 2008 09:16:13 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Japanese]]></category>
		<category><![CDATA[日本語、JLPT]]></category>

		<guid isPermaLink="false">http://www.betadesigns.co.uk/Blog/?p=8</guid>
		<description><![CDATA[今年、二級日本語能力試験を出来たいから、毎週、日本語でブログを書いてつもりです。僕は日本語で上手じゃないから、練習したいですね。頑張りましょう。二百一日の後、試験の日です。]]></description>
			<content:encoded><![CDATA[<p>今年、二級日本語能力試験を出来たいから、毎週、日本語でブログを書いてつもりです。僕は日本語で上手じゃないから、練習したいですね。頑張りましょう。二百一日の後、試験の日です。</p>
<a href='http://twitter.com/share?url=http%3A%2F%2Fwww.betadesigns.co.uk%2FBlog%2F%3Fp%3D8&count=horizontal&related=&text=%E3%81%8A%E3%81%AF%E3%82%88%E3%81%86%E7%9A%86%E3%81%95%E3%82%93%E3%80%81' class='twitter-share-button' data-text='おはよう皆さん、' data-url='http://www.betadesigns.co.uk/Blog/?p=8' data-counturl='http://www.betadesigns.co.uk/Blog/2008/05/19/%e3%81%8a%e3%81%af%e3%82%88%e3%81%86%e7%9a%86%e3%81%95%e3%82%93%e3%80%81/' data-count='horizontal' data-via='Omnipitence'></a>]]></content:encoded>
			<wfw:commentRss>http://www.betadesigns.co.uk/Blog/2008/05/19/%e3%81%8a%e3%81%af%e3%82%88%e3%81%86%e7%9a%86%e3%81%95%e3%82%93%e3%80%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Job New Blog</title>
		<link>http://www.betadesigns.co.uk/Blog/2008/05/18/new-job-new-blog/</link>
		<comments>http://www.betadesigns.co.uk/Blog/2008/05/18/new-job-new-blog/#comments</comments>
		<pubDate>Sun, 18 May 2008 20:30:06 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[LBi]]></category>

		<guid isPermaLink="false">http://www.betadesigns.co.uk/Blog/?p=5</guid>
		<description><![CDATA[I have recently taken a new job as a Flex Developer at LBi in London so i have decided to throw away the old BetaDesigns blog and start a fresh. I have been at LBi for nearly a month and a half now and i am really enjoying it, I have already had the opportunity [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently taken a new job as a Flex Developer at <a href="http://www.lbigroup.com">LBi</a> in London so i have decided to throw away the old BetaDesigns blog and start a fresh. I have been at LBi for nearly a month and a half now and i am really enjoying it, I have already had the opportunity to work with some big companies building Components and full Applications. As some of you may or may not know I am a big fan of component driven development so I am going to be using this blog to post open source components that i build along the way. Hopefully some of my post and components will be of some use to someone.</p>
<a href='http://twitter.com/share?url=http%3A%2F%2Fwww.betadesigns.co.uk%2FBlog%2F%3Fp%3D5&count=horizontal&related=&text=New%20Job%20New%20Blog' class='twitter-share-button' data-text='New Job New Blog' data-url='http://www.betadesigns.co.uk/Blog/?p=5' data-counturl='http://www.betadesigns.co.uk/Blog/2008/05/18/new-job-new-blog/' data-count='horizontal' data-via='Omnipitence'></a>]]></content:encoded>
			<wfw:commentRss>http://www.betadesigns.co.uk/Blog/2008/05/18/new-job-new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

