<?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>noponies</title>
	<atom:link href="http://www.blog.noponies.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.noponies.com</link>
	<description>I want a pony for xmas! Flash, ActionScript, Drawing, Code, Illustration from New Zealand.</description>
	<lastBuildDate>Mon, 12 Jul 2010 10:37:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple Flash to browser console logging</title>
		<link>http://www.blog.noponies.com/2010/07/simple-flash-to-browser-console-logging/</link>
		<comments>http://www.blog.noponies.com/2010/07/simple-flash-to-browser-console-logging/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 10:37:48 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=358</guid>
		<description><![CDATA[If you are like me, you like to be able to trace out commands etc from Flash into your browser container. I generally use FlashTracer on Firefox or a more full featured debugger.
However, sometimes I simply want to trace elements into the console of either Safari or Firefox. This is as simple as using ExternalInterface [...]]]></description>
			<content:encoded><![CDATA[<p>If you are like me, you like to be able to trace out commands etc from Flash into your browser container. I generally use FlashTracer on Firefox or a more full featured debugger.</p>
<p>However, sometimes I simply want to trace elements into the console of either Safari or Firefox. This is as simple as using ExternalInterface and a small javascript method that takes a single parameter and writes it to the browsers console, via console.log(). Which can then be inspected via Safari&#8217;s debug panel or within Firebug on Firefox. And yes, I realise I could use Flashbug or something similar, but to be honest, I hardly ever use Firefox, hence the desire for something that works in Safari.</p>
<p>Simple example file is attached.</p>
<p><strong>Source files</strong><br />
<a class="downloadlink" href="http://www.blog.noponies.com/wp-content/plugins/download-monitor/download.php?id=20" title="Version1 downloaded 98 times" >Simple Flash logging (98)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2010/07/simple-flash-to-browser-console-logging/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FlashPress 0.7 Released</title>
		<link>http://www.blog.noponies.com/2010/07/flashpress-0-7-released/</link>
		<comments>http://www.blog.noponies.com/2010/07/flashpress-0-7-released/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:16:50 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Zend AMF]]></category>
		<category><![CDATA[ZendAMF]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=355</guid>
		<description><![CDATA[Small update to FlashPress.
I&#8217;ve added in the ability to get a posts &#8216;Featured Image&#8217;, which was introduced in Wordpress 2.9.
At the moment it simply returns the thumbnail size. If there is any desire for the feature, I can add in the ability to get other sizes?
Source Files
]]></description>
			<content:encoded><![CDATA[<p>Small update to FlashPress.</p>
<p>I&#8217;ve added in the ability to get a posts &#8216;Featured Image&#8217;, which was introduced in Wordpress 2.9.</p>
<p>At the moment it simply returns the thumbnail size. If there is any desire for the feature, I can add in the ability to get other sizes?</p>
<p><strong>Source Files</strong><br />
<a class="downloadlink" href="http://www.blog.noponies.com/wp-content/plugins/download-monitor/download.php?id=19" title="Version0.7 downloaded 102 times" >Flash Press 0.7 (102)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2010/07/flashpress-0-7-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FlashPress 0.6 Released</title>
		<link>http://www.blog.noponies.com/2010/06/flashpress-0-6-released/</link>
		<comments>http://www.blog.noponies.com/2010/06/flashpress-0-6-released/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 19:25:25 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Zend AMF]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=348</guid>
		<description><![CDATA[OK, I finally had some time to tidy this up a little.
So, here it is, FlashPress 0.6.
Supports both ZendAMF and AMFPHP. Supports Wordpress 3.0.
This version of FlashPress uses the Wordpress API rather than directly working on the wordpress database. It also includes write support for some methods. This is experimental and you should test this [...]]]></description>
			<content:encoded><![CDATA[<p>OK, I finally had some time to tidy this up a little.</p>
<p>So, here it is, FlashPress 0.6.</p>
<p>Supports both ZendAMF and AMFPHP. Supports Wordpress 3.0.</p>
<p>This version of FlashPress uses the Wordpress API rather than directly working on the wordpress database. It also includes write support for some methods. This is experimental and you should test this fully before deploying it. There is also an experimental search method, that will probably change internally as I get my head around the SQL required.</p>
<p>This is a beta, so let me know how you get on with it, and post any bugs etc so I can look into them.</p>
<p>The example file is minimal, with just a listing of the various method calls and their parameters. As I get time (unlikely) I’ll add to the examples. I’ll add the method lists to this post as I get some more time.</p>
<p><strong>Note:</strong> I&#8217;ve tested this release against Wordpress 3.0, and it seems to be working fine. Let me know if you enounter any issues.</p>
<p><strong>Source Files</strong><br />
<a class="downloadlink" href="http://www.blog.noponies.com/wp-content/plugins/download-monitor/download.php?id=16" title="Version0.6 downloaded 173 times" >Flash Press 0.6 (173)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2010/06/flashpress-0-6-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jquery Fullbrowser Background Images</title>
		<link>http://www.blog.noponies.com/2010/06/jquery-fullbrowser-background-images/</link>
		<comments>http://www.blog.noponies.com/2010/06/jquery-fullbrowser-background-images/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 19:07:18 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=342</guid>
		<description><![CDATA[ I seem to be spending more and more time using jQuery than I do Flash, but I think that is just the nature of my current job. I’m actually really enjoying jQuery, it’s a breeze to use and in most instances you can do what you can do in Flash with javascript, only quicker.
To [...]]]></description>
			<content:encoded><![CDATA[<p> I seem to be spending more and more time using jQuery than I do Flash, but I think that is just the nature of my current job. I’m actually really enjoying jQuery, it’s a breeze to use and in most instances you can do what you can do in Flash with javascript, only quicker.</p>
<p>To cut a long story short, I had a project come up that needed a javascript full browser background image class, and being the nerd I am, I thought I’d roll my own rather than use any existing jQuery plugins.</p>
<p>I approached it from a Flash standpoint, and tried to replicate the way I use my Flash full browser classes. So rather than operating on a container of image urls as most jQuery full browser plugins do I set this one up to respond to a method call, and load and display each image as requested. The reason for this approach was that I wanted the plugin to only load what images were requested, by me when I wanted them. I’m thinking however of adding in the ‘operate on a container of image urls’ approach to a future iteration.</p>
<p>As this is my first attempt at writing a jQuery plugin I’ve probably made a ton of noob mistakes. Let me know how it works and any bugs you encounter.</p>
<p align="left"><strong>Plugin Features</strong></p>
<ul>
<li> Set Fade in time</li>
<li> Center image within browser window on x axis</li>
<li> Callback methods</li>
</ul>
<p>An example of loading a single image;.<br />
<a href="http://www.noponies.com/dev/jquery-npfullbrowser/static.html">http://www.noponies.com/dev/jquery-npfullbrowser/static.htm</a></p>
<p>An example of setting up a slideshow;<br />
<a href="http://www.noponies.com/dev/jquery-npfullbrowser/slideshow.html">http://www.noponies.com/dev/jquery-npfullbrowser/slideshow.htm</a></p>
<p align="left"><strong>Source Files</strong><br />
Here is the relevant source file; <a class="downloadlink" href="http://www.blog.noponies.com/wp-content/plugins/download-monitor/download.php?id=17" title="Version1 downloaded 380 times" >jquery Full Browser Background Images (380)</a></p>
<p>By downloading, you agree to the terms of use, outlined here: <a href="http://www.blog.noponies.com/terms-and-conditions">http://www.blog.noponies.com/terms-and-conditions</a></p>
<p align="left"><strong>Dependencies</strong><br />
Zero</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2010/06/jquery-fullbrowser-background-images/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Actionscript 3 watermark image class</title>
		<link>http://www.blog.noponies.com/2010/03/actionscript-3-watermark-image-class/</link>
		<comments>http://www.blog.noponies.com/2010/03/actionscript-3-watermark-image-class/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 19:30:58 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[watermark]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=350</guid>
		<description><![CDATA[A recent project needed a watermark added to any images that could be downloaded off the site. Originally we used a PHP solution, which worked fine. But I wanted to do it inside of Flash and use the save methods in FP10.
So, I wrote this simple little class to adding a water mark to a [...]]]></description>
			<content:encoded><![CDATA[<p>A recent project needed a watermark added to any images that could be downloaded off the site. Originally we used a PHP solution, which worked fine. But I wanted to do it inside of Flash and use the save methods in FP10.</p>
<p>So, I wrote this simple little class to adding a water mark to a display object, and the returning that display object as bitmapdata for say, passing to Adobe’s jpg encoder.</p>
<p>Maybe someone will have some use for it?</p>
<p><strong>Source Files</strong><br />
Here is the relevant source file; <a class="downloadlink" href="http://www.blog.noponies.com/wp-content/plugins/download-monitor/download.php?id=18" title="Version1 downloaded 331 times" >Watermark class (331)</a></p>
<p>By downloading, you agree to the terms of use, outlined here: <a href="http://www.blog.noponies.com/terms-and-conditions">http://www.blog.noponies.com/terms-and-conditions</a></p>
<p><strong>Dependencies</strong><br />
Zero</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2010/03/actionscript-3-watermark-image-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
