<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Bits of Tech</title>
	
	<link>http://bitsoftech.net</link>
	<description>Tips &amp; Tricks from IT Pros</description>
	<lastBuildDate>Thu, 23 Jul 2009 16:39:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BitsOfTech" /><feedburner:info uri="bitsoftech" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>BitsOfTech</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Automating WordPress Backups using Automator and Transmit</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/MpZdMZyCkJQ/</link>
		<comments>http://bitsoftech.net/automating-wordpress-backups-using-automator-and-transmit/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 16:32:10 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[Backup]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/?p=144</guid>
		<description><![CDATA[After publishing Bits of Tech with WordPress for a couple of months, I was looking for an easier way to backup my WordPress installation. From the beginning, I was running a backup every weekend using Transmit to download the whole directory housing my WordPress install, then compressing the downloaded directory, renaming it with the date [...]]]></description>
			<content:encoded><![CDATA[<p>After publishing Bits of Tech with WordPress for a couple of months, I was looking for an easier way to backup my WordPress installation. From the beginning, I was running a backup every weekend using Transmit to download the whole directory housing my WordPress install, then compressing the downloaded directory, renaming it with the date and moving it to my backups folder.</p>
<p>Knowing that there had to be a better way, I looked at using AppleScript and Automator, eventually settling on Automator. While my process may differ slightly from yours due to differences in hosting providers, it should be very similar to how I do it. Today, I&#8217;m going to share my process step-by-step in hopes that someone else can benefit from it, and even improve upon my process.</p>
<p>As I mentioned earlier, I use <a href="http://www.panic.com/transmit/" rel="follow">Transmit 3</a> by Panic Software. The first thing I did was create a Favorite for my SFTP site. My hosting provider, DreamHost, gives you a home directory, and in that directory you can create a new directory for every domain you host, so the default path in my favorite is set to my home directory. Here&#8217;s a picture of my favorite, with my username obscured.</p>
<div style="text-align:center;"><img src="http://bitsoftech.net/wp-content/uploads/2009/07/transmit-fav.png" alt="transmit-fav.png" border="0" width="214" height="270" /></div>
<p>First, we need to create some folders for the backups. In my user profile folder, under the Sites folder, I have created a folder called Backups. Inside Backups, I&#8217;ve also created a folder called Temp. That&#8217;s where our download will be stored temporarily before we compress it. Inside this folder, create a folder with the same name as the directory on your FTP server that houses your WordPress install. In my case, it&#8217;s <strong>bitsoftech.net</strong>. This is just a temporary folder that we&#8217;ll use later to create an action (without having to download the whole directory first).</p>
<p>Now that I have the favorite defined and the folders created, we can move along to creating our Automator script. Open up Automator from the Applications folder, and when you&#8217;re presented with the &#8220;Choose a starting point to open a new workflow&#8221; window, choose Custom and click Choose. You should now have a new, blank workflow.</p>
</p>
<p>The first step is to set up an action to download our directory containing our WordPress installation. In the left sidebar, choose the <strong>Internet</strong> category under Library. If you have Transmit installed, you should see the Transmit icon with <strong>Download Files</strong> next to it in the pane just to the right of the Library. Drag that into the large right pane of the Automator window, and you have your first action in the workflow.</p>
</p>
<p>Now we need to configure the Download Files action. Where it says <strong>Connect To</strong> choose Favorite. Next, choose the name of the favorite you created for <strong>Favorite</strong>. In my case, it&#8217;s DreamHost Root. For <strong>Resume Mode</strong>, choose Replace. Now we choose our destination for the downloaded files. Click <strong>Destination</strong>, then choose Other&#8230;, and you&#8217;ll be allowed to browse to your folder. Choose the Temp folder under your Backups folder. Lastly, we have to choose our <strong>Remote File Path</strong>. Click the + symbol below the Remote File Path box, and type the path to your files. Since my favorite points to my home directory, I will enter the directory that holds the WordPress installation, <strong>bitsoftech.net/</strong>. Make sure you put the trailing slash in path or Transmit will only download the folder and not it&#8217;s contents. See the example below.</p>
<div style="text-align:center;"><img src="http://bitsoftech.net/wp-content/uploads/2009/07/dl-files-automator.png" alt="dl-files-automator.png" border="0" width="547" height="299" /></div>
<p>Our next step is to create an archive of our downloaded files. Under the Library in the left pane of the Automator window, click <strong>Files and Folders</strong>, then locate <strong>Create Archive</strong> and drag that into the right pane of the window just below our Download Files action. You&#8217;ll notice that there&#8217;s now a triangle protruding from the bottom of the Download Files action connecting it to Create Archive. This means that the output of Download Files&mdash;the directory we downloaded&mdash;are the input that Create Archive will use.</p>
<p>In the box labeled <strong>Save As</strong>, we will give the archive a name. I am using Bitsoftech-(date)-(time).zip. The (date) and (time) are variables that Automator will populate itself. To create the name, type the name you want to use, such as <strong>Bitsoftech-</strong>, then click the Variables button above Library in the left pane of the Automator window. Choose <strong>Date &amp; Time</strong>, and drag <strong>Today&#8217;s date</strong> to the <strong>Save As</strong> box in the Create Archive action on the right. Click the little white triangle inside the <strong>Today&#8217;s Date</strong> bubble you dragged over and choose Edit. From the Format drop down menu that appears, choose Custom Format. Now drag the Month, Day of Month, and Year bubbles into the box above them. Next, click the little triangle inside the Month and Day of Month bubbles and change the format to &#8220;01&#8243; and &#8220;05&#8243;, as shown below, then click Done.</p>
<p><div style="text-align:center;"><img src="http://bitsoftech.net/wp-content/uploads/2009/07/date-variable.png" alt="date-variable.png" border="0" width="384" height="231" /></div>
</p>
<p>Now, back in the Save As box in the Create Archive action, type another hyphen, then go back over to the Variables under Library and drag <strong>Current time</strong> over into the Save As box. Click the little triangle in the Current Time bubble, choose Edit, then Custom Format from the drop down menu. Drag the Hour and Minute to the box above them. Inside the hour bubble, click the triangle and choose &#8220;01-24&#8243; so our hours are displayed in military time. Leave the Minute bubble as it is, then click Done. After the Current Time bubble in Save as, type <strong>.zip</strong>. From the drop down menu next to <strong>Where</strong>, choose Other&#8230; and navigate to your Backups folder or wherever you want to store the archive. Check off Ignore Unreadable Items, and your action should look similar to the image below.</p>
<p><div style="text-align:center;"><img src="http://bitsoftech.net/wp-content/uploads/2009/07/create-archive-action.png" alt="create-archive-action.png" border="0" width="549" height="140" /></div>
</p>
<p>Now that our download and archive actions are complete, it&#8217;s time to do some cleanup. Choose Actions from just above Library in the left pane again, select Files and Folders, and drag <strong>Get Specified Finder Items</strong> over to the right pane of the window just below Create Archive. Now, from the Action menu at the top of the screen, choose <strong>Ignore Input</strong>. You&#8217;ll notice that the triangle connecting Create Archive and Get Specified Finder Items disappears and the two are no longer linked. This is very important, otherwise Get Specified Finder Items will take the items you specify <strong>and</strong> the archive you just created and move them to the trash in our next step.</p>
<p>Click the Add button at the bottom of the Get Specified Finder Items action, then navigate to your Temp folder, select the directory inside it and hit Add. Your action should now look like the image below.</p>
<p><div style="text-align:center;"><img src="http://bitsoftech.net/wp-content/uploads/2009/07/get-items.png" alt="get-items.png" border="0" width="536" height="226" /></div>
</p>
<p>Now, we&#8217;re going to move that folder to the trash. Back in the left pane under Library, then Files and Folders, drag <strong>Move Finder Items to Trash</strong> just below your Get Selected Finder Items action. You&#8217;ll notice that Get Selected Finder Items and Move Finder Items to Trash are linked. This means that the items you selected in the Get Selected Finder Items will be moved to the trash. This cleans out your Temp folder for the next time you run the workflow.</p>
</p>
<p>The last action in the workflow is to quit Transmission. Under Library in the left pane, click Utilities, then drag <strong>Quit Application</strong> to the right pane below Move Finder Items to Trash. From the drop down menu, choose Transmit. If it doesn&#8217;t show up, choose Other&#8230; then navigate to your Transmit application. Uncheck <strong>Ask to save changes</strong>, and your workflow is complete.</p>
</p>
<p>Now, we have to save our workflow. From the File menu at the top of the screen, choose Save As&#8230;, then change the File Format to <strong>Application</strong>. Give it a name at the top of the window&mdash;I used &#8220;Bits of Tech Backup&#8221;&mdash;navigate to where you want to save it, then click Save.</p>
</p>
<p>Now you have a simple one-step process to back up your WordPress installation. You can manually run this backup by double clicking the icon, or you can schedule a cron job to run it automatically.</p>
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/arranging-menu-bar-icons-in-leopard/' title='Arranging Menu Bar icons in Leopard'>Arranging Menu Bar icons in Leopard</a></li>
<li><a href='http://bitsoftech.net/disable-leopards-3d-glass-dock/' title='Disable Leopard’s 3D Glass Dock'>Disable Leopard’s 3D Glass Dock</a></li>
<li><a href='http://bitsoftech.net/apple-bumps-up-processor-ram-hard-drive-on-white-macbook/' title='Apple Bumps Up Processor, RAM &amp; Hard Drive on White MacBook'>Apple Bumps Up Processor, RAM &amp; Hard Drive on White MacBook</a></li>
<li><a href='http://bitsoftech.net/checking-your-macbook-battery-health-with-coconutbattery/' title='Checking Your Mac Notebook Battery Health with coconutBattery'>Checking Your Mac Notebook Battery Health with coconutBattery</a></li>
<li><a href='http://bitsoftech.net/apple-releases-mac-os-x-1057-update/' title='Apple Releases Mac OS X 10.5.7 Update'>Apple Releases Mac OS X 10.5.7 Update</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Apple' rel='tag,nofollow' target='_self'>Apple</a>, <a class='technorati-link' href='http://technorati.com/tag/Automator' rel='tag,nofollow' target='_self'>Automator</a>, <a class='technorati-link' href='http://technorati.com/tag/Backup' rel='tag,nofollow' target='_self'>Backup</a>, <a class='technorati-link' href='http://technorati.com/tag/WordPress' rel='tag,nofollow' target='_self'>WordPress</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/MpZdMZyCkJQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/automating-wordpress-backups-using-automator-and-transmit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/automating-wordpress-backups-using-automator-and-transmit/</feedburner:origLink></item>
		<item>
		<title>Create Custom Office 2007 Installations</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/C_7vie4FWzk/</link>
		<comments>http://bitsoftech.net/create-custom-office-2007-installations/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 19:54:08 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/?p=86</guid>
		<description><![CDATA[Today Bits of Tech brings you a video tutorial on creating custom Office 2007 installations using the Microsoft Office Customization Tool. This video takes you through the process of creating custom installs step-by-step. It also features a small segment on integrating the Office 2007 Service Pack 2 update into your installation media. A good friend [...]]]></description>
			<content:encoded><![CDATA[<p>Today Bits of Tech brings you a video tutorial on creating custom Office 2007 installations using the Microsoft Office Customization Tool. This video takes you through the process of creating custom installs step-by-step. It also features a small segment on integrating the Office 2007 Service Pack 2 update into your installation media.</p>
<p>A good friend of mine loaned me his lab machine with Camtasia Studio 6 on it to create this video. Camtasia Studio is a great screencasting package, but it is a bit expensive at $299. After using his computer with the software on it, I will definitely be purchasing a copy for future video tutorials when my finances allow.</p>
<p>I had planned on sharing this video on YouTube, but the 10 minute video length restriction has prevented me from doing so. I will try to edit 3 minutes out of the video to fit it on YouTube, but no promises, because I don’t want to remove too much content.</p>
<p><div id="wp_zdytfp_container_86" style="width:100%; height:480px; text-align:center; margin:auto;">
<div id="v_wp_zdytfp_container_86" style="width:100%; height:100%;">ZD YouTube FLV Player</div>
</div>
<script type="text/javascript">
var flashvars = {
vurl: "http://bitsoftech.net/wp-content/video/o2k7-custom-install.flv",
yturl: "http://bitsoftech.net/wp-content/plugins/zd-youtube-flv-player/fl_youTubeProxy.php"
};
var params = {
wmode: "transparent",
allowFullScreen: "true"
};
var attributes = {
id: "my_wp_zdytfp_container_86",
name: "my_wp_zdytfp_container_86"
};
swfobject.embedSWF("http://bitsoftech.net/wp-content/plugins/zd-youtube-flv-player/flash/zdytflv-player-dark.swf", "v_wp_zdytfp_container_86", "640", "480", "9.0.0", false, flashvars, params, attributes);
</script>
<br />
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/integrating-service-pack-2-into-office-2007-installation-media/' title='Integrating Service Pack 2 into Office 2007 Installation Media'>Integrating Service Pack 2 into Office 2007 Installation Media</a></li>
<li><a href='http://bitsoftech.net/configure-windows-file-sharing-for-easy-migration-of-data/' title='Configure Windows File Sharing for Easy Migration of Data'>Configure Windows File Sharing for Easy Migration of Data</a></li>
<li><a href='http://bitsoftech.net/10-programs-i-cant-live-without/' title='10 Programs I Can’t Live Without'>10 Programs I Can’t Live Without</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Microsoft' rel='tag,nofollow' target='_self'>Microsoft</a>, <a class='technorati-link' href='http://technorati.com/tag/Office+2007' rel='tag,nofollow' target='_self'>Office 2007</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag,nofollow' target='_self'>Windows</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/C_7vie4FWzk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/create-custom-office-2007-installations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/create-custom-office-2007-installations/</feedburner:origLink></item>
		<item>
		<title>Arranging Menu Bar icons in Leopard</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/_HeKNO73NNc/</link>
		<comments>http://bitsoftech.net/arranging-menu-bar-icons-in-leopard/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 16:22:34 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Menu Bar]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/arranging-menu-bar-icons-in-leopard/</guid>
		<description><![CDATA[Got a few icons in your Menu Bar and you’d like to change the order they’re displayed in? You’re in luck, they’re fairly easy to move around. Just hold your Command key and drag them into the order you prefer. Want to get rid of an icon? Hold the Command key and drag it off [...]]]></description>
			<content:encoded><![CDATA[<p>Got a few icons in your Menu Bar and you’d like to change the order they’re displayed in? You’re in luck, they’re fairly easy to move around. Just hold your Command key and drag them into the order you prefer. </p>
<p>Want to get rid of an icon? Hold the Command key and drag it off the menu bar. Gone!</p>
<p>This method doesn’t work with the Apple icons, but not with all apps. Some exceptions to this method are Google Notifier, Tweeie, and Adium. To rearrange these, exit the apps and relaunch them in the order you’d like them to appear from right to left. If they are apps in your Startup Items, you can change the order they launch in to reorder them in the menu bar.</p>
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/disable-leopards-3d-glass-dock/' title='Disable Leopard’s 3D Glass Dock'>Disable Leopard’s 3D Glass Dock</a></li>
<li><a href='http://bitsoftech.net/apple-releases-mac-os-x-1057-update/' title='Apple Releases Mac OS X 10.5.7 Update'>Apple Releases Mac OS X 10.5.7 Update</a></li>
<li><a href='http://bitsoftech.net/automating-wordpress-backups-using-automator-and-transmit/' title='Automating WordPress Backups using Automator and Transmit'>Automating WordPress Backups using Automator and Transmit</a></li>
<li><a href='http://bitsoftech.net/apple-bumps-up-processor-ram-hard-drive-on-white-macbook/' title='Apple Bumps Up Processor, RAM &amp; Hard Drive on White MacBook'>Apple Bumps Up Processor, RAM &amp; Hard Drive on White MacBook</a></li>
<li><a href='http://bitsoftech.net/checking-your-macbook-battery-health-with-coconutbattery/' title='Checking Your Mac Notebook Battery Health with coconutBattery'>Checking Your Mac Notebook Battery Health with coconutBattery</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Apple' rel='tag,nofollow' target='_self'>Apple</a>, <a class='technorati-link' href='http://technorati.com/tag/Mac+OS' rel='tag,nofollow' target='_self'>Mac OS</a>, <a class='technorati-link' href='http://technorati.com/tag/Menu+Bar' rel='tag,nofollow' target='_self'>Menu Bar</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/_HeKNO73NNc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/arranging-menu-bar-icons-in-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/arranging-menu-bar-icons-in-leopard/</feedburner:origLink></item>
		<item>
		<title>Disable Leopard’s 3D Glass Dock</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/QxEBqJOqDno/</link>
		<comments>http://bitsoftech.net/disable-leopards-3d-glass-dock/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 15:59:20 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Dock]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/disable-leopards-3d-glass-dock/</guid>
		<description><![CDATA[I’ve never been a big fan of the Leopard 3D glass dock effect, preferring the 2D dock effect that you see if you place the dock on the sides of your screen. While I personally keep my dock on the left side of the screen, you can get the same 2D effect at the bottom [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve never been a big fan of the Leopard 3D glass dock effect, preferring the 2D dock effect that you see if you place the dock on the sides of your screen. While I personally keep my dock on the left side of the screen, you can get the same 2D effect at the bottom of your screen using a fairly simple terminal command. </p>
<p>Just open your Terminal app (located in Applications:Utilities), then paste in the following command and hit enter:</p>
<p><code>defaults write com.apple.dock no-glass -boolean YES; killall Dock</code></p>
<p>Your dock will exit and reopen in 2D mode, as shown in the image below.</p>
<p><a href="http://bitsoftech.net/wp-content/uploads/2009/06/dock2d.png"><img title="dock2d" border="0" alt="dock2d" src="http://bitsoftech.net/wp-content/uploads/2009/06/dock2d_thumb.png" width="588" height="78" /></a> </p>
<p>To disable the 2D effect, simply paste the same command into Terminal, replacing “YES” with “NO”.</p>
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/arranging-menu-bar-icons-in-leopard/' title='Arranging Menu Bar icons in Leopard'>Arranging Menu Bar icons in Leopard</a></li>
<li><a href='http://bitsoftech.net/apple-releases-mac-os-x-1057-update/' title='Apple Releases Mac OS X 10.5.7 Update'>Apple Releases Mac OS X 10.5.7 Update</a></li>
<li><a href='http://bitsoftech.net/automating-wordpress-backups-using-automator-and-transmit/' title='Automating WordPress Backups using Automator and Transmit'>Automating WordPress Backups using Automator and Transmit</a></li>
<li><a href='http://bitsoftech.net/apple-bumps-up-processor-ram-hard-drive-on-white-macbook/' title='Apple Bumps Up Processor, RAM &amp; Hard Drive on White MacBook'>Apple Bumps Up Processor, RAM &amp; Hard Drive on White MacBook</a></li>
<li><a href='http://bitsoftech.net/checking-your-macbook-battery-health-with-coconutbattery/' title='Checking Your Mac Notebook Battery Health with coconutBattery'>Checking Your Mac Notebook Battery Health with coconutBattery</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Apple' rel='tag,nofollow' target='_self'>Apple</a>, <a class='technorati-link' href='http://technorati.com/tag/Dock' rel='tag,nofollow' target='_self'>Dock</a>, <a class='technorati-link' href='http://technorati.com/tag/Mac+OS' rel='tag,nofollow' target='_self'>Mac OS</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/QxEBqJOqDno" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/disable-leopards-3d-glass-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/disable-leopards-3d-glass-dock/</feedburner:origLink></item>
		<item>
		<title>Vendor for Discontinued Dell Power Supply Units</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/vr7PrA35Y3I/</link>
		<comments>http://bitsoftech.net/discontinued-dell-power-supply-vendor/#comments</comments>
		<pubDate>Fri, 29 May 2009 13:29:54 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Parts]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/discontinued-dell-power-supply-vendor/</guid>
		<description><![CDATA[Recently, Dell has stopped providing replacement power supply units for their OptiPlex GX270 and GX280 Small Form Factor computers. Luckily, there is a vendor that supplies new parts (not refurb) for these machines. Circle Computer in Walpole, MA, has them in stock. While these computers are a bit on the old side, they function just [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, Dell has stopped providing replacement power supply units for their OptiPlex GX270 and GX280 Small Form Factor computers. Luckily, there is a vendor that supplies new parts (not refurb) for these machines. Circle Computer in Walpole, MA, has them in stock. While these computers are a bit on the old side, they function just fine for email, MS Office, and web surfing in many of my offices, so we were reluctant to dump the machines just for a faulty power supply. Contact info for Circle Computer is below.</p>
<p>Circle Computer   <br />466 High Plain Street    <br />Walpole, MA 02081</p>
<p>Phone: 508-668-8778   <br />FAX: 508-668-9779    <br />Web: <a href="http://www.circlecomputer.com/">http://www.circlecomputer.com/</a></p>
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Dell' rel='tag,nofollow' target='_self'>Dell</a>, <a class='technorati-link' href='http://technorati.com/tag/Parts' rel='tag,nofollow' target='_self'>Parts</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/vr7PrA35Y3I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/discontinued-dell-power-supply-vendor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/discontinued-dell-power-supply-vendor/</feedburner:origLink></item>
		<item>
		<title>Apple Bumps Up Processor, RAM &amp; Hard Drive on White MacBook</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/K1bCZFiT4tA/</link>
		<comments>http://bitsoftech.net/apple-bumps-up-processor-ram-hard-drive-on-white-macbook/#comments</comments>
		<pubDate>Wed, 27 May 2009 13:34:46 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[MacBook]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/apple-bumps-up-processor-ram-hard-drive-on-white-macbook/</guid>
		<description><![CDATA[Apple has given a slight bump up in power on the white MacBook available in the Apple Store. The changes are from 2.0GHz processor to 2.13GHz (negligible, I know, but it’s something), RAM from 2GB DDR2 667MHz to 2GB DDR2 800MHz, and the hard drive is now 160GB, up from 120GB. It’s good to see [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has given a slight bump up in power on the white MacBook available in the Apple Store. The changes are from 2.0GHz processor to 2.13GHz (negligible, I know, but it’s something), RAM from 2GB DDR2 667MHz to 2GB DDR2 800MHz, and the hard drive is now 160GB, up from 120GB. It’s good to see that Apple is still paying attention to their entry level MacBook, even if it is still $999. </p>
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/checking-your-macbook-battery-health-with-coconutbattery/' title='Checking Your Mac Notebook Battery Health with coconutBattery'>Checking Your Mac Notebook Battery Health with coconutBattery</a></li>
<li><a href='http://bitsoftech.net/automating-wordpress-backups-using-automator-and-transmit/' title='Automating WordPress Backups using Automator and Transmit'>Automating WordPress Backups using Automator and Transmit</a></li>
<li><a href='http://bitsoftech.net/arranging-menu-bar-icons-in-leopard/' title='Arranging Menu Bar icons in Leopard'>Arranging Menu Bar icons in Leopard</a></li>
<li><a href='http://bitsoftech.net/disable-leopards-3d-glass-dock/' title='Disable Leopard’s 3D Glass Dock'>Disable Leopard’s 3D Glass Dock</a></li>
<li><a href='http://bitsoftech.net/apple-releases-mac-os-x-1057-update/' title='Apple Releases Mac OS X 10.5.7 Update'>Apple Releases Mac OS X 10.5.7 Update</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Apple' rel='tag,nofollow' target='_self'>Apple</a>, <a class='technorati-link' href='http://technorati.com/tag/MacBook' rel='tag,nofollow' target='_self'>MacBook</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/K1bCZFiT4tA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/apple-bumps-up-processor-ram-hard-drive-on-white-macbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/apple-bumps-up-processor-ram-hard-drive-on-white-macbook/</feedburner:origLink></item>
		<item>
		<title>Checking Your Mac Notebook Battery Health with coconutBattery</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/21x5DXhbEdA/</link>
		<comments>http://bitsoftech.net/checking-your-macbook-battery-health-with-coconutbattery/#comments</comments>
		<pubDate>Fri, 22 May 2009 15:13:17 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Battery]]></category>
		<category><![CDATA[MacBook]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/?p=58</guid>
		<description><![CDATA[Is your Mac notebook&#8217;s battery not lasting quite as long as it used to? Just curious about or obsessive over keeping your laptop healthy? Christoph Sanai at coconut-flavour.com has written an excellent little utility for checking the current charge and capacity of your Mac notebook&#8217;s battery. Available at coconut-flavour.com, coconutBattery is a free utility for [...]]]></description>
			<content:encoded><![CDATA[<p>Is your Mac notebook&#8217;s battery not lasting quite as long as it used to? Just curious about or obsessive over keeping your laptop healthy? Christoph Sanai at coconut-flavour.com has written an excellent little utility for checking the current charge and capacity of your Mac notebook&#8217;s battery.</p>
<p>Available at coconut-flavour.com, <a href="http://www.coconut-flavour.com/coconutbattery/">coconutBattery</a> is a free utility for viewing battery data on your Mac notebook. Below is a view of my battery&#8217;s current info.</p>
<p><img src="http://bitsoftech.net/wp-content/uploads/2009/05/coconutbattery.png" border="0" alt="coconutBattery.png" width="356" height="504" /></p>
<p>As you can see in the bottom portion of the window, my Mac is 6 months old. Over those 6 months, I&#8217;ve put the battery through 31 load cycles. Load cycles are the number of times your battery has been discharged and recharged. Over time as you charge and discharge your battery, the capacity becomes diminished and the battery won&#8217;t last as long as when it was new.</p>
<p>In the screenshot above, you&#8217;ll notice that the original battery capacity for my laptop—a MacBook 13&#8243; Unibody from Late 2008—was 4100 mAh, or milliamp hours. The current capacity is 4104 mAh, so the health of my battery is 100%. It&#8217;s common to see the current battery capacity fluctuate a bit between charges.</p>
<p>To ensure accurate display of remaining capacity and the longevity of your battery, it&#8217;s best to calibrate the battery once a month or so. It may sound complicated, however it&#8217;s very easy. In the MacBook, MacBook Pro, and PowerBook G4 15-inch Dual Layer SD, the battery is calibrated as follows.</p>
<ol>
<li>Completely charge the battery.</li>
<li>Completely discharge the battery. Use the computer off the charger until you get the warning that the computer is running on reserve power and will sleep soon. Continue using the computer until it goes to sleep, powering itself off.</li>
<li>Allow the computer to remain powered off for 5 hours.</li>
<li>Connect the charger and completely charge the battery.</li>
</ol>
<p>For older PowerBook G4&#8242;s and iBooks, the calibration method differs slightly, and you may find more informaton here: <a href="http://support.apple.com/kb/HT1490">Apple Portables: Calibrating your computer&#8217;s battery for best performance.</a><br />
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/apple-bumps-up-processor-ram-hard-drive-on-white-macbook/' title='Apple Bumps Up Processor, RAM &amp; Hard Drive on White MacBook'>Apple Bumps Up Processor, RAM &amp; Hard Drive on White MacBook</a></li>
<li><a href='http://bitsoftech.net/automating-wordpress-backups-using-automator-and-transmit/' title='Automating WordPress Backups using Automator and Transmit'>Automating WordPress Backups using Automator and Transmit</a></li>
<li><a href='http://bitsoftech.net/arranging-menu-bar-icons-in-leopard/' title='Arranging Menu Bar icons in Leopard'>Arranging Menu Bar icons in Leopard</a></li>
<li><a href='http://bitsoftech.net/disable-leopards-3d-glass-dock/' title='Disable Leopard’s 3D Glass Dock'>Disable Leopard’s 3D Glass Dock</a></li>
<li><a href='http://bitsoftech.net/apple-releases-mac-os-x-1057-update/' title='Apple Releases Mac OS X 10.5.7 Update'>Apple Releases Mac OS X 10.5.7 Update</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Apple' rel='tag,nofollow' target='_self'>Apple</a>, <a class='technorati-link' href='http://technorati.com/tag/Battery' rel='tag,nofollow' target='_self'>Battery</a>, <a class='technorati-link' href='http://technorati.com/tag/MacBook' rel='tag,nofollow' target='_self'>MacBook</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/21x5DXhbEdA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/checking-your-macbook-battery-health-with-coconutbattery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/checking-your-macbook-battery-health-with-coconutbattery/</feedburner:origLink></item>
		<item>
		<title>Configure Windows File Sharing for Easy Migration of Data</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/ApTetiKYaCo/</link>
		<comments>http://bitsoftech.net/configure-windows-file-sharing-for-easy-migration-of-data/#comments</comments>
		<pubDate>Wed, 20 May 2009 14:25:37 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Permissions]]></category>
		<category><![CDATA[Sharing]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/configure-windows-file-sharing-for-easy-migration-of-data/</guid>
		<description><![CDATA[Long ago, I learned that setting permissions on Shared Folders in Windows is a bad idea. The issue isn’t in restricting access to data, but in the way Windows handles the permissions. I work in an Active Directory environment, with thousands of accounts in my region alone. We also rely heavily on file servers. When [...]]]></description>
			<content:encoded><![CDATA[<p>Long ago, I learned that setting permissions on Shared Folders in Windows is a bad idea. The issue isn’t in restricting access to data, but in the way Windows handles the permissions.</p>
<p>I work in an Active Directory environment, with thousands of accounts in my region alone. We also rely heavily on file servers. When I first set up our file server years ago, I set all of the permissions on the share rather than on the individual files and folders.</p>
<p>Here’s why that’s a bad idea: When you have to move the shared folder to another drive, RAID array, or even server, you have to redo all of the permissions on the share because they don’t get copied with the folder. If you set the permissions on the shared folder and any subfolders/files, when you copy them to a new drive, those NTFS file permissions follow the data to the new location.</p>
<p>Here’s how I configure my file shares now. First, I create the folder I want to share. Then, right click the folder and choose Properties. Click the Sharing tab, select “Share this folder” and give the share a name. Now, click Permissions and check off Full Control, so everyone connecting to the share has full control. Click OK. These steps are illustrated below.</p>
<p><a href="http://bitsoftech.net/wp-content/uploads/2009/05/image3.png"><img title="image" src="http://bitsoftech.net/wp-content/uploads/2009/05/image-thumb1.png" border="0" alt="image" width="210" height="244" /></a> <a href="http://bitsoftech.net/wp-content/uploads/2009/05/image4.png"><img title="image" src="http://bitsoftech.net/wp-content/uploads/2009/05/image-thumb2.png" border="0" alt="image" width="203" height="244" /></a></p>
<p>Now, click on Security tab. Here’s where you’ll set the permissions of the actual folder. First, click the Advanced button and uncheck the box labeled “Allow inheritable permissions from the parent to propagate to this object and all child objects. Include these with entries explicitly defined here.” You will be presented with a box asking if you’d like to copy the permissions, remove them, or cancel. Choose copy, then click OK.</p>
<p>I want everyone to be able to access the root of this folder and the files inside it, so I’m going to click on Everyone in the top pane and ensure “Full Control” is checked. Click OK to save your changes. Now open up your shared folder and move any data you want into it. I have two folders in mine, called Subfolder 1 and Subfolder 2.</p>
<p>I want to restrict access to Subfolder 1 to myself and Administrators of the server only only, so I will right click the folder and choose Properties. In the Security tab, select Everyone in the top pane and click remove. You can leave “CREATOR OWNER”, “SYSTEM”, and “Administrators” there. Now, I will add my user account and assign Full Control to myself. See below, but note I have obscured my Active Directory Domain name and the server name.</p>
<p><a href="http://bitsoftech.net/wp-content/uploads/2009/05/image5.png"><img title="image" src="http://bitsoftech.net/wp-content/uploads/2009/05/image-thumb3.png" border="0" alt="image" width="210" height="244" /></a></p>
<p>Click OK on the window here and your permissions change will be saved. I will leave Subfolder 2 with Full Control for Everyone. Now, any users that connect to the share that aren’t Administrators of the server will receive an “Access is Denied” message if they attempt to open Subfolder1.</p>
<p>You can also restrict access to the whole share by assigning any permissions you want in the Security tab of the main shared folder, removing the entry for “Everyone”. This way, anyone attempting to connect to the share will be able to “Map a drive” to the share, but will receive an “Access is Denied” message whenever attempting to open it.</p>
<p>Using the methods above, you can safely move the shared folder to any other NTFS formatted volume on the server or even another server without worrying about having to recreate all of your permissions when you’ve moved it. All you have to do to once it’s moved is share the folder again and assign Full Control to Everyone.<br />
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/create-custom-office-2007-installations/' title='Create Custom Office 2007 Installations'>Create Custom Office 2007 Installations</a></li>
<li><a href='http://bitsoftech.net/10-programs-i-cant-live-without/' title='10 Programs I Can’t Live Without'>10 Programs I Can’t Live Without</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Permissions' rel='tag,nofollow' target='_self'>Permissions</a>, <a class='technorati-link' href='http://technorati.com/tag/Sharing' rel='tag,nofollow' target='_self'>Sharing</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag,nofollow' target='_self'>Windows</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/ApTetiKYaCo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/configure-windows-file-sharing-for-easy-migration-of-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/configure-windows-file-sharing-for-easy-migration-of-data/</feedburner:origLink></item>
		<item>
		<title>Change the Default Screen Capture Format in Mac OS</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/Gb9JNf8mX_8/</link>
		<comments>http://bitsoftech.net/change-the-default-screen-capture-format-in-mac-os/#comments</comments>
		<pubDate>Mon, 18 May 2009 00:53:34 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/?p=33</guid>
		<description><![CDATA[To change the default file format of screen captures taken on your mac, you have a couple of different options. The quickest of them is using the Terminal app. To change the default format, use the following command. defaults write com.apple.screencapture type format You can replace format with any of the following formats: png, gif, [...]]]></description>
			<content:encoded><![CDATA[<p>To change the default file format of screen captures taken on your mac, you have a couple of different options. The quickest of them is using the Terminal app. To change the default format, use the following command.</p>
<p><code>defaults write com.apple.screencapture type <i>format</i></code></p>
<p>You can replace <i>format</i> with any of the following formats: png, gif, bmp, jpeg, jpeg 2000, pdf, psd, sgi, tiff, pict, or tga.</p>
<p>Another option, if you&#8217;re not comfortable using the terminal, is to use the excellent maintenance program, <a href="http://www.titanium.free.fr/pgs2/english/onyx_leopard.html">OnyX</a>.  </p>
<p>First, fire up OnyX, then click the Parameters button in the toolbar. About halfway down on the right side, you&#8217;ll find the <strong>Screen Capture Format</strong> control, circled in red below. Select your desired format from the popup menu, then exit OnyX.</p>
<p><img src="http://bitsoftech.net/wp-content/uploads/2009/05/onyx-screencap.png" alt="OnyX-screencap.png" border="0" width="570" height="596.25" /></p>
<p>That&#8217;s all there is to it!<br />
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/editing-the-terminal-banner-message-of-the-day/' title='Editing the Terminal Banner (Message of the Day)'>Editing the Terminal Banner (Message of the Day)</a></li>
<li><a href='http://bitsoftech.net/hide-a-bootcamp-windows-partition-from-the-os-x-desktop/' title='Hide a BootCamp Windows Partition from the OS X Desktop'>Hide a BootCamp Windows Partition from the OS X Desktop</a></li>
<li><a href='http://bitsoftech.net/10-programs-i-cant-live-without/' title='10 Programs I Can’t Live Without'>10 Programs I Can’t Live Without</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Mac' rel='tag,nofollow' target='_self'>Mac</a>, <a class='technorati-link' href='http://technorati.com/tag/Terminal' rel='tag,nofollow' target='_self'>Terminal</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/Gb9JNf8mX_8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/change-the-default-screen-capture-format-in-mac-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/change-the-default-screen-capture-format-in-mac-os/</feedburner:origLink></item>
		<item>
		<title>Editing the Terminal Banner (Message of the Day)</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/71717RABd8A/</link>
		<comments>http://bitsoftech.net/editing-the-terminal-banner-message-of-the-day/#comments</comments>
		<pubDate>Sat, 16 May 2009 19:03:18 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/?p=30</guid>
		<description><![CDATA[I like to have one of my favorite quotes displayed each time I open a new Terminal window. It&#8217;s pretty easy to do this, and I&#8217;m going to show you how. First, you&#8217;ll need to open your Terminal app, which is located in the Utilities folder. To get there quickly, hit Command-Shift-U while in Finder. [...]]]></description>
			<content:encoded><![CDATA[<p>I like to have one of my favorite quotes displayed each time I open a new Terminal window. It&#8217;s pretty easy to do this, and I&#8217;m going to show you how. </p>
<p>First, you&#8217;ll need to open your Terminal app, which is located in the Utilities folder. To get there quickly, hit Command-Shift-U while in Finder. This will open the Utilities folder. Now open up Terminal.</p>
<p>Next, you need to open the <strong>/etc/motd</strong> file in vim. Type the following command at the prompt and hit return:</p>
<p><code>sudo vim /etc/motd</code></p>
<p>You&#8217;ll be prompted for your password, and after you enter it you&#8217;ll be presented with the motd document. If there&#8217;s anything in there, tap the Esc key, then double tap the D key to remove the existing text line by line. If there are multiple lines, keep double tapping D until the document is cleared.</p>
<p>Now, hit Esc then the A key. This will enter insert mode. Insert a blank line by hitting return, then enter the text you wish to be displayed. Make sure to leave a blank line at the end as well. When you&#8217;ve finished, hit Esc then hold Shift and double tap Z. This will save and exit. </p>
<p>Hit Command-Q to quit terminal, then reopen it and you&#8217;ll see your banner text at the top of the window above the prompt, as shown below:</p>
<p><img src="http://bitsoftech.net/wp-content/uploads/2009/05/terminal-motd.png" alt="terminal-motd.png" border="0" width="505" height="367" /></p>
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/change-the-default-screen-capture-format-in-mac-os/' title='Change the Default Screen Capture Format in Mac OS'>Change the Default Screen Capture Format in Mac OS</a></li>
<li><a href='http://bitsoftech.net/hide-a-bootcamp-windows-partition-from-the-os-x-desktop/' title='Hide a BootCamp Windows Partition from the OS X Desktop'>Hide a BootCamp Windows Partition from the OS X Desktop</a></li>
<li><a href='http://bitsoftech.net/10-programs-i-cant-live-without/' title='10 Programs I Can’t Live Without'>10 Programs I Can’t Live Without</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Mac' rel='tag,nofollow' target='_self'>Mac</a>, <a class='technorati-link' href='http://technorati.com/tag/Terminal' rel='tag,nofollow' target='_self'>Terminal</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/71717RABd8A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/editing-the-terminal-banner-message-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/editing-the-terminal-banner-message-of-the-day/</feedburner:origLink></item>
		<item>
		<title>Hide a BootCamp Windows Partition from the OS X Desktop</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/UmLm0lwW9I8/</link>
		<comments>http://bitsoftech.net/hide-a-bootcamp-windows-partition-from-the-os-x-desktop/#comments</comments>
		<pubDate>Thu, 14 May 2009 12:53:52 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[BootCamp]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/hide-a-bootcamp-windows-partition-from-the-os-x-desktop/</guid>
		<description><![CDATA[After loading Windows 7 RC on my MacBook in BootCamp, I noticed that the partition shows up on the Mac OS desktop. I leave the icons for hard drives on the desktop, but since I don’t use the Windows partition from inside OS X, I was looking for a way to hide it from the [...]]]></description>
			<content:encoded><![CDATA[<p>After loading Windows 7 RC on my MacBook in BootCamp, I noticed that the partition shows up on the Mac OS desktop. I leave the icons for hard drives on the desktop, but since I don’t use the Windows partition from inside OS X, I was looking for a way to hide it from the desktop.</p>
<p>After digging around on Google a bit, I found a few ways to do it. The easiest of which is to simply log into your Windows environment and rename the C drive to something like <strong>.Windows</strong>. This works because UNIX- and Linux-based systems assume that any file or folder beginning with a . (period) are meant to be hidden. The advantage to this method is the change doesn’t cause the partition not to be mounted, so it’s still accessible if you want to copy files from the NTFS partition.</p>
<p>Another method, which I came across on Chris Brewer’s <strong>Garbage In, Garbage Out</strong> blog, uses a command line program from Apple’s developer tools called <strong>SetFile</strong> to hide the partition. Have a look at the post here: <a href="http://www.gigoblog.com/2007/03/07/boot-camp-hide-a-windows-xp-volume-on-mac-desktop/" target="_blank">BootCamp: Hide a Windows XP volume on Mac desktop</a>. Keep in mind that to use this method, you will have to install Apple’s Developer Tools, available for download from Apple’s website or from the DVD’s that came with your new Mac.<br />
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/change-the-default-screen-capture-format-in-mac-os/' title='Change the Default Screen Capture Format in Mac OS'>Change the Default Screen Capture Format in Mac OS</a></li>
<li><a href='http://bitsoftech.net/editing-the-terminal-banner-message-of-the-day/' title='Editing the Terminal Banner (Message of the Day)'>Editing the Terminal Banner (Message of the Day)</a></li>
<li><a href='http://bitsoftech.net/10-programs-i-cant-live-without/' title='10 Programs I Can’t Live Without'>10 Programs I Can’t Live Without</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/BootCamp' rel='tag,nofollow' target='_self'>BootCamp</a>, <a class='technorati-link' href='http://technorati.com/tag/Mac' rel='tag,nofollow' target='_self'>Mac</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/UmLm0lwW9I8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/hide-a-bootcamp-windows-partition-from-the-os-x-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/hide-a-bootcamp-windows-partition-from-the-os-x-desktop/</feedburner:origLink></item>
		<item>
		<title>Apple Releases Mac OS X 10.5.7 Update</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/LOrWpp9r_G8/</link>
		<comments>http://bitsoftech.net/apple-releases-mac-os-x-1057-update/#comments</comments>
		<pubDate>Tue, 12 May 2009 22:17:46 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Leopard]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/apple-releases-mac-os-x-1057-update/</guid>
		<description><![CDATA[This afternoon, Apple released Mac OS X 10.5.7 Update. It is now available via Software Update and as a standalone installer in the Downloads section of the Apple website. From the Apple website: The Mac OS X 10.5.7 Update is recommended for Mac OS X 10.5 Leopard and includes general operating system fixes that enhance [...]]]></description>
			<content:encoded><![CDATA[<p>This afternoon, Apple released Mac OS X 10.5.7 Update. It is now available via Software Update and as a standalone installer in the Downloads section of the Apple website.</p>
<p>From the Apple website: <em>The Mac OS X 10.5.7 Update is recommended for Mac OS X 10.5 Leopard and includes general operating system fixes that enhance the stability, compatibility, and security of your Mac. For detailed information about security updates, please visit <a href="http://support.apple.com/kb/HT1222" rel="nofollow" target="_blank">this website</a>.</em></p>
<p>I started to download the update via Software Update, but the download was fairly slow—it would have taken roughly 2 hours to download. I quickly gave up on Software Update and grabbed the update from the Apple Downloads site. This download was very quick. I averaged 2.0MB/s—yes, that’s Megabytes—on my 20Mbps cable modem. The update from 10.5.6 to 10.5.7 weighs in around 440MB, so if you’d like to get it installed this evening, I’d suggest using the Apple Downloads site. Links provided below.</p>
<p>&#160;</p>
<p>About the Mac OS X 10.5.7 Update:    <br /><a title="http://support.apple.com/kb/HT3397" href="http://support.apple.com/kb/HT3397" rel="nofollow">http://support.apple.com/kb/HT3397</a>     </p>
<p>Standalone Update (from 10.5.6):     <br /><a title="http://support.apple.com/downloads/Mac_OS_X_10_5_7_Update" href="http://support.apple.com/downloads/Mac_OS_X_10_5_7_Update" rel="nofollow">http://support.apple.com/downloads/Mac_OS_X_10_5_7_Update</a>     </p>
<p>Standalone Combo Update (from any previous 10.5 version):     <br /><a title="http://support.apple.com/downloads/Mac_OS_X_10_5_7_Combo_Update" href="http://support.apple.com/downloads/Mac_OS_X_10_5_7_Combo_Update">http://support.apple.com/downloads/Mac_OS_X_10_5_7_Combo_Update</a></p>
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/arranging-menu-bar-icons-in-leopard/' title='Arranging Menu Bar icons in Leopard'>Arranging Menu Bar icons in Leopard</a></li>
<li><a href='http://bitsoftech.net/disable-leopards-3d-glass-dock/' title='Disable Leopard’s 3D Glass Dock'>Disable Leopard’s 3D Glass Dock</a></li>
<li><a href='http://bitsoftech.net/automating-wordpress-backups-using-automator-and-transmit/' title='Automating WordPress Backups using Automator and Transmit'>Automating WordPress Backups using Automator and Transmit</a></li>
<li><a href='http://bitsoftech.net/apple-bumps-up-processor-ram-hard-drive-on-white-macbook/' title='Apple Bumps Up Processor, RAM &amp; Hard Drive on White MacBook'>Apple Bumps Up Processor, RAM &amp; Hard Drive on White MacBook</a></li>
<li><a href='http://bitsoftech.net/checking-your-macbook-battery-health-with-coconutbattery/' title='Checking Your Mac Notebook Battery Health with coconutBattery'>Checking Your Mac Notebook Battery Health with coconutBattery</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Apple' rel='tag,nofollow' target='_self'>Apple</a>, <a class='technorati-link' href='http://technorati.com/tag/Leopard' rel='tag,nofollow' target='_self'>Leopard</a>, <a class='technorati-link' href='http://technorati.com/tag/Mac+OS' rel='tag,nofollow' target='_self'>Mac OS</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/LOrWpp9r_G8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/apple-releases-mac-os-x-1057-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/apple-releases-mac-os-x-1057-update/</feedburner:origLink></item>
		<item>
		<title>10 Programs I Can’t Live Without</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/tnYgkp7T4bU/</link>
		<comments>http://bitsoftech.net/10-programs-i-cant-live-without/#comments</comments>
		<pubDate>Mon, 11 May 2009 18:21:15 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Trillian]]></category>

		<guid isPermaLink="false">http://bitsoftech.net/10-programs-i-cant-live-without/</guid>
		<description><![CDATA[Anyone who uses a computer for work or personal use on a regular basis has a group of preferred programs to use. Some of us have some programs mandated by our employers, and some of us are free to choose what programs—or even computing platforms—we use. I’m lucky enough to be employed by a company [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who uses a computer for work or personal use on a regular basis has a group of preferred programs to use. Some of us have some programs mandated by our employers, and some of us are free to choose what programs—or even computing platforms—we use. I’m lucky enough to be employed by a company that allows employees to choose what programs they use for the most part.</p>
<p>In no particular order, here are the 10 programs/software packages I absolutely cannot live without. I use both Windows Vista and Mac OS X, so you’ll find programs from both platforms in my list. To keep this post short and not take up too much of your time reading it, I won’t go into too much detail as to why each program has made it onto this list. You can rest assured though, I will save that detail for individual posts later.</p>
<ol>
<li><strong>Microsoft Outlook 2007</strong> (Windows)<br />
While we use Microsoft Exchange 2007 as our email server platform at work and Outlook is the best way to go for an Exchange client, I could use any POP3/SMTP or IMAP capable client to check my email. Even given this choice, I stick with Outlook 2007. I prefer Outlook because of the tight integration with Exchange, and because it has everything I need—email, calendar, tasks, and notes—all in one package.</li>
<li><strong>Trillian (4.0 beta)</strong> (Windows)<br />
I have been a Trillian user since their early days, and haven’t bothered with other IM clients. Trillian Pro allows me to use my two primary instant messaging platforms—AIM and Yahoo!—without having two programs running. I’ve been testing 4.0 (Astra) since it entered alpha stage, and now in it’s beta stage. Even in it’s alpha form, Trillian 4 has proven itself a stable and full-featured IM client.</li>
<li><strong>Windows Live Writer 2009</strong> (Windows)<br />
While I’ve only just started blogging, Windows Live Writer has quickly become my remote publishing client of choice for my WordPress blog. It’s clean interface and ease of use has claimed it spot on my most frequently used programs list.</li>
<li><strong>PuTTY</strong> (Windows)<br />
I use PuTTY to manage all of the Cisco network gear I work with, as well as to log into the Ubuntu server in my office. It’s a very simple, yet powerful SSH client that just works. It has the ability to connect to telnet, SSH, and even Serial clients, and also has the ability to save connection profiles.</li>
<li><strong>Launchy</strong> (Windows)<br />
Launchy is an open-source Windows alternative to the Mac app, Quicksilver. It allows for keyboard launching of programs, opening documents, and even custom triggers. It has a plug-in architecture and there are quite a few useful plug-ins available. I use it in conjunction with the PuTTY plug-in, which allows me to open an SSH session to a host using the keyboard shortcut to invoke Launchy and then type <em>ssh hostname</em> followed by the enter key. I also use a custom trigger that allows me to launch Microsoft Remote Desktop connections via the Launchy interface.</li>
<li><strong>Quicksilver</strong> (Mac)<br />
Quicksilver is a very powerful keyboard launcher for Mac. At the moment, I haven’t delved too deep in setting it up on my machine. I’m only using Quicksilver as a keyboard launcher. I have quite a few applications that I don’t keep in my dock, but use somewhat regularly. It’s handy to be able to easily launch an application by invoking Quicksilver and typing the first few letters of the name. I’m sure it’s capable of much more, but I haven’t really played with it beyond that.</li>
<li><strong>Tweetie </strong>(Mac)<br />
Tweetie is by far my favorite Twitter client out of all of the options available for Mac and PC. It’s slick interface is both great looking and easy to use. Multiple account support is great, and you can choose from a number of URL shortening and picture sharing services. All in all a great looking, feature packed client. The folks at Atebits definitely put a lot of thought into this app.</li>
<li><strong>Firefox</strong> (PC &amp; Mac)<br />
Firefox is my browser of choice, though Internet Explorer 8 is a close second. The extensibility of Firefox is the clincher for me. Having the ability to add functionality to the browser via extensions is an enormous advantage over IE. A few of the extensions I use are GMail Notifier, Greasemonkey, Right-Click-Link, Google Redesigned, Extended Statusbar, Delicious Bookmarks, and PDF Download.</li>
<li><strong>VNC </strong>(PC &amp; Mac)<br />
I use UltraVNC on my PC, and Chicken of the VNC on my Mac. Having the ability to remote control PC’s is an absolute must in my job. We load UltraVNC Server on each of the desktop and notebook PC’s at my company, and we use OSXvnc as the VNC server on the single Mac at each location. Being able to control PC’s or Mac’s from either platform is a big help as well, so I don’t have to have a particular computer with me to provide support.</li>
<li><strong>SplashID iPhone &amp; Desktop</strong> (iPhone, PC, Mac)<br />
Between my personal data from online banking, credit card websites, forums, and other sites, to my business needs for multiple logon accounts, service accounts, and other passwords, SplashID remembers them all. I have a copy of the desktop version on my PC and another on my Mac, and I routinely sync between the three. I got hooked on password managers back when I used CryptMagic on my old BlackBerry, but since moving to the iPhone, I settled on SplashID since it most closely resembled CryptMagic. The fact that it’s available on both Mac &amp; PC was the deal-maker for me, as I routinely use both platforms.</li>
</ol>
<p>So there you have it, my list of the 10 programs/software packages that I can’t live without. If there’s a piece of software you can’t live without, I’d love to hear about it. Leave a comment and I’ll be sure to check it out.<br />
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/create-custom-office-2007-installations/' title='Create Custom Office 2007 Installations'>Create Custom Office 2007 Installations</a></li>
<li><a href='http://bitsoftech.net/configure-windows-file-sharing-for-easy-migration-of-data/' title='Configure Windows File Sharing for Easy Migration of Data'>Configure Windows File Sharing for Easy Migration of Data</a></li>
<li><a href='http://bitsoftech.net/change-the-default-screen-capture-format-in-mac-os/' title='Change the Default Screen Capture Format in Mac OS'>Change the Default Screen Capture Format in Mac OS</a></li>
<li><a href='http://bitsoftech.net/editing-the-terminal-banner-message-of-the-day/' title='Editing the Terminal Banner (Message of the Day)'>Editing the Terminal Banner (Message of the Day)</a></li>
<li><a href='http://bitsoftech.net/hide-a-bootcamp-windows-partition-from-the-os-x-desktop/' title='Hide a BootCamp Windows Partition from the OS X Desktop'>Hide a BootCamp Windows Partition from the OS X Desktop</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Mac' rel='tag,nofollow' target='_self'>Mac</a>, <a class='technorati-link' href='http://technorati.com/tag/Outlook' rel='tag,nofollow' target='_self'>Outlook</a>, <a class='technorati-link' href='http://technorati.com/tag/Software' rel='tag,nofollow' target='_self'>Software</a>, <a class='technorati-link' href='http://technorati.com/tag/Trillian' rel='tag,nofollow' target='_self'>Trillian</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag,nofollow' target='_self'>Windows</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/tnYgkp7T4bU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/10-programs-i-cant-live-without/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/10-programs-i-cant-live-without/</feedburner:origLink></item>
		<item>
		<title>Integrating Service Pack 2 into Office 2007 Installation Media</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/niIandN6uqk/</link>
		<comments>http://bitsoftech.net/integrating-service-pack-2-into-office-2007-installation-media/#comments</comments>
		<pubDate>Tue, 05 May 2009 14:06:42 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://bitsofit.net/2009/05/05/integrating-service-pack-2-into-office-2007-installation-media/</guid>
		<description><![CDATA[After Microsoft released Office 2007 Service Pack 2, I wanted to avoid having to install Office 2007 and then perform another installation for SP2. Luckily, Microsoft has made this very easy to do with Office 2007 as compared to earlier versions. No special tools required! A little information about how this works: Your Office 2007 [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>After Microsoft released Office 2007 Service Pack 2, I wanted to avoid having to install Office 2007 and then perform another installation for SP2. Luckily, Microsoft has made this very easy to do with Office 2007 as compared to earlier versions. No special tools required!</p>
<p>A little information about how this works: Your Office 2007 media has a folder called Updates in it. Any *.msp update files copied into that folder will be installed during the Office 2007 install, but after the suite is installed. The SP2 “fullfile” installer is just a self-extracting archive containing all the source *.msp files needed for the update. So, by copying these files into the Updates folder, you’re getting an Office 2007 install with SP2 integrated.</p></blockquote>
<p>To integrate SP2, first you need to copy your install media to a local folder. To do this, create a folder in your C drive called Office 2007. Now, copy everything from the root of your Office 2007 install media to <strong>C:\Office 2007</strong>. Your Office 2007 folder should look similar to the image below.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://bitsoftech.net/wp-content/uploads/2009/05/image.png" border="0" alt="image" width="689" height="540" /></p>
<p>Now, you need to obtain a copy of the SP2 installer. You can download the service pack from the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B444BF18-79EA-46C6-8A81-9DB49B4AB6E5&amp;displaylang=en" target="_blank">Microsoft Download Center</a>. Save the installer to the root of your C drive. Once you’ve downloaded the file, integrating the service pack is as simple as running one command from the command line.</p>
<p>Open up the command line, navigate to your C drive, and enter the following command. If you saved your Office 2007 install media and/or SP2 file to a different path, make sure you make the appropriate substitutions. Also, if there are spaces in your path, be sure to enclose the path in quotes, as shown below.</p>
<p><strong>office2007sp2-kb953195-fullfile-en-us.exe /extract:”C:\Office 2007\Updates”</strong></p>
<p>Hit enter, then you’ll be prompted to accept the license agreement. If you agree to the terms, check off <strong>Click here to accept the Microsoft Software License Terms</strong>, then click <strong>Continue</strong>.</p>
<p><a href="http://bitsoftech.net/wp-content/uploads/2009/05/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://bitsoftech.net/wp-content/uploads/2009/05/image-thumb.png" border="0" alt="image" width="602" height="384" /></a></p>
<p>When the files have been extracted, click <strong>OK</strong> on the window notifying you that the installation is complete. Navigate to <strong>C:\Office 2007\Updates</strong>. Your folder should look similar to the image below.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://bitsoftech.net/wp-content/uploads/2009/05/image2.png" border="0" alt="image" width="655" height="514" /></p>
<p>You’re almost done! All that’s left now is create your install media. If you’re going to be installing from a network point, just copy your Office 2007 folder to the network share you plan to install from. If you plan to install from DVD—the resulting folder will likely be just over 800MB—you’ll need to create a new DVD project in your favorite DVD burning software, then drag the contents of the Office 2007 folder into your DVD project. Burn your disc, and you’re ready to install Office 2007 with SP2 integrated.</p>
<p>If you&#8217;ve found this post helpful, please leave a comment, I&#8217;d love to hear from you!<br />
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li><a href='http://bitsoftech.net/create-custom-office-2007-installations/' title='Create Custom Office 2007 Installations'>Create Custom Office 2007 Installations</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Microsoft' rel='tag,nofollow' target='_self'>Microsoft</a>, <a class='technorati-link' href='http://technorati.com/tag/Office+2007' rel='tag,nofollow' target='_self'>Office 2007</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/niIandN6uqk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/integrating-service-pack-2-into-office-2007-installation-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/integrating-service-pack-2-into-office-2007-installation-media/</feedburner:origLink></item>
		<item>
		<title>Welcome to Bits of Tech!</title>
		<link>http://feedproxy.google.com/~r/BitsOfTech/~3/-Otpq_DpcfM/</link>
		<comments>http://bitsoftech.net/welcome-to-bits-of-it/#comments</comments>
		<pubDate>Tue, 05 May 2009 16:55:17 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://bitsofit.net/2009/05/05/welcome-to-bits-of-it/</guid>
		<description><![CDATA[Welcome to Bits of Tech! My name is Bill, and I’m an IT Infrastructure team member working for the North Atlantic Region of a Fortune 500 company. I’ve decided to start this blog to share tips &#38; tricks that help make my job easier, solutions to problems I’ve encountered, and other general IT-related information. I [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to Bits of Tech! My name is Bill, and I’m an IT Infrastructure team member working for the North Atlantic Region of a Fortune 500 company. I’ve decided to start this blog to share tips &amp; tricks that help make my job easier, solutions to problems I’ve encountered, and other general IT-related information.</p>
<p>I know there are tons of other IT and computer-related blogs out there, but I feel one can never have too much information at their fingertips, and I love to share knowledge so I’m joining the fray. I hope in the coming months I can provide readers with valuable information that will be helpful with home and work computer projects and tasks.</p>
<p>If you share my passion for all things electronic and would like to contribute to Bits of IT, please feel free to shoot me an email at <strong>bill (at) bitsoftech.net</strong>.<br />
<h3 class='related_post_title'>Related Posts</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/BitsOfTech/~4/-Otpq_DpcfM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bitsoftech.net/welcome-to-bits-of-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bitsoftech.net/welcome-to-bits-of-it/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.589 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-30 14:09:45 --><!-- Compression = gzip -->
