<?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>BasementJack &#187; admin</title>
	<atom:link href="http://basementjack.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://basementjack.com</link>
	<description>Jack&#039;s basement and some other stuff...</description>
	<lastBuildDate>Thu, 22 Jul 2010 02:51:32 +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>Changing the server location of checked out Files with Subversion</title>
		<link>http://basementjack.com/uncategorized/changing-the-server-location-of-checked-out-files-with-subversion/</link>
		<comments>http://basementjack.com/uncategorized/changing-the-server-location-of-checked-out-files-with-subversion/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 15:10:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=281</guid>
		<description><![CDATA[I recently rebuilt my home domain controller and renamed my home domain that I use internally. As a result, all the links to my subversion server are now broken. In other words, my local working copy thinks it&#8217;s linked to a subversion server that it can no longer reach. if only there were a way [...]]]></description>
			<content:encoded><![CDATA[<p>I recently rebuilt my home domain controller and renamed my home domain that I use internally.</p>
<p>As a result, all the links to my subversion server are now broken.</p>
<p>In other words, my local working copy thinks it&#8217;s linked to a subversion server that it can no longer reach.</p>
<p>if only there were a way to update my local copy to let it know where to look&#8230;</p>
<p>first I opened terminal (on a mac here, open the cmd prompt on windows)</p>
<p>cd to the working directory</p>
<p>enter svn info &#8211; this will display where subversion thinks it&#8217;s pointing to</p>
<p>enter svn switch &#8211;relocate FROM http://oldpath  TO http://newpath</p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/changing-the-server-location-of-checked-out-files-with-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: CODA + Subversion (Beanstalk) How-To</title>
		<link>http://basementjack.com/uncategorized/video-coda-subversion-beanstalk-how-to/</link>
		<comments>http://basementjack.com/uncategorized/video-coda-subversion-beanstalk-how-to/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 00:56:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=278</guid>
		<description><![CDATA[Video: CODA &#38; SUBVERSION HOW TO I did a video tutorial recently on how to use CODA (A popular mac editor used by web designers) with the Source Control System Subversion (Using Beanstalkapp.com&#8217;s free account offering) The video is just under 20 minutes long and covers: Setting up a free account on BeanstalkApp.com How to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://basementjack.com/MEDIA/index.html" target="_blank"><img class="alignnone size-full wp-image-283" title="Version Control With Coda" src="http://basementjack.com/wp-content/uploads/2010/07/VersionControlWithCoda.png" alt="" width="377" height="284" /></a></p>
<p>Video: <a title="VIDEO: CODA and Subversion" href="/MEDIA/index.html" target="_blank">CODA &amp; SUBVERSION HOW TO</a><br/><br />
I did a video tutorial recently on how to use CODA (A popular mac editor used by web designers) with the Source Control System Subversion (Using Beanstalkapp.com&#8217;s free account offering)</p>
<p>The video is just under 20 minutes long and covers:</p>
<p>Setting up a free account on BeanstalkApp.com<br />
How to configure the free account.<br />
How to configure the &#8216;sites&#8217; tab in Coda to work with the free account.<br />
How to push changes to the Subversion Server (in this case Beanstalkapp)</p>
<p>How to compare an old revision with the current one.</p>
<p>How to &#8216;roll back&#8217; a code change to an older version that&#8217;s in Subversion.</p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/video-coda-subversion-beanstalk-how-to/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Possible Grid Controls to use with PHP</title>
		<link>http://basementjack.com/uncategorized/possible-grid-controls-to-use-with-php/</link>
		<comments>http://basementjack.com/uncategorized/possible-grid-controls-to-use-with-php/#comments</comments>
		<pubDate>Mon, 24 May 2010 03:12:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=275</guid>
		<description><![CDATA[I&#8217;m working on a project in PHP at the moment. Nothing gets a project moving like dropping a good grid control on  a page, spending 2 minutes setting a few properties and having a nice editable grid. For ASP.NET, I&#8217;ve used the obout.com grid before with pretty good results. Since this is my first PHP [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a project in PHP at the moment.</p>
<p>Nothing gets a project moving like dropping a good grid control on  a page, spending 2 minutes setting a few properties and having a nice editable grid.</p>
<p>For ASP.NET, I&#8217;ve used the obout.com grid before with pretty good results.</p>
<p>Since this is my first PHP project I thought I&#8217;d see what grids are out there.</p>
<p>Here&#8217;s what I found&#8230;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>PlatinumGrid &#8211; only works with Delphi &#8211; no go.<br />
PHPEzyGrid  -sucked &#8211; no inline editing.</p>
<p>KoolPHP.net $130 for the suite &#8211; nice flexibility &#8211; other tools too (combo box, calendar etc)</p>
<p>AppHP.com&#8217;s grid &#8211; looks nice &#8211; cheap $35</p>
<p>phpgrid.com &#8211; requires zend optimizer $99</p>
<p>Active Widgets &#8211;  too expensive ($500)</p>
<p>DHTMLX &#8211; I like that this is actually a Javascript grid &#8211; The  good part about this is that the knowledge gained and the grid itself could be used on other platforms (ie ASP.NET) The bad is that there&#8217;s some back end server code that needs to be written. also kind of pricey ($200-450) Typically with a pure Javascript based grid, the back end has to be written 100% by you, however, they have a connector product (still in beta no price given) The nice thing here is that the connector works with php, asp.net and jsp.</p>
<p>eyesis &#8211; Does not seem to have the features of other grids (no inline editing)<br />
On the plus side, it does seem very easy to use, so there are likely places where this could be a good fit (last update was Dec 2008 however&#8230;)</p>
<p>ExtJS is another javascript control set &#8211; they claim to have a bunch of big customers.</p>
<p>It&#8217;s not cheap ($330) but like DHTMLx you are buying a whole slew of tools.</p>
<p>One nice thing about ExtJS is that they have a designer tool for it.<br />
They also offer phone support (paid not free)</p>
<p>jQuery Grid (jqGrid) &#8211; this is a popular javascript grid for use with the jQuery framework. -$300 per platform (PHP/ASP.net )</p>
<p>datatables.net &#8211; (jQuery based &#8211; donation based)</p>
<p>SlickGrid (http://github.com/mleibman/SlickGrid)<br />
This is my favorate from an end user perspective for it&#8217;s inline editing &#8211; it&#8217;s just like a spreadsheet.</p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/possible-grid-controls-to-use-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SOAP query for pulling data from a sharepoint list into Report Builder with a specific View</title>
		<link>http://basementjack.com/uncategorized/soap-query-for-pulling-data-from-a-sharepoint-list-into-report-builder-with-a-specific-view/</link>
		<comments>http://basementjack.com/uncategorized/soap-query-for-pulling-data-from-a-sharepoint-list-into-report-builder-with-a-specific-view/#comments</comments>
		<pubDate>Thu, 06 May 2010 14:54:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=271</guid>
		<description><![CDATA[&#60;Query&#62;&#60;SoapAction&#62;http://schemas.microsoft.com/sharepoint/soap/GetListItems&#60;/SoapAction&#62;     &#60;Method Namespace="http://schemas.microsoft.com/sharepoint/soap/" Name="GetListItems"&#62;        &#60;Parameters&#62;           &#60;Parameter Name="listName"&#62;              &#60;DefaultValue&#62;{8529D70B-D632-4CC8-A1E7-2C25F29BE1E0}(this could also be a list name, it doesn't have to be a GUID)&#60;/DefaultValue&#62;           &#60;/Parameter&#62;           &#60;Parameter Name="viewName"&#62;              &#60;DefaultValue&#62;{2FC6AA42-EA95-4C18-AB07-33E25EBBA85D}(could also be [...]]]></description>
			<content:encoded><![CDATA[<p><code>&lt;Query&gt;&lt;SoapAction&gt;http://schemas.microsoft.com/sharepoint/soap/GetListItems&lt;/SoapAction&gt; <br />
   &lt;Method Namespace="http://schemas.microsoft.com/sharepoint/soap/" Name="GetListItems"&gt; <br />
      &lt;Parameters&gt; <br />
         &lt;Parameter Name="listName"&gt; <br />
            &lt;DefaultValue&gt;{8529D70B-D632-4CC8-A1E7-2C25F29BE1E0}(this could also be a list name, it doesn't have to be a GUID)&lt;/DefaultValue&gt; <br />
         &lt;/Parameter&gt; <br />
         &lt;Parameter Name="viewName"&gt; <br />
            &lt;DefaultValue&gt;{2FC6AA42-EA95-4C18-AB07-33E25EBBA85D}(could also be a view name)&lt;/DefaultValue&gt; <br />
            &lt;ViewFields&gt; <br />
               &lt;FieldRef Name="Resolve_x0020__x0023_" /&gt; <br />
               &lt;FieldRef Name="Product" /&gt; <br />
               &lt;FieldRef Name="Release" /&gt; <br />
               &lt;FieldRef Name="Theme" /&gt; <br />
               &lt;FieldRef Name="Pre_x002d_Req_x0020_Estimate" /&gt; <br />
            &lt;/ViewFields&gt; <br />
         &lt;/Parameter&gt; <br />
      &lt;/Parameters&gt; <br />
   &lt;/Method&gt; <br />
   &lt;ElementPath IgnoreNamespaces="True"&gt;*&lt;/ElementPath&gt; <br />
&lt;/Query&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/soap-query-for-pulling-data-from-a-sharepoint-list-into-report-builder-with-a-specific-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP getmonth function</title>
		<link>http://basementjack.com/uncategorized/php-getmonth-function/</link>
		<comments>http://basementjack.com/uncategorized/php-getmonth-function/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 03:25:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://basementjack.com/uncategorized/php-getmonth-function/</guid>
		<description><![CDATA[PHP doesn’t offer getmonth, getday or getyear. Instead use this: $unixtime = strtotime($test); echo date(&#8216;m&#8217;, $unixtime); echo date(&#8216;d&#8217;, $unixtime); echo date(&#8216;y&#8217;, $unixtime ); strtotime creates a unix style time (The number of seconds since some point in time around 1970) Once you have that, you can use the date function as shown.]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 12pt;">PHP doesn’t offer getmonth, getday or getyear.</p>
<p>Instead use this:</p>
<p></span>  <span style="color: rgb(130,89,0);">$unixtime</span> = <span style="color: rgb(102,26,169);">strtotime</span>(<span style="color: rgb(130,89,0);">$test</span>);<br />
  <span style="color: rgb(136,19,80);">echo</span> <span style="color: rgb(102,26,169);">date</span>(<span style="color: rgb(235,115,0);">&#8216;m&#8217;</span>, <span style="color: rgb(130,89,0);">$unixtime</span>);<br />
  <span style="color: rgb(136,19,80);">echo</span> <span style="color: rgb(102,26,169);">date</span>(<span style="color: rgb(235,115,0);">&#8216;d&#8217;</span>, <span style="color: rgb(130,89,0);">$unixtime</span>);<br />
  <span style="color: rgb(136,19,80);">echo</span> <span style="color: rgb(102,26,169);">date</span>(<span style="color: rgb(235,115,0);">&#8216;y&#8217;</span>, <span style="color: rgb(130,89,0);">$unixtime</span> );</p>
<p>strtotime creates a unix style time (The number of seconds since some point in time around 1970)</p>
<p>Once you have that, you can use the date function as shown.</p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/php-getmonth-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OnLine Backup done safely and cheaply</title>
		<link>http://basementjack.com/uncategorized/online-backup-done-safely-and-cheaply/</link>
		<comments>http://basementjack.com/uncategorized/online-backup-done-safely-and-cheaply/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 12:22:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Backup]]></category>

		<guid isPermaLink="false">http://basementjack.com/uncategorized/online-backup-done-safely-and-cheaply/</guid>
		<description><![CDATA[A few posts back I wrote about a program called SuperFlexibleFileSynchronizer. My latest project is to Scan all the papers in my file cabinet. That&#8217;s a little scarry. There&#8217;s information in there that I can&#8217;t afford to loose, yet most of it is private enough that I wouldn&#8217;t really trust it being stored online. So [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both">A few posts back I wrote about a program called SuperFlexibleFileSynchronizer.</p>
<p style="clear: both">My latest project is to Scan all the papers in my file cabinet. That&#8217;s a little scarry. There&#8217;s information in there that I can&#8217;t afford to loose, yet most of it is private enough that I wouldn&#8217;t really trust it being stored online.</p>
<p style="clear: both">So today&#8217;s post talks about one possible solution for that, using Dropbox and SFFS. </p>
<p style="clear: both">DropBox:<br />Dropbox is a great online storage service. You put things in your local dropbox folder, and it copies them to the dropbox server. Dropbox has only one problem, and it&#8217;s a problem shared by any and all online backup systems: Security. </p>
<p style="clear: both">Call me an untrusting person, but I don&#8217;t trust that information put on Dropbox will stay private. It&#8217;s just too big a target for a hacker to avoid. At some point, it will be compromised. I feel this way about all online storage.</p>
<p style="clear: both">So what&#8217;s the solution? </p>
<p style="clear: both">Encryption.</p>
<p style="clear: both">Encrypt the data here, then put it on the Dropbox folder.</p>
<p style="clear: both">Now there are two ways to do this &#8211; <br />a) encrypt everything into a single file like a zip file or truecrypt volume<br />or <br />b) encrypt everything individually</p>
<p style="clear: both">The problem with a) is that you&#8217;d need to re-upload the entire file for every change, which isn&#8217;t really practical.</p>
<p style="clear: both">The problem with b) is that once the file is encrypted, it&#8217;s not as easy to compare the encrypted file, so incremental backups become an issue.</p>
<p style="clear: both">Enter SFFS. SFFS has an elegant solution to the problem. SFFS can make a backup where the folder structure is replicated, but each file is zipped with AES encryption. SFFS also keeps a signature for each file and puts it in the file name. In this way, SFFS is able to do incremental backups, comparing the unzipped originals to the zipped &#038; encrypted copies. </p>
<p style="clear: both">Perfect.</p>
<p style="clear: both">For me.</p>
<p style="clear: both">To be clear: the names of the folders and files are visible, so if you&#8217;re dealing with super secret stuff, you&#8217;ll want to take that into account. </p>
<p style="clear: both">For my needs, I think it&#8217;s enough extra protection that I&#8217;m happy with it.</p>
<p style="clear: both">Now, if a hacker ever gets into dropbox, they&#8217;ll need to do some extra work to get into my files. Could they do this? Absolutely. Would they do this? Probably not. There would be so many other files that aren&#8217;t protected that my files wouldn&#8217;t be worth the hackers time.</p>
<p style="clear: both">
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/online-backup-done-safely-and-cheaply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Mac Apps</title>
		<link>http://basementjack.com/uncategorized/free-mac-apps/</link>
		<comments>http://basementjack.com/uncategorized/free-mac-apps/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 23:41:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=250</guid>
		<description><![CDATA[Take part in the http://FreeMacApps.com Giveaway! 21 apps, over $1000 of combined worth for two lucky winners @TwistedMac]]></description>
			<content:encoded><![CDATA[<p>Take part in the <a title="http://FreeMacApps.com" href="http://FreeMacApps.com" target="_blank">http://FreeMacApps.com</a> Giveaway! 21 apps, over $1000 of combined worth for two lucky winners @TwistedMac</p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/free-mac-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping multiple PC&#8217;s in sync</title>
		<link>http://basementjack.com/uncategorized/keeping-multiple-pcs-in-sync/</link>
		<comments>http://basementjack.com/uncategorized/keeping-multiple-pcs-in-sync/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 19:06:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=246</guid>
		<description><![CDATA[SuperFlexible File Synchronizer is the best File sync tool I've found.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a computer guy.</p>
<p>In the beginning, life was simple. You had one computer &#8211; you kept your files on it. If you backed up, you did so to a floppy disk.</p>
<p>Today, I have a few computers, and I use them for different things, but I need my data on all of them. If they were all desktops, Life would be easy &#8211; keep all the files on one, then share it out to the rest. Add a laptop and things get messy.</p>
<p>What I want is to have a local copy of all my files, and have those automagically copied to and from the server whenever changes take place.</p>
<p>For that, I&#8217;m using <a href="http://www.superflexible.com/" target="_blank">SuperFlexible File Synchronizer</a>.  I&#8217;ve tried over a half dozen apps on the Mac for Sync and this one is by far the best. It&#8217;s also available in a Windows version, which is awesome, because one of my computers is a windows computer -that solves the problem of what to do there, and SF is available as a bundle that includes both versions.</p>
<p>What makes SuperFlexible better than the others? Control &amp; Options. Superflexible lives up to it&#8217;s name. Do you need scheduled sync &#8211; no problem. Exclude .DS_Store? Got it. Need to sign into a Windows server before you run the backup? Done. I could go on and on &#8211; it seems to EVERYTHING. Here&#8217;s a few more things it can do &#8211; it can encrypt and zip each file so you can backup to internet based storage like Amazon S3 or Google without worrying about your data being exposed. It can detect when files move so they aren&#8217;t simply re-synced. It can add version numbers to your files when it copies them over.  The interface is well refined too. When you run a sync, you can do so in the foreground or background &#8211; background is kind of like Autopilot, where foreground gives you a bunch of information &#8211; what files are going to copy, in what direction etc&#8230;  Here&#8217;s an area that set this one apart &#8211; you can right click on any file before it&#8217;s synced, and tell it what direction to sync, to ignore it, to delete it from one but not the other etc..</p>
<p>I also found it rewarding that during testing, I wiped out the target folder, and on the next run, SF came up and asked if the folder should be re-created. (other tools have given an error in this scenario)</p>
<p>My setup is as follows:<br />
I have a folder I keep all my stuff in. I keep a copy of that folder on my Mac Laptop, and another copy on my home server. On the Mac, I have a Sync job setup with SuperFlexible File Synchronizer that keeps things in both places up to date.  This way, when I&#8217;m on my laptop, I&#8217;m always working with a local copy of my data. If I take the laptop on a trip, that data comes with me. When I get home, it copies it to the Server.</p>
<p>SuperFlexible File Synchronizer also has some other good qualities and I hope to use it for online backup soon as well. It supports backing up to Amazon S3, and Google storage support is in Beta as of this writing. It also supports FTP &amp; Webdav folders (such as apple&#8217;s iDisk). And as mentioned above, it supports zipping and encrypting files which makes me far more comfortable using online storage as a backup target.</p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/keeping-multiple-pcs-in-sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epson  GT-S50 Scanner thoughts</title>
		<link>http://basementjack.com/uncategorized/epson-gt-s50-scanner-thoughts/</link>
		<comments>http://basementjack.com/uncategorized/epson-gt-s50-scanner-thoughts/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 14:35:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=244</guid>
		<description><![CDATA[I recently picked up an Epson GT-S50 Scanner for a project I am working on for a client. My Client&#8217;s office is using Windows, and at home I have a combination of windows and Mac. I&#8217;ve read tons of great reviews on the Fujitsu ScanSnap scanners (like the S1500), but you have to buy a [...]]]></description>
			<content:encoded><![CDATA[<p>I recently picked up an Epson GT-S50 Scanner for a project I am working on for a client.</p>
<p>My Client&#8217;s office is using Windows, and at home I have a combination of windows and Mac.</p>
<p>I&#8217;ve read tons of great reviews on the Fujitsu ScanSnap scanners (like the S1500), but you have to buy a mac or windows version of those, and they only work with the built in software.  There were some issues when Mac OSX 10.6 Snow Leopard came out, and the scanners lost a lot of functionality for a few months while Fujitsu readied new software.</p>
<p>The big draw to the Fujitsu is how good the software is that comes with it. It does a bunch of things for you &#8211; and may people say it &#8220;just works&#8221;.</p>
<p>After reading a review on the Epson GT-S50 online, I knew the software wasn&#8217;t as polished, but wondered how far off it would be..</p>
<p>Impressions:</p>
<p>I connected the GT-S50 to my Macbook Pro and installed all the latest drivers.</p>
<p>The epson has a nice 2 line display that tells you what&#8217;s going on, and on Windows you can see what preset you have selected, along with the description.  On the mac, the description is gone, you see Job 01, Job 02 etc&#8230;</p>
<p>One button scanning is HORRIBLE. Awful, the worst.  It takes FOREVER to even get the thing started. In fact, I thought I&#8217;d time one and it&#8217;s been 2 minutes and the software still hasn&#8217;t scanned (the panel says Scanning and the software launched on the mac so it&#8217;s doing something.) When I hover over the &#8216;Progress&#8217; Window, I get the beachball of death.</p>
<p>Ok 3 minutes in and I&#8217;ll &#8216;force Quit&#8217;, but the scanner still thinks it&#8217;s scanning.</p>
<p>Click the red button on the scanner, &#8211; power light stops flashing, display still says Scanning.</p>
<p>I thought I&#8217;d scan once manually with the Epson scan software, but when I launch that, it shows the icon in the doc, but no menu.</p>
<p>I tried launching Apple Image Capture, but the scanner doesn&#8217;t show up so it&#8217;s now time to power cycle the scanner.</p>
<p>At this point I&#8217;m thinking the scanner sucks, but in reality, the software they have for &#8216;one touch&#8217; sucks.</p>
<p>The reason you&#8217;d buy an Epson over the Fujitsu is because it has a twain driver, and the Fujitsu does not. This means you can use other software with the scanner.</p>
<p>So now I&#8217;m out to find out if any of the other software is any good.</p>
<p>I have adobe Acrobat Pro 9.3 installed, and it can scan using the twain driver.</p>
<p>Acrobat does a great job with the scanner, it&#8217;s just a little slow. The whole process is slow, but&#8230;<br />
If you use Acrobat to scan, you&#8217;re pretty much done when you&#8217;re done. Since Acrobat Pro does the OCR, the deskew, the page rotation, the auto page sizing &amp; the image compression there&#8217;s no need to go into another program to clean it up. In fact ,after you scan, your document is sitting in acrobat, waiting for you to save it &#8211; So you don&#8217;t even have to go find it and rename it. When you&#8217;re done, you&#8217;re done&#8230;</p>
<p>Still I wondered if I was missing out on the scansnap  - There&#8217;s so many good reviews of that thing.</p>
<p>I thought about it for a bit, but decided that the twain interface was something I really liked the flexibility of having.</p>
<p>And the Epson scanner seems better built (11 lbs vs the 6lb fujitsu)</p>
<p>And I&#8217;d read more than once about the fujitsu misfeeding issues.</p>
<p>So at this point I feel the Epson has the best hardware, but not the best software.</p>
<p>Enter Image Capture.</p>
<p>The macs come with a program called image capture.</p>
<p>I opened it, and my scanner was there, so I used that &#8211; It was fast!</p>
<p>it doesn&#8217;t do everything that acrobat does, but if you need to whip up a quick letter sized pdf, it does the trick &#8211; quickly!</p>
<p>This has me on a hunt for more apps that support the image capture interface.</p>
<p>So far I&#8217;ve had little luck.</p>
<p>I tried 2 or 3 apps that support image capture and in all cases the scan comes up as a gray box.</p>
<p>So I&#8217;m not sure what&#8217;s up, but somethings up.</p>
<p>I&#8217;m also not sure if the image capture driver came from epson or apple.</p>
<p>I need to hook it up to a second mac, one that hasn&#8217;t had the epson drivers installed, to see where the drivers are coming from, and then hopefully I can point to either apple or epson and get the problem fixed.</p>
<p>(for all I know the image capture driver might be using the twian driver and not displaying the dialog)&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/epson-gt-s50-scanner-thoughts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Patent free audio and video codecs</title>
		<link>http://basementjack.com/uncategorized/patent-free-audio-and-video-codecs/</link>
		<comments>http://basementjack.com/uncategorized/patent-free-audio-and-video-codecs/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 15:43:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=242</guid>
		<description><![CDATA[I read an article today talking about how easy it is to get sued for using commecial codecs like h264, mpeg 2 and mpeg 3, the site below alters alternative codec, that are completely free. http://www.xspf.org/]]></description>
			<content:encoded><![CDATA[<p>I read an article today talking about how easy it is to get sued for using commecial codecs like h264, mpeg 2 and mpeg 3, the site below alters alternative codec, that are completely free.</p>
<p><a href="http://www.xspf.org/">http://www.xspf.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/patent-free-audio-and-video-codecs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
