<?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; Tech</title>
	<atom:link href="http://www.firehaus.net/category/tech/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>Where There&#8217;s a Will, There&#8217;s a Way</title>
		<link>http://www.firehaus.net/2010/01/07/where-theres-a-will-theres-a-way/</link>
		<comments>http://www.firehaus.net/2010/01/07/where-theres-a-will-theres-a-way/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 00:13:52 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[room]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[xserve]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=181</guid>
		<description><![CDATA[For a variety of reasons the main server room for the firm I support is located in an electrical &#8220;closet&#8221; in the headquarters building&#8217;s basement. There is no AC, only a powerful blower to introduce fresh air to the small space. This has meant that the servers have always been sucking in very warm air, [...]]]></description>
			<content:encoded><![CDATA[<p>For a variety of reasons the main server room for the firm I support is located in an electrical &#8220;closet&#8221; in the headquarters building&#8217;s basement. There is no AC, only a powerful blower to introduce fresh air to the small space. This has meant that the servers have always been sucking in very warm air, frequently very dusty, and sometimes literally full of small flying bugs.</p>
<p>To make things a little stranger there is an actual properly built server room also in the basement. However, it is a very large room that was obviously set up for the oil company that used to occupy the building in the 1990&#8217;s. Currently this &#8220;server room&#8221; is used for filing storage for client discovery and up until a few months ago the room was quite full of file boxes. I gave my IT Admin the job of figuring out how we could fit in a 4-post server rack inside this room without losing any storage space for the files. Seems difficult since the room was full but when I looked at the way things were in there it seemed like there was a lot of wasted space.</p>

<a href='http://www.firehaus.net/2010/01/07/where-theres-a-will-theres-a-way/img_1793/' title='IMG_1793'><img width="150" height="150" src="http://www.firehaus.net/wp-content/uploads/2010/01/IMG_1793-150x150.jpg" class="attachment-thumbnail" alt="The raised floor panels removed to expose the under-floor electrical wiring." title="IMG_1793" /></a>
<a href='http://www.firehaus.net/2010/01/07/where-theres-a-will-theres-a-way/img_1801/' title='IMG_1801'><img width="150" height="150" src="http://www.firehaus.net/wp-content/uploads/2010/01/IMG_1801-150x150.jpg" class="attachment-thumbnail" alt="That&#039;s me surveying where to put the new rack exactly." title="IMG_1801" /></a>
<a href='http://www.firehaus.net/2010/01/07/where-theres-a-will-theres-a-way/img_1802/' title='IMG_1802'><img width="150" height="150" src="http://www.firehaus.net/wp-content/uploads/2010/01/IMG_1802-150x150.jpg" class="attachment-thumbnail" alt="That&#039;s my IT Admin putting it together." title="IMG_1802" /></a>
<a href='http://www.firehaus.net/2010/01/07/where-theres-a-will-theres-a-way/img_1807/' title='IMG_1807'><img width="150" height="150" src="http://www.firehaus.net/wp-content/uploads/2010/01/IMG_1807-150x150.jpg" class="attachment-thumbnail" alt="Almost done." title="IMG_1807" /></a>
<a href='http://www.firehaus.net/2010/01/07/where-theres-a-will-theres-a-way/img_1808/' title='IMG_1808'><img width="150" height="150" src="http://www.firehaus.net/wp-content/uploads/2010/01/IMG_1808-150x150.jpg" class="attachment-thumbnail" alt="Adding a cable guide flange." title="IMG_1808" /></a>
<a href='http://www.firehaus.net/2010/01/07/where-theres-a-will-theres-a-way/img_1810/' title='IMG_1810'><img width="150" height="150" src="http://www.firehaus.net/wp-content/uploads/2010/01/IMG_1810-150x150.jpg" class="attachment-thumbnail" alt="Finishing the last details." title="IMG_1810" /></a>
<a href='http://www.firehaus.net/2010/01/07/where-theres-a-will-theres-a-way/img_1811/' title='IMG_1811'><img width="150" height="150" src="http://www.firehaus.net/wp-content/uploads/2010/01/IMG_1811-150x150.jpg" class="attachment-thumbnail" alt="Set up and in place." title="IMG_1811" /></a>
<a href='http://www.firehaus.net/2010/01/07/where-theres-a-will-theres-a-way/img_1812/' title='IMG_1812'><img width="150" height="150" src="http://www.firehaus.net/wp-content/uploads/2010/01/IMG_1812-150x150.jpg" class="attachment-thumbnail" alt="All done with the floor panels back in place." title="IMG_1812" /></a>

<p><span id="more-181"></span></p>
<p>My IT Admin got a copy of <a href="http://sketchup.google.com/download/">Google 3D Sketchup</a> so that he could model the space and all the shelves in it and see what was possible. It turns out that by reconfiguring the space we could fit the server rack in the back and the filing department would actually gain additional storage space. Win win.</p>
<p>Today we set up the new 4-post rack from <a href="http://www.racksolutions.com/">racksolutions.com</a> and just need the guy to come and bolt it to the cement which is underneath the flooring. The real work will come when we pull the cat. 6 ethernet between the existing server room, where the network patch panels are, and the new rack. 12 x 100 feet of cables will be fairly heavy I suspect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2010/01/07/where-theres-a-will-theres-a-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shopping Online for the Holidays &#8211; A Common Sense Guide</title>
		<link>http://www.firehaus.net/2009/11/12/shopping-online-for-the-holidays-a-common-sense-guide/</link>
		<comments>http://www.firehaus.net/2009/11/12/shopping-online-for-the-holidays-a-common-sense-guide/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 00:51:49 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[common]]></category>
		<category><![CDATA[holidays]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[sense]]></category>
		<category><![CDATA[shopping]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=175</guid>
		<description><![CDATA[
If the price seems too good to be true that is because it probably isn&#8217;t true.
The lowest price is not always the best price. Verify shipping charges before the final step of your order and if shipping charges cannot be verified then stop the order process immediately (close your browser if you have to).
If it [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>If the price seems too good to be true that is because it probably isn&#8217;t true.</li>
<li>The lowest price is not always the best price. Verify shipping charges before the final step of your order and if shipping charges cannot be verified then stop the order process immediately (close your browser if you have to).</li>
<li>If it isn&#8217;t in stock then move on.</li>
<li>Make sure you get a receipt online immediately, don&#8217;t wait for it to come via e-mail.</li>
<li>Use search tools such as <a href="http://www.google.com">Google</a>, <a href="http://www.yahoo.com">Yahoo</a>, or <a href="http://www.bing.com">Bing</a> to find reviews if the online retailer is unfamiliar to you. Try a search similar to &#8220;<a href="http://www.google.com/search?client=safari&amp;rls=en&amp;q=newegg+opinions&amp;ie=UTF-8&amp;oe=UTF-8">newegg opinions</a>&#8221; or &#8220;<a href="http://www.google.com/search?client=safari&amp;rls=en&amp;q=best+buy+reviews&amp;ie=UTF-8&amp;oe=UTF-8">best buy reviews</a>&#8220;. You can also check up on a company using the <a href="http://www.bizrate.com/ratings_guide/guide.html">bizrate.com</a> store rating guide, <a href="http://www.resellerratings.com/rlist-s1-n2.html">resellerratings.com</a> store ratings, or <a href="http://www.epinions.com/webs-Web_Services-All">epinions.com</a>.</li>
<li>Read the customer reviews&#8211;if available&#8211;of the product you are buying as this may save you a headache later.</li>
<li>Follow up afterwards by checking your credit/debit cards statements to make sure what you charged is what you were charged.</li>
</ul>
<p>Sit back and enjoy the holiday shopping madness from the comfort of home.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2009/11/12/shopping-online-for-the-holidays-a-common-sense-guide/feed/</wfw:commentRss>
		<slash:comments>2</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>Jack of All Trades: Sysadmin</title>
		<link>http://www.firehaus.net/2009/07/16/jack-of-all-trades-sysadmin/</link>
		<comments>http://www.firehaus.net/2009/07/16/jack-of-all-trades-sysadmin/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 17:37:07 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[blower]]></category>
		<category><![CDATA[dad]]></category>
		<category><![CDATA[electical]]></category>
		<category><![CDATA[generalist]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[tadiran]]></category>
		<category><![CDATA[telco]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=126</guid>
		<description><![CDATA[The reality is that I become a generalist and even though I have a few things I am definitely an expert at, with most things I know "something" about them but not everything.]]></description>
			<content:encoded><![CDATA[<p>I am a sysadmin, aka &#8220;systems administrator&#8221;, which means that yes, I manage servers and networks, but I also manage circuit breakers, AC units, desktop and laptop computers, Blackberrys, iPhones, and the occasional audio cassette. I am a guru of technology (or so all the users I support hope I am).</p>
<p>The reality is that I become a generalist and even though I have a few things I am definitely an expert at, with most things I know &#8220;something&#8221; about them but not everything.</p>
<p>Occasionally, I find that it is simpler and quicker to do something myself rather than hire an expert (in this case an electrician) and because I am a generalist this is often what I do. For example the ancient air circulation fan that was in the telco closet of the firm I support simply died. Without this fan there is no true air circulation in the small closet that hosts the main PBX phone switch. I ordered an industrial blower instead of a fan simply because of the small space the fan has to fit. The blower moves a much larger volume of air per minute compared to a slightly larger fan.</p>
<p>So here&#8217;s what the sysadmin had to do to complete this Information Technology related project:</p>
<ol>
<li>Research and purchase the replacement parts (purchasing dept.)</li>
<li>Cut a piece of wood to serve as a mount for the blower (facilities dept.)</li>
<li>Purchase the mounting hardware and electrical cord (facilities dept.)</li>
<li>Connect the AC cord to the blower unit safely and maintaining the ground (facilities dept.)</li>
<li>Mount the blower to the board and then attach everything to the wall (facilities dept.)</li>
<li>Plug in the blower unit to test (IT dept.)</li>
</ol>
<p>My dad would be proud of the electrical wiring because it was done properly and I maintained the ground connection of the 3-pronged power cord. In fact all of the skills for this project I pretty much learned from my dad (my dad worked for United Air Lines (UAL) for some 36 years as a mechanic before retiring and before that served as an electrician in the US Army).</p>
<p><img class="size-medium wp-image-129 alignleft" title="IMG_1528" src="http://www.firehaus.net/wp-content/uploads/2009/07/img_1528-225x300.jpg" alt="IMG_1528" width="225" height="300" /></p>
<blockquote><p>This is the telco closet with the blower installed near the ceiling in the center. The Tadiran phone switch is the big white thing near the bottom and the iBook serves as the hold music player.</p></blockquote>
<p><img class="size-medium wp-image-130 alignleft" title="IMG_1529" src="http://www.firehaus.net/wp-content/uploads/2009/07/img_1529-300x225.jpg" alt="IMG_1529" width="300" height="225" /></p>
<blockquote><p>This is a detailed view of the blower mounted on the board now mounted securely to the wall.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2009/07/16/jack-of-all-trades-sysadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Information Technology vs. Management</title>
		<link>http://www.firehaus.net/2009/05/27/information-technology-vs-management/</link>
		<comments>http://www.firehaus.net/2009/05/27/information-technology-vs-management/#comments</comments>
		<pubDate>Wed, 27 May 2009 20:25:47 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[joke]]></category>
		<category><![CDATA[management]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=122</guid>
		<description><![CDATA[A man in a hot air balloon, realizing he was lost, reduced altitude and spotted a woman below.  He descended further and shouted to the lady &#8220;Excuse me, can you help me?  I promised a friend would meet him an hour ago, but I don&#8217;t know where I am.&#8221;
The woman below replied, &#8220;You&#8217;re in a [...]]]></description>
			<content:encoded><![CDATA[<p>A man in a hot air balloon, realizing he was lost, reduced altitude and spotted a woman below.  He descended further and shouted to the lady &#8220;Excuse me, can you help me?  I promised a friend would meet him an hour ago, but I don&#8217;t know where I am.&#8221;</p>
<p>The woman below replied, &#8220;You&#8217;re in a hot air balloon, hovering approximately 30 feet above the ground.  You&#8217;re between 40 and 41 degrees north latitude and between 59 and 60 degrees west longitude.&#8221;</p>
<p>&#8220;You must be in IT,&#8221; said the balloonist.</p>
<p>&#8220;Actually I am,&#8221; replied the woman, &#8220;How did you know?&#8221;</p>
<p>&#8220;Well,&#8221; answered the balloonist, &#8220;everything you have told me is technically correct but I&#8217;ve no idea what to make of your information and the fact is I&#8217;m still lost.  Frankly, you&#8217;ve not been much help at all.  If anything, you&#8217;ve delayed my trip.&#8221;</p>
<p>The woman below responded, &#8220;You must be in Management.&#8221;</p>
<p>&#8220;I am,&#8221; replied the balloonist, &#8220;but how did you know?&#8221;</p>
<p>&#8220;Well,&#8221; said the woman, &#8220;you don&#8217;t know where you are or where you&#8217;re going.  You have risen to where you are due to a large quantity of hot air.  You made a promise, which you&#8217;ve no idea how to keep, and you expect people beneath you to solve your problems.  The fact is you are in exactly the same position you were in before we met, but now, somehow, it&#8217;s my f***ing  fault.&#8221;</p>
<p><em>- Anon (another internet joke with no identifiable source)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2009/05/27/information-technology-vs-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How &#8220;metadata&#8221; Effects Your Business</title>
		<link>http://www.firehaus.net/2008/10/08/how-metadata-effects-your-business/</link>
		<comments>http://www.firehaus.net/2008/10/08/how-metadata-effects-your-business/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 00:48:27 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=86</guid>
		<description><![CDATA[OK, first things first, what is metadata? For that we turn to everyone&#8217;s favorite authority Wikipedia:
Metadata (meta data, meta-data, or sometimes metainformation) is &#8220;data about data&#8221;, of any sort in any media. An item of metadata may describe an individual datum, or content item, or a collection of data including multiple content items and hierarchical [...]]]></description>
			<content:encoded><![CDATA[<p>OK, first things first, what is <span style="color: #333333;"><a href="http://en.wikipedia.org/wiki/Metadata">metadata</a></span>? For that we turn to everyone&#8217;s favorite authority <a href="http://en.wikipedia.org/">Wikipedia</a>:</p>
<blockquote><p><strong>Metadata</strong> (<strong>meta data</strong>, <strong>meta-data</strong>, or sometimes <strong>metainformation</strong>) is &#8220;data about data&#8221;, of any sort in any media. An item of metadata may describe an individual <a class="mw-redirect" title="Datum" href="http://en.wikipedia.org/wiki/Datum">datum</a>, or content item, or a collection of data including multiple content items and hierarchical levels, for example a <a title="Database schema" href="http://en.wikipedia.org/wiki/Database_schema">database schema</a>.</p></blockquote>
<p>For most small businesses I expect they have no idea what <span style="color: #c0c0c0;">metadata</span> is so the small business owner may assume they don&#8217;t need to know (&#8220;<em>I don&#8217;t know what it is so I must not be using it</em>&#8220;). Do you ever provide an electronic copy of a Microsoft Word document to a customer or client? If you answered yes then you have exchanged <span style="color: #c0c0c0;">metadata</span> with your customers or clients. Sounds a little like a one night stand doesn&#8217;t it?</p>
<p><span id="more-86"></span></p>
<p><span style="color: #c0c0c0;">Metadata</span> is anything at first glance is NOT visible in an electronic document but it is in most cases easily retrievable. In fact in nearly ALL cases you will find that the tools to manipulate and retrieve <span style="color: #c0c0c0;">metadata</span> are built right into the very software application used to create or edit the electronic document. But what is the purpose of <span style="color: #c0c0c0;">metadata</span>? For an answer to that let&#8217;s go back to Wikipedia:</p>
<blockquote><p>Metadata provides context for data.</p>
<p>Metadata is used to facilitate the understanding, characteristics, and management usage of data. The metadata required for effective data management varies with the type of data and context of use. In a <a title="Library" href="http://en.wikipedia.org/wiki/Library">library</a>, where the data is the content of the titles stocked, metadata about a title would typically include a description of the content, the <a title="Author" href="http://en.wikipedia.org/wiki/Author">author</a>, the publication date and the physical location.</p></blockquote>
<p>Some examples of how <span style="color: #c0c0c0;">metadata</span> gets created automatically:</p>
<ul>
<li>Tracking changes made in a Word, Word Perfect or similar document. A recipient of the document might be able to review all your previous edits and changes.</li>
<li>The &#8220;properties&#8221; or &#8220;document info&#8221; of a given document. This could include the original software licensee&#8217;s name, firm name, author name and so on.</li>
<li>Newer software systems may allow documents to be &#8220;tagged&#8221;. These tags are usually more visible but they serve the same purpose as <span style="color: #c0c0c0;">metadata</span>.</li>
<li>If you are in an office and your computer and software is set up by your internal IT Dept. or by a third party you really should double-check the Microsoft Office Properties for each application. In one instance a contractor had provided my team with a PowerPoint file that listed the author as &#8220;Those F&#8212;&#8211;g Slime Bags from (name of company)&#8221;. I suspect they had a disgruntled Help Desk worker or an unpaid vendor.</li>
</ul>
<p>Now that I&#8217;ve covered a little bit of what <span style="color: #c0c0c0;">metadata</span> is and why you should learn more about it I guess I should tell you specifically how to control your <span style="color: #c0c0c0;">metadata</span> and why you might want to use it. I think I&#8217;ll do that in a followup posting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2008/10/08/how-metadata-effects-your-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Geek T-Shirt Idea #246</title>
		<link>http://www.firehaus.net/2008/09/09/my-geek-t-shirt-idea-246/</link>
		<comments>http://www.firehaus.net/2008/09/09/my-geek-t-shirt-idea-246/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 21:17:11 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[MacGeek]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[joke]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[t-shirt]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=83</guid>
		<description><![CDATA[I don&#8217;t have any &#8220;free&#8221; time these days but I was staring at my terminal window and started chuckling when I saw the output displayed in one of the windows. So here it is. Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t have any &#8220;free&#8221; time these days but I was staring at my terminal window and started chuckling when I saw the output displayed in one of the windows. So here it is. Enjoy!</p>
<div id="attachment_84" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.firehaus.net/wp-content/uploads/2008/09/t-shirt-system-f-b.jpg"><img class="size-medium wp-image-84" title="T-Shirt System Shutdown" src="http://www.firehaus.net/wp-content/uploads/2008/09/t-shirt-system-f-b-300x300.jpg" alt="System going down IMMEDIATELY" width="300" height="300" /></a><p class="wp-caption-text">System going down IMMEDIATELY</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2008/09/09/my-geek-t-shirt-idea-246/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
