<?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>Julian Kussman, Interactive Art Director &#187; fless</title>
	<atom:link href="http://juliankussman.com/blog/tag/fless/feed/" rel="self" type="application/rss+xml" />
	<link>http://juliankussman.com</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 23:05:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Chugging along on Fless, the WordPress Flash front-end</title>
		<link>http://juliankussman.com/blog/2008/03/28/chugging-along-on-fless-the-wordpress-flash-front-end/</link>
		<comments>http://juliankussman.com/blog/2008/03/28/chugging-along-on-fless-the-wordpress-flash-front-end/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 21:49:56 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[fless]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://juliankussman.com/blog/2008/03/28/chugging-along-on-fless-the-wordpress-flash-front-end/</guid>
		<description><![CDATA[I&#8217;ve spent a day or two reformatting and tightening up the code I left lingering on the Fless project I]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent a day or two reformatting and tightening up the code I left lingering on the <a href="http://juliankussman.com/blog/2007/11/21/fless-v-000001-alpha/" target="_blank">Fless project</a> I started.</p>
<p><a href="http://www.juliankussman.com/blog/fless/" title="Here is the example" target="_blank"> Here is the example </a></p>
<p>It doesn&#8217;t look like much but it shows the ease of use of the framework.</p>
<p>Here is the code to create the basics:</p>
<p>public class Main extends MovieClip{</p>
<p>public function Main(){</p>
<p>var blog:Fless = new Fless();</p>
<p>blog.phpURL = &#8220;http://yourwebsite/getPost.php&#8221;;</p>
<p>blog.addEventListener(PostEvent.UPDATE, postsReady);<br />
blog.getPosts(0, 20);</p>
<p>}</p>
<p>private function postsReady(e:PostEvent):void{<br />
trace(&#8220;posts ready&#8221;);<br />
trace(e.posts);</p>
<p>var curPost:CurrentPostView = new CurrentPostView(e.posts[0]);<br />
curPost.x = 50;<br />
curPost.y = 50;<br />
curPost.width = (stage.stageWidth / 2) &#8211; 50;<br />
curPost.height = stage.stageHeight &#8211; 100;<br />
addChild(curPost);<br />
}</p>
<p>}</p>
<p>I&#8217;m definitely looking for input from Flash devs that use WordPress to see what kind of features they would like.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliankussman.com/blog/2008/03/28/chugging-along-on-fless-the-wordpress-flash-front-end/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>fless v 0.00001 alpha</title>
		<link>http://juliankussman.com/blog/2007/11/21/fless-v-000001-alpha/</link>
		<comments>http://juliankussman.com/blog/2007/11/21/fless-v-000001-alpha/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 20:52:19 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[fless]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://juliankussman.com/blog/2007/11/21/fless-v-000001-alpha/</guid>
		<description><![CDATA[It ain&#8217;t much but this is what 0 &#8211; 1 hr of PHP knowledge and 4 months of AS3 knowledge]]></description>
			<content:encoded><![CDATA[<p>It ain&#8217;t much but this is what 0 &#8211; 1 hr of PHP knowledge and 4 months of AS3 knowledge will get you in an afternoon.<br />
<a href="http://www.juliankussman.com/blog/fless/" title="fless" target="_blank">fless</a></p>
]]></content:encoded>
			<wfw:commentRss>http://juliankussman.com/blog/2007/11/21/fless-v-000001-alpha/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

