<?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>FireHaus Network &#187; Apple</title>
	<atom:link href="http://www.firehaus.net/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firehaus.net</link>
	<description>Geek Tech from the FireHaus Network</description>
	<lastBuildDate>Thu, 22 Apr 2010 01:44:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adobe vs. Apple vs. Flash vs. iPad vs. iPhone</title>
		<link>http://www.firehaus.net/2010/04/21/adobe-vs-apple-vs-flash-vs-ipad-vs-iphone/</link>
		<comments>http://www.firehaus.net/2010/04/21/adobe-vs-apple-vs-flash-vs-ipad-vs-iphone/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 01:41:14 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[trudy]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=220</guid>
		<description><![CDATA[Someone has it backwards—it is HTML5, CSS, JavaScript, and H.264 (all  supported by the iPhone and iPad) that are open and standard, while  Adobe&#8217;s Flash is closed and proprietary.
Found on Gizmodo, says it with feeling, the way I&#8217;ve been feeling about it&#8230;
Why is Trudy right?
Until you can load FLASH in a web browser [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Someone has it backwards—it is HTML5, CSS, JavaScript, and H.264 (all  supported by the iPhone and iPad) that are open and standard, while  Adobe&#8217;s Flash is closed and proprietary.</p></blockquote>
<p>Found on <a title="Gizmodo" href="http://gizmodo.com/5521179/no-youre-backwards">Gizmodo</a>, says it with feeling, the way I&#8217;ve been feeling about it&#8230;</p>
<blockquote><p><cite></cite>Why is Trudy right?</p>
<div>Until you can load FLASH in a web browser like this, for example:</p>
<p>(open carrot) fla src=&#8221;sample_flash.swf&#8221; attribute=&#8221;auto&#8221;&#8230;. (close  carrot)</p>
<p>WITHOUT the need for a separate browser plugin&#8230;</p>
<p>WITHOUT a development cycle separate from all web browsers&#8230;</p>
<p>WITHOUT performance requirements separate from the browser itself&#8230;</p>
<p>WITHOUT incompatibilities across different hardware, even when the  browser software is the same&#8230;</p>
<p>WITHOUT the plugin itself being of a closed an proprietary nature&#8230;</p>
<p>WITHOUT every browser vendor in existence beholden to the motivation of a  single company to develop and optimize it&#8217;s source in hopes that a  given browser may have a chance of running this plugin in a way that  does not break web pages and does not egregiously consume computing  resources thereby compromising the overall performance of said web  browser&#8230;</p>
<p>Until, then, FLASH will remain nothing more than *another program*  installed on a computer or mobile device, running in parallel with a  browser, separately interpreting and rendering code to be *embedded*  within the browser contents.</p>
<p>These are the facts.  Now, it doesn&#8217;t mean that web developers and  designers do not enjoy the creative freedom afforded to them by Adobe  Flash-based vector graphics design and audio/video media creation.</p>
<p>Adobe should understand, though, that it&#8217;s multimedia solution is not  unlike, for example, MS developing a PowerPoint browser plugin for  Internet Explorer.</p>
<p>Macromedia developed flash and Adobe bought it &#8211; they didn&#8217;t stake their  business on it.  Heck, before flash-video, embedded Flash was mainly a  tool for designer presentations, animated buttons and ads.</p>
<p>Adobe has tried very hard to make people think that &#8220;swf&#8221; and &#8220;flv&#8221; are  web standards like &#8220;img&#8221; and &#8220;href&#8221; &#8211; they certainly are not.  There are  no standard cross-platform, cross-browser hooks directly into Flash  APIs, beyond the use of javascript variable settings when embedding swf  wrappers, which are used to call up flv files and depend on XML files  which may or may not be dynamically updated by the embed script.</p>
<p>Layers upon layers of embedding and abstraction &#8211; who could EVER expact  Flash to be resource friendly.</p>
<p>The truth is that Adobe has to re-invent the wheel every time a new  browser comes out or a major upgrade is released or some new hardware  platform is developed.  Bugs and security vulnerabilities have to be  separately maintained.  Performance issues have to constantly be  monitored and optimized as both it&#8217;s host browsers and operating systems  get upgraded and evolve.</p>
<p>Let&#8217;s take for example the most ubiquitous of Flash implementations &#8211;  video:</p>
<p>What wrapper file will you use?<br />
-The swf file defines your video &#8220;window&#8221;.  XML file(s) will define  parameters.<br />
-Actionscript in the swf wrapper files will hook into javacript variable  settings and XML defenitions (or rather the other way around).<br />
-Don&#8217;t forget video dimensions!</p>
<p>How will you embed that wrapper file?<br />
-You&#8217;ll have to use javascript to call up the swf.<br />
-You need to makes sure you set startup variables correctly for viewing  the flv through the swf</p>
<p>Is the browser compatible?<br />
-Chrome, Firefox, IE6,7,8,9, Opera, etc. all need compatible plugins</p>
<p>HTML layout?<br />
-Oooh, make sure you set proper z-indexes<br />
-Make sure you&#8217;re not accidentally covering modal windows with that  Flash.<br />
-Again, don&#8217;t forget video dimensions!<br />
-Also, don&#8217;t forget to account for the player tool bar and frame.</p>
<p>Now, how do you embed video with HTML5?</p>
<p>Ex:</p>
<p>(open carrot) source src=&#8221;__VIDEO__.MP4&#8243; type=&#8221;video/mp4&#8243; (close carrot)</p>
<p>(slight over-simplification, since above is iPhone/iPad compatible.   Webkit, whatever&#8230;)</p>
<p>Flash is not a true web standarded &#8211; it is an embeddable application.   It is the aforementioned pitfalls that Apple is trying to avoid by not  embracing Flash compatibility.</p>
<p>Do I wish, for example, that the iPad supported Flash?  Sure, just like I  want all my computers to open JPEG&#8217;s, Word Docs, Excel Spreadsheets,  check email, run PowerPoints, etc. etc.</p>
<p>Macromedia developed a great web-compatible multi-media tool.  Adobe,  you bought it and had your chance to open it up and allow it&#8217;s use as a  browser-agnostic audio &amp; vector-graphic HTML standard, while still  retaining the rights to the Flash development platform.  You got greedy,  lethargic and stubborn.  Check back on this post in a couple years and  it will read as either &#8220;Good Luck&#8221; or &#8220;Good Riddance&#8221; &#8211; only time will  tell.  		<!-- REPLY --> <a title="Reply  to this comment" href="http://gizmodo.com/5521179/no-youre-backwards#">Reply</a></p>
<div></div>
</div>
<div>Edited by Stevox at 04/21/10 9:22 PM</div>
<div></div>
</blockquote>
<div>I have painfully experienced web developers screaming, crying, and begging for help when trying to add some &#8220;simple&#8221; flash tool to their web site. It so often works only well with a given OS, browser, browser version, and hardware. How, is that a &#8220;standard&#8221;? Flash is ubiquitous but that doesn&#8217;t mean it works, or works well even most of the time.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2010/04/21/adobe-vs-apple-vs-flash-vs-ipad-vs-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes/Apple Store E-mail Phishing Scam</title>
		<link>http://www.firehaus.net/2010/03/29/itunesapple-store-e-mail-phishing-scam/</link>
		<comments>http://www.firehaus.net/2010/03/29/itunesapple-store-e-mail-phishing-scam/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 17:51:49 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[scam]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=215</guid>
		<description><![CDATA[There is a new e-mail phishing scam circulating that has the potential to easily catch you off guard, especially if you make purchases from the iTunes or Apple stores. It works because if you get this message you’re going to think right away “I didn’t make any Apple Store purchase” and you’ll click on the link to check your order status.]]></description>
			<content:encoded><![CDATA[<h2></h2>
<p id="top">There is a new e-mail phishing scam circulating  that has the potential to easily catch you off guard, especially if you  make purchases from the iTunes or Apple stores. It works because if you  get this message you’re going to think right away “<em>I didn’t make any  Apple Store purchase</em>” and you’ll click on the link to check your <em>order  status.</em></p>
<p>The message looks like one of those innocuous messages you might  be  familiar with acknowledging a purchase and/or download from the iTunes  or Apple stores. It is definitely a scam and should be deleted.</p>
<p>You can always check your iTunes account safely from within the  iTunes application and any orders made or not from the Apple Store can  be checked by going directly to the <a href="http://store.apple.com/us">Apple  Store web site.</a></p>
<p><a href="http://www.firehaus.net/wp-content/uploads/2010/03/iTunes-e-mail-phishing.png"><img class="alignnone size-full wp-image-216" title="iTunes e-mail phishing" src="http://www.firehaus.net/wp-content/uploads/2010/03/iTunes-e-mail-phishing.png" alt="" width="457" height="413" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2010/03/29/itunesapple-store-e-mail-phishing-scam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac mini as a Server Finally Official</title>
		<link>http://www.firehaus.net/2009/11/11/mac-mini-as-a-server-finally-official/</link>
		<comments>http://www.firehaus.net/2009/11/11/mac-mini-as-a-server-finally-official/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 23:14:33 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[MacGeek]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[mini]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=167</guid>
		<description><![CDATA[There are many situations where a rack mounted 1U or 3U server just doesn&#8217;t fit into the budget or specific needs of a business. Many of us Apple IT guys have been using and/or recommending the Mac mini with Mac OS X Server installed as a great way to keep within budget while still retaining [...]]]></description>
			<content:encoded><![CDATA[<p>There are many situations where a rack mounted 1U or 3U server just doesn&#8217;t fit into the budget or specific needs of a business. Many of us Apple IT guys have been using and/or recommending the <a href="http://www.apple.com/macmini/">Mac mini</a> with <a href="http://www.apple.com/server/macosx/">Mac OS X Server</a> installed as a great way to keep within budget while still retaining full network services.In fact I have an <a href="http://www.firehaus.net/2007/11/22/little-productive-machines/">earlier post</a> about using Mac minis in a 24/7 environment.</p>
<p>So <a href="http://www.apple.com">Apple</a> finally made it official a few weeks ago an now has a <a href="http://www.apple.com/macmini/server/">Mac mini server</a>. It fits the bill for many business uses, creative uses, as well as even for a simple home network server.</p>
<p>In fact one <a href="http://www.macminicolo.net/">business</a> makes it their business to use Mac minis almost exclusively as their servers, providing web hosting and other services to their customers.</p>
<p><a href="http://www.macminicolo.net/state2009.html"><img class="alignnone" title="MacmimiCoLo Service" src="http://www.macminicolo.net/i_mini/cage1.png" alt="" width="480" height="326" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2009/11/11/mac-mini-as-a-server-finally-official/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Tech is Used in a Mac-only Law Office</title>
		<link>http://www.firehaus.net/2009/07/21/what-tech-is-used-in-a-mac-only-law-office/</link>
		<comments>http://www.firehaus.net/2009/07/21/what-tech-is-used-in-a-mac-only-law-office/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:54:06 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=149</guid>
		<description><![CDATA[I get asked from time-to-time what software and hardware is used in a Mac-only law firm. This is a start that I plan to flesh out shortly.
For case management we use a custom in-house developed Filemaker solution which manages the contact-side and the matter-side. We are able to do nearly 100% perfect conflict checking because [...]]]></description>
			<content:encoded><![CDATA[<p>I get asked from time-to-time what software and hardware is used in a Mac-only law firm. This is a start that I plan to flesh out shortly.</p>
<p>For case management we use a custom in-house developed Filemaker solution which manages the contact-side and the matter-side. We are able to do nearly 100% perfect conflict checking because of the way ANY contact in the database can be linked up to a client/matter. On the accounting side we do use an &#8220;off the shelf&#8221; product called <a href="http://www.brieflegal.com/">Brief Accounting</a>.</p>
<p>I have investigated other solutions and the ones that are out there don&#8217;t work for us, because of our size, but might work for a smaller firm with less than 10 attorneys (we have 19). The selection is limited. Frankly, we are planning a complete ground up refresh of our Filemaker solution and expect to have something in 2010 that might cost about $20-30K which would also incorporate document management. This is using local Filemaker developers.</p>
<p><a href="http://www.lawstream.com/">LawStream</a> &#8211; this has been around for a long time but there hasn&#8217;t been a client/server model which is why it would not work for us.</p>
<p><a href="http://www.hipersoft.com/">Hipersoft P.I. Powertool</a> &#8211; this is a Filemaker solution.</p>
<p>We don&#8217;t have a true document management solution in place&#8211;yet&#8211;but we are taking baby steps in that direction. We rely heavily on our Fujitsu scanners combined with <a href="http://www.mindwrap.com/">ScanTango</a>. The ScanTango software allows you to create scanning workflows that help automate (or more accurately semi-automate) repetitive scanning tasks. Mindwrap, the company that makes ScanTango does make a full document management system called <a href="http://www.mindwrap.com/products/optix.html">Optix</a>. I haven&#8217;t fully investigated this as this is really a decision that needs to be made by our records dept.</div>
<div>I also follow this blog for Mac-related law office tips, etc.: <a href="http://www.themaclawyer.com/">The Mac Lawyer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2009/07/21/what-tech-is-used-in-a-mac-only-law-office/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Waiting for the 2009 MacWorld keynote</title>
		<link>http://www.firehaus.net/2009/01/06/waiting-for-the-2009-macworld-keynote/</link>
		<comments>http://www.firehaus.net/2009/01/06/waiting-for-the-2009-macworld-keynote/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:43:45 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[MacGeek]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[macworld]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=111</guid>
		<description><![CDATA[It is 7:30am and I'm inside where it's warm waiting for this years MacWorld keynote. Last year at this time I was outside in the cold with 4000 other attendees.]]></description>
			<content:encoded><![CDATA[<p>It is 7:30am and I&#8217;m inside where it&#8217;s warm waiting for this years MacWorld keynote. Last year at this time I was outside in the cold with 4000 other attendees.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2009/01/06/waiting-for-the-2009-macworld-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warming Up to MacWorld 2009</title>
		<link>http://www.firehaus.net/2008/12/20/warming-up-to-macworld-2009/</link>
		<comments>http://www.firehaus.net/2008/12/20/warming-up-to-macworld-2009/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 16:17:36 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[MacGeek]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[expo]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macworld]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=97</guid>
		<description><![CDATA[Unlike most of the Macgeeks I know I was not surprised by Mr. Jobs announcement that he will not be giving the keynote speach at MacWorld Expo 2009. I was slightly surprised that Apple says they are pulling out of the MacWorld Expo altogether but you know what? I don't care.]]></description>
			<content:encoded><![CDATA[<p>Unlike most of the <a title="Apple Rumors" href="http://www.macrumors.com/2008/12/17/reaction-to-apples-withdrawal-from-macworld-apple-expo-paris-cancelled/">Macgeeks</a> I know I was not surprised by Mr. Jobs <a title="Apple cancels keynote at MacWorld 09" href="http://www.macworld.com/article/137587/2008/12/macworldexpo.html">announcement</a> that he will not be giving the keynote speach at <a title="MacWorld Expo 2009" href="http://www.macworldexpo.com/">MacWorld Expo 2009</a>. I was slightly surprised that Apple says they are pulling out of the MacWorld Expo altogether but you know what? I don&#8217;t care.</p>
<p>During the past few year&#8217;s MacWorld Expo shows I&#8217;ve spent very little time at the typically huge Apple pavilion because the really interesting and exciting stuff is spread all over the rest of the convention floor.</p>
<p>At the show earlier this year I encountered a host of interesting products and emerging technologies that are taking full advantage of either Mac OS X or the Mac hardware or both. The number of products out there for iPods and iPhones is stagering in it&#8217;s breadth and depth and quality. At almost every MacWorld Expo I stumble onto some <a title="MacSpeech" href="http://www.macspeech.com/">software</a> that I had heard about but never investigated but after using it hands on I buy it before I leave the show floor. Although I rarely ever buy a new computer at the Expo I was very <a title="Axiotron Modbook" href="http://axiotron.com/index.php?id=modbook">tempted</a> at the show earlier this year.</p>
<p>I might miss Mr. Jobs giving the keynote a little&#8211;maybe more than a little&#8211;as it is a little bit like getting to see your favorite actor give a talk about his favorite pet project. Could you imagine <a title="IMDB" href="http://www.imdb.com/name/nm0000032/">Charlton Heston</a> coming out to present the <a title="Apple MacBook Air" href="http://www.apple.com/macbookair/">MacBook Air</a>? That would be wild but I don&#8217;t know if it would help Apple sell more Macs which, like any well managed company, is why they are in business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2008/12/20/warming-up-to-macworld-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Document Scanning with Filemaker Pro</title>
		<link>http://www.firehaus.net/2008/04/24/automated-document-scanning-with-filemaker-pro/</link>
		<comments>http://www.firehaus.net/2008/04/24/automated-document-scanning-with-filemaker-pro/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 16:36:24 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/2008/04/24/automated-document-scanning-with-filemaker-pro/</guid>
		<description><![CDATA[In the office I manage we use a couple of different solutions regarding scanning so briefly here are the nuts and bolts:
Fujitsu 4120/5120 Scanners with ScanTango software. The scanners are very reliable and we run 100-300 pages through them each day 5 days a week (they are rated for 1K pages/day). The ScanTango software allows [...]]]></description>
			<content:encoded><![CDATA[<p>In the office I manage we use a couple of different solutions regarding scanning so briefly here are the nuts and bolts:</p>
<p><a href="http://www.fujitsu.com/us/services/computing/peripherals/scanners/workgroup/fi-5120c.html">Fujitsu 4120/5120 Scanners</a> with <a href="http://www.scantango.com/">ScanTango</a> software. The scanners are very reliable and we run 100-300 pages through them each day 5 days a week (they are rated for 1K pages/day). The ScanTango software allows you to create scanning defaults so that users can just click a shortcut on the their Desktop, Dock or wherever that executes a specific type of scan (i.e. single sided, grayscale, 200dpi, save to network share). It also allows scripts to call up these same readymade workflows. What makes ScanTango work so well with FM Pro is that it is scriptable using Applescript. Patch Cards are what really make any attempt at document scanning and management automation possible. In our case documents are stored on a network share and linked to FM Pro records. The scanning process breaks down to the following:</p>
<ol>
<li>From FM Pro click a button that says &#8220;scan for this client&#8221;, the button runs a script that manages the following (this is actually a mix of Filemaker scripting and applescripting).</li>
<li>The user is asked what type of scan they have (double-sided, single-sided, B&amp;W, color, etc.)</li>
<li>Based on the user input one of the readymade scanning workflows is selected</li>
<li>As each document is scanned the user is asked to name the files before they are saved*</li>
<li>The script in FM Pro has already inserted a variable into the ScanTango workflow that has told it where to save the documents*</li>
</ol>
<p>The solution we have implemented requires knowledge of Filemaker scripting and Applescript to create if you are in an all Mac environment. I think this could be replicated in a Windows environment using the software supplied with the Fujitsu scanner. In the Mac environment you&#8217;ll need to pick a scanner model based on what is supported by ScanTango. From the user&#8217;s point-of-view this is all magic. FYI The ScanTango team has always been quick to respond to my questions or problems. Disclosure: I used to work for Fujitsu so I am little biased towards their scanners although my real-world experience has backed up this bias.</p>
<p>In the near-future we plan on moving all of our documents to an intranet/extranet wiki so that clients can access their documents using an extranet interface (or I may ditch this idea and create an all Filemaker solution). This will require re-thinking the whole scanning workflow but it won&#8217;t require purchasing any new hardware or software. My limited testing so far indicates that things will be simplified on the Filemaker side by doing this and a little more complicated on the applescript side. Actually I&#8217;m not sure I will need the applescript component in this new environment as ScanTango can handle all the variables using pre-printed patch cards.</p>
<p>Additionally to add to our capability I am integrating our office copier/scanners so that they to can scan directly to the network share (or future wiki). We have several <a href="http://www.biz.konicaminolta.com/bw/600/index.html">Konica-Minolta BizHub</a> units which are good for scanning 50+ page documents as well as odd-sized documents and currently they scan to email. This means the user has to manually name the file and select it&#8217;s destination. By adding on some eCopy units to each BizHub they will be able to automatically save files to the appropriate network location and the user will only have make a few selections from the <a href="http://www.ecopy.com/">eCopy</a> interface as well and enter some meta data (key words or tags).</p>
<p><em>* as things stand now the user still ends up selecting a sub-folder where the documents are actually saved. Using the patch cards correctly will allow us to bypass this step as well as automatically naming the documents (but this is not fully implemented yet in our environment).</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2008/04/24/automated-document-scanning-with-filemaker-pro/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The iPhone as a Business Tool</title>
		<link>http://www.firehaus.net/2008/03/10/the-iphone-as-a-business-tool/</link>
		<comments>http://www.firehaus.net/2008/03/10/the-iphone-as-a-business-tool/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 05:47:57 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[byers]]></category>
		<category><![CDATA[caufield]]></category>
		<category><![CDATA[ifund]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[kleiner]]></category>
		<category><![CDATA[perkins]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/2008/03/10/the-iphone-as-a-business-tool/</guid>
		<description><![CDATA[Now that Apple and Kleiner Perkins Caufield &#38; Byers have made it official that the iPhone will now be pushed as both a consumer and business gadget I felt it is a good time to report on my experiences using the iPhone.
I picked up my iPhone the first day they were sold. In fact I [...]]]></description>
			<content:encoded><![CDATA[<p>Now that <a href="http://www.apple.com" title="Apple">Apple</a> and <a href="http://www.kpcb.com/initiatives/ifund/index.html" title="KPCP iPhone Fund">Kleiner Perkins Caufield &amp; Byers</a> have made it official that the <a href="http://www.apple.com/iphone/" title="iPhone">iPhone</a> will now be pushed as both a consumer and business gadget I felt it is a good time to report on my experiences using the iPhone.</p>
<p>I picked up my iPhone the first day they were sold. In fact I was number five in line at the downtown Portland Apple Store. My iPhone was purchased for me by the firm I support as a business tool. I also purchased phones for the two senior partners and my Support Specialist so that at this point the firm has 8 users with iPhones in addition to <a href="http://www.blackberry.com/" title="Blackberry ">Blackberrys</a>, <a href="http://www.store.motorola.com/mot/en/US/adirect/motorola?cmd=catDisplayStyle&amp;catKey=601161&amp;WT.mc_id=20080217_ecomehellomotous&amp;WT.mc_ev=click" title="Motorola">RAZRs</a>, and basic <a href="http://www.nokiausa.com/" title="Nokia USA">Nokia</a> phones. The bottom line is that I deal first hand with many of these phones plus their problems as well as issues with the providers (T-mobile and AT&amp;T).</p>
<p><strong>Reliability</strong></p>
<p>My iPhone has been absolutely reliable for 8 months. My previous smart phone was actually 3 different phones during the course of 13 months. I used a <a href="http://www.palm.com/us/products/smartphones/treo650/" title="Palm Treo 650">Palm Treo 650</a> for 3 months then it died. It was replaced with another brand new unit which worked fine for another 6 months until I dropped it. So I got another replacement which worked for about 2 months then it died. At this point I charged up the previous Treo, the one that was dropped and for whatever reason it was now working again. It looked like it was falling apart but it worked fine for the next few months until I purchased the iPhone. My iPhone has now been dropped 3 times, twice on asphalt and once on carpet. It has the dents and scratches to prove it. Each time a simple restart restored the iPhone to working condition. Because the iPhones case is a mix of metal, glass, and plastic I feel this is why it survived these drops while the all plastic Treo would crack and break apart.</p>
<p><strong>Features</strong>:</p>
<p>The firm is heavily dependent on Email and viewing PDFs both of which the iPhone works well with.</p>
<p>Note that the Treo&#8217;s built-in Email program worked OK but not very well so I purchased ChatterEmail which worked really well. If you have a Palm Smartphone and rely on Email then spend the money to get ChatterEmail. The iPhone&#8217;s email capabilities worked perfectly right out of the box. I get three IMAP accounts on my iPhone and they all sync up well with both over wi-fi or the AT&amp;T Edge network. My only complaint is that so far the iPhone only allows Email to be sent from a single account, I really need to be able to choose an account when sending.</p>
<p>Because the iPhone is such a media and graphics centric smartphone viewing PDFs on the device is fantastic. Well, as fantastic as it can get on a small screen device when compared to a computer with a nice display. Viewing PDFs on the Treo simply sucked. Moving around the document was a tricky combination of moving around with the stylus and tapping on various buttons. On the iPhone of course I use gestures directly on the display without the need for on screen buttons which in any case would take up valuable on-screen real estate.</p>
<p>Apple also included viewers for Microsoft Word and Excel documents so you can review those too. This is where there is a significant advantage for a <a href="http://www.microsoft.com/windowsmobile/default.mspx" title="Microsoft Windows Mobile">Windows Mobile</a> smartphone is that it can <em>edit</em> these documents and not just view them.</p>
<p><strong>Productivity</strong>:</p>
<p>How does the iPhone help me in my role as a Systems Administrator? I installed a Filemaker server <a href="http://www.360works.com/adminanywhere/" title="Admin Anywhere">plug-in</a> that allows me to administer the firm&#8217;s Filemaker server just as I do from my other computers. I can connect to the Help Desk ticketing system which is completely web based and review as well as act on tickets.</p>
<p><strong>What I Don&#8217;t Like About the iPhone</strong>:</p>
<p>The wi-fi security capabilities were limited so I actually had to lower the enterprise class security I had set up to allow the  iPhones to connect. The VPN seems to work but it doesn&#8217;t work as well as the one on the Treo or a Blackberry. It seems to disconnect at random intervals or not connect when it should be able to. Maintaining a reliable backup of my iPhone has been a chore as Apple did not execute this well. Backups are created and restored through iTunes but they are totally hidden. They also don&#8217;t include everything on the iPhone which makes them nearly useless. This has become a job for third-party software but Apple needs to address this issue.</p>
<p><strong>Final Thoughts</strong>:</p>
<p>The Treo never impressed me as a phone or an internet device but it did work really well when used to manage my schedule, notes, and email (although not with the default software as I used <a href="http://www.palm.com/us/software/chatteremail/" title="ChatterEmail">ChatterEmail</a>). Using the small physical or onscreen buttons of the Palm was always frustrating. It never got any easier. I can remember when I used to write directly on the Palm screen and that worked really well. Trying to type using those ridiculously small keys always drove me mad.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2008/03/10/the-iphone-as-a-business-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So You Want To Set Up a Non-Profit (cheap)</title>
		<link>http://www.firehaus.net/2008/02/12/so-you-want-to-set-up-a-non-profit-cheap/</link>
		<comments>http://www.firehaus.net/2008/02/12/so-you-want-to-set-up-a-non-profit-cheap/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 05:06:04 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Child Centered Solutions]]></category>
		<category><![CDATA[Filemaker]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mini]]></category>
		<category><![CDATA[non-profit]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=79</guid>
		<description><![CDATA[I have been thinking about what I would have liked to do and thought it would be both helpful and useful to anyone who was confronted with a typical non-profit start up dilema: no bucks, no computers, no internet, no technology to communicate with those they wish to serve and those who may want to donate.

So how do you get useful computer technologies into the hands of a freshly started non-profit that may not have significant financial resources available?]]></description>
			<content:encoded><![CDATA[<p>Like many successful businesses, the partners and associates at the firm I support donate to a variety of charities. The senior partner found that there was a need for a <a title="Child Centered Solutions" href="http://www.childcenteredsolutions.org/">non-profit organization</a> to provide a service that was not at the time available. When this non-profit was set up it was incubated within the support structure of the firm and that meant I provided their IT support and advice. Initially many of their technology needs were simply dictated to me so unfortunately I was not able to provide the guidance and development I would have liked to.</p>
<p>I have been thinking about what I would have liked to do and thought my ideas would be both helpful and useful to anyone confronted with a typical non-profit start up dilema: no bucks, no computers, no internet, no technology to communicate with those they wish to serve and those who may want to donate.</p>
<p>So how do you get useful computer technologies into the hands of a freshly started non-profit that may not have significant financial resources available?</p>
<p>To do it right from the start I recommend:</p>
<ul>
<li>That you get some donated computers that include a &#8220;current&#8221; operating system</li>
<li>Set up a Google Docs account for the staff and volunteers to share</li>
<li>Include one extra computer to act as a network file server and backup system</li>
<li>Dig up printers, fax machines, and copiers as necessary</li>
</ul>
<p>My firm had recently upgraded many of its old computers to newer models so there were several 4-5 year old computers available. All of these computers could run the latest operating system and applications from Apple and third parties. This meant that the non-profit could run any applications that they might need to. Here is a short list of some of the most useful and necessary apps I set them up with:</p>
<ul>
<li><a title="Google Docs" href="http://www.childcenteredsolutions.org/">Google Docs</a></li>
<li><a title="Quickbooks 2007 for Mac" href="http://quickbooks.intuit.com/product/accounting-software/pro-mac-business-finance-software.jsp">Intuit Quickbooks for Mac</a></li>
<li><a title="Filemaker Pro" href="http://www.filemaker.com/products/fmp/index.html">Filemaker Pro</a> and <a title="Filemaker Server" href="http://www.filemaker.com/products/fms/index.html">Filemaker Server</a> with <a title="Filemaker Donations" href="http://www.filemaker.com/products/applications/donations/home.html">Filemaker Donations</a></li>
<li><a title="Open Office Org" href="http://www.openoffice.org/">Open Office </a>for Mac Suite</li>
<li><a title="Adobe Contribute" href="http://www.adobe.com/products/">Adobe Contribute</a> (for their web site editing)</li>
<li><a title="Adobe Creative Suite" href="http://www.adobe.com/products/">Adobe Creative Suite</a></li>
<li><a title="Apple Mac OS X" href="http://www.apple.com/macosx/">Apple Mac OS X</a> (Mail, iCal, Safari, iChat, Text Edit, Address Book and more)</li>
<li><a title="Omni Group Omniplan" href="http://www.omnigroup.com/applications/omniplan/">Omniplan</a> for Project Planning and Management (used for events and long-term fund raising plans)</li>
</ul>
<p>If you are willing to send a few emails and make a few phone calls you should be able to purchase most of the software at discounts of up to 50% if your non-profit has the appropriate IRS tax status. By using Macs and Mac OS X the non-profit saved the daily hassle and frustration of having to defend against the thousands of computer viruses, trojans, spyware and adware that is out there. Also the Mac OS included applications such as Mail and the Address Book that initially were able to handle the large mailing lists and such the non-profit quickly developed. I later recommended that they switch to an affordable online service for their mailing lists in order to have a better feedback loop with their supporters.</p>
<p>A simple Mac mini with Mac OS X Server and Filemaker Server installed serves up their databases as well as a critical network share. The inexpensive <a title="FireHaus Network" href="http://www.firehaus.net/2007/11/22/little-productive-machines/">Mac mini combined with an external hard drive is a very affordable and reliable server</a>.</p>
<p>Several of the ISPs providing service at their headquarters location (on an unused floor in the same building as the firm) offered a discounted rate for a non-profit. I have checked around and this is somewhat common in most areas.</p>
<p>Although all the computers used at the non-profit were donated by the firm it wouldn&#8217;t have been a problem to reach out to the local community to find other sources for computers. Again it is a matter of having a knowledgeable person who has the time and energy to devote to picking up computers from individuals, businesses and schools.</p>
<p>Before I forget to mention it, what did I do about a web site?</p>
<p>The firm hosts several domains with a <a title="Dreamhost" href="http://www.dreamhost.com/">hosting provider</a> that offers unlimited domains for a low monthly price. That meant in this case I simply added their domain to our hosting plan and set up an account for them that had administrator access to their domain and email hosting. The senior partner of the firm negotiated a deal with a <a title="Summit Projects" href="http://www.summitprojects.com/">interactive agency</a> to provide web site design and development at no cost to the non-profit. This is actually version 2.0 of the web site as the initial site was set up by a <a title="Jade Bunker" href="http://www.jadebunker.com/">designer</a> who donated her time as well. Again some legwork, both real and virtual, and good design and services can be found. It is all about being open to opportunities and creative in your approach.</p>
<p>If you are an IT Guy or Gal tasked with setting up a non-profit I feel this process won&#8217;t be as hard as you may have first thought. You will be able to get all the gear together in a timely manner at an affordable cost to your non-profit.</p>
<p>And what of the non-profit that was set up by my firm? They have had several successful seminars with notable presenters. The Filemaker Donations solution has helped them track their donors as well as the campaigns conducted to raise funds, the old computers have&#8211;mostly&#8211;operated flawlessly for the past 2-years, their staff has increased a little bit and they are planning future events and seminars to get their message out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2008/02/12/so-you-want-to-set-up-a-non-profit-cheap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacWorld 2008 &#8211; A Final Note?</title>
		<link>http://www.firehaus.net/2008/01/20/macworld-2008-a-final-note/</link>
		<comments>http://www.firehaus.net/2008/01/20/macworld-2008-a-final-note/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 04:39:27 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[gizmo]]></category>
		<category><![CDATA[macworld]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/2008/01/20/macworld-2008-a-final-note/</guid>
		<description><![CDATA[I finished all the seminars and toured the two show floors one more time and found a few more things to share.
In the opening day MacIT Administrator session we learned is that starting in 2009 two new ships of the Royal Caribbean Cruise Line will be outfitted with 2905 Apple Mac minis and 2200 Apple [...]]]></description>
			<content:encoded><![CDATA[<p>I finished all the seminars and toured the two show floors one more time and found a few more things to share.</p>
<p>In the opening day MacIT Administrator session we learned is that starting in 2009 two new ships of the <a href="http://www.royalcaribbean.com/gohome.do" title="Royal Caribbean Cruise Line">Royal Caribbean Cruise Line</a> will be outfitted with 2905 Apple <a href="http://www.apple.com/macmini/" title="Mac mini">Mac minis</a> and 2200 <a href="http://www.apple.com/appletv/" title="Apple TV Take 2">Apple TVs</a>. Um, yes that is not a typo. The Mac mini and Apple TVs will be used to drive HDTV displays used throughout the new ships to provide helpful information as well as entertainment. This set up also includes 50 <a href="http://www.apple.com/xserve/" title="Mac Xserve">Mac Xserves </a>on the back end serving up all the content. The tech guy from Royal Caribbean says going this route over using a Windows based system is saving them hundreds of thousands of dollars (mostly in licensing fees paid to Microsoft). If you want to know more about this just head over to <a href="http://www.tuaw.com/2008/01/16/royal-caribbean-new-ships-carry-mac-infrastructure/" title="TUAW">TUAW</a>.</p>
<p>Need to take a nap? Need to take a high tech nap?</p>
<p><a href="http://www.firehaus.net/wp-content/uploads/2008/01/macworld-2008-53.jpg" title="macworld-2008-53.jpg"><img src="http://www.firehaus.net/wp-content/uploads/2008/01/macworld-2008-53.thumbnail.jpg" alt="macworld-2008-53.jpg" /></a></p>
<p>Each Pod has a Mac mini inside that plays ambient music, colored lights that glow across the dome as you nap, and it even controls the temperature of the bed.</p>
<p><a href="http://www.firehaus.net/wp-content/uploads/2008/01/macworld-2008-50.jpg" title="Axiotron Modbook"><img src="http://www.firehaus.net/wp-content/uploads/2008/01/macworld-2008-50.thumbnail.jpg" alt="Axiotron Modbook" /></a></p>
<p>This guy drew the picture on the display seen in the photo in about 20 seconds. It is a very good sketch of the guy speaking a few feet away. He drew it directly on the screen on this highly modified (&#8220;modded&#8221;) MacBook. These modded MacBooks are from <a href="http://www.axiotron.com/index.php?id=modbook" title="Axiotron Modbook">Axiotron</a>.</p>
<p>I decided that actually the new MacBook Air is thinner than my iPhone.</p>
<p><a href="http://www.firehaus.net/wp-content/uploads/2008/01/macworld-2008-52.jpg" title="iPhone vs. MacBook Air"><img src="http://www.firehaus.net/wp-content/uploads/2008/01/macworld-2008-52.thumbnail.jpg" alt="iPhone vs. MacBook Air" /></a></p>
<p>I&#8217;m going to have to take out a second mortgage to pay for all these gadgets. <img src='http://www.firehaus.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2008/01/20/macworld-2008-a-final-note/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
