<?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>Aboutme - blog</title>
	<atom:link href="http://blog.aboutme.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aboutme.be</link>
	<description></description>
	<lastBuildDate>Sun, 21 Feb 2010 15:47:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash &#8211; HTML5 Drag and drop integration</title>
		<link>http://blog.aboutme.be/2010/02/21/flash-html5-drag-and-drop-integration/</link>
		<comments>http://blog.aboutme.be/2010/02/21/flash-html5-drag-and-drop-integration/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:46:13 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=138</guid>
		<description><![CDATA[After seeing Mario Klingemann&#8217;s HTML5 drag and drop demo, I wanted to write a library around it and make it a little more cross-browser.
Register the necessary event listeners to the class and react to events such as dragging a file / element over your swf, dropping data or dropping a file on the swf.
FlashDragDrop.addEventListener(FlashDragDropEvent.DROP_DATA, dropDataHandler);
You [...]]]></description>
			<content:encoded><![CDATA[<p>After seeing <a href="http://www.quasimondo.com/examples/draganddrop/dragAndDropFFF.php">Mario Klingemann&#8217;s HTML5 drag and drop demo</a>, I wanted to write a library around it and make it a little more cross-browser.</p>
<p>Register the necessary event listeners to the class and react to events such as dragging a file / element over your swf, dropping data or dropping a file on the swf.</p>
<p><code>FlashDragDrop.addEventListener(FlashDragDropEvent.DROP_DATA, dropDataHandler);</code></p>
<p>You don&#8217;t need to add any extra javascript to your flash embed, the javascript necessary to add the drag and drop support is injected automatically.</p>
<p>You can detect the drag and drop events in the latest versions of Firefox, Safari and IE. Accessing the content of the dropped files only works in the latest version of Firefox (try dropping an image).</p>
<p>You can <a href="http://labs.aboutme.be/flash_drag_drop/demo/">check out a demo</a> or <a href="http://labs.aboutme.be/flash_drag_drop/flash_drag_drop_source.zip">download the source files</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2010/02/21/flash-html5-drag-and-drop-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webcam Difference Keying</title>
		<link>http://blog.aboutme.be/2009/12/08/webcam-difference-keying/</link>
		<comments>http://blog.aboutme.be/2009/12/08/webcam-difference-keying/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 15:29:26 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[pixelbender]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=132</guid>
		<description><![CDATA[Some of my students are working on a project where they need a photo-booth-like keying application (take snapshot with somebody out of the picture, then step back in the picture and the background disappears). I&#8217;ve been experimenting with pixelbender the last week, and created some classes that do just that.

Check out the example, and play [...]]]></description>
			<content:encoded><![CDATA[<p>Some of my students are working on a project where they need a photo-booth-like keying application (take snapshot with somebody out of the picture, then step back in the picture and the background disappears). I&#8217;ve been experimenting with pixelbender the last week, and created some classes that do just that.</p>
<p><a href="http://labs.aboutme.be/difference_keying"><img src="http://blog.aboutme.be/wp-content/uploads/2009/12/difference_keying.jpg" alt="difference_keying" title="difference_keying" width="498" height="227" class="alignnone size-full wp-image-133" /></a></p>
<p><a href="http://labs.aboutme.be/difference_keying">Check out the example</a>, and play around with the parameters. Please note that it works best with a background without too much detail or similarities with the person in front. Also make sure there&#8217;s enough lighting.</p>
<p>You can <a href="http://blog.aboutme.be/wp-content/uploads/difference_keying/DifferenceKeying.zip">download the source files</a> and play around with them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2009/12/08/webcam-difference-keying/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CKEditor running in Flex and AIR</title>
		<link>http://blog.aboutme.be/2009/10/25/ckeditor-running-in-flex-and-air/</link>
		<comments>http://blog.aboutme.be/2009/10/25/ckeditor-running-in-flex-and-air/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 18:16:57 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[CKEditor]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[fckeditor]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=129</guid>
		<description><![CDATA[CKEditor is the new version of FCKEditor. Following up on my FCKEditor post, I&#8217;ve got CKEditor up and running in both flex and air now.

Download the library + demo&#8217;s at http://blog.aboutme.be/wp-content/uploads/ckeditor_flex_air/ckeditor_flex_air.zip
Again, some release notes (same as FCKEditor actually :-)):
When you extract the zip file, you will find an swc file, an assets folder and de [...]]]></description>
			<content:encoded><![CDATA[<p>CKEditor is the new version of FCKEditor. Following up on my FCKEditor post, I&#8217;ve got CKEditor up and running in both flex and air now.</p>
<p><img src="http://blog.aboutme.be/wp-content/uploads/2009/10/picture-7.png" alt="screenshot" /></p>
<p>Download the library + demo&#8217;s at <a href="http://blog.aboutme.be/wp-content/uploads/ckeditor_flex_air/ckeditor_flex_air.zip">http://blog.aboutme.be/wp-content/uploads/ckeditor_flex_air/ckeditor_flex_air.zip</a></p>
<p>Again, some release notes (same as FCKEditor actually :-)):</p>
<p>When you extract the zip file, you will find an swc file, an assets folder and de demos folder. If you want to use CKEditor in your own Flex or AIR projects, add the swc to your library path, and the assets folder to your src folder (just like the demo projects).</p>
<p>When you use the component in a Flex project, you need to ensure you set the wmode property to ‘opaque’. Also, if you run it on your local filesystem with Internet Explorer, you won’t see the component. It works fine if you run it on a webserver.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2009/10/25/ckeditor-running-in-flex-and-air/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Using FCKEditor in Flex and AIR</title>
		<link>http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/</link>
		<comments>http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 21:17:21 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[fckeditor]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=124</guid>
		<description><![CDATA[One of the most wanted features in Adobe Flex / AIR is a better Rich Text Editor. There are some great ones available for javascript, so why can&#8217;t we have an editor with the same featureset? Well, it is actually possible to incorporate existing javascript editors in your Flex / AIR applications.

You can check out [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most wanted features in Adobe Flex / AIR is a better Rich Text Editor. There are some great ones available for javascript, so why can&#8217;t we have an editor with the same featureset? Well, it is actually possible to incorporate existing javascript editors in your Flex / AIR applications.</p>
<p><img src="http://blog.aboutme.be/wp-content/uploads/2009/08/flex_fck_editor_screenshot.jpg" alt="" title="flex_fck_editor_screenshot" class="aligncenter" /></p>
<p>You can check out a demo at <a href="http://labs.aboutme.be/flex_fckeditor/">http://labs.aboutme.be/flex_fckeditor/</a></p>
<p>You can download my library + demo&#8217;s at <a href="http://blog.aboutme.be/wp-content/uploads/flex_fckeditor/flex_fck_editor_0.1.zip">http://blog.aboutme.be/wp-content/uploads/flex_fckeditor/flex_fck_editor_0.1.zip</a></p>
<p>When you extract the zip file, you will find an swc file, an assets folder and de demos folder. If you want to use FCKEditor in your own Flex or AIR projects, add the swc to your library path, and the assets folder to your src folder (just like the demo projects).</p>
<p>When you use the component in a Flex project, you need to ensure you <strong>set the wmode property to &#8216;opaque&#8217;</strong>. Also, if you run it on your <strong>local filesystem with Internet Explorer</strong>, you won&#8217;t see the component. It works fine if you run it on a webserver.</p>
<p>Currently it&#8217;s possible to get / set the htmlText, and change the toolbar set. I hope you enjoy this component, if you find any bugs or have feature request, feel free to post them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>iPhone public transportation lookup</title>
		<link>http://blog.aboutme.be/2009/05/24/iphone-public-transportation-lookup/</link>
		<comments>http://blog.aboutme.be/2009/05/24/iphone-public-transportation-lookup/#comments</comments>
		<pubDate>Sun, 24 May 2009 21:44:57 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=119</guid>
		<description><![CDATA[Some of you may know, I don&#8217;t own a car. So I take the public transportation a lot. I need to check the hours of trains, busses and metro&#8217;s very often, but their aren&#8217;t any mobile optimized travel-search services (that I know of) here in Belgium.
So I decided to write my own service, which enables [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you may know, I don&#8217;t own a car. So I take the public transportation a lot. I need to check the hours of trains, busses and metro&#8217;s very often, but their aren&#8217;t any mobile optimized travel-search services (that I know of) here in Belgium.</p>
<p>So I decided to write my own service, which enables you to lookup train, tram, metro and bus connections with your iPhone. Right know, it knows how to get from one bus station to another, I&#8217;ll implement other search options in the near future.</p>
<p>You can check it out at <a href="http://labs.aboutme.be/itravel">http://labs.aboutme.be/itravel</a> (with your iphone :-))</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2009/05/24/iphone-public-transportation-lookup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BakeMe &#8211;  Customized cakephp bake templates &amp; application skeleton</title>
		<link>http://blog.aboutme.be/2009/01/02/bakeme-customized-cakephp-bake-templates-application-skeleton/</link>
		<comments>http://blog.aboutme.be/2009/01/02/bakeme-customized-cakephp-bake-templates-application-skeleton/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 20:39:10 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[cakeswxphp]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=113</guid>
		<description><![CDATA[I just uploaded a first version of my cakephp scripts.
Bakeme is a cakephp application skeleton with customized bake scripts, which enables you to create advanced, data-driven websites.
Some of the features are:
- Pasword protected backend, based on users in the database
- Customized form helpers to add fckeditor input fields, server side file browser fields, datepickers for [...]]]></description>
			<content:encoded><![CDATA[<p>I just uploaded a first version of my cakephp scripts.</p>
<p>Bakeme is a cakephp application skeleton with customized bake scripts, which enables you to create advanced, data-driven websites.</p>
<p>Some of the features are:</p>
<p>- Pasword protected backend, based on users in the database<br />
- Customized form helpers to add fckeditor input fields, server side file browser fields, datepickers for date(time) fields, autocompletion functionality instead of comboboxes (if you set autocomplete to true using the extendedForm helper).<br />
- SoftDeletable behavior, so database records aren’t deleted instantly, but flagged as deleted<br />
- More advanced code generation, to generate nicer looking backends, based on your models<br />
- Option to bake all controllers instantly (using cake bake controller all (admin))<br />
- Option to bake all views instantly (using cake bake view all)<br />
- View code generation, to ajax sort records of models which have a field “order”.<br />
- Integration of cakeswxphp, which enables remoting on your website through swx, amf or json<br />
- &#8230;</p>
<p><a href="http://blog.aboutme.be/bakeme/">More info at the bakeme page&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2009/01/02/bakeme-customized-cakephp-bake-templates-application-skeleton/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>CakeSWXPHP &#8211; updated to SWX 2.0 beta 1</title>
		<link>http://blog.aboutme.be/2008/12/23/cakeswxphp-updated-to-swx-20-beta-1/</link>
		<comments>http://blog.aboutme.be/2008/12/23/cakeswxphp-updated-to-swx-20-beta-1/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 23:24:07 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[amfphp]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[cakeswxphp]]></category>
		<category><![CDATA[swx]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=90</guid>
		<description><![CDATA[The first beta of the new version of SWX was released yesterday. This new version brings AS3 and Flash Player 10 support. I decided to update CakeSWXPHP, to support this new version of SWX. You can download a new version, from my CakeSWXPHP page.
]]></description>
			<content:encoded><![CDATA[<p>The first beta of the <a href="http://swxformat.org/192">new version of SWX was released yesterday</a>. This new version brings AS3 and Flash Player 10 support. I decided to update CakeSWXPHP, to support this new version of SWX. You can <a href="http://blog.aboutme.be/cakeswxphp/">download a new version, from my CakeSWXPHP page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2008/12/23/cakeswxphp-updated-to-swx-20-beta-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image search service</title>
		<link>http://blog.aboutme.be/2008/11/11/image-search-service/</link>
		<comments>http://blog.aboutme.be/2008/11/11/image-search-service/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 19:13:00 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[amfphp]]></category>
		<category><![CDATA[swx]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=86</guid>
		<description><![CDATA[I had to search for (stock) images today, to include in a presentation. I found myself tabbing through different search engines all the time, so I decided to write an amf/swx service which has methods to search SXC, MorgueFile, Google Image search and Flickr. This way, I can write a flash frontend, which makes my [...]]]></description>
			<content:encoded><![CDATA[<p>I had to search for (stock) images today, to include in a presentation. I found myself tabbing through different search engines all the time, so I decided to write an amf/swx service which has methods to search SXC, MorgueFile, Google Image search and Flickr. This way, I can write a flash frontend, which makes my life a little easier.</p>
<p>You can see a simple image browser at: <a href="http://labs.aboutme.be/image_search/">http://labs.aboutme.be/image_search/</a>.</p>
<p>And of course, the <a href="http://blog.aboutme.be/wp-content/uploads/2008/11/image_search.zip">server side code is available for download</a> aswell.. You can find the service itself in swx/services/ImageService.php. For Flickr, you will need to have an API key, and enter your API key in the ImageService PHP file.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2008/11/11/image-search-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resizing Scrollbars in Flex</title>
		<link>http://blog.aboutme.be/2008/10/05/resizing-scrollbars-in-flex/</link>
		<comments>http://blog.aboutme.be/2008/10/05/resizing-scrollbars-in-flex/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 19:40:41 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=82</guid>
		<description><![CDATA[I had to create bigger scrollbars, for a flex project which had to run on touchscreens. Their isn&#8217;t a real style or property which enables you to do this, but thanks to programmatic skinning, it is quite easy.
First of all, create a class which extends mx.skins.halo.ScrollTrackSkin. In this class, you override the measuredWidth() and updateDisplayList() [...]]]></description>
			<content:encoded><![CDATA[<p>I had to create bigger scrollbars, for a flex project which had to run on touchscreens. Their isn&#8217;t a real style or property which enables you to do this, but thanks to programmatic skinning, it is quite easy.</p>
<p>First of all, create a class which extends mx.skins.halo.ScrollTrackSkin. In this class, you override the measuredWidth() and updateDisplayList() functions:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript actionscript" style="font-family:monospace;">override <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">get</span> measuredWidth<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Number</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">50</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
override protected <span style="color: #000000; font-weight: bold;">function</span> updateDisplayList<span style="color: #66cc66;">&#40;</span>w:<span style="color: #0066CC;">Number</span>, h:<span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #0066CC;">super</span>.<span style="color: #006600;">updateDisplayList</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">50</span>, h<span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p>After that, create a class which extends mx.skins.halo.ScrollThumbSkin. In this class, you have to provide the same methods:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript actionscript" style="font-family:monospace;">override <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">get</span> measuredWidth<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Number</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">50</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
override protected <span style="color: #000000; font-weight: bold;">function</span> updateDisplayList<span style="color: #66cc66;">&#40;</span>w:<span style="color: #0066CC;">Number</span>, h:<span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #0066CC;">super</span>.<span style="color: #006600;">updateDisplayList</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">50</span>, h<span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p>The last class you have to create, is for the scrollbar arrows. This class extends mx.skins.halo.ScrollArrowSkin. Again, you have to override some methods: measuredWidth, measuredHeight and updateDisplayList:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript actionscript" style="font-family:monospace;">override <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">get</span> measuredWidth<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Number</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">50</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
override <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">get</span> measuredHeight<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Number</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">50</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
override protected <span style="color: #000000; font-weight: bold;">function</span> updateDisplayList<span style="color: #66cc66;">&#40;</span>w:<span style="color: #0066CC;">Number</span>, h:<span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #0066CC;">super</span>.<span style="color: #006600;">updateDisplayList</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">50</span>, <span style="color: #cc66cc;">50</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p>The final step, is to link these classes in your css file:</p>

<div class="wp_syntax"><div class="code"><pre class="css css" style="font-family:monospace;">ScrollBar
<span style="color: #00AA00;">&#123;</span>
    trackSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollTrackSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    downArrowDisabledSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    downArrowDownSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    downArrowOverSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    downArrowUpSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    thumbDownSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollThumbSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    thumbOverSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollThumbSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    thumbUpSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollThumbSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    upArrowDisabledSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    upArrowDownSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    upArrowOverSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    upArrowUpSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Programmatic skinning allows you to do even more, you can completely control the layout, and drawing of the components through code.</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2008/10/05/resizing-scrollbars-in-flex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash On The Beach 2008</title>
		<link>http://blog.aboutme.be/2008/10/03/flash-on-the-beach-2008/</link>
		<comments>http://blog.aboutme.be/2008/10/03/flash-on-the-beach-2008/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 10:05:18 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=80</guid>
		<description><![CDATA[Awesome.
I got back from the conference yesterday, feeling both inspired and depressed (because it&#8217;s over again). We got to see a lot of great sessions, and I think most of us returned with a lot of new ideas, starting with reserving 20 minutes each day to play around :-)
It all started with Rob Chiu&#8217;s impressive [...]]]></description>
			<content:encoded><![CDATA[<p>Awesome.</p>
<p>I got back from the conference yesterday, feeling both inspired and depressed (because it&#8217;s over again). We got to see a lot of great sessions, and I think most of us returned with a lot of new ideas, starting with reserving 20 minutes each day to play around :-)</p>
<p>It all started with Rob Chiu&#8217;s impressive sequence, which perfectly set the tone for the next 3 days:</p>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="400" height="300">
      <param name="movie" value="http://www.youtube.com/v/OxAakSnr4ek&amp;hl=en&amp;fs=1" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://www.youtube.com/v/OxAakSnr4ek&amp;hl=en&amp;fs=1" width="400" height="300">
      <!--<![endif]-->
        <p>The Flash plugin is required to view this object.</p>
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

<p>These were the sessions I attended after that:</p>
<p>Monday:</p>
<ul>
<li>Richard Galvan &#8211; Flash Now and in the Future: Some new, and some old stuff on the Flash platform</li>
<li>Marco Casario &#8211; Mash-up widgets with Adobe AIR: Showed us how easy it is to incorporate API&#8217;s in your AIR apps</li>
<li>Branden Hall &#8211; Brilliant Ideas that I&#8217;ve Blatantly Stolen: Inspired me to (code-)play some more with Flash itself.</li>
<li>Geoff Stearns &#8211; YouTube Lessons Learned: Interesting to see some background info on one of the most used swfs on the internet. Saw some funny youtube video&#8217;s aswell :-P</li>
<li>Erik Natzke &#8211; Beyond the Knowledge: The Art of Play: One of my last year&#8217;s favorites, showed some more background on how some of the drawing was done.</li>
<li>James Paterson &#8211; Modulating a Lot: This guy creates some CRAZY WEIRD interactive animations. One of this year&#8217;s drug addicts.</li>
</ul>
<p>Tuesday:</p>
<ul>
<li>Mike Downey &#8211; The business side of AIR: how to sell your clients on AIR apps</li>
<li>Jeremy Thorp &#8211; Emergence</li>
<li>Grant Skinner &#8211; Things Every ActionScript Developer Should Know: Great to see that Grant is telling the same that we are teaching our students</li>
<li>Jam Session: Keith, Mario, Joa, Andre and Carlos each did a 10 minute session showing us a selection of the stuff they do</li>
<li>Lee Brimelow &#8211; Platform Jiu-Jitsu: Saw some cool wrestling video&#8217;s, linked to Flash platform idea&#8217;s</li>
<li>Robert Hodgin &#8211; The Best 8 to 12 Hours of my Life: Personally made the book store sell out their Processing books last year :-)</li>
</ul>
<p>Wednesday:</p>
<ul>
<li>Geoff Lillemon &#8211; Stop and Smell the Internet with Geoff Lillemon and Anita Fontaine: Really weird (but cool), Tim Burton style fine art.</li>
<li>Andre Michelle &#8211; Adobe made some noise! Andre is one of my favorite speakers, the stuff he does with audio in actionscript is crazy.</li>
<li>Koen de Weggheleire &#8211; Play With Pixels, bitmap manipulation with AS3: co-owner of <a href="http://www.happy-banana.be">Happy Banana</a>, funny session about matrices and bitmapdata.</li>
<li>Mario Klingemann &#8211; Here be Pixels: This guy blows my balls of every year. The way he solves certain problems is just crazy&#8230;</li>
<li>Jonathan Harris &#8211; The Art of Surveillance and Self-Exposure: Stood in front of 800 flashers, saying there <a href="http://www.peterelst.com/blog/2008/10/04/jonathan-harris-at-flash-on-the-beach/">hasn&#8217;t been made a masterpiece in flash</a> yet&#8230;</li>
</ul>
<p>Thank you John &#038; the FOTB team to throw another great conference, thanks to all the speakers for inspiring me (see you in Miami?) and thanks to <a href="http://www.howest.be">my employer</a> for giving me a chance to attend FOTB08!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2008/10/03/flash-on-the-beach-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
