<?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>Pickle Pumpers</title>
	<atom:link href="http://picklepumpers.com/wordpress/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://picklepumpers.com/wordpress</link>
	<description>something like a software development company</description>
	<lastBuildDate>Wed, 04 Aug 2010 04:04:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Xtract</title>
		<link>http://picklepumpers.com/wordpress/?p=566</link>
		<comments>http://picklepumpers.com/wordpress/?p=566#comments</comments>
		<pubDate>Fri, 16 Jul 2010 23:13:29 +0000</pubDate>
		<dc:creator>Pickle Pumpers</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://picklepumpers.com/wordpress/?p=566</guid>
		<description><![CDATA[Project : Xtract Version : 1.0d3 Platform : Mac OS X 10.5 &#8211; 10.6 (32/64 bit universal) Status : Develpment Download : (coming soon) Price : Free License : Freeware (Open Source) Screenshots : (coming soon) Source Code : (coming soon) Description: A simple extraction program that unpacks all the major formats. There are quite [...]]]></description>
			<content:encoded><![CDATA[<table>
<tr>
<td align="left"><strong>Project</strong></td>
<td><strong>:</strong></td>
<td>Xtract</td>
</tr>
<tr>
<td align="left"><strong>Version</strong></td>
<td><strong>:</strong></td>
<td>1.0d3</td>
</tr>
<tr>
<td align="left"><strong>Platform</strong></td>
<td><strong>:</strong></td>
<td>Mac OS X 10.5 &#8211; 10.6 (32/64 bit universal)</td>
</tr>
<tr>
<td align="left"><strong>Status</strong></td>
<td><strong>:</strong></td>
<td>Develpment</td>
</tr>
<tr>
<td align="left"><strong>Download</strong></td>
<td><strong>:</strong></td>
<td>(coming soon)</td>
</tr>
<tr>
<td align="left"><strong>Price</strong></td>
<td><strong>:</strong></td>
<td>Free</td>
</tr>
<tr>
<td align="left"><strong>License</strong></td>
<td><strong>:</strong></td>
<td>Freeware (Open Source)</td>
</tr>
<tr>
<td align="left"><strong>Screenshots</strong></td>
<td><strong>:</strong></td>
<td>(coming soon)</td>
</tr>
<tr>
<td align="left"><strong>Source Code</strong></td>
<td><strong>:</strong></td>
<td>(coming soon)</td>
</tr>
</table>
<p></br></p>
<table>
<tbody>
<tr>
<th colspan="2" align="left">Description:</th>
</tr>
<tr>
<td colspan="2">A simple extraction program that unpacks all the major formats.</td>
</tr>
<tr>
<td colspan="2">There are quite a few freeware extraction apps for the Mac but they&#8217;re all lacking in one regard or another.</td>
</tr>
<tr>
<td>•</td>
<td>They only support one file format.</td>
</tr>
<tr>
<td>•</td>
<td>They&#8217;re ugly.</td>
</tr>
<tr>
<td>•</td>
<td>They don&#8217;t look like they belong on a Mac.</td>
</tr>
<tr>
<td>•</td>
<td>They use a grotesque terminal-like popup window.</td>
</tr>
<tr>
<td>•</td>
<td>They hate your freedom.</td>
</tr>
</tbody>
</table>
<p></br></p>
<table>
<tbody>
<tr>
<th colspan="2" align="left">Features:</th>
</tr>
<tr>
<td>•</td>
<td>Built using <a target="_blank" href="http://developer.apple.com/mac/library/documentation/UserExperience/Conceptual/AppleHIGuidelines/XHIGIntro/XHIGIntro.html">Apple interface standards</a> so it looks like it belongs on your Mac; no ugly, terminal-like popups.</td>
</tr>
<tr>
<td>•</td>
<td>Context menu integration.</td>
</tr>
<tr>
<td>•</td>
<td>Right click drag and drop &#8220;Extract here&#8221; unpacking.</td>
</tr>
<tr>
<td>•</td>
<td>Did I mention it&#8217;s free?</td>
</tr>
</tbody>
</table>
<p></br></p>
<table>
<tbody>
<tr>
<th colspan="3" align="left">Developer Features:</th>
</tr>
<tr>
<td>•</td>
<td colspan="2">Open source so you&#8217;re free to use it in your open source apps.</td>
</tr>
</tr>
<tr>
<td>•</td>
<td colspan="2">Objective-C compliant interface.</td>
</tr>
<tr>
<td valign="top">•</td>
<td colspan="2">Library based so you can yank out the extraction bit from the interface and start use it immediately. I&#8217;m amazed in this day and age of OOP programming how mangled other people&#8217;s code is&#8230;</td>
</tr>
<tr>
<td>•</td>
<td colspan="2">Fully documented code written for usability.</td>
</tr>
<tr>
<td></td>
<td>-</td>
<td colspan="2">When you look at the code you instantly understand what does what and how to use it.</td>
</tr>
<tr>
<td></td>
<td>-</td>
<td>Clean, legible, consistent formatting.</td>
</tr>
<tr>
<td></td>
<td valign="top">-</td>
<td>Written in this century using a modern IDE so no legacy C style cryptic variable or function names. Clear, Obj-C style naming conventions so you instantly understand what a function does and what its parameters are.</td>
</tr>
<tr>
<td></td>
<td valign="top">-</td>
<td>All reference code cleaned up as well so you don&#8217;t have my nice beautiful code and then some code that looks like a 1980&#8242;s C programmer vomited in your IDE.</td>
</tr>
</tbody>
</table>
<p></br> </br></p>
]]></content:encoded>
			<wfw:commentRss>http://picklepumpers.com/wordpress/?feed=rss2&amp;p=566</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podcast Recorder</title>
		<link>http://picklepumpers.com/wordpress/?p=547</link>
		<comments>http://picklepumpers.com/wordpress/?p=547#comments</comments>
		<pubDate>Wed, 14 Jul 2010 01:42:41 +0000</pubDate>
		<dc:creator>Pickle Pumpers</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://picklepumpers.com/wordpress/?p=547</guid>
		<description><![CDATA[Project: Podcast Recorder (placeholder name) Version: n/a Platform: Mac OS X 10.5 &#8211; 10.6 (32/64 bit universal) [Windows version coming soon] Status: Design &#8211; Requirements stage Download: (coming soon) Price: Free / $15 (cheap, so buy it) License: Freeware / Commercial Screenshots: (coming soon) Description: Allows anyone to produce professional sounding podcasts with high-quality audio [...]]]></description>
			<content:encoded><![CDATA[<p><strong> Project:</strong> Podcast Recorder (placeholder name)<br />
<strong> Version:</strong> n/a<br />
<strong> Platform:</strong> Mac OS X 10.5 &#8211; 10.6 (32/64 bit universal) [Windows version coming soon]<br />
<strong> Status:</strong> Design &#8211; Requirements stage<br />
<strong> Download:</strong> (coming soon)<br />
<strong> Price:</strong> Free / $15 (cheap, so buy it)<br />
<strong> License:</strong> Freeware / Commercial<br />
<strong>Screenshots:</strong> (coming soon)</p>
<p><strong>Description:</strong><br />
Allows anyone to produce professional sounding podcasts with high-quality audio when using Internet based phone services and chat systems like Skype and iChat.</p>
<p><strong>Features:<br />
</strong>Records sound locally on each computer so you get the best quality then automatically sends recordings to the podcast engineer.</p>
<p>Multiple ways to receive remote files (FTP, email, network transfer, bonjour, and Internet bonjour)†</p>
<div>
<div>Intuitive design that actively helps users get the best audio</div>
<div>
<ul>
<li>Low volume warnings &#8211; local and remote to audio engineer</li>
<li>Noise warnings (Mic rubbing against your shirt?) &#8211; local and remote to audio engineer</li>
<li>Dynamic audio range compression &#8211; whispers and yells sound the same</li>
<li>Audio channel isolation so other system noises are not heard in recording</li>
</ul>
</div>
</div>
<div>Automated Garageband and/or Logic Pro project creation†</div>
<div>
<ul>
<li>Creates tracks and inserts appropriate audio files</li>
<li>Configures track audio levels so volume is even</li>
<li>Project templates for intros and outros</li>
<li>Audio files are automatically synced</li>
</ul>
</div>
<div>Audio engineer features</div>
<ul>
<li>Mark and label segments†</li>
<li>Call cuing &#8211; Manage inbound/outbound callers†</li>
<li>Mute callers</li>
<li>Chat room moderator</li>
</ul>
<div>Text chat built in so you can message members during chat</div>
<div>Unlimited remote callers† (freeware supports one remote caller)</div>
<div>Unlimited licenses for remote callers (you can give away as many call in clients as you want)</div>
<div>Automatic updates via the Internet</div>
<div>Free updates for a year (cheap subscription afterwards)†</div>
<div>Cross-platform license (One price for all operating systems) †</div>
<div>Native system calls for best performance (OS X uses OS X frameworks, Windows uses Windows frameworks)</div>
<p>† Commercial only feature</p>
]]></content:encoded>
			<wfw:commentRss>http://picklepumpers.com/wordpress/?feed=rss2&amp;p=547</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ComicView</title>
		<link>http://picklepumpers.com/wordpress/?p=537</link>
		<comments>http://picklepumpers.com/wordpress/?p=537#comments</comments>
		<pubDate>Tue, 13 Jul 2010 23:27:53 +0000</pubDate>
		<dc:creator>Pickle Pumpers</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://picklepumpers.com/wordpress/?p=537</guid>
		<description><![CDATA[Project: ComicView (working title) Version: n/a Platform: Mac OS X 10.5 10.6 (32/64 bit universal) Status: Design &#8211; Prototyping Download: (coming soon) Price: Free / $5 (cheap, so buy it) License: Freeware / Commercial Screenshots: (coming soon) Description: A comic book viewer specifically targeted to the MacBook user. Features: Native OS X application so it [...]]]></description>
			<content:encoded><![CDATA[<p><strong> Project:</strong> ComicView (working title)<br />
<strong> Version:</strong> n/a<br />
<strong> Platform:</strong> Mac OS X 10.5 10.6 (32/64 bit universal)<br />
<strong> Status:</strong> Design &#8211; Prototyping<br />
<strong> Download:</strong> (coming soon)<br />
<strong> Price:</strong> Free / $5 (cheap, so buy it)<br />
<strong> License:</strong> Freeware / Commercial<br />
<strong>Screenshots:</strong> (coming soon)</p>
<p><strong>Description:</strong><br />
A comic book viewer specifically targeted to the MacBook user.</p>
<p><strong>Features:</strong><br />
Native OS X application so it is FAST! No slow-poke Java here.</p>
<p>Supports all major image formats (if OS X understands it then you can view it)</p>
<p>Rotates display depending on the orientation of the MacBook or iPhone.</p>
<p>Reads all major compression formats, PDFs, and folders</p>
<ul>
<li>Reads CBR, CBZ, 7z, ZIP, GZIP, BZIP2, TAR, ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH, LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR, and Z</li>
<li>Supports encrypted, password protected files†</li>
</ul>
<p>Book browser</p>
<ul>
<li>Bookshelf like interface (think iBooks)</li>
<li>Fast sorting and searching by information added in library mode (requires information to be added in pay version but can be used in free version)</li>
</ul>
<p>Library features†</p>
<ul>
<li>Add information like author, category, rating, etc.</li>
<li>Data is stored with books so can be used by others if you share your books with them</li>
<li>Data can be shared with a central server so books are automatically recognized and information is updated</li>
</ul>
<p>Displays pages intelligently</p>
<ul>
<li>Wide pages are shown in their entirety then when you press Next Page it zooms in and scrolls left to right (or right to left in Manga mode)</li>
<li>Shows two pages at a time automatically if you&#8217;re using a wide screen but can be put in single page mode</li>
</ul>
<p>Touch pad gestures</p>
<ul>
<li>Scroll up/down, left right easily</li>
<li>Next page, last page</li>
<li>Zoom in, zoom out</li>
</ul>
<p>Remembers what you were doing</p>
<ul>
<li>If you&#8217;re in the middle of a book it opens the book there but if you were on the last page it opens from the beginning</li>
<li>If you were viewing the book in single page mode but the default is two page it opens it in single page mode.</li>
</ul>
<p>Editing features†</p>
<ul>
<li>Allows you to mark pages as &#8220;do not view&#8221; so if you skip ad pages if you want</li>
<li>Pages can be deleted if they are deemed pointless (like scanner tags)</li>
<li>Deleted and skipped pages are &#8220;fingerprinted&#8221; so they are automatically deleted or skipped in other books too</li>
</ul>
<p>Automation features†</p>
<ul>
<li>Previously deleted pages are deleted in new books</li>
<li>Previously skipped pages are skipped in new books</li>
<li>Files and file names are standardized</li>
<li>Extraneous garbage is removed from image file names and books file names</li>
<li>Books, folders, and files are converted to standard, open format (cbz since RAR is propriety and not a friendly license for indie developers)</li>
</ul>
<p>Automatic updates via the Internet<br />
Free updates for a year (cheap subscription afterwards)†</p>
<p>† Commercial only feature</p>
]]></content:encoded>
			<wfw:commentRss>http://picklepumpers.com/wordpress/?feed=rss2&amp;p=537</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
