<?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 &#187; General</title>
	<atom:link href="http://www.blog.noponies.com/category/general/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>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>Moved to England</title>
		<link>http://www.blog.noponies.com/2009/03/moved-to-england/</link>
		<comments>http://www.blog.noponies.com/2009/03/moved-to-england/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 09:37:22 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=273</guid>
		<description><![CDATA[After 30 odd hours of flying, transit lounges and endless spinach pasta stodge, I&#8217;m in London.
Now to find a job, if anyone knows of any Flash work going over here, drop me a line.
I have a job, house, etc thanks to all the people who posted links. Now I just need the weather to warm [...]]]></description>
			<content:encoded><![CDATA[<p>After 30 odd hours of flying, transit lounges and endless spinach pasta stodge, I&#8217;m in London.</p>
<p><del datetime="2009-05-22T12:49:59+00:00">Now to find a job</del>, if anyone knows of any Flash work going over here, drop me a line.</p>
<p>I have a job, house, etc thanks to all the people who posted links. Now I just need the weather to warm up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2009/03/moved-to-england/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Getting Ripped off on Flash Template Sites</title>
		<link>http://www.blog.noponies.com/2009/01/getting-ripped-off-on-flash-template-sites/</link>
		<comments>http://www.blog.noponies.com/2009/01/getting-ripped-off-on-flash-template-sites/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 21:50:21 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=209</guid>
		<description><![CDATA[I recently discovered a user at http://flashden.net was using one of my files as a paid template, an older version of my FullBrowser Content file.
While I give most of my files away, I do stipulate that they are not used as the base for making money off of, by turning them into templates etc that [...]]]></description>
			<content:encoded><![CDATA[<p>I recently discovered a user at http://flashden.net was using one of my files as a paid template, an older version of my FullBrowser Content file.</p>
<p>While I give most of my files away, I do stipulate that they are not used as the base for making money off of, by turning them into templates etc that are on sold multiple times. Generally this is a good faith agreement, between myself and whoever uses my files. I have received alot of help from various blogs and forums with learning ActionScript, and this blog is a means to return some of that help.</p>
<p><del datetime="2009-01-15T01:01:24+00:00">What was and is most frustrating about this experience, has been my dealings with Flash Den, and the user who &#8216;borrowed&#8217; my file. It was pretty clear cut to me, that this user had stolen my source. I mean, I decompiled his preview and had a look at it to see.</del></p>
<p>Seems that FlashDen were just taking their time, and have since removed this offenders and another&#8217;s from the site. So, well done to them.</p>
<p>Check out this for similarities:</p>
<p>His file contains these constants;</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">public</span> <span style="color: #0066CC;">static</span> const BG_LOADING:<span style="color: #0066CC;">String</span> = <span style="color: #ff0000;">&quot;newslideloading&quot;</span>;
<span style="color: #0066CC;">public</span> <span style="color: #0066CC;">static</span> const UNLOAD_BG:<span style="color: #0066CC;">String</span> = <span style="color: #ff0000;">&quot;unloadbg&quot;</span>;
<span style="color: #0066CC;">public</span> <span style="color: #0066CC;">static</span> const BG_LOADED:<span style="color: #0066CC;">String</span> = <span style="color: #ff0000;">&quot;newslideloaded&quot;</span>;</pre></div></div>

<p>My file contains these constants:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">public</span> <span style="color: #0066CC;">static</span>  const BG_LOADED:<span style="color: #0066CC;">String</span>  = <span style="color: #ff0000;">&quot;newslideloaded&quot;</span>;
<span style="color: #0066CC;">public</span> <span style="color: #0066CC;">static</span>  const BG_LOADING:<span style="color: #0066CC;">String</span>  = <span style="color: #ff0000;">&quot;newslideloading&quot;</span>;
<span style="color: #0066CC;">public</span> <span style="color: #0066CC;">static</span>  const UNLOAD_BG:<span style="color: #0066CC;">String</span>  = <span style="color: #ff0000;">&quot;unloadbg&quot;</span>;</pre></div></div>

<p>His has these vars (just some of them)</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> YminStageSize:<span style="color: #0066CC;">int</span>;
<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> useMinStageSize:<span style="color: #0066CC;">Boolean</span>;
<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> XminStageSize:<span style="color: #0066CC;">int</span>;
<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> imageScaleProp:<span style="color: #0066CC;">Number</span>;</pre></div></div>

<p>Mine has these vars (again, just some of them)</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> useMinStageSize:<span style="color: #0066CC;">Boolean</span>;<span style="color: #808080; font-style: italic;">//use a minimum stage size?</span>
<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> XminStageSize:<span style="color: #0066CC;">int</span>;
<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> YminStageSize:<span style="color: #0066CC;">int</span>;
<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> imageScaleProp:<span style="color: #0066CC;">Number</span>;</pre></div></div>

<p>You get the idea. Not only were the constants, vars the same, but the method names were the same, along with the functionality of each method.?Ç¬†The only change was the shift from tweenLite to tweener for some animation, and the removal of all the garbage collection methods and event handling. The guy was so crap, that he left the constants in there, not understanding that they were for custom event dispatches, but deleted the custom event handling. The user was adamant that he didn&#8217;t use my file, when clearly he had. After a few emails, he decided to delete &#8216;my&#8217; file once he realised he had been caught out.</p>
<p><del datetime="2009-01-15T01:01:24+00:00">I decided to report him to FlashDen, and provided the FlashDen staff with my source files, and a link to his. Their response was that no copyright infringement occurred, and that the user probably just deleted his file to &#8220;make some modifications&#8221;. I couldn&#8217;t believe it, I mean, clearly his file is totally based off of mine. This user is still happily uploading new files.</del></p>
<p>So, in the end, its worked out OK. FlashDen took their time, which I guess is OK. As they investigate any issues, rather than issuing instant take down notices if someone thinks something is copyright.</p>
<p>On another forum, some other user posted class files from the Martha Mclean website I wrote, trying to get help with the mess the decompiler made of it all. I recognised the code instantly and questioned where it came from. What an idiot. If the dude actually just tried to learn how to do it, then he would be set, its not even that hard..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2009/01/getting-ripped-off-on-flash-template-sites/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Threadless Print of my Blog Header</title>
		<link>http://www.blog.noponies.com/2008/04/threadless-print-of-my-blog-header/</link>
		<comments>http://www.blog.noponies.com/2008/04/threadless-print-of-my-blog-header/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 05:39:46 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Illustration]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=88</guid>
		<description><![CDATA[My blog header image &#8220;Yawn&#8221; originally started life as a submission to the http://www.threadless.com t-shirt design contest.
Well, they actually seemed to like it, so its been printed. You can have a look at it here: http://www.threadless.com/product/1203/Yawn
]]></description>
			<content:encoded><![CDATA[<p>My blog header image &#8220;Yawn&#8221; originally started life as a submission to the <a href="http://www.threadless.com">http://www.threadless.com</a> t-shirt design contest.</p>
<p>Well, they actually seemed to like it, so its been printed. You can have a look at it here: <a href="http://www.threadless.com/product/1203/Yawn?streetteam=noponies">http://www.threadless.com/product/1203/Yawn</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2008/04/threadless-print-of-my-blog-header/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
