<?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; WordPress</title>
	<atom:link href="http://juliankussman.com/blog/tag/wordpress/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>Testing the wordpress iphone app</title>
		<link>http://juliankussman.com/blog/2008/07/22/testing-the-wordpress-iphone-app/</link>
		<comments>http://juliankussman.com/blog/2008/07/22/testing-the-wordpress-iphone-app/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 15:03:23 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://juliankussman.com/blog/2008/07/22/testing-the-wordpress-iphone-app/</guid>
		<description><![CDATA[Well let&#8217;s we how it goes.]]></description>
			<content:encoded><![CDATA[<p>Well let&#8217;s we how it goes.</p>
<p><a href="http://juliankussman.com/wp-content/uploads/2008/07/l-640-480-6ab13503-844f-4fd6-85e5-eb1ce60568e5.jpeg"><img src="http://juliankussman.com/wp-content/uploads/2008/07/l-640-480-6ab13503-844f-4fd6-85e5-eb1ce60568e5.jpeg" alt="photo" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://juliankussman.com/blog/2008/07/22/testing-the-wordpress-iphone-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>
		<item>
		<title>Flash WordPress front-end</title>
		<link>http://juliankussman.com/blog/2007/11/13/flash-wordpress-front-end/</link>
		<comments>http://juliankussman.com/blog/2007/11/13/flash-wordpress-front-end/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 04:51:29 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://juliankussman.com/blog/2007/11/13/flash-wordpress-front-end/</guid>
		<description><![CDATA[I&#8217;m about a week and a half into blogging and I realized that WordPress has a great back-end but the]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m about a week and a half into blogging and I realized that WordPress has a great back-end but the front end is only as good as the template. As a Flash developer I can make front-ends all day that make users want to drool but the back-end is always the tricky part. I&#8217;ve started the preliminary coding/research into making a front-end for WP in Flash. But what I don&#8217;t have is the needs of the community in the back of my mind. Again, I&#8217;ve only been blogging for a week or so. Therefore if any heavy WP users have specific challenges they need met I&#8217;d love to hear about them. Or, if you&#8217;re a Flash dev and you know what kind of a class kit you&#8217;d enjoy working with to build your own blog&#8217;s front-end, leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliankussman.com/blog/2007/11/13/flash-wordpress-front-end/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

