<?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>318 Tech Journal</title>
	<atom:link href="http://techjournal.318.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techjournal.318.com</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 21:46:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Security Auditing</title>
		<link>http://techjournal.318.com/security/wordpress-security-auditing/</link>
		<comments>http://techjournal.318.com/security/wordpress-security-auditing/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 21:46:22 +0000</pubDate>
		<dc:creator>DK</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://techjournal.318.com/?p=486</guid>
		<description><![CDATA[
After reading Sarah Gooding&#8217;s WPMU.org article, 7 Quick Strategies to Beef Up Your Security, we decided to take a look at our own WordPress settings here on the 318 Tech Journal.
Deleting the Default Admin User
Creating a new user with admin permissions, then logging in as that user and deleting the default &#8220;admin&#8221; account is great [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org"><img src="http://techjournal.318.com/wp-content/uploads/2010/03/WordPressOrg.gif" alt="" title="WordPressOrg" width="445" height="63" class="alignnone size-full wp-image-488" /></a></p>
<p>After reading Sarah Gooding&#8217;s <a href="http://wpmu.org/">WPMU.org</a> article, <em><a href="http://wpmu.org/rock-solid-wordpress-7-quick-strategies-to-beef-up-your-security/">7 Quick Strategies to Beef Up Your Security</a></em>, we decided to take a look at our own WordPress settings here on the 318 Tech Journal.</p>
<p><strong>Deleting the Default Admin User</strong></p>
<p>Creating a new user with admin permissions, then logging in as that user and deleting the default &#8220;admin&#8221; account is great advice. Just make sure you assign all of the old admin users posts and links to the new account. Another caveat, if you are using the WPG2 plugin with a Gallery2 installation, make sure to remove the Gallery2 user links before deleting the old admin account.</p>
<p><strong>Don&#8217;t Use the Default &#8220;wp_&#8221; Table Prefix</strong></p>
<p>SQL injection attacks are very real, and this tip can help mitigate risk of infection. The <a href="http://wordpress.org/extend/plugins/wp-security-scan/">WP Security Scan</a> plug-in mentioned in the WPMU.org article has a built-in tool to help automate this change, but it can also lock you out of your dashboard. The trick is to make sure each user&#8217;s meta_key settings in the usermeta table match whatever prefix you choose:</p>
<blockquote><p>wp_capabilities &#8211;> newprefix_capabilities<br />wp_usersettings &#8211;> newprefix_usersettings<br />wp_usersettingstime &#8211;> newprefix_usersettingstime<br/ >wp_user_level &#8211;> newprefix_user_level</p></blockquote>
<p><strong>Whitelisting Access to wp-admin by IP Address</strong></p>
<p>This is typically done via .htaccess files and the <a href="http://wordpress.org/extend/plugins/askapache-password-protect/">AskApache Password Protection For WordPress</a> plug-in mentioned in the WPMU.org article can help get the settings correct, although that plug-in has specific server requirements in order to run (it will run some tests for you to see if your server qualifies). If you do set this up, beware of dynamic IP address changes, which can lock you out in the future.</p>
<p><strong>Other Items to Consider</strong></p>
<ul>
<li>Consider using a local MySQL application like <a href="http://www.sequelpro.com/">Sequel Pro</a> or the command line mysql tools for database configuration instead of public web-facing tools like <a href="http://www.phpmyadmin.net/">phpMyAdmin</a>. If you do use PMA, you should lock down access as much as possible using .htaccess controls (or other methods).</li>
<li>Tools like the <a href="http://wordpress.org/extend/plugins/wp-security-scan/">WP Security Scan</a> plug-in mentioned above or Donncha O Caoimh&#8217;s <a href="http://wordpress.org/extend/plugins/exploit-scanner/">WordPress Exploit Scanner</a> plug-in can help identify file permission issues in your WordPress setup.</li>
<li>Using SSH/SFTP instead of FTP to access your server is always good advice, even when you are using whitelists.</li>
<li>Stay up to date on both WordPress core files <em>and</em> all of your plug-ins.</li>
</ul>
<p>318 is here to help you with all of your WordPress needs &#8211; call us today at 877.318.1318!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/security/wordpress-security-auditing/&amp;title=WordPress+Security+Auditing" title="Add 'WordPress Security Auditing' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'WordPress Security Auditing' to Del.icio.us" alt="Add 'WordPress Security Auditing' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/security/wordpress-security-auditing/&amp;title=WordPress+Security+Auditing" title="Add 'WordPress Security Auditing' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'WordPress Security Auditing' to digg" alt="Add 'WordPress Security Auditing' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=WordPress+Security+Auditing&amp;url=http://techjournal.318.com/security/wordpress-security-auditing/&amp;version=0.7" title="Add 'WordPress Security Auditing' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'WordPress Security Auditing' to Feed Me Links" alt="Add 'WordPress Security Auditing' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/security/wordpress-security-auditing/" title="Add 'WordPress Security Auditing' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'WordPress Security Auditing' to Technorati" alt="Add 'WordPress Security Auditing' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/security/wordpress-security-auditing/&amp;t=WordPress+Security+Auditing" title="Add 'WordPress Security Auditing' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'WordPress Security Auditing' to Yahoo My Web" alt="Add 'WordPress Security Auditing' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/security/wordpress-security-auditing/&amp;h=WordPress+Security+Auditing" title="Add 'WordPress Security Auditing' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'WordPress Security Auditing' to Newsvine" alt="Add 'WordPress Security Auditing' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/security/wordpress-security-auditing/&amp;title=WordPress+Security+Auditing" title="Add 'WordPress Security Auditing' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'WordPress Security Auditing' to Socializer" alt="Add 'WordPress Security Auditing' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/security/wordpress-security-auditing/&amp;title=WordPress+Security+Auditing" title="Add 'WordPress Security Auditing' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'WordPress Security Auditing' to Stumble Upon" alt="Add 'WordPress Security Auditing' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/security/wordpress-security-auditing/&amp;title=WordPress+Security+Auditing" title="Add 'WordPress Security Auditing' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'WordPress Security Auditing' to Google Bookmarks" alt="Add 'WordPress Security Auditing' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/security/wordpress-security-auditing/&amp;title=WordPress+Security+Auditing" title="Add 'WordPress Security Auditing' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'WordPress Security Auditing' to OKnotizie" alt="Add 'WordPress Security Auditing' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/security/wordpress-security-auditing/&amp;T=WordPress+Security+Auditing" title="Add 'WordPress Security Auditing' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'WordPress Security Auditing' to Propeller" alt="Add 'WordPress Security Auditing' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/security/wordpress-security-auditing/" title="Add 'WordPress Security Auditing' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'WordPress Security Auditing' to Bookmark.it" alt="Add 'WordPress Security Auditing' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=WordPress+Security+Auditing&amp;url=http://techjournal.318.com/security/wordpress-security-auditing/" title="Add 'WordPress Security Auditing' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'WordPress Security Auditing' to Ask" alt="Add 'WordPress Security Auditing' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/security/wordpress-security-auditing/&amp;title=WordPress+Security+Auditing" title="Add 'WordPress Security Auditing' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'WordPress Security Auditing' to Live-MSN" alt="Add 'WordPress Security Auditing' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=WordPress+Security+Auditing&amp;url=http://techjournal.318.com/security/wordpress-security-auditing/" title="Add 'WordPress Security Auditing' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'WordPress Security Auditing' to SlashDot" alt="Add 'WordPress Security Auditing' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/security/wordpress-security-auditing/&amp;t=WordPress+Security+Auditing" title="Add 'WordPress Security Auditing' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'WordPress Security Auditing' to FaceBook" alt="Add 'WordPress Security Auditing' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/security/wordpress-security-auditing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow us on Twitter</title>
		<link>http://techjournal.318.com/general-technology/follow-us-on-twitter/</link>
		<comments>http://techjournal.318.com/general-technology/follow-us-on-twitter/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 22:47:56 +0000</pubDate>
		<dc:creator>Joel Cowgill</dc:creator>
				<category><![CDATA[General Technology]]></category>

		<guid isPermaLink="false">http://techjournal.318.com/?p=484</guid>
		<description><![CDATA[Follow 318 on Twitter
Link To:
]]></description>
			<content:encoded><![CDATA[<p>Follow 318 on <a title="Twitter" href="http://www.twitter.com/318inc" target="_blank">Twitter</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;title=Follow+us+on+Twitter" title="Add 'Follow us on Twitter' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Follow us on Twitter' to Del.icio.us" alt="Add 'Follow us on Twitter' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;title=Follow+us+on+Twitter" title="Add 'Follow us on Twitter' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Follow us on Twitter' to digg" alt="Add 'Follow us on Twitter' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Follow+us+on+Twitter&amp;url=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;version=0.7" title="Add 'Follow us on Twitter' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Follow us on Twitter' to Feed Me Links" alt="Add 'Follow us on Twitter' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/general-technology/follow-us-on-twitter/" title="Add 'Follow us on Twitter' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Follow us on Twitter' to Technorati" alt="Add 'Follow us on Twitter' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;t=Follow+us+on+Twitter" title="Add 'Follow us on Twitter' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Follow us on Twitter' to Yahoo My Web" alt="Add 'Follow us on Twitter' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;h=Follow+us+on+Twitter" title="Add 'Follow us on Twitter' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Follow us on Twitter' to Newsvine" alt="Add 'Follow us on Twitter' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;title=Follow+us+on+Twitter" title="Add 'Follow us on Twitter' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Follow us on Twitter' to Socializer" alt="Add 'Follow us on Twitter' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;title=Follow+us+on+Twitter" title="Add 'Follow us on Twitter' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Follow us on Twitter' to Stumble Upon" alt="Add 'Follow us on Twitter' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;title=Follow+us+on+Twitter" title="Add 'Follow us on Twitter' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Follow us on Twitter' to Google Bookmarks" alt="Add 'Follow us on Twitter' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;title=Follow+us+on+Twitter" title="Add 'Follow us on Twitter' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Follow us on Twitter' to OKnotizie" alt="Add 'Follow us on Twitter' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;T=Follow+us+on+Twitter" title="Add 'Follow us on Twitter' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Follow us on Twitter' to Propeller" alt="Add 'Follow us on Twitter' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/general-technology/follow-us-on-twitter/" title="Add 'Follow us on Twitter' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Follow us on Twitter' to Bookmark.it" alt="Add 'Follow us on Twitter' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Follow+us+on+Twitter&amp;url=http://techjournal.318.com/general-technology/follow-us-on-twitter/" title="Add 'Follow us on Twitter' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Follow us on Twitter' to Ask" alt="Add 'Follow us on Twitter' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;title=Follow+us+on+Twitter" title="Add 'Follow us on Twitter' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Follow us on Twitter' to Live-MSN" alt="Add 'Follow us on Twitter' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Follow+us+on+Twitter&amp;url=http://techjournal.318.com/general-technology/follow-us-on-twitter/" title="Add 'Follow us on Twitter' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Follow us on Twitter' to SlashDot" alt="Add 'Follow us on Twitter' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/general-technology/follow-us-on-twitter/&amp;t=Follow+us+on+Twitter" title="Add 'Follow us on Twitter' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Follow us on Twitter' to FaceBook" alt="Add 'Follow us on Twitter' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/general-technology/follow-us-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visit our booth at Macworld 2010</title>
		<link>http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/</link>
		<comments>http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 19:08:50 +0000</pubDate>
		<dc:creator>Joel Cowgill</dc:creator>
				<category><![CDATA[General Technology]]></category>

		<guid isPermaLink="false">http://techjournal.318.com/?p=480</guid>
		<description><![CDATA[Come visit our booth at Macworld 2010 on the expo floor. We are located in Booth 566C and have a bunch of free schwag to give out.
We also have a number of sessions this year:
Hands-on Snow Leopard Server: Collaboration Services with Charles Edge
2/10 &#8211; 1:00PM to 3:00PM
Push: The Next Generation of Collaboration is Snow Leopard [...]]]></description>
			<content:encoded><![CDATA[<p>Come visit our booth at Macworld 2010 on the expo floor. We are located in <strong><span style="color: #0000ff;">Booth 566C</span></strong> and have a bunch of free schwag to give out.</p>
<p>We also have a number of sessions this year:</p>
<p><strong>Hands-on Snow Leopard Server: Collaboration Services</strong> with Charles Edge<br />
2/10 &#8211; 1:00PM to 3:00PM</p>
<p><strong>Push: The Next Generation of Collaboration is Snow Leopard Server</strong> with Charles Edge<br />
2/11 &#8211; 4:30PM to 6:00PM</p>
<p><strong>Advanced Integration with Final Cut Server</strong> with Beau Hunter<br />
2/12 &#8211; 3:30PM to 5:00PM</p>
<p><strong>iPhone Mass Deployment</strong> with Zack Smith<br />
2/13 &#8211; 2:30PM to 4:00PM</p>
<p>We hope to see you there!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;title=Visit+our+booth+at+Macworld+2010" title="Add 'Visit our booth at Macworld 2010' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Visit our booth at Macworld 2010' to Del.icio.us" alt="Add 'Visit our booth at Macworld 2010' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;title=Visit+our+booth+at+Macworld+2010" title="Add 'Visit our booth at Macworld 2010' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Visit our booth at Macworld 2010' to digg" alt="Add 'Visit our booth at Macworld 2010' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Visit+our+booth+at+Macworld+2010&amp;url=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;version=0.7" title="Add 'Visit our booth at Macworld 2010' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Visit our booth at Macworld 2010' to Feed Me Links" alt="Add 'Visit our booth at Macworld 2010' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/" title="Add 'Visit our booth at Macworld 2010' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Visit our booth at Macworld 2010' to Technorati" alt="Add 'Visit our booth at Macworld 2010' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;t=Visit+our+booth+at+Macworld+2010" title="Add 'Visit our booth at Macworld 2010' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Visit our booth at Macworld 2010' to Yahoo My Web" alt="Add 'Visit our booth at Macworld 2010' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;h=Visit+our+booth+at+Macworld+2010" title="Add 'Visit our booth at Macworld 2010' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Visit our booth at Macworld 2010' to Newsvine" alt="Add 'Visit our booth at Macworld 2010' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;title=Visit+our+booth+at+Macworld+2010" title="Add 'Visit our booth at Macworld 2010' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Visit our booth at Macworld 2010' to Socializer" alt="Add 'Visit our booth at Macworld 2010' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;title=Visit+our+booth+at+Macworld+2010" title="Add 'Visit our booth at Macworld 2010' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Visit our booth at Macworld 2010' to Stumble Upon" alt="Add 'Visit our booth at Macworld 2010' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;title=Visit+our+booth+at+Macworld+2010" title="Add 'Visit our booth at Macworld 2010' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Visit our booth at Macworld 2010' to Google Bookmarks" alt="Add 'Visit our booth at Macworld 2010' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;title=Visit+our+booth+at+Macworld+2010" title="Add 'Visit our booth at Macworld 2010' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Visit our booth at Macworld 2010' to OKnotizie" alt="Add 'Visit our booth at Macworld 2010' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;T=Visit+our+booth+at+Macworld+2010" title="Add 'Visit our booth at Macworld 2010' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Visit our booth at Macworld 2010' to Propeller" alt="Add 'Visit our booth at Macworld 2010' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/" title="Add 'Visit our booth at Macworld 2010' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Visit our booth at Macworld 2010' to Bookmark.it" alt="Add 'Visit our booth at Macworld 2010' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Visit+our+booth+at+Macworld+2010&amp;url=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/" title="Add 'Visit our booth at Macworld 2010' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Visit our booth at Macworld 2010' to Ask" alt="Add 'Visit our booth at Macworld 2010' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;title=Visit+our+booth+at+Macworld+2010" title="Add 'Visit our booth at Macworld 2010' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Visit our booth at Macworld 2010' to Live-MSN" alt="Add 'Visit our booth at Macworld 2010' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Visit+our+booth+at+Macworld+2010&amp;url=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/" title="Add 'Visit our booth at Macworld 2010' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Visit our booth at Macworld 2010' to SlashDot" alt="Add 'Visit our booth at Macworld 2010' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/&amp;t=Visit+our+booth+at+Macworld+2010" title="Add 'Visit our booth at Macworld 2010' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Visit our booth at Macworld 2010' to FaceBook" alt="Add 'Visit our booth at Macworld 2010' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/general-technology/visit-our-booth-at-macworld-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen Saver for Background Video</title>
		<link>http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/</link>
		<comments>http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 14:41:48 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=472</guid>
		<description><![CDATA[
Link To:
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/xmXJo_KPDG0&amp;hl=en_US&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/xmXJo_KPDG0&amp;hl=en_US&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;title=Screen+Saver+for+Background+Video" title="Add 'Screen Saver for Background Video' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Screen Saver for Background Video' to Del.icio.us" alt="Add 'Screen Saver for Background Video' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;title=Screen+Saver+for+Background+Video" title="Add 'Screen Saver for Background Video' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Screen Saver for Background Video' to digg" alt="Add 'Screen Saver for Background Video' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Screen+Saver+for+Background+Video&amp;url=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;version=0.7" title="Add 'Screen Saver for Background Video' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Screen Saver for Background Video' to Feed Me Links" alt="Add 'Screen Saver for Background Video' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/" title="Add 'Screen Saver for Background Video' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Screen Saver for Background Video' to Technorati" alt="Add 'Screen Saver for Background Video' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;t=Screen+Saver+for+Background+Video" title="Add 'Screen Saver for Background Video' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Screen Saver for Background Video' to Yahoo My Web" alt="Add 'Screen Saver for Background Video' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;h=Screen+Saver+for+Background+Video" title="Add 'Screen Saver for Background Video' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Screen Saver for Background Video' to Newsvine" alt="Add 'Screen Saver for Background Video' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;title=Screen+Saver+for+Background+Video" title="Add 'Screen Saver for Background Video' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Screen Saver for Background Video' to Socializer" alt="Add 'Screen Saver for Background Video' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;title=Screen+Saver+for+Background+Video" title="Add 'Screen Saver for Background Video' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Screen Saver for Background Video' to Stumble Upon" alt="Add 'Screen Saver for Background Video' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;title=Screen+Saver+for+Background+Video" title="Add 'Screen Saver for Background Video' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Screen Saver for Background Video' to Google Bookmarks" alt="Add 'Screen Saver for Background Video' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;title=Screen+Saver+for+Background+Video" title="Add 'Screen Saver for Background Video' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Screen Saver for Background Video' to OKnotizie" alt="Add 'Screen Saver for Background Video' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;T=Screen+Saver+for+Background+Video" title="Add 'Screen Saver for Background Video' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Screen Saver for Background Video' to Propeller" alt="Add 'Screen Saver for Background Video' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/" title="Add 'Screen Saver for Background Video' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Screen Saver for Background Video' to Bookmark.it" alt="Add 'Screen Saver for Background Video' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Screen+Saver+for+Background+Video&amp;url=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/" title="Add 'Screen Saver for Background Video' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Screen Saver for Background Video' to Ask" alt="Add 'Screen Saver for Background Video' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;title=Screen+Saver+for+Background+Video" title="Add 'Screen Saver for Background Video' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Screen Saver for Background Video' to Live-MSN" alt="Add 'Screen Saver for Background Video' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Screen+Saver+for+Background+Video&amp;url=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/" title="Add 'Screen Saver for Background Video' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Screen Saver for Background Video' to SlashDot" alt="Add 'Screen Saver for Background Video' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/&amp;t=Screen+Saver+for+Background+Video" title="Add 'Screen Saver for Background Video' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Screen Saver for Background Video' to FaceBook" alt="Add 'Screen Saver for Background Video' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x/screen-saver-for-background-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;And Now For Something Completely Different&#8221;</title>
		<link>http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/</link>
		<comments>http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:19:15 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=465</guid>
		<description><![CDATA[This week, Apple launched their newest product: the iPad. The sleek iPad is a revolutionary new look at the NetBook, but able to run most of the 140,000 applications that are in the App Store for the iPhone. Given the popularity of the App Store so far and the new development methods introduced for the [...]]]></description>
			<content:encoded><![CDATA[<p>This week, Apple launched their newest product: the iPad. The sleek iPad is a revolutionary new look at the NetBook, but able to run most of the 140,000 applications that are in the App Store for the iPhone. Given the popularity of the App Store so far and the new development methods introduced for the iPad you can rest assured that even more feature rich applications will be developed for the iPad as time goes on. Not that Apple hasn&#8217;t led the charge in using the new iPad APIs: iWork has been ported to the iPad. This means that you can create rich Pages, Numbers and Keynote presentations in addition to interacting with a number of cloud based services and leveraging those existing iPhone applications.<br />
<br /><a href="http://www.318.com/techjournal/wp-content/uploads/2010/01/m.jpg"><img class="aligncenter size-medium wp-image-467" title="m" src="http://www.318.com/techjournal/wp-content/uploads/2010/01/m-300x201.jpg" alt="" width="300" height="201" /></a><br />
The iPad is aluminum and glass, comes with up to 64GB of space, a multi-touch LED screen, 802.11n, Bluetooth and can have a 3G data connection for only $29.99 per month. All of this in a secure, easy-to-use interface that we&#8217;ve all grown accustomed to!</p>
<p>Want help integrating the iPad into your Enterprise? Let 318 know if you have interest with mass deployment, purchasing or development: our developers are on hand to work with you on commercial and enterprise applications as needed!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;title=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Del.icio.us" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;title=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B" title="Add '&#8220;And Now For Something Completely Different&#8221;' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to digg" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B&amp;url=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;version=0.7" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Feed Me Links" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Technorati" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;t=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Yahoo My Web" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;h=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Newsvine" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;title=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Socializer" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;title=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Stumble Upon" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;title=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Google Bookmarks" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;title=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B" title="Add '&#8220;And Now For Something Completely Different&#8221;' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add '&#8220;And Now For Something Completely Different&#8221;' to OKnotizie" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;T=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Propeller" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Bookmark.it" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B&amp;url=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Ask" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;title=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to Live-MSN" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B&amp;url=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/" title="Add '&#8220;And Now For Something Completely Different&#8221;' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to SlashDot" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/&amp;t=%26%238220%3BAnd+Now+For+Something+Completely+Different%26%238221%3B" title="Add '&#8220;And Now For Something Completely Different&#8221;' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add '&#8220;And Now For Something Completely Different&#8221;' to FaceBook" alt="Add '&#8220;And Now For Something Completely Different&#8221;' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x/and-now-for-something-completely-different/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Preparing for Exchange 2007</title>
		<link>http://techjournal.318.com/windows/preparing-for-exchange-2007/</link>
		<comments>http://techjournal.318.com/windows/preparing-for-exchange-2007/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:05:48 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=458</guid>
		<description><![CDATA[Make sure you have a fully updated Windows 2008 64bit install setup for the following commands to work.  Note that Windows 2008 R2 will NOT work with Exchange 2007.
Exchange 2007 has a lot of prerequisites that need to be installed before you can install Exchange 2007.  Instead of going through a bunch of [...]]]></description>
			<content:encoded><![CDATA[<p>Make sure you have a fully updated Windows 2008 64bit install setup for the following commands to work.  Note that Windows 2008 R2 will NOT work with Exchange 2007.</p>
<p>Exchange 2007 has a lot of prerequisites that need to be installed before you can install Exchange 2007.  Instead of going through a bunch of Wizards and using trial and error to make sure you have everything installed, you can set them up using a command line.</p>
<p>The first command that should be run is:</p>
<blockquote><p>ServerManagerCmd -i PowerShell</p>
<p><a href="http://www.318.com/techjournal/wp-content/uploads/2010/01/PowerShell1.png"><img class="aligncenter size-medium wp-image-460" title="PowerShell1" src="http://www.318.com/techjournal/wp-content/uploads/2010/01/PowerShell1-300x147.png" alt="" width="300" height="147" /></a></p></blockquote>
<p>This will install and configure everything that Exchange 2007 needs for PowerShell.</p>
<p>IIS has several components that need to be installed to use Exchange 2007.  You can create a quick batch script that includes them all.  The following commands need to be run:</p>
<blockquote><p>ServerManagerCmd -i Web-Server<br />
ServerManagerCmd -i Web-ISAPI-Ext<br />
ServerManagerCmd -i Web-Metabase<br />
ServerManagerCmd -i Web-Lgcy-Mgmt-Console<br />
ServerManagerCmd -i Web-Basic-Auth<br />
ServerManagerCmd -i Web-Digest-Auth<br />
ServerManagerCmd -i Web-Windows-Auth<br />
ServerManagerCmd -i Web-Dyn-Compression</p>
<p><a href="http://www.318.com/techjournal/wp-content/uploads/2010/01/PowerShell2.png"><img class="aligncenter size-medium wp-image-461" title="PowerShell2" src="http://www.318.com/techjournal/wp-content/uploads/2010/01/PowerShell2-300x146.png" alt="" width="300" height="146" /></a></p></blockquote>
<p>If you plan on using RPC over HTTP (Outlook Anywhere) you will need to run this command after all of the IIS commands have finished:</p>
<blockquote><p>ServerManagerCmd -i RPC-over-HTTP-proxy</p></blockquote>
<p>After running these commands you should be ready to run the actual setup files.  When you run setup.exe you should see that everything before option 4. Is greyed out.  Option 4. is what triggers the install.  If anything has not finished look through the command lines to make sure no errors have shown up.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;title=Preparing+for+Exchange+2007" title="Add 'Preparing for Exchange 2007' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Preparing for Exchange 2007' to Del.icio.us" alt="Add 'Preparing for Exchange 2007' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;title=Preparing+for+Exchange+2007" title="Add 'Preparing for Exchange 2007' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Preparing for Exchange 2007' to digg" alt="Add 'Preparing for Exchange 2007' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Preparing+for+Exchange+2007&amp;url=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;version=0.7" title="Add 'Preparing for Exchange 2007' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Preparing for Exchange 2007' to Feed Me Links" alt="Add 'Preparing for Exchange 2007' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/windows/preparing-for-exchange-2007/" title="Add 'Preparing for Exchange 2007' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Preparing for Exchange 2007' to Technorati" alt="Add 'Preparing for Exchange 2007' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;t=Preparing+for+Exchange+2007" title="Add 'Preparing for Exchange 2007' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Preparing for Exchange 2007' to Yahoo My Web" alt="Add 'Preparing for Exchange 2007' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;h=Preparing+for+Exchange+2007" title="Add 'Preparing for Exchange 2007' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Preparing for Exchange 2007' to Newsvine" alt="Add 'Preparing for Exchange 2007' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;title=Preparing+for+Exchange+2007" title="Add 'Preparing for Exchange 2007' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Preparing for Exchange 2007' to Socializer" alt="Add 'Preparing for Exchange 2007' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;title=Preparing+for+Exchange+2007" title="Add 'Preparing for Exchange 2007' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Preparing for Exchange 2007' to Stumble Upon" alt="Add 'Preparing for Exchange 2007' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;title=Preparing+for+Exchange+2007" title="Add 'Preparing for Exchange 2007' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Preparing for Exchange 2007' to Google Bookmarks" alt="Add 'Preparing for Exchange 2007' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;title=Preparing+for+Exchange+2007" title="Add 'Preparing for Exchange 2007' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Preparing for Exchange 2007' to OKnotizie" alt="Add 'Preparing for Exchange 2007' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;T=Preparing+for+Exchange+2007" title="Add 'Preparing for Exchange 2007' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Preparing for Exchange 2007' to Propeller" alt="Add 'Preparing for Exchange 2007' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/windows/preparing-for-exchange-2007/" title="Add 'Preparing for Exchange 2007' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Preparing for Exchange 2007' to Bookmark.it" alt="Add 'Preparing for Exchange 2007' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Preparing+for+Exchange+2007&amp;url=http://techjournal.318.com/windows/preparing-for-exchange-2007/" title="Add 'Preparing for Exchange 2007' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Preparing for Exchange 2007' to Ask" alt="Add 'Preparing for Exchange 2007' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;title=Preparing+for+Exchange+2007" title="Add 'Preparing for Exchange 2007' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Preparing for Exchange 2007' to Live-MSN" alt="Add 'Preparing for Exchange 2007' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Preparing+for+Exchange+2007&amp;url=http://techjournal.318.com/windows/preparing-for-exchange-2007/" title="Add 'Preparing for Exchange 2007' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Preparing for Exchange 2007' to SlashDot" alt="Add 'Preparing for Exchange 2007' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/windows/preparing-for-exchange-2007/&amp;t=Preparing+for+Exchange+2007" title="Add 'Preparing for Exchange 2007' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Preparing for Exchange 2007' to FaceBook" alt="Add 'Preparing for Exchange 2007' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/windows/preparing-for-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New ActiveStorage iPhone App</title>
		<link>http://techjournal.318.com/xsan/new-activestorage-iphone-app/</link>
		<comments>http://techjournal.318.com/xsan/new-activestorage-iphone-app/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 20:47:41 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Xsan]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=453</guid>
		<description><![CDATA[Active Storage has released a new iPhone app that you can use to monitor the status of their new XRAID ES. If you are interested in the Active Storage products then please call 318 at 310-581-9500 for more information and pricing.

The App is available on the App Store.
Link To:
]]></description>
			<content:encoded><![CDATA[<p>Active Storage has released a new iPhone app that you can use to monitor the status of their new XRAID ES. If you are interested in the Active Storage products then please call 318 at 310-581-9500 for more information and pricing.<br />
<a href="http://www.318.com/techjournal/wp-content/uploads/2010/01/Screen-shot-2010-01-26-at-2.43.27-PM.png"><img class="aligncenter size-medium wp-image-454" title="Screen shot 2010-01-26 at 2.43.27 PM" src="http://www.318.com/techjournal/wp-content/uploads/2010/01/Screen-shot-2010-01-26-at-2.43.27-PM-210x300.png" alt="" width="210" height="300" /></a></p>
<p style="text-align: center;"><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/browserRedirect?url=itms%253A%252F%252Fitunes.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewSoftware%253Fid%253D335998125%2526cc%253Dus%2526mt%253D8">The App is available on the App Store.</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;title=New+ActiveStorage+iPhone+App" title="Add 'New ActiveStorage iPhone App' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'New ActiveStorage iPhone App' to Del.icio.us" alt="Add 'New ActiveStorage iPhone App' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;title=New+ActiveStorage+iPhone+App" title="Add 'New ActiveStorage iPhone App' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'New ActiveStorage iPhone App' to digg" alt="Add 'New ActiveStorage iPhone App' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=New+ActiveStorage+iPhone+App&amp;url=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;version=0.7" title="Add 'New ActiveStorage iPhone App' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'New ActiveStorage iPhone App' to Feed Me Links" alt="Add 'New ActiveStorage iPhone App' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/xsan/new-activestorage-iphone-app/" title="Add 'New ActiveStorage iPhone App' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'New ActiveStorage iPhone App' to Technorati" alt="Add 'New ActiveStorage iPhone App' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;t=New+ActiveStorage+iPhone+App" title="Add 'New ActiveStorage iPhone App' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'New ActiveStorage iPhone App' to Yahoo My Web" alt="Add 'New ActiveStorage iPhone App' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;h=New+ActiveStorage+iPhone+App" title="Add 'New ActiveStorage iPhone App' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'New ActiveStorage iPhone App' to Newsvine" alt="Add 'New ActiveStorage iPhone App' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;title=New+ActiveStorage+iPhone+App" title="Add 'New ActiveStorage iPhone App' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'New ActiveStorage iPhone App' to Socializer" alt="Add 'New ActiveStorage iPhone App' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;title=New+ActiveStorage+iPhone+App" title="Add 'New ActiveStorage iPhone App' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'New ActiveStorage iPhone App' to Stumble Upon" alt="Add 'New ActiveStorage iPhone App' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;title=New+ActiveStorage+iPhone+App" title="Add 'New ActiveStorage iPhone App' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'New ActiveStorage iPhone App' to Google Bookmarks" alt="Add 'New ActiveStorage iPhone App' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;title=New+ActiveStorage+iPhone+App" title="Add 'New ActiveStorage iPhone App' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'New ActiveStorage iPhone App' to OKnotizie" alt="Add 'New ActiveStorage iPhone App' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;T=New+ActiveStorage+iPhone+App" title="Add 'New ActiveStorage iPhone App' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'New ActiveStorage iPhone App' to Propeller" alt="Add 'New ActiveStorage iPhone App' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/xsan/new-activestorage-iphone-app/" title="Add 'New ActiveStorage iPhone App' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'New ActiveStorage iPhone App' to Bookmark.it" alt="Add 'New ActiveStorage iPhone App' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=New+ActiveStorage+iPhone+App&amp;url=http://techjournal.318.com/xsan/new-activestorage-iphone-app/" title="Add 'New ActiveStorage iPhone App' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'New ActiveStorage iPhone App' to Ask" alt="Add 'New ActiveStorage iPhone App' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;title=New+ActiveStorage+iPhone+App" title="Add 'New ActiveStorage iPhone App' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'New ActiveStorage iPhone App' to Live-MSN" alt="Add 'New ActiveStorage iPhone App' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=New+ActiveStorage+iPhone+App&amp;url=http://techjournal.318.com/xsan/new-activestorage-iphone-app/" title="Add 'New ActiveStorage iPhone App' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'New ActiveStorage iPhone App' to SlashDot" alt="Add 'New ActiveStorage iPhone App' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/xsan/new-activestorage-iphone-app/&amp;t=New+ActiveStorage+iPhone+App" title="Add 'New ActiveStorage iPhone App' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'New ActiveStorage iPhone App' to FaceBook" alt="Add 'New ActiveStorage iPhone App' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/xsan/new-activestorage-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACLs and NFS</title>
		<link>http://techjournal.318.com/mac-os-x/acls-and-nfs/</link>
		<comments>http://techjournal.318.com/mac-os-x/acls-and-nfs/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 02:15:07 +0000</pubDate>
		<dc:creator>Beau Hunter</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=448</guid>
		<description><![CDATA[The permissions that a user obtains for NFS shares will boil down to effective permissions. NFS doesn&#8217;t support ACLs, but it does honor them for Mac OS X NFS clients when bound to the directory.: if a user is granted read/write via an ACL, they WILL have read/write access via NFS. However, there are a [...]]]></description>
			<content:encoded><![CDATA[<p>The permissions that a user obtains for NFS shares will boil down to effective permissions. NFS doesn&#8217;t support ACLs, but it does honor them for Mac OS X NFS clients when bound to the directory.: if a user is granted read/write via an ACL, they WILL have read/write access via NFS. However, there are a few things to note here.</p>
<p>First and foremost, granular ACL&#8217;s won&#8217;t translate completely. Secondly, although you might have effective write privileges via ACL&#8217;s, if you don&#8217;t have write privileges via POSIX, it will *look* like you don&#8217;t have privileges when you do an `ls` on the mounted NFS volume, however, if you try to read or write a file, it will work without issue. Poorly written software might inspect the POSIX permissions and determine that you don&#8217;t have access when you really do. Most software will attempt to read/write an asset and will report errors when encountered (as it should).  Lastly, ACL inheritance IS honored over NFS as well, so any files/dirs your users will create will have the appropriate ACL&#8217;s assigned on the backend, though displayed POSIX permissions once again won&#8217;t be especially accurate.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;title=ACLs+and+NFS" title="Add 'ACLs and NFS' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'ACLs and NFS' to Del.icio.us" alt="Add 'ACLs and NFS' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;title=ACLs+and+NFS" title="Add 'ACLs and NFS' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'ACLs and NFS' to digg" alt="Add 'ACLs and NFS' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=ACLs+and+NFS&amp;url=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;version=0.7" title="Add 'ACLs and NFS' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'ACLs and NFS' to Feed Me Links" alt="Add 'ACLs and NFS' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mac-os-x/acls-and-nfs/" title="Add 'ACLs and NFS' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'ACLs and NFS' to Technorati" alt="Add 'ACLs and NFS' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;t=ACLs+and+NFS" title="Add 'ACLs and NFS' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'ACLs and NFS' to Yahoo My Web" alt="Add 'ACLs and NFS' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;h=ACLs+and+NFS" title="Add 'ACLs and NFS' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'ACLs and NFS' to Newsvine" alt="Add 'ACLs and NFS' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;title=ACLs+and+NFS" title="Add 'ACLs and NFS' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'ACLs and NFS' to Socializer" alt="Add 'ACLs and NFS' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;title=ACLs+and+NFS" title="Add 'ACLs and NFS' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'ACLs and NFS' to Stumble Upon" alt="Add 'ACLs and NFS' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;title=ACLs+and+NFS" title="Add 'ACLs and NFS' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'ACLs and NFS' to Google Bookmarks" alt="Add 'ACLs and NFS' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;title=ACLs+and+NFS" title="Add 'ACLs and NFS' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'ACLs and NFS' to OKnotizie" alt="Add 'ACLs and NFS' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;T=ACLs+and+NFS" title="Add 'ACLs and NFS' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'ACLs and NFS' to Propeller" alt="Add 'ACLs and NFS' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mac-os-x/acls-and-nfs/" title="Add 'ACLs and NFS' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'ACLs and NFS' to Bookmark.it" alt="Add 'ACLs and NFS' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=ACLs+and+NFS&amp;url=http://techjournal.318.com/mac-os-x/acls-and-nfs/" title="Add 'ACLs and NFS' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'ACLs and NFS' to Ask" alt="Add 'ACLs and NFS' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;title=ACLs+and+NFS" title="Add 'ACLs and NFS' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'ACLs and NFS' to Live-MSN" alt="Add 'ACLs and NFS' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=ACLs+and+NFS&amp;url=http://techjournal.318.com/mac-os-x/acls-and-nfs/" title="Add 'ACLs and NFS' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'ACLs and NFS' to SlashDot" alt="Add 'ACLs and NFS' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mac-os-x/acls-and-nfs/&amp;t=ACLs+and+NFS" title="Add 'ACLs and NFS' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'ACLs and NFS' to FaceBook" alt="Add 'ACLs and NFS' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x/acls-and-nfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mighty Mouse Unleashed!</title>
		<link>http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/</link>
		<comments>http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 18:31:57 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=445</guid>
		<description><![CDATA[If you have been wondering what more you can do with that shiny new Mighty Mouse then get ready. MagicPrefs, from Vlad Alexa allows you to do the following:
- It features the ability to bind a variable number of finger clicks, taps, swipes, pinch and other gestures to functions like Middle Click , Hold Down [...]]]></description>
			<content:encoded><![CDATA[<p>If you have been wondering what more you can do with that shiny new Mighty Mouse then get ready. <a href="http://www.apple.com/downloads/macosx/system_disk_utilities/magicprefs.html">MagicPrefs</a>, from <a href="http://vladalexa.com/">Vlad Alexa</a> allows you to do the following:</p>
<blockquote><p>- It features the ability to bind a variable number of finger clicks, taps, swipes, pinch and other gestures to functions like Middle Click , Hold Down Both Mouse Buttons , Spaces , Expose, Dashboard etc.<br />
- Touch Sensitivity implements a single point control for a number of factors impacting the algorithms of the taps, swipes, pinche and other gestures.<br />
- Tracking Speed adds the ability to increase the maximum mouse speed by a extra 200%.<br />
- Also featured is a real-time display of the fingers touching the surface of the mouse that you can enable to test and monitor the way the mouse sees fingers.</p></blockquote>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;title=Mighty+Mouse+Unleashed%21" title="Add 'Mighty Mouse Unleashed!' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mighty Mouse Unleashed!' to Del.icio.us" alt="Add 'Mighty Mouse Unleashed!' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;title=Mighty+Mouse+Unleashed%21" title="Add 'Mighty Mouse Unleashed!' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mighty Mouse Unleashed!' to digg" alt="Add 'Mighty Mouse Unleashed!' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Mighty+Mouse+Unleashed%21&amp;url=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;version=0.7" title="Add 'Mighty Mouse Unleashed!' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Mighty Mouse Unleashed!' to Feed Me Links" alt="Add 'Mighty Mouse Unleashed!' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/" title="Add 'Mighty Mouse Unleashed!' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mighty Mouse Unleashed!' to Technorati" alt="Add 'Mighty Mouse Unleashed!' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;t=Mighty+Mouse+Unleashed%21" title="Add 'Mighty Mouse Unleashed!' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Mighty Mouse Unleashed!' to Yahoo My Web" alt="Add 'Mighty Mouse Unleashed!' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;h=Mighty+Mouse+Unleashed%21" title="Add 'Mighty Mouse Unleashed!' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Mighty Mouse Unleashed!' to Newsvine" alt="Add 'Mighty Mouse Unleashed!' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;title=Mighty+Mouse+Unleashed%21" title="Add 'Mighty Mouse Unleashed!' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Mighty Mouse Unleashed!' to Socializer" alt="Add 'Mighty Mouse Unleashed!' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;title=Mighty+Mouse+Unleashed%21" title="Add 'Mighty Mouse Unleashed!' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mighty Mouse Unleashed!' to Stumble Upon" alt="Add 'Mighty Mouse Unleashed!' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;title=Mighty+Mouse+Unleashed%21" title="Add 'Mighty Mouse Unleashed!' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mighty Mouse Unleashed!' to Google Bookmarks" alt="Add 'Mighty Mouse Unleashed!' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;title=Mighty+Mouse+Unleashed%21" title="Add 'Mighty Mouse Unleashed!' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Mighty Mouse Unleashed!' to OKnotizie" alt="Add 'Mighty Mouse Unleashed!' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;T=Mighty+Mouse+Unleashed%21" title="Add 'Mighty Mouse Unleashed!' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Mighty Mouse Unleashed!' to Propeller" alt="Add 'Mighty Mouse Unleashed!' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/" title="Add 'Mighty Mouse Unleashed!' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Mighty Mouse Unleashed!' to Bookmark.it" alt="Add 'Mighty Mouse Unleashed!' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Mighty+Mouse+Unleashed%21&amp;url=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/" title="Add 'Mighty Mouse Unleashed!' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Mighty Mouse Unleashed!' to Ask" alt="Add 'Mighty Mouse Unleashed!' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;title=Mighty+Mouse+Unleashed%21" title="Add 'Mighty Mouse Unleashed!' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Mighty Mouse Unleashed!' to Live-MSN" alt="Add 'Mighty Mouse Unleashed!' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mighty+Mouse+Unleashed%21&amp;url=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/" title="Add 'Mighty Mouse Unleashed!' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mighty Mouse Unleashed!' to SlashDot" alt="Add 'Mighty Mouse Unleashed!' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/&amp;t=Mighty+Mouse+Unleashed%21" title="Add 'Mighty Mouse Unleashed!' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mighty Mouse Unleashed!' to FaceBook" alt="Add 'Mighty Mouse Unleashed!' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x/mighty-mouse-unleashed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Background Checks? There&#8217;s an App for That!</title>
		<link>http://techjournal.318.com/iphone/checking-up-on-the-app-store/</link>
		<comments>http://techjournal.318.com/iphone/checking-up-on-the-app-store/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 22:25:34 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=438</guid>
		<description><![CDATA[Apple’s App store is a veritable wild west movie of products; business, pleasure, pleasure disguised to look like business, useful tools that are free and do-nothing apps that cost $999.99. 
Beenverified.com has released a “free” app that allows you to run background checks right from your iPhone. While this isn’t a new idea, the app [...]]]></description>
			<content:encoded><![CDATA[<p>Apple’s App store is a veritable wild west movie of products; business, pleasure, pleasure disguised to look like business, useful tools that are free and do-nothing apps that cost $999.99. </p>
<p><a href="http://beenverified.com">Beenverified.com</a> has released a “free” app that allows you to run background checks right from your iPhone. While this isn’t a new idea, the app is well designed and you get three free searches a week. Since it’s just been released, you can only run one search at a time due to high server demand, but the searches are accurate and in-depth. It was able to produce not only basic information about those of us that have tried it, but also gave a complete histories of houses, including past owners, past occupants and the house’s current market value, amongst other things!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;title=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21" title="Add 'Background Checks? There&#8217;s an App for That!' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Del.icio.us" alt="Add 'Background Checks? There&#8217;s an App for That!' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;title=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21" title="Add 'Background Checks? There&#8217;s an App for That!' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Background Checks? There&#8217;s an App for That!' to digg" alt="Add 'Background Checks? There&#8217;s an App for That!' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21&amp;url=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;version=0.7" title="Add 'Background Checks? There&#8217;s an App for That!' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Feed Me Links" alt="Add 'Background Checks? There&#8217;s an App for That!' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/iphone/checking-up-on-the-app-store/" title="Add 'Background Checks? There&#8217;s an App for That!' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Technorati" alt="Add 'Background Checks? There&#8217;s an App for That!' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;t=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21" title="Add 'Background Checks? There&#8217;s an App for That!' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Yahoo My Web" alt="Add 'Background Checks? There&#8217;s an App for That!' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;h=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21" title="Add 'Background Checks? There&#8217;s an App for That!' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Newsvine" alt="Add 'Background Checks? There&#8217;s an App for That!' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;title=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21" title="Add 'Background Checks? There&#8217;s an App for That!' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Socializer" alt="Add 'Background Checks? There&#8217;s an App for That!' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;title=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21" title="Add 'Background Checks? There&#8217;s an App for That!' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Stumble Upon" alt="Add 'Background Checks? There&#8217;s an App for That!' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;title=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21" title="Add 'Background Checks? There&#8217;s an App for That!' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Google Bookmarks" alt="Add 'Background Checks? There&#8217;s an App for That!' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;title=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21" title="Add 'Background Checks? There&#8217;s an App for That!' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Background Checks? There&#8217;s an App for That!' to OKnotizie" alt="Add 'Background Checks? There&#8217;s an App for That!' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;T=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21" title="Add 'Background Checks? There&#8217;s an App for That!' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Propeller" alt="Add 'Background Checks? There&#8217;s an App for That!' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/iphone/checking-up-on-the-app-store/" title="Add 'Background Checks? There&#8217;s an App for That!' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Bookmark.it" alt="Add 'Background Checks? There&#8217;s an App for That!' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21&amp;url=http://techjournal.318.com/iphone/checking-up-on-the-app-store/" title="Add 'Background Checks? There&#8217;s an App for That!' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Ask" alt="Add 'Background Checks? There&#8217;s an App for That!' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;title=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21" title="Add 'Background Checks? There&#8217;s an App for That!' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Background Checks? There&#8217;s an App for That!' to Live-MSN" alt="Add 'Background Checks? There&#8217;s an App for That!' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21&amp;url=http://techjournal.318.com/iphone/checking-up-on-the-app-store/" title="Add 'Background Checks? There&#8217;s an App for That!' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Background Checks? There&#8217;s an App for That!' to SlashDot" alt="Add 'Background Checks? There&#8217;s an App for That!' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/iphone/checking-up-on-the-app-store/&amp;t=Background+Checks%3F+There%26%238217%3Bs+an+App+for+That%21" title="Add 'Background Checks? There&#8217;s an App for That!' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Background Checks? There&#8217;s an App for That!' to FaceBook" alt="Add 'Background Checks? There&#8217;s an App for That!' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/iphone/checking-up-on-the-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MergeSafBookmarks Now Open Sourced</title>
		<link>http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/</link>
		<comments>http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 00:49:36 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mass Deployments]]></category>
		<category><![CDATA[Mass Deployment]]></category>
		<category><![CDATA[Merge Safari Bookmarks]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=436</guid>
		<description><![CDATA[318 has open sourced our mergeSafBookmarks python script. This tool can read in a pair of property lists and merge them into a single resultant bookmarks file for Safari. This takes a lot of the work out of pushing bookmarks to existing users as part of your deployment. You can find it here:
http://mergebookmarks.sourceforge.net

Note: The script also [...]]]></description>
			<content:encoded><![CDATA[<p>318 has open sourced our mergeSafBookmarks python script. This tool can read in a pair of property lists and merge them into a single resultant bookmarks file for Safari. This takes a lot of the work out of pushing bookmarks to existing users as part of your deployment. You can find it here:</p>
<p><a href="http://mergebookmarks.sourceforge.net">http://mergebookmarks.sourceforge.net<br />
</a><br />
Note: The script also looks at existing bookmarks and doesn&#8217;t merge in duplicates.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;title=MergeSafBookmarks+Now+Open+Sourced" title="Add 'MergeSafBookmarks Now Open Sourced' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Del.icio.us" alt="Add 'MergeSafBookmarks Now Open Sourced' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;title=MergeSafBookmarks+Now+Open+Sourced" title="Add 'MergeSafBookmarks Now Open Sourced' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'MergeSafBookmarks Now Open Sourced' to digg" alt="Add 'MergeSafBookmarks Now Open Sourced' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=MergeSafBookmarks+Now+Open+Sourced&amp;url=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;version=0.7" title="Add 'MergeSafBookmarks Now Open Sourced' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Feed Me Links" alt="Add 'MergeSafBookmarks Now Open Sourced' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/" title="Add 'MergeSafBookmarks Now Open Sourced' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Technorati" alt="Add 'MergeSafBookmarks Now Open Sourced' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;t=MergeSafBookmarks+Now+Open+Sourced" title="Add 'MergeSafBookmarks Now Open Sourced' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Yahoo My Web" alt="Add 'MergeSafBookmarks Now Open Sourced' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;h=MergeSafBookmarks+Now+Open+Sourced" title="Add 'MergeSafBookmarks Now Open Sourced' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Newsvine" alt="Add 'MergeSafBookmarks Now Open Sourced' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;title=MergeSafBookmarks+Now+Open+Sourced" title="Add 'MergeSafBookmarks Now Open Sourced' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Socializer" alt="Add 'MergeSafBookmarks Now Open Sourced' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;title=MergeSafBookmarks+Now+Open+Sourced" title="Add 'MergeSafBookmarks Now Open Sourced' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Stumble Upon" alt="Add 'MergeSafBookmarks Now Open Sourced' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;title=MergeSafBookmarks+Now+Open+Sourced" title="Add 'MergeSafBookmarks Now Open Sourced' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Google Bookmarks" alt="Add 'MergeSafBookmarks Now Open Sourced' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;title=MergeSafBookmarks+Now+Open+Sourced" title="Add 'MergeSafBookmarks Now Open Sourced' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'MergeSafBookmarks Now Open Sourced' to OKnotizie" alt="Add 'MergeSafBookmarks Now Open Sourced' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;T=MergeSafBookmarks+Now+Open+Sourced" title="Add 'MergeSafBookmarks Now Open Sourced' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Propeller" alt="Add 'MergeSafBookmarks Now Open Sourced' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/" title="Add 'MergeSafBookmarks Now Open Sourced' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Bookmark.it" alt="Add 'MergeSafBookmarks Now Open Sourced' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=MergeSafBookmarks+Now+Open+Sourced&amp;url=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/" title="Add 'MergeSafBookmarks Now Open Sourced' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Ask" alt="Add 'MergeSafBookmarks Now Open Sourced' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;title=MergeSafBookmarks+Now+Open+Sourced" title="Add 'MergeSafBookmarks Now Open Sourced' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'MergeSafBookmarks Now Open Sourced' to Live-MSN" alt="Add 'MergeSafBookmarks Now Open Sourced' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=MergeSafBookmarks+Now+Open+Sourced&amp;url=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/" title="Add 'MergeSafBookmarks Now Open Sourced' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'MergeSafBookmarks Now Open Sourced' to SlashDot" alt="Add 'MergeSafBookmarks Now Open Sourced' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/&amp;t=MergeSafBookmarks+Now+Open+Sourced" title="Add 'MergeSafBookmarks Now Open Sourced' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'MergeSafBookmarks Now Open Sourced' to FaceBook" alt="Add 'MergeSafBookmarks Now Open Sourced' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mass-deployments/mergesafbookmarks-now-open-sourced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xsan 2.2.1</title>
		<link>http://techjournal.318.com/xsan/xsan-221/</link>
		<comments>http://techjournal.318.com/xsan/xsan-221/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 21:32:34 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Xsan]]></category>
		<category><![CDATA[2.2.1]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=433</guid>
		<description><![CDATA[Xsan 2.2.1 has been released. Updates include:

Improved filesystem reliability
Improved cvfsck (the Xsan filesystem repair tool)
Resolves QuickTime reporting &#8220;invalid public movie atom found&#8221; on playback
Eliminates &#8220;An unknown disk has been inserted&#8221; message when mounting Xsan volumes (occurs in Mac OS X 10.5 Leopard only)

Link To:
]]></description>
			<content:encoded><![CDATA[<p>Xsan 2.2.1 has been released. Updates include:</p>
<ol>
<li>Improved filesystem reliability</li>
<li>Improved <a href="http://support.apple.com/kb/HT1081">cvfsck</a> (the Xsan filesystem repair tool)</li>
<li>Resolves QuickTime reporting &#8220;invalid public movie atom found&#8221; on playback</li>
<li>Eliminates &#8220;An unknown disk has been inserted&#8221; message when mounting Xsan volumes (occurs in Mac OS X 10.5 Leopard only)</li>
</ol>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/xsan/xsan-221/&amp;title=Xsan+2.2.1" title="Add 'Xsan 2.2.1' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Xsan 2.2.1' to Del.icio.us" alt="Add 'Xsan 2.2.1' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/xsan/xsan-221/&amp;title=Xsan+2.2.1" title="Add 'Xsan 2.2.1' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Xsan 2.2.1' to digg" alt="Add 'Xsan 2.2.1' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Xsan+2.2.1&amp;url=http://techjournal.318.com/xsan/xsan-221/&amp;version=0.7" title="Add 'Xsan 2.2.1' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Xsan 2.2.1' to Feed Me Links" alt="Add 'Xsan 2.2.1' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/xsan/xsan-221/" title="Add 'Xsan 2.2.1' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Xsan 2.2.1' to Technorati" alt="Add 'Xsan 2.2.1' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/xsan/xsan-221/&amp;t=Xsan+2.2.1" title="Add 'Xsan 2.2.1' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Xsan 2.2.1' to Yahoo My Web" alt="Add 'Xsan 2.2.1' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/xsan/xsan-221/&amp;h=Xsan+2.2.1" title="Add 'Xsan 2.2.1' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Xsan 2.2.1' to Newsvine" alt="Add 'Xsan 2.2.1' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/xsan/xsan-221/&amp;title=Xsan+2.2.1" title="Add 'Xsan 2.2.1' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Xsan 2.2.1' to Socializer" alt="Add 'Xsan 2.2.1' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/xsan/xsan-221/&amp;title=Xsan+2.2.1" title="Add 'Xsan 2.2.1' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Xsan 2.2.1' to Stumble Upon" alt="Add 'Xsan 2.2.1' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/xsan/xsan-221/&amp;title=Xsan+2.2.1" title="Add 'Xsan 2.2.1' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Xsan 2.2.1' to Google Bookmarks" alt="Add 'Xsan 2.2.1' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/xsan/xsan-221/&amp;title=Xsan+2.2.1" title="Add 'Xsan 2.2.1' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Xsan 2.2.1' to OKnotizie" alt="Add 'Xsan 2.2.1' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/xsan/xsan-221/&amp;T=Xsan+2.2.1" title="Add 'Xsan 2.2.1' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Xsan 2.2.1' to Propeller" alt="Add 'Xsan 2.2.1' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/xsan/xsan-221/" title="Add 'Xsan 2.2.1' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Xsan 2.2.1' to Bookmark.it" alt="Add 'Xsan 2.2.1' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Xsan+2.2.1&amp;url=http://techjournal.318.com/xsan/xsan-221/" title="Add 'Xsan 2.2.1' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Xsan 2.2.1' to Ask" alt="Add 'Xsan 2.2.1' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/xsan/xsan-221/&amp;title=Xsan+2.2.1" title="Add 'Xsan 2.2.1' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Xsan 2.2.1' to Live-MSN" alt="Add 'Xsan 2.2.1' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Xsan+2.2.1&amp;url=http://techjournal.318.com/xsan/xsan-221/" title="Add 'Xsan 2.2.1' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Xsan 2.2.1' to SlashDot" alt="Add 'Xsan 2.2.1' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/xsan/xsan-221/&amp;t=Xsan+2.2.1" title="Add 'Xsan 2.2.1' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Xsan 2.2.1' to FaceBook" alt="Add 'Xsan 2.2.1' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/xsan/xsan-221/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>318 Open Sources the ASR Setup Tool</title>
		<link>http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/</link>
		<comments>http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 20:34:54 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Mass Deployments]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Software Restore]]></category>
		<category><![CDATA[ASR Setup Tool]]></category>
		<category><![CDATA[Imaging]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=428</guid>
		<description><![CDATA[318 has decided to open source our ASR Setup Tool under GPLv3. The tool can now be found at http://asrsetup.sourceforge.net. The ASR Setup Tool is built as a wrapper for the asr command line suite from Apple. The description from SourceForge:
Developed by 318 Inc., ASR Setup Toll is an application for setting up Apple Software Restore [...]]]></description>
			<content:encoded><![CDATA[<p>318 has decided to open source our ASR Setup Tool under GPLv3. The tool can now be found at <a href="http://asrsetup.sourceforge.net/">http://asrsetup.sourceforge.net</a>. The ASR Setup Tool is built as a wrapper for the asr command line suite from Apple. The description from SourceForge:</p>
<blockquote><p>Developed by 318 Inc., ASR Setup Toll is an application for setting up Apple Software Restore (&#8220;ASR&#8221;). In the context of the ASR Setup Tool, ASR is used for setting up a multicast stream that can then be leveraged for imaging Mac OS X computers.</p></blockquote>
<p>We hope you enjoy!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;title=318+Open+Sources+the+ASR+Setup+Tool" title="Add '318 Open Sources the ASR Setup Tool' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add '318 Open Sources the ASR Setup Tool' to Del.icio.us" alt="Add '318 Open Sources the ASR Setup Tool' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;title=318+Open+Sources+the+ASR+Setup+Tool" title="Add '318 Open Sources the ASR Setup Tool' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add '318 Open Sources the ASR Setup Tool' to digg" alt="Add '318 Open Sources the ASR Setup Tool' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=318+Open+Sources+the+ASR+Setup+Tool&amp;url=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;version=0.7" title="Add '318 Open Sources the ASR Setup Tool' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add '318 Open Sources the ASR Setup Tool' to Feed Me Links" alt="Add '318 Open Sources the ASR Setup Tool' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/" title="Add '318 Open Sources the ASR Setup Tool' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add '318 Open Sources the ASR Setup Tool' to Technorati" alt="Add '318 Open Sources the ASR Setup Tool' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;t=318+Open+Sources+the+ASR+Setup+Tool" title="Add '318 Open Sources the ASR Setup Tool' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add '318 Open Sources the ASR Setup Tool' to Yahoo My Web" alt="Add '318 Open Sources the ASR Setup Tool' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;h=318+Open+Sources+the+ASR+Setup+Tool" title="Add '318 Open Sources the ASR Setup Tool' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add '318 Open Sources the ASR Setup Tool' to Newsvine" alt="Add '318 Open Sources the ASR Setup Tool' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;title=318+Open+Sources+the+ASR+Setup+Tool" title="Add '318 Open Sources the ASR Setup Tool' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add '318 Open Sources the ASR Setup Tool' to Socializer" alt="Add '318 Open Sources the ASR Setup Tool' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;title=318+Open+Sources+the+ASR+Setup+Tool" title="Add '318 Open Sources the ASR Setup Tool' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add '318 Open Sources the ASR Setup Tool' to Stumble Upon" alt="Add '318 Open Sources the ASR Setup Tool' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;title=318+Open+Sources+the+ASR+Setup+Tool" title="Add '318 Open Sources the ASR Setup Tool' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add '318 Open Sources the ASR Setup Tool' to Google Bookmarks" alt="Add '318 Open Sources the ASR Setup Tool' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;title=318+Open+Sources+the+ASR+Setup+Tool" title="Add '318 Open Sources the ASR Setup Tool' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add '318 Open Sources the ASR Setup Tool' to OKnotizie" alt="Add '318 Open Sources the ASR Setup Tool' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;T=318+Open+Sources+the+ASR+Setup+Tool" title="Add '318 Open Sources the ASR Setup Tool' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add '318 Open Sources the ASR Setup Tool' to Propeller" alt="Add '318 Open Sources the ASR Setup Tool' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/" title="Add '318 Open Sources the ASR Setup Tool' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add '318 Open Sources the ASR Setup Tool' to Bookmark.it" alt="Add '318 Open Sources the ASR Setup Tool' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=318+Open+Sources+the+ASR+Setup+Tool&amp;url=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/" title="Add '318 Open Sources the ASR Setup Tool' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add '318 Open Sources the ASR Setup Tool' to Ask" alt="Add '318 Open Sources the ASR Setup Tool' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;title=318+Open+Sources+the+ASR+Setup+Tool" title="Add '318 Open Sources the ASR Setup Tool' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add '318 Open Sources the ASR Setup Tool' to Live-MSN" alt="Add '318 Open Sources the ASR Setup Tool' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=318+Open+Sources+the+ASR+Setup+Tool&amp;url=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/" title="Add '318 Open Sources the ASR Setup Tool' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add '318 Open Sources the ASR Setup Tool' to SlashDot" alt="Add '318 Open Sources the ASR Setup Tool' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/&amp;t=318+Open+Sources+the+ASR+Setup+Tool" title="Add '318 Open Sources the ASR Setup Tool' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add '318 Open Sources the ASR Setup Tool' to FaceBook" alt="Add '318 Open Sources the ASR Setup Tool' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mass-deployments/318-open-sources-the-asr-setup-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen Shots &amp; ARD</title>
		<link>http://techjournal.318.com/mac-os-x-server/screen-shots-ard/</link>
		<comments>http://techjournal.318.com/mac-os-x-server/screen-shots-ard/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 14:36:21 +0000</pubDate>
		<dc:creator>Beau Hunter</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Apple Remote Desktop]]></category>
		<category><![CDATA[screencapture]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=425</guid>
		<description><![CDATA[For what it&#8217;s worth, we take ours from the command line. It helps keep proper track of the names screens. Simply open up a terminal window on a remote server via Apple Remote Desktop (ARD) and run the following command:
sleep 3; screencapture -iw ~/Desktop/filename.png
When you run that full string as a command you&#8217;ll have 3 [...]]]></description>
			<content:encoded><![CDATA[<p>For what it&#8217;s worth, we take ours from the command line. It helps keep proper track of the names screens. Simply open up a terminal window on a remote server via Apple Remote Desktop (ARD) and run the following command:</p>
<blockquote><p>sleep 3; screencapture -iw ~/Desktop/filename.png</p></blockquote>
<p>When you run that full string as a command you&#8217;ll have 3 seconds after hitting enter to highlight your target window, at which point your cursor will switch to the photo in window selection mode. Alternatively, you can run:</p>
<blockquote><p>sleep 3; screencapture -iwc</p></blockquote>
<p>Which will capture the picture to the remote machines clipboard (and can then be copied via ARD, and opened in Preview (File-&gt;new from clipboard).</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;title=Screen+Shots+%26%23038%3B+ARD" title="Add 'Screen Shots &#038; ARD' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Screen Shots &#038; ARD' to Del.icio.us" alt="Add 'Screen Shots &#038; ARD' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;title=Screen+Shots+%26%23038%3B+ARD" title="Add 'Screen Shots &#038; ARD' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Screen Shots &#038; ARD' to digg" alt="Add 'Screen Shots &#038; ARD' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Screen+Shots+%26%23038%3B+ARD&amp;url=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;version=0.7" title="Add 'Screen Shots &#038; ARD' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Screen Shots &#038; ARD' to Feed Me Links" alt="Add 'Screen Shots &#038; ARD' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/" title="Add 'Screen Shots &#038; ARD' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Screen Shots &#038; ARD' to Technorati" alt="Add 'Screen Shots &#038; ARD' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;t=Screen+Shots+%26%23038%3B+ARD" title="Add 'Screen Shots &#038; ARD' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Screen Shots &#038; ARD' to Yahoo My Web" alt="Add 'Screen Shots &#038; ARD' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;h=Screen+Shots+%26%23038%3B+ARD" title="Add 'Screen Shots &#038; ARD' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Screen Shots &#038; ARD' to Newsvine" alt="Add 'Screen Shots &#038; ARD' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;title=Screen+Shots+%26%23038%3B+ARD" title="Add 'Screen Shots &#038; ARD' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Screen Shots &#038; ARD' to Socializer" alt="Add 'Screen Shots &#038; ARD' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;title=Screen+Shots+%26%23038%3B+ARD" title="Add 'Screen Shots &#038; ARD' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Screen Shots &#038; ARD' to Stumble Upon" alt="Add 'Screen Shots &#038; ARD' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;title=Screen+Shots+%26%23038%3B+ARD" title="Add 'Screen Shots &#038; ARD' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Screen Shots &#038; ARD' to Google Bookmarks" alt="Add 'Screen Shots &#038; ARD' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;title=Screen+Shots+%26%23038%3B+ARD" title="Add 'Screen Shots &#038; ARD' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Screen Shots &#038; ARD' to OKnotizie" alt="Add 'Screen Shots &#038; ARD' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;T=Screen+Shots+%26%23038%3B+ARD" title="Add 'Screen Shots &#038; ARD' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Screen Shots &#038; ARD' to Propeller" alt="Add 'Screen Shots &#038; ARD' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/" title="Add 'Screen Shots &#038; ARD' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Screen Shots &#038; ARD' to Bookmark.it" alt="Add 'Screen Shots &#038; ARD' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Screen+Shots+%26%23038%3B+ARD&amp;url=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/" title="Add 'Screen Shots &#038; ARD' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Screen Shots &#038; ARD' to Ask" alt="Add 'Screen Shots &#038; ARD' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;title=Screen+Shots+%26%23038%3B+ARD" title="Add 'Screen Shots &#038; ARD' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Screen Shots &#038; ARD' to Live-MSN" alt="Add 'Screen Shots &#038; ARD' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Screen+Shots+%26%23038%3B+ARD&amp;url=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/" title="Add 'Screen Shots &#038; ARD' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Screen Shots &#038; ARD' to SlashDot" alt="Add 'Screen Shots &#038; ARD' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mac-os-x-server/screen-shots-ard/&amp;t=Screen+Shots+%26%23038%3B+ARD" title="Add 'Screen Shots &#038; ARD' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Screen Shots &#038; ARD' to FaceBook" alt="Add 'Screen Shots &#038; ARD' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x-server/screen-shots-ard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Apps Connector for BlackBerry</title>
		<link>http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/</link>
		<comments>http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 16:01:23 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Kerio]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[BlackBerry Enterprise Server]]></category>
		<category><![CDATA[Google Apps Connector for BlackBerry]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=423</guid>
		<description><![CDATA[Using the Google Apps Connector for BlackBerry means that your Blackberry users can keep using the mobile platform that they love, with Google Apps. The Google Apps Connector allows users to access mail, calendar and contacts using the built-in applications for doing so rather than needing a 3rd party application. The Google Apps Connector plugs [...]]]></description>
			<content:encoded><![CDATA[<p>Using the Google Apps Connector for BlackBerry means that your Blackberry users can keep using the mobile platform that they love, with Google Apps. The Google Apps Connector allows users to access mail, calendar and contacts using the built-in applications for doing so rather than needing a 3rd party application. The Google Apps Connector plugs into BlackBerry Enterprise Server and connects from your organization to Google, handing off the traffic destined to handhelds through Research In Motion in much the same way that Blackberry Enterprise Server for Exchange works.</p>
<p>The 1.5 version of the Google Apps connector for Blackberry <a href="http://googleappsupdates.blogspot.com/2009/11/new-version-of-google-apps-connector.html">has now been released</a>. This update brings maturity, additional capacity and overall performance enhancements. But most importantly, it can be run on 64-bit operating systems. You can also now use BlackBerry Professional with the Google Apps Connector for BlackBerry Enterprise Server.</p>
<p>If your organization is considering a move to Google Apps, contact 318 now and we can help to plan the transition; whether from Exchange or Lotus Notes or even good &#8216;ole postfix, 318 is here to help!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;title=Google+Apps+Connector+for+BlackBerry" title="Add 'Google Apps Connector for BlackBerry' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Google Apps Connector for BlackBerry' to Del.icio.us" alt="Add 'Google Apps Connector for BlackBerry' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;title=Google+Apps+Connector+for+BlackBerry" title="Add 'Google Apps Connector for BlackBerry' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Google Apps Connector for BlackBerry' to digg" alt="Add 'Google Apps Connector for BlackBerry' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Google+Apps+Connector+for+BlackBerry&amp;url=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;version=0.7" title="Add 'Google Apps Connector for BlackBerry' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Google Apps Connector for BlackBerry' to Feed Me Links" alt="Add 'Google Apps Connector for BlackBerry' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/" title="Add 'Google Apps Connector for BlackBerry' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Google Apps Connector for BlackBerry' to Technorati" alt="Add 'Google Apps Connector for BlackBerry' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;t=Google+Apps+Connector+for+BlackBerry" title="Add 'Google Apps Connector for BlackBerry' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Google Apps Connector for BlackBerry' to Yahoo My Web" alt="Add 'Google Apps Connector for BlackBerry' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;h=Google+Apps+Connector+for+BlackBerry" title="Add 'Google Apps Connector for BlackBerry' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Google Apps Connector for BlackBerry' to Newsvine" alt="Add 'Google Apps Connector for BlackBerry' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;title=Google+Apps+Connector+for+BlackBerry" title="Add 'Google Apps Connector for BlackBerry' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Google Apps Connector for BlackBerry' to Socializer" alt="Add 'Google Apps Connector for BlackBerry' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;title=Google+Apps+Connector+for+BlackBerry" title="Add 'Google Apps Connector for BlackBerry' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Google Apps Connector for BlackBerry' to Stumble Upon" alt="Add 'Google Apps Connector for BlackBerry' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;title=Google+Apps+Connector+for+BlackBerry" title="Add 'Google Apps Connector for BlackBerry' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Google Apps Connector for BlackBerry' to Google Bookmarks" alt="Add 'Google Apps Connector for BlackBerry' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;title=Google+Apps+Connector+for+BlackBerry" title="Add 'Google Apps Connector for BlackBerry' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Google Apps Connector for BlackBerry' to OKnotizie" alt="Add 'Google Apps Connector for BlackBerry' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;T=Google+Apps+Connector+for+BlackBerry" title="Add 'Google Apps Connector for BlackBerry' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Google Apps Connector for BlackBerry' to Propeller" alt="Add 'Google Apps Connector for BlackBerry' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/" title="Add 'Google Apps Connector for BlackBerry' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Google Apps Connector for BlackBerry' to Bookmark.it" alt="Add 'Google Apps Connector for BlackBerry' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Google+Apps+Connector+for+BlackBerry&amp;url=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/" title="Add 'Google Apps Connector for BlackBerry' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Google Apps Connector for BlackBerry' to Ask" alt="Add 'Google Apps Connector for BlackBerry' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;title=Google+Apps+Connector+for+BlackBerry" title="Add 'Google Apps Connector for BlackBerry' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Google Apps Connector for BlackBerry' to Live-MSN" alt="Add 'Google Apps Connector for BlackBerry' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Google+Apps+Connector+for+BlackBerry&amp;url=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/" title="Add 'Google Apps Connector for BlackBerry' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Google Apps Connector for BlackBerry' to SlashDot" alt="Add 'Google Apps Connector for BlackBerry' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/&amp;t=Google+Apps+Connector+for+BlackBerry" title="Add 'Google Apps Connector for BlackBerry' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Google Apps Connector for BlackBerry' to FaceBook" alt="Add 'Google Apps Connector for BlackBerry' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/web-development/google-apps-connector-for-blackberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OmniGraffle Tips &amp; Tricks</title>
		<link>http://techjournal.318.com/scripts/omnigraffle-tips-tricks/</link>
		<comments>http://techjournal.318.com/scripts/omnigraffle-tips-tricks/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:13:51 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[General Technology]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Network Architecture]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[318]]></category>
		<category><![CDATA[graffle]]></category>
		<category><![CDATA[OmniGraffle]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=415</guid>
		<description><![CDATA[Here are some great OmniGraffle Tips and Tricks!

Link To:
]]></description>
			<content:encoded><![CDATA[<p>Here are some great OmniGraffle Tips and Tricks!</p>
<p style="text-align: center;"><a href="http://www.318.com/techjournal/wp-content/uploads/2009/12/omnigraffle-tips-pub.pdf"><img class="aligncenter" title="OmniGraffle Tips &amp; Tricks" src="http://www.318.com/techjournal/wp-content/uploads/2009/12/screen-shot-2009-12-01-at-10557-pm1.pdf" alt="" width="405" height="303" /></a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;title=OmniGraffle+Tips+%26%23038%3B+Tricks" title="Add 'OmniGraffle Tips &#038; Tricks' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Del.icio.us" alt="Add 'OmniGraffle Tips &#038; Tricks' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;title=OmniGraffle+Tips+%26%23038%3B+Tricks" title="Add 'OmniGraffle Tips &#038; Tricks' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'OmniGraffle Tips &#038; Tricks' to digg" alt="Add 'OmniGraffle Tips &#038; Tricks' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=OmniGraffle+Tips+%26%23038%3B+Tricks&amp;url=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;version=0.7" title="Add 'OmniGraffle Tips &#038; Tricks' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Feed Me Links" alt="Add 'OmniGraffle Tips &#038; Tricks' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/" title="Add 'OmniGraffle Tips &#038; Tricks' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Technorati" alt="Add 'OmniGraffle Tips &#038; Tricks' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;t=OmniGraffle+Tips+%26%23038%3B+Tricks" title="Add 'OmniGraffle Tips &#038; Tricks' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Yahoo My Web" alt="Add 'OmniGraffle Tips &#038; Tricks' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;h=OmniGraffle+Tips+%26%23038%3B+Tricks" title="Add 'OmniGraffle Tips &#038; Tricks' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Newsvine" alt="Add 'OmniGraffle Tips &#038; Tricks' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;title=OmniGraffle+Tips+%26%23038%3B+Tricks" title="Add 'OmniGraffle Tips &#038; Tricks' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Socializer" alt="Add 'OmniGraffle Tips &#038; Tricks' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;title=OmniGraffle+Tips+%26%23038%3B+Tricks" title="Add 'OmniGraffle Tips &#038; Tricks' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Stumble Upon" alt="Add 'OmniGraffle Tips &#038; Tricks' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;title=OmniGraffle+Tips+%26%23038%3B+Tricks" title="Add 'OmniGraffle Tips &#038; Tricks' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Google Bookmarks" alt="Add 'OmniGraffle Tips &#038; Tricks' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;title=OmniGraffle+Tips+%26%23038%3B+Tricks" title="Add 'OmniGraffle Tips &#038; Tricks' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'OmniGraffle Tips &#038; Tricks' to OKnotizie" alt="Add 'OmniGraffle Tips &#038; Tricks' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;T=OmniGraffle+Tips+%26%23038%3B+Tricks" title="Add 'OmniGraffle Tips &#038; Tricks' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Propeller" alt="Add 'OmniGraffle Tips &#038; Tricks' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/" title="Add 'OmniGraffle Tips &#038; Tricks' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Bookmark.it" alt="Add 'OmniGraffle Tips &#038; Tricks' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=OmniGraffle+Tips+%26%23038%3B+Tricks&amp;url=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/" title="Add 'OmniGraffle Tips &#038; Tricks' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Ask" alt="Add 'OmniGraffle Tips &#038; Tricks' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;title=OmniGraffle+Tips+%26%23038%3B+Tricks" title="Add 'OmniGraffle Tips &#038; Tricks' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'OmniGraffle Tips &#038; Tricks' to Live-MSN" alt="Add 'OmniGraffle Tips &#038; Tricks' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=OmniGraffle+Tips+%26%23038%3B+Tricks&amp;url=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/" title="Add 'OmniGraffle Tips &#038; Tricks' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'OmniGraffle Tips &#038; Tricks' to SlashDot" alt="Add 'OmniGraffle Tips &#038; Tricks' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/scripts/omnigraffle-tips-tricks/&amp;t=OmniGraffle+Tips+%26%23038%3B+Tricks" title="Add 'OmniGraffle Tips &#038; Tricks' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'OmniGraffle Tips &#038; Tricks' to FaceBook" alt="Add 'OmniGraffle Tips &#038; Tricks' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/scripts/omnigraffle-tips-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New CLI Options in Final Cut Server</title>
		<link>http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/</link>
		<comments>http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:05:52 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[FCS]]></category>
		<category><![CDATA[fcsvr_client]]></category>
		<category><![CDATA[Final Cut Server 1.5.1]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=413</guid>
		<description><![CDATA[For those of us who thought that the Final Cut Server 1.5.1 update was just a couple of minor bug fixes, there&#8217;s a little more than meets the eye. If you run /Library/Application Support/Final Cut Server/Final Cut Server.bundle/Contents/MacOS/fcsvr_client then you&#8217;ll note that there are a few fun new features. While there hasn&#8217;t been enough time [...]]]></description>
			<content:encoded><![CDATA[<p>For those of us who thought that the Final Cut Server 1.5.1 update was just a couple of minor bug fixes, there&#8217;s a little more than meets the eye. If you run /Library/Application Support/Final Cut Server/Final Cut Server.bundle/Contents/MacOS/fcsvr_client then you&#8217;ll note that there are a few fun new features. While there hasn&#8217;t been enough time to thoroughly put the new options through their paces, we do hope to do further reporting on them as we become more comfortable with leveraging them for automations. Stay tuned!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;title=New+CLI+Options+in+Final+Cut+Server" title="Add 'New CLI Options in Final Cut Server' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'New CLI Options in Final Cut Server' to Del.icio.us" alt="Add 'New CLI Options in Final Cut Server' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;title=New+CLI+Options+in+Final+Cut+Server" title="Add 'New CLI Options in Final Cut Server' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'New CLI Options in Final Cut Server' to digg" alt="Add 'New CLI Options in Final Cut Server' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=New+CLI+Options+in+Final+Cut+Server&amp;url=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;version=0.7" title="Add 'New CLI Options in Final Cut Server' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'New CLI Options in Final Cut Server' to Feed Me Links" alt="Add 'New CLI Options in Final Cut Server' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/" title="Add 'New CLI Options in Final Cut Server' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'New CLI Options in Final Cut Server' to Technorati" alt="Add 'New CLI Options in Final Cut Server' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;t=New+CLI+Options+in+Final+Cut+Server" title="Add 'New CLI Options in Final Cut Server' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'New CLI Options in Final Cut Server' to Yahoo My Web" alt="Add 'New CLI Options in Final Cut Server' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;h=New+CLI+Options+in+Final+Cut+Server" title="Add 'New CLI Options in Final Cut Server' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'New CLI Options in Final Cut Server' to Newsvine" alt="Add 'New CLI Options in Final Cut Server' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;title=New+CLI+Options+in+Final+Cut+Server" title="Add 'New CLI Options in Final Cut Server' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'New CLI Options in Final Cut Server' to Socializer" alt="Add 'New CLI Options in Final Cut Server' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;title=New+CLI+Options+in+Final+Cut+Server" title="Add 'New CLI Options in Final Cut Server' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'New CLI Options in Final Cut Server' to Stumble Upon" alt="Add 'New CLI Options in Final Cut Server' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;title=New+CLI+Options+in+Final+Cut+Server" title="Add 'New CLI Options in Final Cut Server' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'New CLI Options in Final Cut Server' to Google Bookmarks" alt="Add 'New CLI Options in Final Cut Server' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;title=New+CLI+Options+in+Final+Cut+Server" title="Add 'New CLI Options in Final Cut Server' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'New CLI Options in Final Cut Server' to OKnotizie" alt="Add 'New CLI Options in Final Cut Server' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;T=New+CLI+Options+in+Final+Cut+Server" title="Add 'New CLI Options in Final Cut Server' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'New CLI Options in Final Cut Server' to Propeller" alt="Add 'New CLI Options in Final Cut Server' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/" title="Add 'New CLI Options in Final Cut Server' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'New CLI Options in Final Cut Server' to Bookmark.it" alt="Add 'New CLI Options in Final Cut Server' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=New+CLI+Options+in+Final+Cut+Server&amp;url=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/" title="Add 'New CLI Options in Final Cut Server' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'New CLI Options in Final Cut Server' to Ask" alt="Add 'New CLI Options in Final Cut Server' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;title=New+CLI+Options+in+Final+Cut+Server" title="Add 'New CLI Options in Final Cut Server' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'New CLI Options in Final Cut Server' to Live-MSN" alt="Add 'New CLI Options in Final Cut Server' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=New+CLI+Options+in+Final+Cut+Server&amp;url=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/" title="Add 'New CLI Options in Final Cut Server' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'New CLI Options in Final Cut Server' to SlashDot" alt="Add 'New CLI Options in Final Cut Server' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/&amp;t=New+CLI+Options+in+Final+Cut+Server" title="Add 'New CLI Options in Final Cut Server' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'New CLI Options in Final Cut Server' to FaceBook" alt="Add 'New CLI Options in Final Cut Server' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x-server/new-cli-options-in-final-cut-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATTO Fibre Channel + Snow Leopard</title>
		<link>http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/</link>
		<comments>http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 21:11:47 +0000</pubDate>
		<dc:creator>Chris Barker</dc:creator>
				<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Network Architecture]]></category>
		<category><![CDATA[ATTO]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=408</guid>
		<description><![CDATA[If you&#8217;re using the ATTO card along with Snow Leopard then the 2.41MP driver on their website is compatible with 10.6, but they have yet to update the website to reflect that it is. These are the drivers for 42ES coupled with the EMC Clarion system:
http://attotech.com/product.php?model=80
You may want to check with Tech Support, but it [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using the ATTO card along with Snow Leopard then the 2.41MP driver on their website is compatible with 10.6, but they have yet to update the website to reflect that it is. These are the drivers for 42ES coupled with the EMC Clarion system:<br />
<a href="http://attotech.com/product.php?model=80">http://attotech.com/product.php?model=80</a></p>
<p>You may want to check with Tech Support, but it appears the latest 10.5 drivers will work with 10.6</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;title=ATTO+Fibre+Channel+%2B+Snow+Leopard" title="Add 'ATTO Fibre Channel + Snow Leopard' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Del.icio.us" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;title=ATTO+Fibre+Channel+%2B+Snow+Leopard" title="Add 'ATTO Fibre Channel + Snow Leopard' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to digg" alt="Add 'ATTO Fibre Channel + Snow Leopard' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=ATTO+Fibre+Channel+%2B+Snow+Leopard&amp;url=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;version=0.7" title="Add 'ATTO Fibre Channel + Snow Leopard' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Feed Me Links" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/" title="Add 'ATTO Fibre Channel + Snow Leopard' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Technorati" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;t=ATTO+Fibre+Channel+%2B+Snow+Leopard" title="Add 'ATTO Fibre Channel + Snow Leopard' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Yahoo My Web" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;h=ATTO+Fibre+Channel+%2B+Snow+Leopard" title="Add 'ATTO Fibre Channel + Snow Leopard' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Newsvine" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;title=ATTO+Fibre+Channel+%2B+Snow+Leopard" title="Add 'ATTO Fibre Channel + Snow Leopard' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Socializer" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;title=ATTO+Fibre+Channel+%2B+Snow+Leopard" title="Add 'ATTO Fibre Channel + Snow Leopard' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Stumble Upon" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;title=ATTO+Fibre+Channel+%2B+Snow+Leopard" title="Add 'ATTO Fibre Channel + Snow Leopard' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Google Bookmarks" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;title=ATTO+Fibre+Channel+%2B+Snow+Leopard" title="Add 'ATTO Fibre Channel + Snow Leopard' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'ATTO Fibre Channel + Snow Leopard' to OKnotizie" alt="Add 'ATTO Fibre Channel + Snow Leopard' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;T=ATTO+Fibre+Channel+%2B+Snow+Leopard" title="Add 'ATTO Fibre Channel + Snow Leopard' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Propeller" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/" title="Add 'ATTO Fibre Channel + Snow Leopard' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Bookmark.it" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=ATTO+Fibre+Channel+%2B+Snow+Leopard&amp;url=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/" title="Add 'ATTO Fibre Channel + Snow Leopard' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Ask" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;title=ATTO+Fibre+Channel+%2B+Snow+Leopard" title="Add 'ATTO Fibre Channel + Snow Leopard' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to Live-MSN" alt="Add 'ATTO Fibre Channel + Snow Leopard' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=ATTO+Fibre+Channel+%2B+Snow+Leopard&amp;url=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/" title="Add 'ATTO Fibre Channel + Snow Leopard' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to SlashDot" alt="Add 'ATTO Fibre Channel + Snow Leopard' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/&amp;t=ATTO+Fibre+Channel+%2B+Snow+Leopard" title="Add 'ATTO Fibre Channel + Snow Leopard' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'ATTO Fibre Channel + Snow Leopard' to FaceBook" alt="Add 'ATTO Fibre Channel + Snow Leopard' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/network-architecture/atto-fibre-channel-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tier Zero Asset Development</title>
		<link>http://techjournal.318.com/it-management/tier-zero-asset-development/</link>
		<comments>http://techjournal.318.com/it-management/tier-zero-asset-development/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 17:02:19 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[IT Management]]></category>
		<category><![CDATA[318]]></category>
		<category><![CDATA[asset]]></category>
		<category><![CDATA[tier zero]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=406</guid>
		<description><![CDATA[The staff at 318 is responsible for developing over 75 courses, 40 exams and thousands of pages of assets for ourselves and our customers, including vendors that you may have obtained certifications through. 318 is a firm believer in education, developing a substantial amount of documentation and testing materials for our own internal use and [...]]]></description>
			<content:encoded><![CDATA[<p>The staff at 318 is responsible for developing over 75 courses, 40 exams and thousands of pages of assets for ourselves and our customers, including vendors that you may have obtained certifications through. 318 is a firm believer in education, developing a substantial amount of documentation and testing materials for our own internal use and exclusive use for various customers. We are able to do this because we have a strong emphasis on education, which can be seen by the fact that 7 of our staff have become technical authors publishing books while at 318. </p>
<p>But developing assets that can be leveraged to decrease Total Cost of Ownership (TCO) for an organization is arguably a different beast. FAQs, knowledge base articles and pre-populated wiki entries are only the beginning to the self-servicing power that can be unleashed for your users. Concerned that you don&#8217;t have the deep technical backgrounds, the time to develop the required assets or the writing experience on staff, then let 318 work with you to develop a plan and assets that can be provided in a variety of means to meet the needs of your dynamically changing user base.</p>
<p>Contact 318 today for more on leveraging our experience to help you with your emerging zero asset needs.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;title=Tier+Zero+Asset+Development" title="Add 'Tier Zero Asset Development' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Tier Zero Asset Development' to Del.icio.us" alt="Add 'Tier Zero Asset Development' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;title=Tier+Zero+Asset+Development" title="Add 'Tier Zero Asset Development' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Tier Zero Asset Development' to digg" alt="Add 'Tier Zero Asset Development' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Tier+Zero+Asset+Development&amp;url=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;version=0.7" title="Add 'Tier Zero Asset Development' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Tier Zero Asset Development' to Feed Me Links" alt="Add 'Tier Zero Asset Development' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/it-management/tier-zero-asset-development/" title="Add 'Tier Zero Asset Development' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Tier Zero Asset Development' to Technorati" alt="Add 'Tier Zero Asset Development' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;t=Tier+Zero+Asset+Development" title="Add 'Tier Zero Asset Development' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Tier Zero Asset Development' to Yahoo My Web" alt="Add 'Tier Zero Asset Development' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;h=Tier+Zero+Asset+Development" title="Add 'Tier Zero Asset Development' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Tier Zero Asset Development' to Newsvine" alt="Add 'Tier Zero Asset Development' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;title=Tier+Zero+Asset+Development" title="Add 'Tier Zero Asset Development' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Tier Zero Asset Development' to Socializer" alt="Add 'Tier Zero Asset Development' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;title=Tier+Zero+Asset+Development" title="Add 'Tier Zero Asset Development' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Tier Zero Asset Development' to Stumble Upon" alt="Add 'Tier Zero Asset Development' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;title=Tier+Zero+Asset+Development" title="Add 'Tier Zero Asset Development' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Tier Zero Asset Development' to Google Bookmarks" alt="Add 'Tier Zero Asset Development' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;title=Tier+Zero+Asset+Development" title="Add 'Tier Zero Asset Development' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Tier Zero Asset Development' to OKnotizie" alt="Add 'Tier Zero Asset Development' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;T=Tier+Zero+Asset+Development" title="Add 'Tier Zero Asset Development' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Tier Zero Asset Development' to Propeller" alt="Add 'Tier Zero Asset Development' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/it-management/tier-zero-asset-development/" title="Add 'Tier Zero Asset Development' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Tier Zero Asset Development' to Bookmark.it" alt="Add 'Tier Zero Asset Development' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Tier+Zero+Asset+Development&amp;url=http://techjournal.318.com/it-management/tier-zero-asset-development/" title="Add 'Tier Zero Asset Development' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Tier Zero Asset Development' to Ask" alt="Add 'Tier Zero Asset Development' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;title=Tier+Zero+Asset+Development" title="Add 'Tier Zero Asset Development' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Tier Zero Asset Development' to Live-MSN" alt="Add 'Tier Zero Asset Development' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Tier+Zero+Asset+Development&amp;url=http://techjournal.318.com/it-management/tier-zero-asset-development/" title="Add 'Tier Zero Asset Development' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Tier Zero Asset Development' to SlashDot" alt="Add 'Tier Zero Asset Development' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/it-management/tier-zero-asset-development/&amp;t=Tier+Zero+Asset+Development" title="Add 'Tier Zero Asset Development' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Tier Zero Asset Development' to FaceBook" alt="Add 'Tier Zero Asset Development' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/it-management/tier-zero-asset-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kerio Beta Released</title>
		<link>http://techjournal.318.com/kerio/kerio-beta-released/</link>
		<comments>http://techjournal.318.com/kerio/kerio-beta-released/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 17:34:12 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Kerio]]></category>
		<category><![CDATA[Kerio Beta]]></category>
		<category><![CDATA[Kerio Connect]]></category>
		<category><![CDATA[KMS]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=402</guid>
		<description><![CDATA[The next version of Kerio, Kerio Connect, has now gone into Beta. The most impressive addition is the ability to have multiple servers, which will help to scale Kerio further both in terms of geography and in terms of total user count. For more on the update:

As Kerio 7 continues to move forward in development, [...]]]></description>
			<content:encoded><![CDATA[<p>The next version of Kerio, Kerio Connect, has now gone into Beta. The most impressive addition is the ability to have multiple servers, which will help to scale Kerio further both in terms of geography and in terms of total user count. For more on the update:</p>
<p><center><a href="http://download.kerio.com/dwn/beta/kerio-connect-notes-en-7.0-vb1.pdf"><img class="alignnone" title="http://download.kerio.com/dwn/beta/kerio-connect-notes-en-7.0-vb1.pdf" src="http://download.kerio.com/dwn/beta/kerio-connect-notes-en-7.0-vb1.pdf" alt="" width="595" height="842" /></a></center></p>
<p>As Kerio 7 continues to move forward in development, we look forward to seeing how the other new features perform and work with our customers to develop strategies for the newly supported features. If you were thinking about Kerio, but the scalability was a barrier for you in the past, then contact us now and we can work with you to determine if Kerio is a good fit for your organization and if so, develop a strategy for integration!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/kerio/kerio-beta-released/&amp;title=Kerio+Beta+Released" title="Add 'Kerio Beta Released' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Kerio Beta Released' to Del.icio.us" alt="Add 'Kerio Beta Released' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/kerio/kerio-beta-released/&amp;title=Kerio+Beta+Released" title="Add 'Kerio Beta Released' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Kerio Beta Released' to digg" alt="Add 'Kerio Beta Released' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Kerio+Beta+Released&amp;url=http://techjournal.318.com/kerio/kerio-beta-released/&amp;version=0.7" title="Add 'Kerio Beta Released' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Kerio Beta Released' to Feed Me Links" alt="Add 'Kerio Beta Released' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/kerio/kerio-beta-released/" title="Add 'Kerio Beta Released' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Kerio Beta Released' to Technorati" alt="Add 'Kerio Beta Released' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/kerio/kerio-beta-released/&amp;t=Kerio+Beta+Released" title="Add 'Kerio Beta Released' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Kerio Beta Released' to Yahoo My Web" alt="Add 'Kerio Beta Released' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/kerio/kerio-beta-released/&amp;h=Kerio+Beta+Released" title="Add 'Kerio Beta Released' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Kerio Beta Released' to Newsvine" alt="Add 'Kerio Beta Released' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/kerio/kerio-beta-released/&amp;title=Kerio+Beta+Released" title="Add 'Kerio Beta Released' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Kerio Beta Released' to Socializer" alt="Add 'Kerio Beta Released' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/kerio/kerio-beta-released/&amp;title=Kerio+Beta+Released" title="Add 'Kerio Beta Released' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Kerio Beta Released' to Stumble Upon" alt="Add 'Kerio Beta Released' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/kerio/kerio-beta-released/&amp;title=Kerio+Beta+Released" title="Add 'Kerio Beta Released' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Kerio Beta Released' to Google Bookmarks" alt="Add 'Kerio Beta Released' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/kerio/kerio-beta-released/&amp;title=Kerio+Beta+Released" title="Add 'Kerio Beta Released' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Kerio Beta Released' to OKnotizie" alt="Add 'Kerio Beta Released' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/kerio/kerio-beta-released/&amp;T=Kerio+Beta+Released" title="Add 'Kerio Beta Released' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Kerio Beta Released' to Propeller" alt="Add 'Kerio Beta Released' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/kerio/kerio-beta-released/" title="Add 'Kerio Beta Released' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Kerio Beta Released' to Bookmark.it" alt="Add 'Kerio Beta Released' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Kerio+Beta+Released&amp;url=http://techjournal.318.com/kerio/kerio-beta-released/" title="Add 'Kerio Beta Released' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Kerio Beta Released' to Ask" alt="Add 'Kerio Beta Released' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/kerio/kerio-beta-released/&amp;title=Kerio+Beta+Released" title="Add 'Kerio Beta Released' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Kerio Beta Released' to Live-MSN" alt="Add 'Kerio Beta Released' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Kerio+Beta+Released&amp;url=http://techjournal.318.com/kerio/kerio-beta-released/" title="Add 'Kerio Beta Released' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Kerio Beta Released' to SlashDot" alt="Add 'Kerio Beta Released' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/kerio/kerio-beta-released/&amp;t=Kerio+Beta+Released" title="Add 'Kerio Beta Released' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Kerio Beta Released' to FaceBook" alt="Add 'Kerio Beta Released' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/kerio/kerio-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.6.2 Server Available</title>
		<link>http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/</link>
		<comments>http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 13:00:59 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Mass Deployments]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X 10.6.2]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Snow Leopard Server]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=394</guid>
		<description><![CDATA[Mac OS X 10.6.2 Server is now available. This update represents a great step for environments that have either already made to, or are preparing/planning the upgrade to, Snow Leopard Server. In this update, Apple addresses the following issues (from Apple.com):

adding and removing imported users in Server Preferences
synchronizing Portable Home Directory content
using iCal web interface [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Mac OS X 10.6.2 Server is now available. This update represents a great step for environments that have either already made to, or are preparing/planning the upgrade to, Snow Leopard Server. In this update, Apple addresses the following issues (<a href="http://www.apple.com/downloads/macosx/apple/macosx_updates/macosxserverv1062update.html">from Apple.com</a>):</p>
<ul>
<li>adding and removing imported users in Server Preferences</li>
<li>synchronizing Portable Home Directory content</li>
<li>using iCal web interface within select time zones</li>
<li>previewing and capturing dual-source video in Podcast Capture</li>
<li>server-side filtering of incoming mail messages</li>
<li>using chained digital certificates for mail services</li>
<li>creating images with System Image Utility</li>
<li>automating installation of NetRestore images</li>
<li>preventing brute force password attacks</li>
<li>using sudo command with authenticated Open Directory binding</li>
<li>binding to Active Directory domains with invalid service records</li>
<li>creation of mobile accounts for Active Directory users</li>
<li>correcting a problem that would cause the Software Update cache to grow excessively</li>
</ul>
</blockquote>
<p><img alt="" src="http://images.apple.com/downloads/macosx/apple/macosx_updates/images/macosxserverv1062update_20091109145337.jpg" title="http://images.apple.com/downloads/macosx/apple/macosx_updates/images/macosxserverv1062update_20091109145337.jpg" class="alignnone" width="300" height="178" /></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;title=Mac+OS+X+10.6.2+Server+Available" title="Add 'Mac OS X 10.6.2 Server Available' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mac OS X 10.6.2 Server Available' to Del.icio.us" alt="Add 'Mac OS X 10.6.2 Server Available' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;title=Mac+OS+X+10.6.2+Server+Available" title="Add 'Mac OS X 10.6.2 Server Available' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mac OS X 10.6.2 Server Available' to digg" alt="Add 'Mac OS X 10.6.2 Server Available' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Mac+OS+X+10.6.2+Server+Available&amp;url=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;version=0.7" title="Add 'Mac OS X 10.6.2 Server Available' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Mac OS X 10.6.2 Server Available' to Feed Me Links" alt="Add 'Mac OS X 10.6.2 Server Available' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/" title="Add 'Mac OS X 10.6.2 Server Available' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mac OS X 10.6.2 Server Available' to Technorati" alt="Add 'Mac OS X 10.6.2 Server Available' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;t=Mac+OS+X+10.6.2+Server+Available" title="Add 'Mac OS X 10.6.2 Server Available' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Mac OS X 10.6.2 Server Available' to Yahoo My Web" alt="Add 'Mac OS X 10.6.2 Server Available' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;h=Mac+OS+X+10.6.2+Server+Available" title="Add 'Mac OS X 10.6.2 Server Available' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Mac OS X 10.6.2 Server Available' to Newsvine" alt="Add 'Mac OS X 10.6.2 Server Available' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;title=Mac+OS+X+10.6.2+Server+Available" title="Add 'Mac OS X 10.6.2 Server Available' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Mac OS X 10.6.2 Server Available' to Socializer" alt="Add 'Mac OS X 10.6.2 Server Available' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;title=Mac+OS+X+10.6.2+Server+Available" title="Add 'Mac OS X 10.6.2 Server Available' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mac OS X 10.6.2 Server Available' to Stumble Upon" alt="Add 'Mac OS X 10.6.2 Server Available' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;title=Mac+OS+X+10.6.2+Server+Available" title="Add 'Mac OS X 10.6.2 Server Available' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mac OS X 10.6.2 Server Available' to Google Bookmarks" alt="Add 'Mac OS X 10.6.2 Server Available' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;title=Mac+OS+X+10.6.2+Server+Available" title="Add 'Mac OS X 10.6.2 Server Available' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Mac OS X 10.6.2 Server Available' to OKnotizie" alt="Add 'Mac OS X 10.6.2 Server Available' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;T=Mac+OS+X+10.6.2+Server+Available" title="Add 'Mac OS X 10.6.2 Server Available' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Mac OS X 10.6.2 Server Available' to Propeller" alt="Add 'Mac OS X 10.6.2 Server Available' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/" title="Add 'Mac OS X 10.6.2 Server Available' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Mac OS X 10.6.2 Server Available' to Bookmark.it" alt="Add 'Mac OS X 10.6.2 Server Available' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Mac+OS+X+10.6.2+Server+Available&amp;url=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/" title="Add 'Mac OS X 10.6.2 Server Available' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Mac OS X 10.6.2 Server Available' to Ask" alt="Add 'Mac OS X 10.6.2 Server Available' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;title=Mac+OS+X+10.6.2+Server+Available" title="Add 'Mac OS X 10.6.2 Server Available' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Mac OS X 10.6.2 Server Available' to Live-MSN" alt="Add 'Mac OS X 10.6.2 Server Available' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mac+OS+X+10.6.2+Server+Available&amp;url=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/" title="Add 'Mac OS X 10.6.2 Server Available' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mac OS X 10.6.2 Server Available' to SlashDot" alt="Add 'Mac OS X 10.6.2 Server Available' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/&amp;t=Mac+OS+X+10.6.2+Server+Available" title="Add 'Mac OS X 10.6.2 Server Available' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mac OS X 10.6.2 Server Available' to FaceBook" alt="Add 'Mac OS X 10.6.2 Server Available' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mass-deployments/mac-os-x-1062-server-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.6.2 Now Available</title>
		<link>http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/</link>
		<comments>http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:50:15 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[10.6.2]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=392</guid>
		<description><![CDATA[For those considering a migration for Snow Leopard or those who have already moved into Snow Leopard, you will be interested to know that Apple has released the 10.6.2 update that has been in progress for some time. Updates and issue resolutions that are included (from Apple):


an issue that might cause your system to logout [...]]]></description>
			<content:encoded><![CDATA[<p>For those considering a migration for Snow Leopard or those who have already moved into Snow Leopard, you will be interested to know that Apple has released the 10.6.2 update that has been in progress for some time. Updates and issue resolutions that are included (from <a href="http://www.apple.com/downloads/macosx/apple/macosx_updates/macosxv1062update.html">Apple</a>):</p>
<blockquote>
<ul>
<li>an issue that might cause your system to logout unexpectedly</li>
<li>a graphics distortion in Safari Top Sites</li>
<li>Spotlight search results not showing Exchange contacts</li>
<li>a problem that prevented authenticating as an administrative user</li>
<li>issues when using NTFS and WebDAV file servers</li>
<li>the reliability of menu extras</li>
<li>an issue with the 4-finger swipe gesture</li>
<li>an issue that causes Mail to quit unexpectedly when setting up an Exchange server Address Book becoming unresponsive when editing</li>
<li>a problem adding images to contacts in Address Book</li>
<li>an issue that prevented opening files downloaded from the Internet</li>
<li>Safari plug-in reliability</li>
<li>general reliability improvements for iWork, iLife, Aperture, Final Cut Studio, MobileMe, and iDisk</li>
<li>an issue that caused data to be deleted when using a guest account</li>
</ul>
</blockquote>
<p>Mac OS X 10.6.2 represents Apple coming another step to making Snow Leopard ready for mass integration in most any environment. If you have not already done so, consider contacting your 318 representative now to start planning for your migration!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;title=Mac+OS+X+10.6.2+Now+Available" title="Add 'Mac OS X 10.6.2 Now Available' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mac OS X 10.6.2 Now Available' to Del.icio.us" alt="Add 'Mac OS X 10.6.2 Now Available' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;title=Mac+OS+X+10.6.2+Now+Available" title="Add 'Mac OS X 10.6.2 Now Available' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mac OS X 10.6.2 Now Available' to digg" alt="Add 'Mac OS X 10.6.2 Now Available' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Mac+OS+X+10.6.2+Now+Available&amp;url=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;version=0.7" title="Add 'Mac OS X 10.6.2 Now Available' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Mac OS X 10.6.2 Now Available' to Feed Me Links" alt="Add 'Mac OS X 10.6.2 Now Available' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/" title="Add 'Mac OS X 10.6.2 Now Available' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mac OS X 10.6.2 Now Available' to Technorati" alt="Add 'Mac OS X 10.6.2 Now Available' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;t=Mac+OS+X+10.6.2+Now+Available" title="Add 'Mac OS X 10.6.2 Now Available' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Mac OS X 10.6.2 Now Available' to Yahoo My Web" alt="Add 'Mac OS X 10.6.2 Now Available' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;h=Mac+OS+X+10.6.2+Now+Available" title="Add 'Mac OS X 10.6.2 Now Available' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Mac OS X 10.6.2 Now Available' to Newsvine" alt="Add 'Mac OS X 10.6.2 Now Available' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;title=Mac+OS+X+10.6.2+Now+Available" title="Add 'Mac OS X 10.6.2 Now Available' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Mac OS X 10.6.2 Now Available' to Socializer" alt="Add 'Mac OS X 10.6.2 Now Available' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;title=Mac+OS+X+10.6.2+Now+Available" title="Add 'Mac OS X 10.6.2 Now Available' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mac OS X 10.6.2 Now Available' to Stumble Upon" alt="Add 'Mac OS X 10.6.2 Now Available' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;title=Mac+OS+X+10.6.2+Now+Available" title="Add 'Mac OS X 10.6.2 Now Available' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mac OS X 10.6.2 Now Available' to Google Bookmarks" alt="Add 'Mac OS X 10.6.2 Now Available' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;title=Mac+OS+X+10.6.2+Now+Available" title="Add 'Mac OS X 10.6.2 Now Available' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Mac OS X 10.6.2 Now Available' to OKnotizie" alt="Add 'Mac OS X 10.6.2 Now Available' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;T=Mac+OS+X+10.6.2+Now+Available" title="Add 'Mac OS X 10.6.2 Now Available' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Mac OS X 10.6.2 Now Available' to Propeller" alt="Add 'Mac OS X 10.6.2 Now Available' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/" title="Add 'Mac OS X 10.6.2 Now Available' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Mac OS X 10.6.2 Now Available' to Bookmark.it" alt="Add 'Mac OS X 10.6.2 Now Available' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Mac+OS+X+10.6.2+Now+Available&amp;url=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/" title="Add 'Mac OS X 10.6.2 Now Available' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Mac OS X 10.6.2 Now Available' to Ask" alt="Add 'Mac OS X 10.6.2 Now Available' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;title=Mac+OS+X+10.6.2+Now+Available" title="Add 'Mac OS X 10.6.2 Now Available' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Mac OS X 10.6.2 Now Available' to Live-MSN" alt="Add 'Mac OS X 10.6.2 Now Available' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mac+OS+X+10.6.2+Now+Available&amp;url=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/" title="Add 'Mac OS X 10.6.2 Now Available' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mac OS X 10.6.2 Now Available' to SlashDot" alt="Add 'Mac OS X 10.6.2 Now Available' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/&amp;t=Mac+OS+X+10.6.2+Now+Available" title="Add 'Mac OS X 10.6.2 Now Available' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mac OS X 10.6.2 Now Available' to FaceBook" alt="Add 'Mac OS X 10.6.2 Now Available' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x/mac-os-x-1062-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail Archival</title>
		<link>http://techjournal.318.com/mac-os-x-server/mail-archival/</link>
		<comments>http://techjournal.318.com/mac-os-x-server/mail-archival/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 19:39:50 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Mail Archival]]></category>
		<category><![CDATA[Sarbanes-Oxley]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=399</guid>
		<description><![CDATA[There are a number of messaging solutions that allow for automated message archiving. Message archiving can save space, while freeing up valuable resources and can also help to maintain Sarbanes-Oxley compliance (as well as achieve a number of other objectives). But not all messaging solutions allow for automated archival. Enter Mail Archiva into the picture.

Mail [...]]]></description>
			<content:encoded><![CDATA[<p>There are a number of messaging solutions that allow for automated message archiving. Message archiving can save space, while freeing up valuable resources and can also help to maintain Sarbanes-Oxley compliance (as well as achieve a number of other objectives). But not all messaging solutions allow for automated archival. Enter <a href="http://www.mailarchiva.com">Mail Archiva</a> into the picture.</p>
<p><img class="alignleft" title="http://www.mailarchiva.com/images/new_architecture.gif" src="http://www.mailarchiva.com/images/new_architecture.gif" alt="" width="296" height="303" /></p>
<p>Mail Archiva is an open source project aimed at bringing messaging archival to Microsoft Exchange, Zimbra, Mac OS X Server, Postfix, SendMail, IpSwitch, Axigen and a number of other messaging servers.</p>
<p>If you are in need of mail archival then feel free to reach out to us for more information on Mail Archiva today!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;title=Mail+Archival" title="Add 'Mail Archival' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mail Archival' to Del.icio.us" alt="Add 'Mail Archival' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;title=Mail+Archival" title="Add 'Mail Archival' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mail Archival' to digg" alt="Add 'Mail Archival' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Mail+Archival&amp;url=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;version=0.7" title="Add 'Mail Archival' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Mail Archival' to Feed Me Links" alt="Add 'Mail Archival' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mac-os-x-server/mail-archival/" title="Add 'Mail Archival' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mail Archival' to Technorati" alt="Add 'Mail Archival' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;t=Mail+Archival" title="Add 'Mail Archival' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Mail Archival' to Yahoo My Web" alt="Add 'Mail Archival' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;h=Mail+Archival" title="Add 'Mail Archival' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Mail Archival' to Newsvine" alt="Add 'Mail Archival' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;title=Mail+Archival" title="Add 'Mail Archival' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Mail Archival' to Socializer" alt="Add 'Mail Archival' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;title=Mail+Archival" title="Add 'Mail Archival' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mail Archival' to Stumble Upon" alt="Add 'Mail Archival' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;title=Mail+Archival" title="Add 'Mail Archival' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mail Archival' to Google Bookmarks" alt="Add 'Mail Archival' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;title=Mail+Archival" title="Add 'Mail Archival' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Mail Archival' to OKnotizie" alt="Add 'Mail Archival' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;T=Mail+Archival" title="Add 'Mail Archival' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Mail Archival' to Propeller" alt="Add 'Mail Archival' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mac-os-x-server/mail-archival/" title="Add 'Mail Archival' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Mail Archival' to Bookmark.it" alt="Add 'Mail Archival' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Mail+Archival&amp;url=http://techjournal.318.com/mac-os-x-server/mail-archival/" title="Add 'Mail Archival' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Mail Archival' to Ask" alt="Add 'Mail Archival' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;title=Mail+Archival" title="Add 'Mail Archival' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Mail Archival' to Live-MSN" alt="Add 'Mail Archival' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mail+Archival&amp;url=http://techjournal.318.com/mac-os-x-server/mail-archival/" title="Add 'Mail Archival' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mail Archival' to SlashDot" alt="Add 'Mail Archival' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mac-os-x-server/mail-archival/&amp;t=Mail+Archival" title="Add 'Mail Archival' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mail Archival' to FaceBook" alt="Add 'Mail Archival' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x-server/mail-archival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Non-profits in Need of GroupWare?</title>
		<link>http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/</link>
		<comments>http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:30:46 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[Non-profit]]></category>
		<category><![CDATA[not-for-profit]]></category>
		<category><![CDATA[Premier]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=390</guid>
		<description><![CDATA[Not-for-profit and looking at options for messaging and groupware moving forward? Then you need to take a 2nd or even a 3rd look at Google Apps! Not-for-profit organizations with less than 3,000 users can get Google Appls Education Edition for free! For a not-for-profit with more than 3,000 users you can get Google Apps Premier [...]]]></description>
			<content:encoded><![CDATA[<p>Not-for-profit and looking at options for messaging and groupware moving forward? Then you need to take a 2nd or even a 3rd look at Google Apps! Not-for-profit organizations with less than 3,000 users can get Google Appls Education Edition for free! For a not-for-profit with more than 3,000 users you can get Google Apps Premier Edition at a 40% discount. </p>
<p>Imagine all the infrastructure that can be repurposed, all the networking and message hygiene that you won&#8217;t have to do any more and most importantly, how happy the users will be. If your interest is peaked give 318 a call today and we&#8217;ll be happy to work with you on a strategy, whether it&#8217;s Google Apps, Microsoft Exchange, Zimbra, Mac OS X Server, etc &#8211; 318 is agnostic to the platform and here to help!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;title=Non-profits+in+Need+of+GroupWare%3F" title="Add 'Non-profits in Need of GroupWare?' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Non-profits in Need of GroupWare?' to Del.icio.us" alt="Add 'Non-profits in Need of GroupWare?' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;title=Non-profits+in+Need+of+GroupWare%3F" title="Add 'Non-profits in Need of GroupWare?' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Non-profits in Need of GroupWare?' to digg" alt="Add 'Non-profits in Need of GroupWare?' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Non-profits+in+Need+of+GroupWare%3F&amp;url=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;version=0.7" title="Add 'Non-profits in Need of GroupWare?' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Non-profits in Need of GroupWare?' to Feed Me Links" alt="Add 'Non-profits in Need of GroupWare?' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/" title="Add 'Non-profits in Need of GroupWare?' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Non-profits in Need of GroupWare?' to Technorati" alt="Add 'Non-profits in Need of GroupWare?' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;t=Non-profits+in+Need+of+GroupWare%3F" title="Add 'Non-profits in Need of GroupWare?' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Non-profits in Need of GroupWare?' to Yahoo My Web" alt="Add 'Non-profits in Need of GroupWare?' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;h=Non-profits+in+Need+of+GroupWare%3F" title="Add 'Non-profits in Need of GroupWare?' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Non-profits in Need of GroupWare?' to Newsvine" alt="Add 'Non-profits in Need of GroupWare?' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;title=Non-profits+in+Need+of+GroupWare%3F" title="Add 'Non-profits in Need of GroupWare?' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Non-profits in Need of GroupWare?' to Socializer" alt="Add 'Non-profits in Need of GroupWare?' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;title=Non-profits+in+Need+of+GroupWare%3F" title="Add 'Non-profits in Need of GroupWare?' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Non-profits in Need of GroupWare?' to Stumble Upon" alt="Add 'Non-profits in Need of GroupWare?' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;title=Non-profits+in+Need+of+GroupWare%3F" title="Add 'Non-profits in Need of GroupWare?' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Non-profits in Need of GroupWare?' to Google Bookmarks" alt="Add 'Non-profits in Need of GroupWare?' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;title=Non-profits+in+Need+of+GroupWare%3F" title="Add 'Non-profits in Need of GroupWare?' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Non-profits in Need of GroupWare?' to OKnotizie" alt="Add 'Non-profits in Need of GroupWare?' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;T=Non-profits+in+Need+of+GroupWare%3F" title="Add 'Non-profits in Need of GroupWare?' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Non-profits in Need of GroupWare?' to Propeller" alt="Add 'Non-profits in Need of GroupWare?' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/" title="Add 'Non-profits in Need of GroupWare?' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Non-profits in Need of GroupWare?' to Bookmark.it" alt="Add 'Non-profits in Need of GroupWare?' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Non-profits+in+Need+of+GroupWare%3F&amp;url=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/" title="Add 'Non-profits in Need of GroupWare?' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Non-profits in Need of GroupWare?' to Ask" alt="Add 'Non-profits in Need of GroupWare?' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;title=Non-profits+in+Need+of+GroupWare%3F" title="Add 'Non-profits in Need of GroupWare?' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Non-profits in Need of GroupWare?' to Live-MSN" alt="Add 'Non-profits in Need of GroupWare?' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Non-profits+in+Need+of+GroupWare%3F&amp;url=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/" title="Add 'Non-profits in Need of GroupWare?' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Non-profits in Need of GroupWare?' to SlashDot" alt="Add 'Non-profits in Need of GroupWare?' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/&amp;t=Non-profits+in+Need+of+GroupWare%3F" title="Add 'Non-profits in Need of GroupWare?' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Non-profits in Need of GroupWare?' to FaceBook" alt="Add 'Non-profits in Need of GroupWare?' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/it-management/non-profits-in-need-of-groupware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading Virtual Memory Stats</title>
		<link>http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/</link>
		<comments>http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:06:11 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[vm_stat]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=387</guid>
		<description><![CDATA[The vm_stat command in Mac OS X will show you the free, active, inactive, wired down, copy-on-write, zero filled, and reactivated pages for virtual memory utilization. You will also see the pageins as well as pageouts. If you wish to write these statistics routinely then you can use the vm_stat command followed by an integer. [...]]]></description>
			<content:encoded><![CDATA[<p>The vm_stat command in Mac OS X will show you the free, active, inactive, wired down, copy-on-write, zero filled, and reactivated pages for virtual memory utilization. You will also see the pageins as well as pageouts. If you wish to write these statistics routinely then you can use the vm_stat command followed by an integer. For example, to see the virtual memory statistics every 5 seconds:</p>
<blockquote><p>vm_stat 5</p></blockquote>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;title=Reading+Virtual+Memory+Stats" title="Add 'Reading Virtual Memory Stats' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Reading Virtual Memory Stats' to Del.icio.us" alt="Add 'Reading Virtual Memory Stats' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;title=Reading+Virtual+Memory+Stats" title="Add 'Reading Virtual Memory Stats' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Reading Virtual Memory Stats' to digg" alt="Add 'Reading Virtual Memory Stats' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Reading+Virtual+Memory+Stats&amp;url=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;version=0.7" title="Add 'Reading Virtual Memory Stats' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Reading Virtual Memory Stats' to Feed Me Links" alt="Add 'Reading Virtual Memory Stats' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/" title="Add 'Reading Virtual Memory Stats' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Reading Virtual Memory Stats' to Technorati" alt="Add 'Reading Virtual Memory Stats' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;t=Reading+Virtual+Memory+Stats" title="Add 'Reading Virtual Memory Stats' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Reading Virtual Memory Stats' to Yahoo My Web" alt="Add 'Reading Virtual Memory Stats' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;h=Reading+Virtual+Memory+Stats" title="Add 'Reading Virtual Memory Stats' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Reading Virtual Memory Stats' to Newsvine" alt="Add 'Reading Virtual Memory Stats' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;title=Reading+Virtual+Memory+Stats" title="Add 'Reading Virtual Memory Stats' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Reading Virtual Memory Stats' to Socializer" alt="Add 'Reading Virtual Memory Stats' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;title=Reading+Virtual+Memory+Stats" title="Add 'Reading Virtual Memory Stats' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Reading Virtual Memory Stats' to Stumble Upon" alt="Add 'Reading Virtual Memory Stats' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;title=Reading+Virtual+Memory+Stats" title="Add 'Reading Virtual Memory Stats' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Reading Virtual Memory Stats' to Google Bookmarks" alt="Add 'Reading Virtual Memory Stats' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;title=Reading+Virtual+Memory+Stats" title="Add 'Reading Virtual Memory Stats' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Reading Virtual Memory Stats' to OKnotizie" alt="Add 'Reading Virtual Memory Stats' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;T=Reading+Virtual+Memory+Stats" title="Add 'Reading Virtual Memory Stats' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Reading Virtual Memory Stats' to Propeller" alt="Add 'Reading Virtual Memory Stats' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/" title="Add 'Reading Virtual Memory Stats' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Reading Virtual Memory Stats' to Bookmark.it" alt="Add 'Reading Virtual Memory Stats' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Reading+Virtual+Memory+Stats&amp;url=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/" title="Add 'Reading Virtual Memory Stats' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Reading Virtual Memory Stats' to Ask" alt="Add 'Reading Virtual Memory Stats' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;title=Reading+Virtual+Memory+Stats" title="Add 'Reading Virtual Memory Stats' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Reading Virtual Memory Stats' to Live-MSN" alt="Add 'Reading Virtual Memory Stats' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Reading+Virtual+Memory+Stats&amp;url=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/" title="Add 'Reading Virtual Memory Stats' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Reading Virtual Memory Stats' to SlashDot" alt="Add 'Reading Virtual Memory Stats' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/&amp;t=Reading+Virtual+Memory+Stats" title="Add 'Reading Virtual Memory Stats' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Reading Virtual Memory Stats' to FaceBook" alt="Add 'Reading Virtual Memory Stats' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x-server/reading-virtual-memory-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBook Upgrades for Windows 7</title>
		<link>http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/</link>
		<comments>http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:12:38 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=385</guid>
		<description><![CDATA[Chances are that if you have a NetBook you don&#8217;t have a DVD drive. And chances are if that NetBook is running a previous version of Windows that you&#8217;re probably thinking about upgrading it to Windows 7. If you are using a NetBook with Vista then you might want to check out the new Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Chances are that if you have a NetBook you don&#8217;t have a DVD drive. And chances are if that NetBook is running a previous version of Windows that you&#8217;re probably thinking about upgrading it to Windows 7. If you are using a NetBook with Vista then you might want to check out the new Windows 7 USB/DVD Download Tool. With the Download Tool you would use a 4GB USB drive to cache the installer files and install Windows 7. Therefore you wouldn&#8217;t need an optical drive! But you will need the .NET Framework 2.0 or later and to configure the BIOS to boot off the jump drive.</p>
<p>Happy upgrades and if you need any help, as always, feel free to call 318.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;title=NetBook+Upgrades+for+Windows+7" title="Add 'NetBook Upgrades for Windows 7' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'NetBook Upgrades for Windows 7' to Del.icio.us" alt="Add 'NetBook Upgrades for Windows 7' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;title=NetBook+Upgrades+for+Windows+7" title="Add 'NetBook Upgrades for Windows 7' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'NetBook Upgrades for Windows 7' to digg" alt="Add 'NetBook Upgrades for Windows 7' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NetBook+Upgrades+for+Windows+7&amp;url=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;version=0.7" title="Add 'NetBook Upgrades for Windows 7' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'NetBook Upgrades for Windows 7' to Feed Me Links" alt="Add 'NetBook Upgrades for Windows 7' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/" title="Add 'NetBook Upgrades for Windows 7' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'NetBook Upgrades for Windows 7' to Technorati" alt="Add 'NetBook Upgrades for Windows 7' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;t=NetBook+Upgrades+for+Windows+7" title="Add 'NetBook Upgrades for Windows 7' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'NetBook Upgrades for Windows 7' to Yahoo My Web" alt="Add 'NetBook Upgrades for Windows 7' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;h=NetBook+Upgrades+for+Windows+7" title="Add 'NetBook Upgrades for Windows 7' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'NetBook Upgrades for Windows 7' to Newsvine" alt="Add 'NetBook Upgrades for Windows 7' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;title=NetBook+Upgrades+for+Windows+7" title="Add 'NetBook Upgrades for Windows 7' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'NetBook Upgrades for Windows 7' to Socializer" alt="Add 'NetBook Upgrades for Windows 7' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;title=NetBook+Upgrades+for+Windows+7" title="Add 'NetBook Upgrades for Windows 7' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'NetBook Upgrades for Windows 7' to Stumble Upon" alt="Add 'NetBook Upgrades for Windows 7' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;title=NetBook+Upgrades+for+Windows+7" title="Add 'NetBook Upgrades for Windows 7' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'NetBook Upgrades for Windows 7' to Google Bookmarks" alt="Add 'NetBook Upgrades for Windows 7' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;title=NetBook+Upgrades+for+Windows+7" title="Add 'NetBook Upgrades for Windows 7' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'NetBook Upgrades for Windows 7' to OKnotizie" alt="Add 'NetBook Upgrades for Windows 7' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;T=NetBook+Upgrades+for+Windows+7" title="Add 'NetBook Upgrades for Windows 7' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'NetBook Upgrades for Windows 7' to Propeller" alt="Add 'NetBook Upgrades for Windows 7' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/" title="Add 'NetBook Upgrades for Windows 7' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'NetBook Upgrades for Windows 7' to Bookmark.it" alt="Add 'NetBook Upgrades for Windows 7' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=NetBook+Upgrades+for+Windows+7&amp;url=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/" title="Add 'NetBook Upgrades for Windows 7' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'NetBook Upgrades for Windows 7' to Ask" alt="Add 'NetBook Upgrades for Windows 7' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;title=NetBook+Upgrades+for+Windows+7" title="Add 'NetBook Upgrades for Windows 7' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'NetBook Upgrades for Windows 7' to Live-MSN" alt="Add 'NetBook Upgrades for Windows 7' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=NetBook+Upgrades+for+Windows+7&amp;url=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/" title="Add 'NetBook Upgrades for Windows 7' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'NetBook Upgrades for Windows 7' to SlashDot" alt="Add 'NetBook Upgrades for Windows 7' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/&amp;t=NetBook+Upgrades+for+Windows+7" title="Add 'NetBook Upgrades for Windows 7' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'NetBook Upgrades for Windows 7' to FaceBook" alt="Add 'NetBook Upgrades for Windows 7' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/windows/netbook-upgrades-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>318 Video on &#8220;Gone Phishing&#8221;</title>
		<link>http://techjournal.318.com/it-management/318-video-on-gone-phishing/</link>
		<comments>http://techjournal.318.com/it-management/318-video-on-gone-phishing/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 16:28:39 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[IT Management]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[hygiene]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=382</guid>
		<description><![CDATA[
Link To:
]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="390"><param name="movie" value="http://www.xtranormal.com/site_media/players/jwplayer.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashvars"value="height=390&#038;width=480&#038;file=http://newvideos.xtranormal.com/standard/026b5a94-bfea-11de-8f9c-003048d69c21_4_standard_medium-flv.flv&#038;image=http://newvideos.xtranormal.com/standard/026b5a94-bfea-11de-8f9c-003048d69c21_4_standard_poster.jpg&#038;link=http://www.xtranormal.com/watch/5452081&#038;searchbar=false&#038;autostart=false"/><embed src="http://www.xtranormal.com/site_media/players/jwplayer.swf" width="480" height="390" allowscriptaccess="always" allowfullscreen="true" flashvars="height=390&#038;width=480&#038;file=http://newvideos.xtranormal.com/standard/026b5a94-bfea-11de-8f9c-003048d69c21_4_standard_medium-flv.flv&#038;image=http://newvideos.xtranormal.com/standard/026b5a94-bfea-11de-8f9c-003048d69c21_4_standard_poster.jpg&#038;link=http://www.xtranormal.com/watch/5452081&#038;searchbar=false&#038;autostart=false"></embed></object><object width="480" height="390"><param name="movie" value="http://www.xtranormal.com/site_media/players/embedded-xnl-stats.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.xtranormal.com/site_media/players/embedded-xnl-stats.swf" width="1" height="1" allowscriptaccess="always"></embed></object></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;title=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Del.icio.us" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;title=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to digg" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B&amp;url=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;version=0.7" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Feed Me Links" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/it-management/318-video-on-gone-phishing/" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Technorati" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;t=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Yahoo My Web" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;h=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Newsvine" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;title=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Socializer" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;title=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Stumble Upon" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;title=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Google Bookmarks" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;title=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to OKnotizie" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;T=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Propeller" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/it-management/318-video-on-gone-phishing/" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Bookmark.it" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B&amp;url=http://techjournal.318.com/it-management/318-video-on-gone-phishing/" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Ask" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;title=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to Live-MSN" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B&amp;url=http://techjournal.318.com/it-management/318-video-on-gone-phishing/" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to SlashDot" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/it-management/318-video-on-gone-phishing/&amp;t=318+Video+on+%26%238220%3BGone+Phishing%26%238221%3B" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add '318 Video on &#8220;Gone Phishing&#8221;' to FaceBook" alt="Add '318 Video on &#8220;Gone Phishing&#8221;' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/it-management/318-video-on-gone-phishing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Officially Available</title>
		<link>http://techjournal.318.com/windows/windows-7-officially-available/</link>
		<comments>http://techjournal.318.com/windows/windows-7-officially-available/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 15:11:00 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=380</guid>
		<description><![CDATA[Windows 7 has been released officially released. You see the wacky people standing in line and you know that&#8217;s just wrong when you can get it on Microsoft.com as an immediate downloadhttp://store.microsoft.com/microsoft/Windows-Windows-7/category/102. All that time spent driving home could instead be spent running the installer and crossing your fingers that your hardware works! Well, if [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7 has been released officially released. You see the wacky people standing in line and you know that&#8217;s just wrong when you can get it on <a href="http://store.microsoft.com/microsoft/Windows-Windows-7/category/102">Microsoft.com as an immediate download</a>http://store.microsoft.com/microsoft/Windows-Windows-7/category/102. All that time spent driving home could instead be spent running the installer and crossing your fingers that your hardware works! Well, if you&#8217;re going from XP or Vista then you should be fine on that point&#8230;  Windows 3.1, maybe not so much&#8230;</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/windows/windows-7-officially-available/&amp;title=Windows+7+Officially+Available" title="Add 'Windows 7 Officially Available' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Windows 7 Officially Available' to Del.icio.us" alt="Add 'Windows 7 Officially Available' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/windows/windows-7-officially-available/&amp;title=Windows+7+Officially+Available" title="Add 'Windows 7 Officially Available' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Windows 7 Officially Available' to digg" alt="Add 'Windows 7 Officially Available' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Windows+7+Officially+Available&amp;url=http://techjournal.318.com/windows/windows-7-officially-available/&amp;version=0.7" title="Add 'Windows 7 Officially Available' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Windows 7 Officially Available' to Feed Me Links" alt="Add 'Windows 7 Officially Available' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/windows/windows-7-officially-available/" title="Add 'Windows 7 Officially Available' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Windows 7 Officially Available' to Technorati" alt="Add 'Windows 7 Officially Available' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/windows/windows-7-officially-available/&amp;t=Windows+7+Officially+Available" title="Add 'Windows 7 Officially Available' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Windows 7 Officially Available' to Yahoo My Web" alt="Add 'Windows 7 Officially Available' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/windows/windows-7-officially-available/&amp;h=Windows+7+Officially+Available" title="Add 'Windows 7 Officially Available' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Windows 7 Officially Available' to Newsvine" alt="Add 'Windows 7 Officially Available' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/windows/windows-7-officially-available/&amp;title=Windows+7+Officially+Available" title="Add 'Windows 7 Officially Available' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Windows 7 Officially Available' to Socializer" alt="Add 'Windows 7 Officially Available' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/windows/windows-7-officially-available/&amp;title=Windows+7+Officially+Available" title="Add 'Windows 7 Officially Available' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Windows 7 Officially Available' to Stumble Upon" alt="Add 'Windows 7 Officially Available' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/windows/windows-7-officially-available/&amp;title=Windows+7+Officially+Available" title="Add 'Windows 7 Officially Available' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Windows 7 Officially Available' to Google Bookmarks" alt="Add 'Windows 7 Officially Available' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/windows/windows-7-officially-available/&amp;title=Windows+7+Officially+Available" title="Add 'Windows 7 Officially Available' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'Windows 7 Officially Available' to OKnotizie" alt="Add 'Windows 7 Officially Available' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/windows/windows-7-officially-available/&amp;T=Windows+7+Officially+Available" title="Add 'Windows 7 Officially Available' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Windows 7 Officially Available' to Propeller" alt="Add 'Windows 7 Officially Available' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/windows/windows-7-officially-available/" title="Add 'Windows 7 Officially Available' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Windows 7 Officially Available' to Bookmark.it" alt="Add 'Windows 7 Officially Available' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Windows+7+Officially+Available&amp;url=http://techjournal.318.com/windows/windows-7-officially-available/" title="Add 'Windows 7 Officially Available' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Windows 7 Officially Available' to Ask" alt="Add 'Windows 7 Officially Available' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/windows/windows-7-officially-available/&amp;title=Windows+7+Officially+Available" title="Add 'Windows 7 Officially Available' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Windows 7 Officially Available' to Live-MSN" alt="Add 'Windows 7 Officially Available' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Windows+7+Officially+Available&amp;url=http://techjournal.318.com/windows/windows-7-officially-available/" title="Add 'Windows 7 Officially Available' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Windows 7 Officially Available' to SlashDot" alt="Add 'Windows 7 Officially Available' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/windows/windows-7-officially-available/&amp;t=Windows+7+Officially+Available" title="Add 'Windows 7 Officially Available' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Windows 7 Officially Available' to FaceBook" alt="Add 'Windows 7 Officially Available' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/windows/windows-7-officially-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>318 on Metadata</title>
		<link>http://techjournal.318.com/xsan/318-on-metadata/</link>
		<comments>http://techjournal.318.com/xsan/318-on-metadata/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 15:47:10 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Xsan]]></category>
		<category><![CDATA[318]]></category>
		<category><![CDATA[metadata video]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=377</guid>
		<description><![CDATA[
Link To:
]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="390"><param name="movie" value="http://www.xtranormal.com/site_media/players/jwplayer.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashvars"value="height=390&#038;width=480&#038;file=http://newvideos.xtranormal.com/standard/53046442-be54-11de-8773-003048d69c21_4_standard_medium-flv.flv&#038;image=http://newvideos.xtranormal.com/standard/53046442-be54-11de-8773-003048d69c21_4_standard_poster.jpg&#038;link=http://www.xtranormal.com/watch/5425491&#038;searchbar=false&#038;autostart=false"/><embed src="http://www.xtranormal.com/site_media/players/jwplayer.swf" width="480" height="390" allowscriptaccess="always" allowfullscreen="true" flashvars="height=390&#038;width=480&#038;file=http://newvideos.xtranormal.com/standard/53046442-be54-11de-8773-003048d69c21_4_standard_medium-flv.flv&#038;image=http://newvideos.xtranormal.com/standard/53046442-be54-11de-8773-003048d69c21_4_standard_poster.jpg&#038;link=http://www.xtranormal.com/watch/5425491&#038;searchbar=false&#038;autostart=false"></embed></object><object width="480" height="390"><param name="movie" value="http://www.xtranormal.com/site_media/players/embedded-xnl-stats.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.xtranormal.com/site_media/players/embedded-xnl-stats.swf" width="1" height="1" allowscriptaccess="always"></embed></object></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/xsan/318-on-metadata/&amp;title=318+on+Metadata" title="Add '318 on Metadata' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add '318 on Metadata' to Del.icio.us" alt="Add '318 on Metadata' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/xsan/318-on-metadata/&amp;title=318+on+Metadata" title="Add '318 on Metadata' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add '318 on Metadata' to digg" alt="Add '318 on Metadata' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=318+on+Metadata&amp;url=http://techjournal.318.com/xsan/318-on-metadata/&amp;version=0.7" title="Add '318 on Metadata' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add '318 on Metadata' to Feed Me Links" alt="Add '318 on Metadata' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/xsan/318-on-metadata/" title="Add '318 on Metadata' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add '318 on Metadata' to Technorati" alt="Add '318 on Metadata' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/xsan/318-on-metadata/&amp;t=318+on+Metadata" title="Add '318 on Metadata' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add '318 on Metadata' to Yahoo My Web" alt="Add '318 on Metadata' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/xsan/318-on-metadata/&amp;h=318+on+Metadata" title="Add '318 on Metadata' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add '318 on Metadata' to Newsvine" alt="Add '318 on Metadata' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/xsan/318-on-metadata/&amp;title=318+on+Metadata" title="Add '318 on Metadata' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add '318 on Metadata' to Socializer" alt="Add '318 on Metadata' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/xsan/318-on-metadata/&amp;title=318+on+Metadata" title="Add '318 on Metadata' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add '318 on Metadata' to Stumble Upon" alt="Add '318 on Metadata' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/xsan/318-on-metadata/&amp;title=318+on+Metadata" title="Add '318 on Metadata' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add '318 on Metadata' to Google Bookmarks" alt="Add '318 on Metadata' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/xsan/318-on-metadata/&amp;title=318+on+Metadata" title="Add '318 on Metadata' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add '318 on Metadata' to OKnotizie" alt="Add '318 on Metadata' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/xsan/318-on-metadata/&amp;T=318+on+Metadata" title="Add '318 on Metadata' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add '318 on Metadata' to Propeller" alt="Add '318 on Metadata' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/xsan/318-on-metadata/" title="Add '318 on Metadata' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add '318 on Metadata' to Bookmark.it" alt="Add '318 on Metadata' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=318+on+Metadata&amp;url=http://techjournal.318.com/xsan/318-on-metadata/" title="Add '318 on Metadata' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add '318 on Metadata' to Ask" alt="Add '318 on Metadata' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/xsan/318-on-metadata/&amp;title=318+on+Metadata" title="Add '318 on Metadata' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add '318 on Metadata' to Live-MSN" alt="Add '318 on Metadata' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=318+on+Metadata&amp;url=http://techjournal.318.com/xsan/318-on-metadata/" title="Add '318 on Metadata' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add '318 on Metadata' to SlashDot" alt="Add '318 on Metadata' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/xsan/318-on-metadata/&amp;t=318+on+Metadata" title="Add '318 on Metadata' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add '318 on Metadata' to FaceBook" alt="Add '318 on Metadata' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/xsan/318-on-metadata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Mac mini w/ Mac OS X Server for $999</title>
		<link>http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/</link>
		<comments>http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:52:14 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Mac mini]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=373</guid>
		<description><![CDATA[Apple has released a new Mac mini that retails for $999. You might be thinking that $999 is just a little bit high for a Mac mini &#8211; and you would be right, that is, if it didn&#8217;t come with Mac OS X Server. The combination of the price point, the hardware and the software [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has released a new Mac mini that retails for $999. You might be thinking that $999 is just a little bit high for a Mac mini &#8211; and you would be right, that is, if it didn&#8217;t come with Mac OS X Server. The combination of the price point, the hardware and the software make the new Mac mini with Mac OS X Server a perfect purchase for small businesses and servers geared for use as specific utility servers!</p>
<p><center><img class="aligncenter" title="Mac mini and Mac OS X Server" src="http://images.apple.com/macmini/images/server_hero_20091020.png" alt="" width="448" height="367" /></center></p>
<p>The new Mac mini server comes with no optical drive, which is great because instead you get a pair of internal drives that can be setup in a RAID to protect your data! The server also comes with 802.11n, Ethernet and bluetooth &#8211; allowing a variety of uses.</p>
<p>Call 318 today for more information on this great new product from Apple!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Link To:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;title=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Del.icio.us"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Del.icio.us" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;title=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999" title="Add 'New Mac mini w/ Mac OS X Server for $999' to digg"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to digg" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999&amp;url=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;version=0.7" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Feed Me Links"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Feed Me Links" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Technorati"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Technorati" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;t=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Yahoo My Web"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Yahoo My Web" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;h=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Newsvine"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Newsvine" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;title=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Socializer"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Socializer" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;title=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Stumble Upon"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Stumble Upon" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;title=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Google Bookmarks"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Google Bookmarks" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;title=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999" title="Add 'New Mac mini w/ Mac OS X Server for $999' to OKnotizie"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Add 'New Mac mini w/ Mac OS X Server for $999' to OKnotizie" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;T=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Propeller"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Propeller" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Bookmark.it"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Bookmark.it" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999&amp;url=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Ask"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Ask" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;title=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Live-MSN"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to Live-MSN" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999&amp;url=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/" title="Add 'New Mac mini w/ Mac OS X Server for $999' to SlashDot"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to SlashDot" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/&amp;t=New+Mac+mini+w%2F+Mac+OS+X+Server+for+%24999" title="Add 'New Mac mini w/ Mac OS X Server for $999' to FaceBook"><img src="http://techjournal.318.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'New Mac mini w/ Mac OS X Server for $999' to FaceBook" alt="Add 'New Mac mini w/ Mac OS X Server for $999' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x-server/new-mac-mini-w-mac-os-x-server-for-999/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
