<?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>TechJive &#187; Tips &#8216;n Tricks</title>
	<atom:link href="http://www.techjive.net/category/tips-n-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techjive.net</link>
	<description>Making Tech Jive For You</description>
	<lastBuildDate>Wed, 30 Nov 2011 16:22:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Excel: After pressing Enter, move selection &#8230;</title>
		<link>http://www.techjive.net/2009/06/24/excel-after-pressing-enter-move-selection/</link>
		<comments>http://www.techjive.net/2009/06/24/excel-after-pressing-enter-move-selection/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:51:40 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[keystrokes]]></category>

		<guid isPermaLink="false">http://www.techjive.net/?p=160</guid>
		<description><![CDATA[Some people may be aware of this, but in Excel you can change the default behavior of the Enter key. By default, when you hit Enter it will move one cell down. In Excel 2007 this setting is found in Office button &#62; Excel Options &#62; Advanced, and it allows you to select from Up, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techjive.net%2F2009%2F06%2F24%2Fexcel-after-pressing-enter-move-selection%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techjive.net%2F2009%2F06%2F24%2Fexcel-after-pressing-enter-move-selection%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Some people may be aware of this, but in Excel you can change the default behavior of the Enter key. By default, when you hit Enter it will move one cell down. In Excel 2007 this setting is found in Office button &gt; Excel Options &gt; Advanced, and it allows you to select from Up, Down, Right, and Left.</p>
<p>Changing this setting is not necessary, however, as you can achieve all four directions with the default setting.</p>
<ul>
<li>Down, this is the default behavior</li>
<li>Up, Shift-Enter</li>
<li>Right, Tab</li>
<li>Left, Shift-Tab</li>
</ul>
<p>There are two more Enter-based keystrokes that come in handy from time to time.</p>
<ul>
<li>Ctrl-Enter saves the cell data, and keeps that as the currently selected cell (read: does not move in any direction)</li>
<li>Alt-Enter will give you a new line (LFCR) within the same cell</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.techjive.net/2009/06/24/excel-after-pressing-enter-move-selection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open From S/FTP Server</title>
		<link>http://www.techjive.net/2009/02/01/open-from-sftp-server/</link>
		<comments>http://www.techjive.net/2009/02/01/open-from-sftp-server/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 04:23:48 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[TextWrangler]]></category>

		<guid isPermaLink="false">http://www.techjive.net/?p=96</guid>
		<description><![CDATA[If you do any kind of work that requires S/FTP, you know the hassle of marking up your local copy, saving, uploading, and checking the result. I know it drives me batty to have to do all of that up-and-down crap. And sure, I can use vi in the command shell, and I do regularly, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techjive.net%2F2009%2F02%2F01%2Fopen-from-sftp-server%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techjive.net%2F2009%2F02%2F01%2Fopen-from-sftp-server%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you do any kind of work that requires S/FTP, you know the hassle of marking up your local copy, saving, uploading, and checking the result. I know it drives me batty to have to do all of that up-and-down crap. And sure, I can use vi in the command shell, and I do regularly, but I find I&#8217;m much slower in vi than I am in a regular text editor. So I struggled with vi or the FTP up-and-down, until I found a great bit of functionality within my already chosen text editor on Mac.</p>
<p>I had been using <a href="http://www.barebones.com/products/textwrangler/">TextWrangler</a> for a while &#8212; mostly because it is a powerful text editor, with the added benefit of being free &#8212; before someone tipped me off to the ability to open and save files from within TextWrangler over S/FTP connections. I hadn&#8217;t ever considered that could be placed into software, but I found it to be a brilliant feature to a product I already considered to be of high quality. With TextWrangler, you open a FTP browser window, enter your S/FTP information (or pick from a saved bookmark), and connect. It&#8217;s a pretty basic FTP browser, but it doesn&#8217;t need to be super fancy.</p>
<p>Sure, it has its limitations. You need to have permissions to the file, and cannot use a SUDO command to gain super user access to edit it. Also, if you have to CHMOD or CHOWN you need to do that elsewhere. In full honesty, these are the only limitations I&#8217;ve come up against at this point, and maybe I&#8217;m not looking hard enough to find the way to do it. I&#8217;ve been using this functionality from TextWrangler for about a year now, and this is one of those simple, yet killer features that I will expect out of any future text editor I use.</p>
<p>Does anyone know of a text editor on the Windows or Linux platforms that provide similar functionality, because I&#8217;d sure like to give it a go on my other workstations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjive.net/2009/02/01/open-from-sftp-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Put It In a Space</title>
		<link>http://www.techjive.net/2009/01/05/put-it-in-a-space/</link>
		<comments>http://www.techjive.net/2009/01/05/put-it-in-a-space/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 04:45:52 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[Spaces]]></category>
		<category><![CDATA[virtual desktop]]></category>

		<guid isPermaLink="false">http://www.techjive.net/?p=75</guid>
		<description><![CDATA[I was first introduced to virtual desktops about 6 years ago when I first started poking at Linux. At the time it was a hobby type thing so I was basically running one or two applications at a time, and I didn&#8217;t see any real practical use for it. In the last 9 months I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techjive.net%2F2009%2F01%2F05%2Fput-it-in-a-space%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techjive.net%2F2009%2F01%2F05%2Fput-it-in-a-space%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I was first introduced to virtual desktops about 6 years ago when I first started poking at Linux. At the time it was a hobby type thing so I was basically running one or two applications at a time, and I didn&#8217;t see any real practical use for it.</p>
<p>In the last 9 months I&#8217;ve been buried in a major software implementation at work, and I&#8217;ve been consistently running more applications than I previously had. My dual-monitor setup started to seem too cramped, and seeing that I am running Mac OS 10.5 (<em>the</em> Leopard), I decided to take a stab at <a href="http://www.apple.com/macosx/features/spaces.html">Spaces</a>, and man I&#8217;ve been happy with the results. I&#8217;ve settled on a 4-desktop arrangement.</p>
<p><img title="My Virtual Desktop Arrangment" src="http://farm2.static.flickr.com/1153/3172838748_8822620b04_o.jpg" alt="My Virtual Desktop Arrangment" width="500" height="312" /></p>
<p>Space 1 (top left): Being the &#8220;first&#8221; desktop, I&#8217;ve got my two main applications there, email (Entourage) and web browser (Firefox).</p>
<p>Space 2 (top right): Second most desktop I&#8217;ve got my various IM clients. I use iChat and Skype primarily, but will dip into Adium on occasion.</p>
<p>Space 3 (bottom left): This is where I do most of my interchange of applications. Shown in the photo is <a href="http://www.tweetdeck.com/beta/">TweetDeck</a>, and I will also pull up Terminal, TextWrangler, Finder, Excel, Word, etc. as I need. This tends to be my catch-all space.</p>
<p>Space 4 (bottom right): Primarily my remote desktop desktop. I use <a href="http://cord.sourceforge.net/">CoRD</a> to connect to Windows servers and computers. If I am not using a remote desktop there I&#8217;ll shift some stuff over from Space 3.</p>
<p>Here are some free Windows options for running virtual desktops if you&#8217;ve never tried it out: <a href="http://www.codeplex.com/vdm">Vista/XP Virtual Desktop Manager</a>, <a href="http://virtuawin.sourceforge.net/">VirtuaWin</a>, <a href="http://www.microsoft.com/windowsxp/Downloads/powertoys/Xppowertoys.mspx">Microsoft PowerToys</a>.</p>
<p>Do you use virtual desktops? How do you have it arranged?</p>
<p><strong>Update:</strong> I realize I talked about my dual-monitor setup, and this screenshot was taken when I was not at my desk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjive.net/2009/01/05/put-it-in-a-space/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FF to Safari, pt. 2 &#8211; Import Bookmarks</title>
		<link>http://www.techjive.net/2007/12/21/ff-to-safari-pt-2-import-bookmarks/</link>
		<comments>http://www.techjive.net/2007/12/21/ff-to-safari-pt-2-import-bookmarks/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 05:48:52 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>

		<guid isPermaLink="false">http://www.techjive.net/2007/12/21/ff-to-safari-pt-2-import-bookmarks/</guid>
		<description><![CDATA[One thing that I was dreading about this Safari-for-a-week thing was having to manually copy over my bookmarks from Firefox.  There&#8217;s not much worse than wasting a bunch of time doing copy, paste, repeat.  A little Google search, and we have a winner! If you&#8217;ve got Safari 2.0 (or higher) you&#8217;ve got import and export options in the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F12%2F21%2Fff-to-safari-pt-2-import-bookmarks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F12%2F21%2Fff-to-safari-pt-2-import-bookmarks%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One thing that I was dreading about this <a href="http://www.techjive.net/2007/12/19/a-week-with-safari/">Safari-for-a-week</a> thing was having to manually copy over my bookmarks from Firefox.  There&#8217;s not much worse than wasting a bunch of time doing copy, paste, repeat.  A little Google search, and <a href="http://community.livejournal.com/macosx/4029026.html">we have a winner</a>!<br />
<blockquote>If you&#8217;ve got Safari 2.0 <strong><em>(or higher)</em></strong> you&#8217;ve got import and export options in the File menu. Choose Import Bookmarks, then navigate to bookmarks.html in your Firefox profile (~/Library/Application Support/Firefox/Profiles) and click Import.  </p></blockquote>
<p>Emphasis mine.  So simple, yet almost too simple to believe.  Time saved; color me happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjive.net/2007/12/21/ff-to-safari-pt-2-import-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playtagger</title>
		<link>http://www.techjive.net/2007/07/24/playtagger/</link>
		<comments>http://www.techjive.net/2007/07/24/playtagger/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 02:01:53 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.techjive.net/2007/07/24/playtagger/</guid>
		<description><![CDATA[Bren, formerly of Slacker Manager fame, showed me this great little tip today. Playtagger is a feature brought to us by del.icio.us. Play Tagger is a neat little tool that allows you to easily play mp3 files directly on del.icio.us (see the popular mp3 bookmarks), and you can have it for your website or blog [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F07%2F24%2Fplaytagger%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F07%2F24%2Fplaytagger%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Bren, <a href="http://slackermanager.com/2007/07/slacker-manager-tryouts-sold-blog-need-new-author.html">formerly of Slacker Manager fame</a>, showed me this great little tip today.  <a href="http://del.icio.us/help/playtagger">Playtagger</a> is a feature brought to us by <a href="http://del.icio.us/">del.icio.us</a>.</p>
<blockquote><p>Play Tagger is a neat little tool that allows you to easily play mp3 files directly on del.icio.us (see the <a href="http://del.icio.us/popular/system:filetype:mp3">popular mp3 bookmarks</a>), and you can have it for your website or blog too. Include this tiny javascript in your HTML, and your mp3 links will automatically become playable right on the page. In addition, your visitors will have the opportunity to easily tag and post the mp3 link to del.icio.us. This script is very lightweight, as is the flash movie that plays on demand.</p></blockquote>
<p>Probably the most useful part is you can drag a link to your bookmark bar.  If you are browsing a page with a link to a MP3 file, give that bookmark a click, and you will be able to play that MP3 inline on the page, rather than being required to download it.  Very slick.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjive.net/2007/07/24/playtagger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IM Down, Try Meebo</title>
		<link>http://www.techjive.net/2007/06/18/im-down-try-meebo/</link>
		<comments>http://www.techjive.net/2007/06/18/im-down-try-meebo/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 19:40:39 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Tips 'n Tricks]]></category>

		<guid isPermaLink="false">http://www.techjive.net/2007/06/18/im-down-try-meebo/</guid>
		<description><![CDATA[My wife gave birth to our second son last week, so I was out of the office all week. I brought my laptop with me to the hospital so I would be able to dump photos from the camera if the memory card filled up. While in labor and getting settled into the room my [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F06%2F18%2Fim-down-try-meebo%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F06%2F18%2Fim-down-try-meebo%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>My wife gave birth to our second son last week, so I was out of the office all week.  I brought my laptop with me to the hospital so I would be able to dump photos from the camera if the memory card filled up.  While in labor and getting settled into the room my wife noticed that one of the signs in the room made a statement about there being free wifi throughout the hospital &#8212; this hospital opened just over one year ago.</p>
<p>Yatzee!  I was superexcited to have free wifi.  It was great because I could upload photos to Flickr, and post to my personal blog from the hospital.  It was really nice to be able to get the news out quickly to a geographically spread-out audience.</p>
<p>There were two hitches, though, one of which I was able to work around.  Both hitches are related.  Because of the security/firewall rules on the &#8220;guest&#8221; wifi network I was not able to connect to my corporate VPN &#8212; both good and bad that I couldn&#8217;t get much work done (mostly good) &#8212; and I couldn&#8217;t connect to IM.  While I couldn&#8217;t get around the VPN issue, I was able to use <a href="http://www.meebo.com/">Meebo</a> to get IM working for me.  I&#8217;ve used Meebo sparingly in the past &#8212; I prefer the &#8220;feel&#8221; of a desktop IM client &#8212; but found Meebo to be the perfect tool in the perfect situation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjive.net/2007/06/18/im-down-try-meebo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcut Key to Flag Mail in Outlook</title>
		<link>http://www.techjive.net/2007/05/29/shortcut-key-to-flag-mail-in-outlook/</link>
		<comments>http://www.techjive.net/2007/05/29/shortcut-key-to-flag-mail-in-outlook/#comments</comments>
		<pubDate>Tue, 29 May 2007 17:49:22 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>

		<guid isPermaLink="false">http://www.techjive.net/2007/05/29/shortcut-key-to-flag-mail-in-outlook/</guid>
		<description><![CDATA[Another shortcut key discovered by accident. I was moving around my inbox with the keyboard, deleting messages, when I mis-keyed and hit Insert instead of Delete. Much to my pleasant surprise I found that Insert flagged the highlighted message with the default red flag. If you hit Insert on a message that is already flagged, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F05%2F29%2Fshortcut-key-to-flag-mail-in-outlook%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F05%2F29%2Fshortcut-key-to-flag-mail-in-outlook%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Another shortcut key discovered by accident.  I was moving around my inbox with the keyboard, deleting messages, when I mis-keyed and hit <em>Insert</em> instead of <em>Delete</em>.  Much to my pleasant surprise I found that <em>Insert</em> flagged the highlighted message with the default red flag.  If you hit <em>Insert</em> on a message that is already flagged, it marks it as complete.  This works with one, or many, messages highlighted.</p>
<p>To clear the flag completely, or to set a flag with a color other than the default color, you still need to go through the standard process.  I&#8217;ve never risen to the level of using the various colors for flags, so I&#8217;m not hampered by the default action of this shortcut.</p>
<p>I&#8217;ve only tested this on Outlook 2003.  Can anyone verify this with other versions of Outlook?  How about Entourage?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjive.net/2007/05/29/shortcut-key-to-flag-mail-in-outlook/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>USPS Says Forever&#8230;For First Ounce Only</title>
		<link>http://www.techjive.net/2007/05/14/usps-says-foreverfor-first-ounce-only/</link>
		<comments>http://www.techjive.net/2007/05/14/usps-says-foreverfor-first-ounce-only/#comments</comments>
		<pubDate>Mon, 14 May 2007 18:46:34 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Business Related]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>

		<guid isPermaLink="false">http://www.techjive.net/2007/05/14/usps-says-foreverfor-first-ounce-only/</guid>
		<description><![CDATA[This is indirectly tech related, but generally not. The USPS has gone and upped the postal rates from $0.39 to $0.41 for the first ounce on a first class letter. They&#8217;ve also introduced something known as the Forever Stamp. I received a word of warning/advise about the use of this new stamp. In the past, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F05%2F14%2Fusps-says-foreverfor-first-ounce-only%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F05%2F14%2Fusps-says-foreverfor-first-ounce-only%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This is indirectly tech related, but generally not. <img src='http://www.techjive.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   The USPS has gone and upped the postal rates from $0.39 to $0.41 for the first ounce on a first class letter.  They&#8217;ve also introduced something known as the <a href="http://www.usps.com/prices/prices_forever.htm">Forever Stamp</a>.  I received a word of warning/advise about the use of this new stamp.</p>
<p>In the past, if you knew that your letter was going to be over one ounce you could load up on stamps to cover the additional weight.  An example is if you mail in your tax forms, that stack of pages weighs more than one ounce, so you&#8217;d stick two (or three) $0.39 stamps on it.</p>
<p>The Forever Stamp will <strong><em>only</em></strong> cover the first ounce.  If you place two Forever Stamps on a letter you just wasted one of those stamps.  To complete the example above, you would use one Forever Stamp, then add valued stamps ($0.41, $0.26, etc.) on to it to make the required postal rate.</p>
<p>Just to clarify even more, if you place 10 Forever Stamps on an envelope you just used 10 stamps to cover the first ounce, and have done nothing to cover the additional weight.</p>
<p>The indirect tech impact of all the changes to the USPS regulations is that, with all of the policy changes, rate hikes, new classification rules (what is a letter v. flat v. parcel), etc. people are going to greatly reduce their use of tradition mailing (read: USPS) and turn more towards technological delivery methods.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjive.net/2007/05/14/usps-says-foreverfor-first-ounce-only/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Re-open Closed Tab</title>
		<link>http://www.techjive.net/2007/04/28/re-open-closed-tab/</link>
		<comments>http://www.techjive.net/2007/04/28/re-open-closed-tab/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 19:15:22 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>

		<guid isPermaLink="false">http://www.techjive.net/2007/04/28/re-open-closed-tab/</guid>
		<description><![CDATA[Bren posted about this a good while ago, but I get so much use out of it that I figured I&#8217;d spread it around again. If you accidentally close a tab you can bring it back from the netherworld by hitting Shift+Cmd+T (on a Mac) or Shift+Ctrl+T (on Windows). This is so incredibly helpful when [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F04%2F28%2Fre-open-closed-tab%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F04%2F28%2Fre-open-closed-tab%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://slackermanager.com/2006/10/bring-killed-tabs-back-from-the-dead-firefox-20.html">Bren posted</a> about this a good while ago, but I get so much use out of it that I figured I&#8217;d spread it around again.</p>
<blockquote><p>If you accidentally close a tab you can bring it back from the netherworld by hitting Shift+Cmd+T (on a Mac) or Shift+Ctrl+T (on Windows).</p></blockquote>
<p>This is so incredibly helpful when you get overly close-happy with your tabs, and go too far.  Or, in my case, if you just aren&#8217;t thinking, this will resurrect the results of your errant clicks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjive.net/2007/04/28/re-open-closed-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move Joomla! to a New Server</title>
		<link>http://www.techjive.net/2007/04/26/move-joomla-to-a-new-server/</link>
		<comments>http://www.techjive.net/2007/04/26/move-joomla-to-a-new-server/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 16:08:03 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.techjive.net/2007/04/26/move-joomla-to-a-new-server/</guid>
		<description><![CDATA[My dad runs a Joomla! based website that I have been hosting. Just recently we decided to migrate it to a different web host, so I had to figure out how to move it. I was initially puzzled by how to accomplish this move with the least amount of pain. I&#8217;ve enjoyed the slick Export/Import [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F04%2F26%2Fmove-joomla-to-a-new-server%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techjive.net%2F2007%2F04%2F26%2Fmove-joomla-to-a-new-server%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>My dad runs a <a href="http://www.joomla.org/">Joomla!</a> based website that I have been hosting.  Just recently we decided to migrate it to a different web host, so I had to figure out how to move it.</p>
<p>I was initially puzzled by how to accomplish this move with the least amount of pain.  I&#8217;ve enjoyed the slick Export/Import process that <a href="http://www.wordpress.org/">WordPress</a> provides, and (to my knowledge) there is nothing like that for Joomla!.  I decided the only way I was going to complete this was to export the MySQL database, and download all 2000+ Joomla! files from the old server, then upload the files and import the database to the new server.  A little time consuming, but it guarantees that everything will be migrated.</p>
<p>Before I set out on this &#8220;journey&#8221; I decided to see if there were any guides online that had different methods.  What I found was <a href="http://www.howtojoomla.net/content/view/17/2/">detailed steps</a> of exactly what I was planning to do.  Here is <a href="http://www.geektips.net/node/15">another guide</a> (less detailed though) that I just <strong>had</strong> to link to, because it&#8217;s a Joomla! guide on a site running <a href="http://drupal.org/">Drupal</a>.  Go figure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjive.net/2007/04/26/move-joomla-to-a-new-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

