<?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/"
	>

<channel>
	<title>Coswell Productions</title>
	<atom:link href="http://www.coswellproductions.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coswellproductions.com/wordpress</link>
	<description>The Online Home of John Bintz - Comic Book Creator and Open Source Developer</description>
	<pubDate>Thu, 02 Jul 2009 15:00:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Plugin Wonderful 0.5 Released!</title>
		<link>http://www.coswellproductions.com/wordpress/2009/07/02/plugin-wonderful-05-released/</link>
		<comments>http://www.coswellproductions.com/wordpress/2009/07/02/plugin-wonderful-05-released/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 15:00:23 +0000</pubDate>
		<dc:creator>johncoswell</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.coswellproductions.com/wordpress/?p=427</guid>
		<description><![CDATA[I just finished up version 0.5 of Plugin Wonderful, the WordPress plugin that makes it easy to add Project Wonderful advertisements to your blog. This version is almost a complete rewrite of the core of the plugin, with a full suite of unit and functional tests added (courtesy MockPress and PHPUnit). I&#8217;ve greatly improved compatibility [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished up <a href="http://wordpress.org/extend/plugins/plugin-wonderful/">version 0.5 of Plugin Wonderful</a>, the WordPress plugin that makes it easy to add <a href="http://www.projectwonderful.com/">Project Wonderful</a> advertisements to your blog. This version is almost a complete rewrite of the core of the plugin, with a full suite of unit and functional tests added (courtesy <a href="https://github.com/johnbintz/mockpress/tree">MockPress</a> and <a href="http://phpunit.de/">PHPUnit</a>). I&#8217;ve greatly improved compatibility with WordPress MU, and the plugin also takes advantage of the new WordPress 2.8 widgets API.</p>
<p>I want to extend a big thanks to beta tester Don Koch who helped with code and such (and made me realize that everything I had for widgets was wrong and needed rewriting). <a href="http://www.kaitou.org/comic/">Go see the site</a> he&#8217;s building using <a href="http://comicpress.org/">ComicPress</a>.</p>
<p><em>Note: if you find issues with the plugin, file a bug over at <a href="http://github.com/johnbintz/plugin-wonderful/issues">GitHub</a>. Comments here get lost too easily.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coswellproductions.com/wordpress/2009/07/02/plugin-wonderful-05-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ComicPress development codebases are now up on GitHub</title>
		<link>http://www.coswellproductions.com/wordpress/2009/06/17/comicpress-development-codebases-are-now-up-on-github/</link>
		<comments>http://www.coswellproductions.com/wordpress/2009/06/17/comicpress-development-codebases-are-now-up-on-github/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 21:43:13 +0000</pubDate>
		<dc:creator>johncoswell</dc:creator>
		
		<category><![CDATA[Cartoons & Comics]]></category>

		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.coswellproductions.com/wordpress/?p=425</guid>
		<description><![CDATA[I&#8217;ve spent the past few days getting all of the development work on ComicPress and ComicPress Manager up on GitHub. This also includes setting up automated documentation generation and regular Zip builds of the contents of the repositories. Check out the project pages and wiki pages, and if you want to help out, drop me [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent the past few days getting all of the development work on ComicPress and ComicPress Manager up on GitHub. This also includes setting up automated documentation generation and regular Zip builds of the contents of the repositories. Check out the project pages and wiki pages, and if you want to help out, drop me an email!</p>
<ul>
<li><a href="https://github.com/johnbintz/comicpress-theme-core/tree">https://github.com/johnbintz/comicpress-theme-core/tree</a></li>
<li><a href="https://github.com/johnbintz/comicpress-manager-1.4/tree">https://github.com/johnbintz/comicpress-manager-1.4/tree</a></li>
<li><a href="https://github.com/johnbintz/comicpress-manager-1.5/tree">https://github.com/johnbintz/comicpress-manager-1.5/tree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.coswellproductions.com/wordpress/2009/06/17/comicpress-development-codebases-are-now-up-on-github/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress PHPUnit Mocks is now MockPress</title>
		<link>http://www.coswellproductions.com/wordpress/2009/06/05/wordpress-phpunit-mocks-is-now-mockpress/</link>
		<comments>http://www.coswellproductions.com/wordpress/2009/06/05/wordpress-phpunit-mocks-is-now-mockpress/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 20:41:02 +0000</pubDate>
		<dc:creator>johncoswell</dc:creator>
		
		<category><![CDATA[Cartoons & Comics]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.coswellproductions.com/wordpress/?p=414</guid>
		<description><![CDATA[Since the code I was writing could be used with any PHP unit testing framework, and since &#8220;WordPress PHPUnit Mocks&#8221; doesn&#8217;t roll off the tongue like &#8220;MockPress&#8221; does, and because no one else is using the name for anything, my project for creating mock functions for simulating WordPress is now named MockPress. I&#8217;ve been slowly [...]]]></description>
			<content:encoded><![CDATA[<p>Since the code I was writing could be used with any PHP unit testing framework, and since &#8220;WordPress PHPUnit Mocks&#8221; doesn&#8217;t roll off the tongue like &#8220;MockPress&#8221; does, and because no one else is using the name for anything, my project for creating mock functions for simulating WordPress is now named <a href="http://github.com/johnbintz/mockpress/tree/master">MockPress</a>. I&#8217;ve been slowly mocking up more WordPress functions as I need them. <a href="http://www.coswellproductions.com/mockpress/">The documentation has moved</a>, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coswellproductions.com/wordpress/2009/06/05/wordpress-phpunit-mocks-is-now-mockpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress function mocks for unit testing</title>
		<link>http://www.coswellproductions.com/wordpress/2009/05/14/wordpress-function-mocks-for-unit-testing/</link>
		<comments>http://www.coswellproductions.com/wordpress/2009/05/14/wordpress-function-mocks-for-unit-testing/#comments</comments>
		<pubDate>Thu, 14 May 2009 22:35:49 +0000</pubDate>
		<dc:creator>johncoswell</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.coswellproductions.com/wordpress/?p=410</guid>
		<description><![CDATA[I&#8217;m working on a library for WordPress plugin and theme development that simulates as many of the core WordPress functions as necessary, for use in automated unit and functional testing. It&#8217;s a work in progress as I refine it during my refactoring work for ComicPress Manager. It should work fine in both PHPUnit and SimpleTest [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on <a href="http://github.com/johncoswell/wordpress-phpunit-mocks/">a library</a> for <a href="http://wordpress.org/">WordPress</a> plugin and theme development that simulates as many of the core WordPress functions as necessary, for use in automated unit and functional testing. It&#8217;s a work in progress as I refine it during my refactoring work for <a href="http://wordpress.org/extend/plugins/comicpress-manager/">ComicPress Manager</a>. It should work fine in both <a href="http://www.phpunit.de/">PHPUnit</a> and <a href="http://www.simpletest.org/">SimpleTest</a> (I&#8217;m using PHPUnit for my WP plugin unit testing now). It also includes some helper functions for checking HTML output with <a href="http://us2.php.net/simplexml">SimpleXML</a> and <a href="http://www.zvon.org/xxl/XPathTutorial/General/examples.html">XPath</a>. No official releases at the moment, so check out a copy of <a title="WordPress PHPUnit Mocks on GitHub" href="http://github.com/johncoswell/wordpress-phpunit-mocks/">the Git repo</a> if you want to try it out. You can also read the <a title="PHPDocumentor docs" href="http://www.coswellproductions.com/wordpress-phpunit-mocks/">API documentation</a> that is generated every so often.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coswellproductions.com/wordpress/2009/05/14/wordpress-function-mocks-for-unit-testing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New mobile phone app: Prioritize Me!</title>
		<link>http://www.coswellproductions.com/wordpress/2009/05/08/new-mobile-phone-app-prioritize-me/</link>
		<comments>http://www.coswellproductions.com/wordpress/2009/05/08/new-mobile-phone-app-prioritize-me/#comments</comments>
		<pubDate>Fri, 08 May 2009 15:22:56 +0000</pubDate>
		<dc:creator>johncoswell</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.coswellproductions.com/wordpress/?p=408</guid>
		<description><![CDATA[I&#8217;m working on an application for mobile phone and for desktop use that will help with prioritizing just about anything. I call it Prioritize Me!. The home page is a little rough, and I&#8217;d like to pretty up the UI a bit (right now it&#8217;s the standard iUI look, which is functional), but the core [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on an application for mobile phone and for desktop use that will help with prioritizing just about anything. I call it <a href="http://prioritizeme.info/">Prioritize Me!</a>. The home page is a little rough, and I&#8217;d like to pretty up the UI a bit (right now it&#8217;s the standard <a href="http://code.google.com/p/iui/">iUI</a> look, which is functional), but the core is solid. It handles an unlimited number of items to prioritize, it breaks ties, and it gives back percentages to show just how much you preferred one item over the other. It also runs 100% locally within your browser and sends no data back to the server, so it&#8217;s both fast and private. I even have a bookmarklet you can drop onto your Bookmarks Toolbar so that it&#8217;s always there, ready to help you prioritize. Give <a href="http://prioritizeme.info/">Prioritize Me!</a> a spin and let me now what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coswellproductions.com/wordpress/2009/05/08/new-mobile-phone-app-prioritize-me/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex 3: Better SWF Embedding</title>
		<link>http://www.coswellproductions.com/wordpress/2009/04/02/flex-3-better-swf-embedding/</link>
		<comments>http://www.coswellproductions.com/wordpress/2009/04/02/flex-3-better-swf-embedding/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 19:38:14 +0000</pubDate>
		<dc:creator>johncoswell</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.coswellproductions.com/wordpress/?p=404</guid>
		<description><![CDATA[For a recent Flex project I have to work with a series of SWF files that need to be embedded into the output SWF. I also needed to be able to control the SWF files and be notified when they finish playing. Unfortunately, when you embed a SWF in the standard way:
[Embed(source="my_swf_file.swf")]
[Bindable]
public static var my_swf_file:Class;
and [...]]]></description>
			<content:encoded><![CDATA[<p>For a recent Flex project I have to work with a series of SWF files that need to be embedded into the output SWF. I also needed to be able to control the SWF files and be notified when they finish playing. Unfortunately, when you embed a SWF in the standard way:</p>
<pre>[Embed(source="my_swf_file.swf")]
[Bindable]
public static var my_swf_file:Class;</pre>
<p>and then try to work with it as a MovieClip:</p>
<pre>var my_clip:MovieClip = new my_swf_file() as MovieClip;</pre>
<p>all of the Timeline bits (including totalFrames and currentFrame) of the source SWF get stripped out in the embedding. To fix it, I took the idea from <a href="http://www.gskinner.com/blog/archives/2007/03/using_flash_sym.html">this blog entry</a> and made it a bit more generic:</p>
<pre><span style="font-family: Georgia; line-height: 19px; white-space: normal;">[</span>Embed(source="my_swf_file.swf", mimeType="application/octet-stream")]
[Bindable]
public static var my_swf_file:Class;</pre>
<pre>var source:Object = new my_swf_file();
var my_clip:MovieClip;</pre>
<pre>if (source is ByteArray) {
  var loader:Loader = new Loader();
  loader.contentLoaderInfo.addEventListener(Event.COMPLETE, function (e:Event):void) {
    my_clip = MovieClip(loader.content);
  });
}</pre>
<p>Et voila! Embedded, controllable SWF files in Flex.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coswellproductions.com/wordpress/2009/04/02/flex-3-better-swf-embedding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plugin Wonderful 0.4.4 - Embedding Ads in Body Copy</title>
		<link>http://www.coswellproductions.com/wordpress/2009/03/26/plugin-wonderful-044-embedding-ads-in-body-copy/</link>
		<comments>http://www.coswellproductions.com/wordpress/2009/03/26/plugin-wonderful-044-embedding-ads-in-body-copy/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 15:03:44 +0000</pubDate>
		<dc:creator>johncoswell</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.coswellproductions.com/wordpress/?p=401</guid>
		<description><![CDATA[Plugin Wonderful 0.4.4 just got updated by myself (who else?) You now have the ability to embed ads right in your blog entries, provided the correct option is turned on. So if you have an ad with the template tag of &#8220;in-the-story&#8221;, you can embed it using:
And now, a word from your sponsors:
PW(in-the-story)
Now, back to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/plugin-wonderful/">Plugin Wonderful 0.4.4</a> just got updated by myself (who else?) You now have the ability to embed ads right in your blog entries, provided the correct option is turned on. So if you have an ad with the template tag of &#8220;in-the-story&#8221;, you can embed it using:</p>
<pre>And now, a word from your sponsors:</pre>
<pre><strong>PW(in-the-story)</strong></pre>
<pre>Now, back to the article.</pre>
<p>Plus, there was a small bugfix for when you have no ads available. <a href="http://wordpress.org/extend/plugins/plugin-wonderful/">Download it</a>, and if you like it, go check out <a href="http://www.dawnsdictionarydrama.com/">Dawn&#8217;s Dictionary Drama</a>. The current run is almost over, so there&#8217;s plenty of comic to look at and enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coswellproductions.com/wordpress/2009/03/26/plugin-wonderful-044-embedding-ads-in-body-copy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ustreaming your desktop on Ubuntu Intrepid Ibex</title>
		<link>http://www.coswellproductions.com/wordpress/2009/03/22/ustreaming-your-desktop-on-ubuntu-intrepid-ibex/</link>
		<comments>http://www.coswellproductions.com/wordpress/2009/03/22/ustreaming-your-desktop-on-ubuntu-intrepid-ibex/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 01:25:22 +0000</pubDate>
		<dc:creator>johncoswell</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.coswellproductions.com/wordpress/?p=399</guid>
		<description><![CDATA[I just spent a few hours today figuring out the most efficient method for broadcasting my drawing of A Moment of Clarity out to the world using Ustream. A lot of other comic artists do this on a regular basis, and so I wanted to join in on the fun.
I tried WebcamStudio, but it was [...]]]></description>
			<content:encoded><![CDATA[<p>I just spent a few hours today figuring out the most efficient method for broadcasting my drawing of <a href="http://claritycomic.com/">A Moment of Clarity</a> out to the world using <a href="http://www.ustream.tv:80/channel/a-moment-of-clarity-drawing-sessions">Ustream</a>. A lot of <a href="http://pcweenies.com/">other</a> <a href="http://www.karmicdebt.net">comic</a> <a href="http://steve-hamaker.com/">artists</a> do this on a regular basis, and so I wanted to join in on the fun.</p>
<p>I tried WebcamStudio, but it was way too much of a CPU hog on my system. It worked&#8230;kind of&#8230;but it too slow to be usable (sorry). So I moved on to trusty old ffmpeg and the x11grab video input driver.</p>
<p><a href="http://ubuntuforums.org/archive/index.php/t-901612.html">This post on Ubuntu Forums</a> got it all working for me. The vloopback driver from WebcamStudio is the one you want to use. and make sure you&#8217;re a member of the <code>video</code> group. For my own reference, here&#8217;s how I ended up recording the footage off my second monitor at 160&#215;120 5 fps for Ustream:</p>
<p><code>ffmpeg -f x11grab -s 1280x1024 -r 5 -i :0.0+1280,0 -pix_fmt yuv420p -sws_flags lanczos -s 160x120 -r 5 -f yuv4mpegpipe -an - | mjpegtools_yuv_to_v4l /dev/video1</code></p>
<p>Unfortunately, <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/301140">audio capture is not working yet in Flash 10 for Linux</a>, so I can&#8217;t talk while I draw.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coswellproductions.com/wordpress/2009/03/22/ustreaming-your-desktop-on-ubuntu-intrepid-ibex/feed/</wfw:commentRss>
		</item>
		<item>
		<title>74 - &#8220;The Great Escape&#8221;</title>
		<link>http://www.coswellproductions.com/wordpress/2009/03/15/74-the-great-escape/</link>
		<comments>http://www.coswellproductions.com/wordpress/2009/03/15/74-the-great-escape/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 00:23:25 +0000</pubDate>
		<dc:creator>johncoswell</dc:creator>
		
		<category><![CDATA[100 Movies Project]]></category>

		<guid isPermaLink="false">http://www.coswellproductions.com/wordpress/?p=397</guid>
		<description><![CDATA[The Great Escape on IMDb
Synopsis: The Nazis really did think that it was a great idea to put all the best escape artists together in WWII in the same camp.
Pros: The escape and subsequent splitting of the action to the multiple escapees was very interesting and compelling.
Cons: Long. A bit longer than I was expecting.
Verdict: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.imdb.com/title/tt0057115/"><strong>The Great Escape</strong> on IMDb</a></p>
<p><strong>Synopsis:</strong> The Nazis really did think that it was a great idea to put all the best escape artists together in WWII in the same camp.</p>
<p><strong>Pros:</strong> The escape and subsequent splitting of the action to the multiple escapees was very interesting and compelling.</p>
<p><strong>Cons: </strong>Long. A bit longer than I was expecting.</p>
<p><strong>Verdict:</strong> Finally, both <a href="http://www.imdb.com/title/tt0120630/">Chicken Run</a> and some of <a href="http://www.youtube.com/watch?v=YExetXLMPQY">this bit from Dress To Kill</a> make sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coswellproductions.com/wordpress/2009/03/15/74-the-great-escape/feed/</wfw:commentRss>
		</item>
		<item>
		<title>32 - &#8220;Le Fabuleux destin d&#8217;Amélie Poulain&#8221;</title>
		<link>http://www.coswellproductions.com/wordpress/2009/03/15/32-le-fabuleux-destin-damelie-poulain/</link>
		<comments>http://www.coswellproductions.com/wordpress/2009/03/15/32-le-fabuleux-destin-damelie-poulain/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 15:12:58 +0000</pubDate>
		<dc:creator>johncoswell</dc:creator>
		
		<category><![CDATA[100 Movies Project]]></category>

		<guid isPermaLink="false">http://www.coswellproductions.com/wordpress/?p=395</guid>
		<description><![CDATA[Le Fabuleux destin d&#8217;Amélie Poulain on IMDb
Synopsis: Audrey Tautou does everything in her power to get this guy. Oh, and she does a lot of other really great things for the world.
Pros: The story&#8217;s very charming and uplifting, and the cinematography is gorgeous.
Cons: The special effects were just a little much at times. But not [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.imdb.com/title/tt0211915/"><strong>Le Fabuleux destin d&#8217;Amélie Poulain</strong> on IMDb</a></p>
<p><strong>Synopsis:</strong> Audrey Tautou does everything in her power to get <a href="http://www.youtube.com/watch?v=OADJl-CVDo0">this guy</a>. Oh, and she does a lot of other really great things for the world.</p>
<p><strong>Pros:</strong> The story&#8217;s very charming and uplifting, and the cinematography is gorgeous.</p>
<p><strong>Cons:</strong> The special effects were just a little much at times. But not too much.</p>
<p><strong>Verdict:</strong> I like, I like. I wish my French were better so that I could enjoy the movie even more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coswellproductions.com/wordpress/2009/03/15/32-le-fabuleux-destin-damelie-poulain/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.580 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-07-04 01:56:02 -->
