<?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</title>
	<atom:link href="http://www.firehaus.net/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>New 17 inch MacBook Pro Announced and Other TidBits</title>
		<link>http://www.firehaus.net/2010/01/09/new-17-inch-macbook-pro-announced-and-other-tidbits/</link>
		<comments>http://www.firehaus.net/2010/01/09/new-17-inch-macbook-pro-announced-and-other-tidbits/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 05:12:55 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=43</guid>
		<description><![CDATA[http://www.macrumors.com/2010/01/07/ces-2010-intel-officially-announces-core-i7-i5-and-i3-chips-suitable-for-apple-notebooks/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macrumors.com/2010/01/07/ces-2010-intel-officially-announces-core-i7-i5-and-i3-chips-suitable-for-apple-notebooks/">http://www.macrumors.com/2010/01/07/ces-2010-intel-officially-announces-core-i7-i5-and-i3-chips-suitable-for-apple-notebooks/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2010/01/09/new-17-inch-macbook-pro-announced-and-other-tidbits/feed/</wfw:commentRss>
		<slash:comments>0</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>13.34 Hours on a Brand New Server?</title>
		<link>http://www.firehaus.net/2009/07/23/1334-hours-on-a-brand-new-server/</link>
		<comments>http://www.firehaus.net/2009/07/23/1334-hours-on-a-brand-new-server/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 23:27:48 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[MacGeek]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=155</guid>
		<description><![CDATA[I received a brand new Apple Xserve a couple of days ago and I took it out of the box and got it ready for testing. I expect a new server to have some usage on it as part of quality control testing but I guess I just never noticed how much usage is on a new server (at least one from Apple).]]></description>
			<content:encoded><![CDATA[<p>I received a brand new <a title="Apple - Xserve" href="http://www.apple.com/xserve/">Apple Xserve</a> a couple of days ago and I took it out of the box and got it ready for testing. I expect a new server to have some usage on it as part of quality control testing but I guess I just never noticed how much usage is on a new server (at least one from Apple).</p>
<p><a href="http://www.firehaus.net/wp-content/uploads/2009/07/pandora-uptime1.png"><img class="alignnone size-full wp-image-159" title="Server Admin - Pandora" src="http://www.firehaus.net/wp-content/uploads/2009/07/pandora-uptime1.png" alt="Server Admin - Pandora" width="504" height="407" /></a></p>
<p>13.34 hours of which I can account for only 25 to 30 minutes.</p>
<p>Mostly I find it interesting, assuming this usage is typical, that Apple has the time, both in the factory and in the facility in the US where Xserve orders are put together, to run a machine for 12 hours before shipping it. Even a self-proclaimed <em>IT Guru</em> still learns something new everyday.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2009/07/23/1334-hours-on-a-brand-new-server/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>Apple&#8217;s 10.5 Mailman Implementation Includes a Logging Glitch</title>
		<link>http://www.firehaus.net/2009/07/17/apples-105-mailman-implementation-includes-a-logging-glitch/</link>
		<comments>http://www.firehaus.net/2009/07/17/apples-105-mailman-implementation-includes-a-logging-glitch/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 23:45:22 +0000</pubDate>
		<dc:creator>Don Kruse</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.firehaus.net/?p=143</guid>
		<description><![CDATA[I have been running a default setup of Apple&#8217;s Mac OS X Server as a mail and mailing list server since early March and it has been working well except for some non-critical glitches. The firm I support runs only Mac OS X Server on both Apple Xserve&#8217;s as well as on other non-server hardware [...]]]></description>
			<content:encoded><![CDATA[<p>I have been running a default setup of <a href="http://www.apple.com/server/macosx/">Apple&#8217;s Mac OS X Server</a> as a mail and mailing list server since early March and it has been working well except for some non-critical glitches. The firm I support runs only Mac OS X Server on both Apple Xserve&#8217;s as well as on other non-server hardware (Mac Pros and minis).</p>
<p>I found that the <a href="http://www.list.org/">Mailman</a> system which is modified by Apple seemed to not be generating any log files. Upon closer inspection I found that the Mailman system was creating logs they were just not where Apple&#8217;s server OS was expecting them.</p>
<p>At this point in time I don&#8217;t know if this is due to a glitch during the original installation of if this is just the way Apple set it up. Since I have found a few other people with this or a very similar issue I suspect it&#8217;s a glitch in Apple&#8217;s set up.</p>
<p>I found that the Apple default configs are expecting the logs to be written to</p>
<blockquote><p>
/var/logs/mailman/</p></blockquote>
<p>but the Mailman* system is configured to write them to</p>
<blockquote><p>
/var/mailman/logs/</p></blockquote>
<p>I was concerned that a future update/upgrade from Apple might break the logging if I went and changed the Mailman config so instead I set up a symlink for <em>/var/logs/mailman</em> pointing to <em>/var/mailman/logs</em> and this seems to work both from the GUI or the CL. This almost seems like a typo on Apple&#8217;s part.</p>
<p>Just thought this might be useful to anyone supporting Apple servers.</p>
<p><em>* This is not the default Mailman location but Apple&#8217;s modified Mailman location</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firehaus.net/2009/07/17/apples-105-mailman-implementation-includes-a-logging-glitch/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
