<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>ExpoBrain</title>
	<link>http://www.expobrain.net</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 23:32:14 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.4" -->

	<item>
		<title>Box2D physics simulation on Android</title>
		<description><![CDATA[It was a rainy and cold afternoon and I had nothing to do except to play around with Box2D on my Android device. I will show you the another-ball-bouncing example using Box2D and Cocos2D. For this example you will need to download these libraries: Cocos2D for Android: you can donwload the source code or the [...]]]></description>
		<link>http://www.expobrain.net/2012/05/12/box2d-physics-simulation-on-android/</link>
			</item>
	<item>
		<title>Global hotkey</title>
		<description><![CDATA[Let start by explaining the goal: we want to send a custom signal when the user press a combination of keys. Sound pretty easy, your are already thinking to override the keyPressEvent() and keyReleaseEvent() virtual methods of your QMainWindow with your custom code. It&#8217;s a fair solution, but not the so elegant, and what&#8217;s happen [...]]]></description>
		<link>http://www.expobrain.net/2012/05/03/global-hotkey/</link>
			</item>
	<item>
		<title>Python-WebM is now public</title>
		<description><![CDATA[So, my little Python-WebM project is now public (it was already public but not publicised ) and anyone can start reading and writing the Google WebM format for images. The usage for the encoding if fairly simple: from webm import encode from webm.handlers import BitmapHandler image_data = file("vancouver2.png", "rb").read() image_hnd = BitmapHandler(image_data, BitmapHandler.RGB, 644, 484, [...]]]></description>
		<link>http://www.expobrain.net/2012/03/08/python-webm-is-now-public/</link>
			</item>
	<item>
		<title>Build Google WebM library under Windows</title>
		<description><![CDATA[Google WebM is the new lossy encoder for images (and videos) which promise a better compression than the old and well known JPEG format. The source code is available anche can be build on Linux, Mac OS X and Windows as well. Anyway, on Windows if you follow the instructions in the README you&#8217;ll ended [...]]]></description>
		<link>http://www.expobrain.net/2012/03/07/build-google-webm-library-under-windows/</link>
			</item>
	<item>
		<title>Open URLs in external browser by Javascript in WebKit</title>
		<description><![CDATA[It&#8217;s very simple with the QtWebKit APIs to open an link with your default browser from a QWebView (you can find some solutions like this in StackOverflow about that) but that works well only with &#60;a&#62; elements. If you are opening an external browser by a window.open() JavaScript function you need a whole different approach. Let&#8217;s start [...]]]></description>
		<link>http://www.expobrain.net/2012/03/01/open-urls-in-external-browser-by-javascript-in-webkit/</link>
			</item>
	<item>
		<title>CTypes and Incomplete Types</title>
		<description><![CDATA[Some days ago I was writing a DLL&#8217;s wrapper in ctypes and I came across of this typedef in the header file: typedef struct _FILEHandle *FILEHandle; To translate this definition into ctypes is pretty straight-forward (if you already know the solution ). First of all, _FILEHandle is a forward declaration and the definition of the [...]]]></description>
		<link>http://www.expobrain.net/2012/02/16/ctypes-and-incomplete-types/</link>
			</item>
	<item>
		<title>Best compressible serialisation format</title>
		<description><![CDATA[For my next project I need to serialise a list of classes using the technology which fits those requirements: ninimum code to serialise/unserialise minmum file size when compressed As you can see the speed for read/write the serialised data is not a requirement but the size of the compressed file is the most important prerequisite. [...]]]></description>
		<link>http://www.expobrain.net/2012/02/12/best-compressible-serialisation-format/</link>
			</item>
	<item>
		<title>Execute JavaScript code at the end of an Adobe Edge movie</title>
		<description><![CDATA[Adobe Edge is the new product form Adobe which will aim to replicate the features of Flash using HTML5 technology. I&#8217;m using Adobe Edge to create an animated introduction for a small GWT project and I ended up with the need to execute code at the end of the movie. Let&#8217;s start creating a test [...]]]></description>
		<link>http://www.expobrain.net/2012/01/07/execute-javascript-code-at-the-end-of-an-adobe-edge-movie/</link>
			</item>
	<item>
		<title>The Lion&#8217;s upgrade journey</title>
		<description><![CDATA[With the new Mac OS X Lion out since a week I decided to upgrade my Mac Book Pro but at that time I didn&#8217;t know it will be a little long journey. Prologue As a good Apple customer I purchased a my copy of Mac OS X Lion from the App Store and waited [...]]]></description>
		<link>http://www.expobrain.net/2011/08/07/the-lions-upgrade-journey/</link>
			</item>
	<item>
		<title>Inflated chkdsk</title>
		<description><![CDATA[Never saw CHKDSK eating up to 1.5Gb !! &#160;]]></description>
		<link>http://www.expobrain.net/2011/06/25/inflated-chkdsk/</link>
			</item>
</channel>
</rss>

