<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>Atmospherian&#039;s Dev Blog</title>
	<link>http://interaxia.net/blog</link>
	<description>In-depth discussions of my various coding projects</description>
	<lastBuildDate>Fri, 16 Oct 2009 03:17:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Facebook API + FlashDevelop + haXe</title>
		<description><![CDATA[Based on this awesome tutorial video posted here: http://www.adobe.com/devnet/facebook/articles/video_facebook_quick_start.html using Flex Builder and Actionscript, i was able to replicate the functionality using FlashDevelop and haXe.
Here is the process i followed to accomplish this:

Download the Facebook API Actionscript library from here: http://code.google.com/p/facebook-actionscript-api/
Open a command prompt and navigate to the folder where the file was downloaded
rename the [...]]]></description>
		<link>http://interaxia.net/blog/2009/10/facebook-api-flashdevelop-haxe/</link>
			</item>
	<item>
		<title>InterIMAP: Detecting new messages, inconsistent results</title>
		<description><![CDATA[So within the last few minutes i figured out why i was seeing wrong results when processing the flags for a message. Originally i was getting the flags as part of the message header using an IMAP command like this:
UID FETCH [message uid here] (FLAGS BODY[HEADER])
And it did return the flags, but not accurate ones. [...]]]></description>
		<link>http://interaxia.net/blog/2009/09/interimap-detecting-new-messages-inconsistent-results/</link>
			</item>
	<item>
		<title>Haxer Update</title>
		<description><![CDATA[So i haven&#8217;t been working on Haxer too much lately, mostly because i&#8217;ve hit a wall as far how to best convert some AS3 code to Haxe without having to implement a full parser/lexer. The main area i am struggling with is converting &#8220;o is Object&#8221; and &#8220;o as Object&#8221;  which sounds trivial at first, [...]]]></description>
		<link>http://interaxia.net/blog/2009/08/haxer-update/</link>
			</item>
	<item>
		<title>InterIMAP: Dusting off the code</title>
		<description><![CDATA[I know it&#8217;s been a while since i&#8217;ve posted about InterIMAP and i want to let everyone know that i am planning to continue work on it, fixing bugs and adding features. 
Based on the issues and discussions that have been posted on the codeplex site, it seems that some people are still using the [...]]]></description>
		<link>http://interaxia.net/blog/2009/08/interimap-dusting-off-the-code/</link>
			</item>
	<item>
		<title>As3toHaxe =&gt; Haxer</title>
		<description><![CDATA[With the rewrite of my as3 to haxe translator in Java, i have also renamed the program &#8216;Haxer&#8217;. It just sounds a whole lot cooler. The current version of the code is up on git hub. Right now it only knows how to skip comments, detect and convert types correctly. I *think* i&#8217;ve managed to [...]]]></description>
		<link>http://interaxia.net/blog/2009/07/as3tohaxe-haxer/</link>
			</item>
	<item>
		<title>As3toHaxe: Complete list of language differences</title>
		<description><![CDATA[I&#8217;ve been trying to keep an up to date list of all the differences between AS3 and haXe when it comes to translating. Here is the list as it stands now:

Each type must being with an uppercase letter

This causes issues when classes are defined in AS3 with a lowecase character as the first character. The [...]]]></description>
		<link>http://interaxia.net/blog/2009/07/as3tohaxe-complete-list-of-language-differences/</link>
			</item>
	<item>
		<title>AS3toHaxe: Analysis of results</title>
		<description><![CDATA[So over the last few days i&#8217;ve been looking at the output that was being generated by my first attempt at writing an As3tohaxe translator. The results have been inconsistent to say the least. Not inconsistent in terms of different results everytime i ran it, but inconsistent within a file itself. Some variable definitions would [...]]]></description>
		<link>http://interaxia.net/blog/2009/07/as3tohaxe-analysis-of-results/</link>
			</item>
	<item>
		<title>Changing gears a bit &#8211; Working with AS3 and haXe</title>
		<description><![CDATA[So lately i&#8217;ve been working on creating a more formal website for myself to highlight my design work and and show potential clients what i can do for them. This site is being built in Flash using FlashDevelop and the Flex SDK. I am not using the Flash IDE from Adobe at all. The entire [...]]]></description>
		<link>http://interaxia.net/blog/2009/07/changing-gears-a-bit-working-with-as3-and-haxe/</link>
			</item>
	<item>
		<title>InterIMAP: Async Update</title>
		<description><![CDATA[So i&#8217;ve beena bit quiet about InterIMAP lately, but that doesn&#8217;t mean i haven&#8217;t been working on it. Today i will be checking in the latest update of the code which includes some really cool functionality, as well as a new IMAPShell project.
Code Updates


Added support for retrieving and parsing message structure and content
Fix some locking [...]]]></description>
		<link>http://interaxia.net/blog/2009/03/interimap-async-update/</link>
			</item>
	<item>
		<title>InterIMAP: Requirements</title>
		<description><![CDATA[This post will serve as the official requirements documentation for the InterIMAP library. Please comment on this post with your suggestions for further requirements.
Core Requirements

Multi-threaded, multi-connection, asynchronous processing
Ability to support multiple accounts simultaneously
Ability to detect and retrieve only new messages for any or all folders
Ability to receive and save all file attachments, and message content
Ability [...]]]></description>
		<link>http://interaxia.net/blog/2009/01/interimap-requirements/</link>
			</item>
</channel>
</rss>
