<?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>GeekInspired.com &#187; Computer Software</title>
	<atom:link href="http://www.geekinspired.com/category/computer-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekinspired.com</link>
	<description>Computer and Photography Tips</description>
	<lastBuildDate>Fri, 12 Mar 2010 04:53:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building Websites with Master Pages (Visual Studio)</title>
		<link>http://www.geekinspired.com/computer-software/building-websites-with-master-pages/</link>
		<comments>http://www.geekinspired.com/computer-software/building-websites-with-master-pages/#comments</comments>
		<pubDate>Wed, 20 May 2009 11:00:52 +0000</pubDate>
		<dc:creator>Jared Holt</dc:creator>
				<category><![CDATA[Computer Software]]></category>

		<guid isPermaLink="false">http://www.geekinspired.com/?p=1980</guid>
		<description><![CDATA[Last week I was tasked with building a site from scratch with a very short deadline.  Normally, I&#8217;d accomplish this with a Wordpress install and a few theme tweaks, but my bosses didn&#8217;t want to go that route.  I thought I was going to have to do things the old fashioned way (Dreamweaver, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/visual-web-dev-intro.gif" alt="" title="visual-web-dev-intro" width="240" height="160" class="alignnone size-full wp-image-2002" />
<p class="noclear">Last week I was tasked with building a site from scratch with a very short deadline.  Normally, I&#8217;d accomplish this with a Wordpress install and a few theme tweaks, but my bosses didn&#8217;t want to go that route.  I thought I was going to have to do things the old fashioned way (Dreamweaver, lots of typing, lots of coffee) until a friend of mine told me to take a look at Master Pages in Visual Studios.</p>
<p><span id="more-1980"></span></p>
<p>The Master Pages feature, found in the latest versions of Visual Studio, is a very powerful tool for developing and maintaining a web site.  By using a master page, you&#8217;ll be able to do to great things:</p>
<ol>
<li>Create a template for your site that you can use over and over again.</li>
<li>Make site-wide changes in one location.  This alone can save you hours of future work.</li>
</ol>
<p>If you&#8217;re new to creating web sites, try not to be intimidated by all the jargon and fancy web development tools.  All you need is some <a href="http://www.geekinspired.com/internet/html-basics-tags-for-beginners/">basic HTML</a> and <a href="http://www.geekinspired.com/computer-software/css-basics-the-first-5-steps-towards-mastery/">CSS</a> knowledge to get started.  The rest will fall into place as you go</p>
<h2>Download and Install Visual Studio 2008 Express Edition</h2>
<p><span style="float:right; width:150px; padding-left:12px;"><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/download-visual-web-developer.gif" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/download-visual-web-developer.gif" alt="" title="download-visual-web-developer" width="150" height="98" class="alignnone size-thumbnail wp-image-1988" /></a><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/offline-install-dvd.gif" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/offline-install-dvd.gif" alt="" title="offline-install-dvd" width="150" height="54" class="alignnone size-thumbnail wp-image-1989" /></a></span>The first thing you need to do is download Visual Studio Express Edition.  This is a free version of the popular development tool that professionals use.  There are a few bells and whistles missing in this free version, but it is certainly capable of building just about anything the average guy can dream up.</p>
<p class="noclear">The current version of Visual Studio Express is 2008, but if you happen to already have version 2005, you&#8217;ll be fine.  To download Visual Studio Express edition, go to <a href="http:www.microsoft.com/express.">www.microsoft.com/express</a>.  Click on the download link to see all of the various Express packages that are available.  The one you&#8217;ll want for this tutorial is the Visual Web Developer.  If you&#8217;re interested in the other packages available, you may want to download them all by grabbing the DVD .iso file.  You&#8217;ll have to burn this to a DVD before you can use it.</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/download-and-install-progress.gif" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/download-and-install-progress.gif" alt="" title="download-and-install-progress" width="150" height="135" class="alignnone size-thumbnail wp-image-1987" /></a>The initial download of Visual Web Developer is quick as it&#8217;s just an installer.  When you run it, you&#8217;ll begin to download the actual program. Also, you&#8217;ll have an opportunity to go ahead and download SQL Server Express.  This isn&#8217;t necessary for what I&#8217;m going to demonstrate, but if you  think you will tinker with database driven sites in the future, I&#8217;d go ahead and get it.  The download and install process will take a few minutes (it took me about 20 minutes).  A reboot will be required right in the middle of the install.</p>
<p>The last step will be to register your copy of Visual Web Developer.  You don&#8217;t have to do it right away, you have 30 days to register.  To register, you will have to sign into your Microsoft account and accept some agreements.  After that, you&#8217;ll be given a registration code that you&#8217;ll copy and paste into a form located under Help > Register Product (from within Visual Web Developer).</p>
<h2>Using Master Pages</h2>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/visual-web-developer-full.jpg" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/visual-web-developer-full.jpg" alt="" title="visual-web-developer-full" width="150" height="108" class="alignnone size-thumbnail wp-image-2001" /></a>Now that everything is set up, let&#8217;s get started.  Open Visual Web Developer and take a look around.  You&#8217;ll see the Start Page displayed with a few panels on the right and the typical-looking menus up top.  Feel free to explore and take it all in.  When you&#8217;re ready, keep reading.</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/file-new-web-site.gif" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/file-new-web-site.gif" alt="" title="file-new-web-site" width="86" height="150" class="alignnone size-thumbnail wp-image-1996" /></a>The first thing we&#8217;re going to do is to tell the Visual Web Developer that we want to create a new website.  To do this, click <strong>File > New Web Site&#8230;</strong>.</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/new-web-site-dialog.gif" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/new-web-site-dialog.gif" alt="" title="new-web-site-dialog" width="150" height="99" class="alignnone size-thumbnail wp-image-1997" /></a>A window will appear, asking what sort of site you want to create.  Select &#8220;<strong>ASP.NET Web Site</strong>&#8221; in the Templates box, select your favorite programming language at the bottom left (don&#8217;t worry, we&#8217;re not doing any programming today.  I just want you to know it&#8217;s there and get into the habit of choosing a language), and finally set a location to save the website.  I suggest putting all of your websites into one main folder to keep yourself more organized.  Click <strong>OK</strong> to proceed.</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/add-new-folder.gif" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/add-new-folder.gif" alt="" title="add-new-folder" width="102" height="150" class="alignnone size-thumbnail wp-image-1990" /></a>Now you have a sort of shell for a site.  On the right side in the <strong>Solution Explorer</strong>, you&#8217;ll see that several files and folders have already been made for you.  We need two more folders added to the site, so right-click in the Solution Explorer where it shows the directory your site is located in (just above &#8220;App_Data&#8221;) and choose &#8220;<strong>New Folder</strong>&#8220;.  Name the folder &#8220;<strong>master</strong>&#8221; and then create another new folder and name it &#8220;<strong>css</strong>&#8220;.</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/show-stylesheet-and-master-page.gif" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/show-stylesheet-and-master-page.gif" alt="" title="show-stylesheet-and-master-page" width="126" height="150" class="alignnone size-thumbnail wp-image-2000" /></a>We need to add a file into each of our new folders.  So, right-click on the &#8220;<strong>master</strong>&#8221; folder you just created and select &#8220;<strong>Add New Item&#8230;</strong>&#8221; from the menu.  In the Add New Item window, select &#8220;<strong>Master Page</strong>,&#8221; give it a good name, and click OK.  Repeat the process from the &#8220;css&#8221; folder, except you need to select &#8220;<strong>Style Sheet</strong>&#8221; from the Add New Item window.</p>
<p>Now we have everything that we need to build our site. From here, you&#8217;re going to actually create (or paste in the code) for your site.  To do this, double-click the Master Page file your created in the Solution Explorer.  The will open the file so that you can edit it.  Notice that there&#8217;s already quite a bit of code already written for you.  Use this file to structure your site with HTML.  To apply styling to your site, double-click the style sheet file you created and type (or paste) your CSS code there.  You&#8217;ll reference the CSS file in the Master Page just like you always do.  (Did I lose you? Click these links if you need help with <a href="http://www.geekinspired.com/internet/html-basics-tags-for-beginners/">basic HTML</a> or <a href="http://www.geekinspired.com/computer-software/css-basics-the-first-5-steps-towards-mastery/">CSS</a>).  When you&#8217;re done, continue to the next step.</p>
<p>Alright, here comes the cool part.  At this point, you&#8217;ve got a template that all the pages in your website will use.  All you have to do now is determine what sections of template will change.  Most often, this will be a &#8220;content&#8221; section the <code>&lt;head&gt;</code> section.  In these sections, we are going to apply a <code>&lt;asp:ContentPlaceHolder /&gt;</code> control.</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/code-asp-content-placeholder.gif" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/code-asp-content-placeholder.gif" alt="" title="code-asp-content-placeholder" width="150" height="53" class="alignnone size-thumbnail wp-image-1993" /></a>The <code>&lt;asp:ContentPlaceHolder /&gt;</code> control is a way to tell a web server to look in another place for a specific bit of content.  In this case, we&#8217;re going to store the things that change, such as content and <code>&lt;head&gt;<code> information in another file.</p>
<p>So, in your Master Page, enter the following code around the sections that you want to change from page to page:</p>
<p><code>&lt;asp:ContentPlaceHolder ID="UniqueID" runat="server"&gt;<br/></code> ...your content is here...<br/><code>&lt;/asp:ContentPlaceHolder&gt;</code></p>
<ul>
<li><code>&lt;asp:ContentPlaceHolder</code> - This indicates the beginning of a content place holder.</li>
<li><code>ID="UniqueID"</code> - This has to be a unique name and cannot be used again by another control on that page.  It's most helpful to name it according to the section it's being used in, such as "content" or "navigation".</li>
<li><code>runat="server"</code> - This piece of code must be present anytime a server control is being used.</li>
</ul>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/select-a-master-page.gif" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/select-a-master-page.gif" alt="" title="select-a-master-page" width="150" height="93" class="alignnone size-thumbnail wp-image-1999" /></a>Next, in the Solution Explorer, right-click the Default.aspx file and choose <strong>Delete</strong>.  Yes, Delete.  Now, right-click at the top like you did to create the new folders, but choose "<strong>Add New Item...</strong>" select "<strong>Web Form</strong>" and before you click OK, be sure to place a check mark next to "Select Master Page."  Another window will appear.  Click the "master" folder on the left, and then select your Master Page on the right.  Click OK.</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/code-default-aspx.gif" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/code-default-aspx.gif" alt="" title="code-default-aspx" width="150" height="113" class="alignnone size-thumbnail wp-image-1994" /></a>When your new Default.aspx page appears, you'll see that it already references your Master Page, and it already has the code written for the content place holders you created inside your Master Page.  All that's left to do is to go back into your Master Page, select and <strong>Cut</strong> (ctrl+x) the code between a particular content place holder, and then paste it between the appropriate <code>&lt;asp:Content /&gt;&lt;/asp:Content&gt;</code> tags in the Default.aspx file.</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/practice-site.gif" rel="lightbox[1980]" rel="shadowbox[post-1980];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/practice-site.gif" alt="" title="practice-site" width="144" height="150" class="alignnone size-thumbnail wp-image-1998" /></a>To take a look at all your hard work, click <strong>Build > Build Web Site</strong>, then right-click the Default.aspx file in the Solution Explorer and choose "<strong>View in Browser</strong>."  If you've done everything correctly, you should see your site load up in all its glory.</p>
<p>From here, all you have to do is keep creating new pages and putting content within the appropriate <code>&lt;asp:Content /&gt;&lt;/asp:Content&gt;</code> tags.  Link them all up and publish your site to a web server.</p>
<p>Got programming and design skills? Advance Your Career in 2009 with a degree in a Growing Field. <a href="/go/advance-your-career-2009">Start Here!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekinspired.com/computer-software/building-websites-with-master-pages/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adobe Lightroom Workflow &#8211; Part 2 &#8211; Flag, Rate, and Filter</title>
		<link>http://www.geekinspired.com/photography/adobe-lightroom-workflow-flag-rate-and-filter/</link>
		<comments>http://www.geekinspired.com/photography/adobe-lightroom-workflow-flag-rate-and-filter/#comments</comments>
		<pubDate>Sat, 16 May 2009 11:00:53 +0000</pubDate>
		<dc:creator>Bo Boswell</dc:creator>
				<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.geekinspired.com/?p=1947</guid>
		<description><![CDATA[In the previous article of this series we took an in-depth look at importing your photos into Lightroom.  Now that your photos are imported, let&#8217;s take a few moments to go through them and tag them with a flag, rating or color so we can easily filter through them during the editing process.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/filtering_main.jpg" rel="lightbox[1947]" rel="shadowbox[post-1947];player=img;" ref="lightbox[images]"><img class="left" src="http://www.geekinspired.com/wp-content/uploads/2009/02/filtering_main_sm.jpg" border="0" alt="" ></a>In the previous article of this series we took an in-depth look at <a href="http://www.geekinspired.com/computer-software/adobe-lightroom-workflow-importing-photos/" alt="" target="_blank">importing your photos into Lightroom</a>.  Now that your photos are imported, let&#8217;s take a few moments to go through them and tag them with a flag, rating or color so we can easily filter through them during the editing process.  </p>
<p class="noclear">It&#8217;s sometimes easy to underestimate the importance of a good tag and filtering process.  If done right this can be a huge time saver.  It&#8217;s also handy for archiving; when you return to these photos after weeks, months or years have passed you are immediately able to see the original tags you applied.</p>
<p><span id="more-1947"></span></p>
<p style="clear: both;"><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/loupe_view.jpg" rel="lightbox[1947]" rel="shadowbox[post-1947];player=img;" ref="lightbox[images]"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/loupe_view_sm.jpg" border="0" alt="" class="right"></a><strong>1.  Loupe View</strong><br />The first thing you&#8217;ll want to do is make sure you&#8217;re in Loupe view of your photos.  This allows you to easily view each individual photo as you scroll them.  To do this, simply <strong>hit the E key</strong> on your keyboard, or go to <strong>View > Loupe</strong>.  Now, starting with the first photo in your series, you can simply use the left and right arrow keys to scroll through the Filmstrip (the scrolling list of photos at the bottom of the screen).</p>
<p style="clear: both;"><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/tag_options.jpg" rel="lightbox[1947]" rel="shadowbox[post-1947];player=img;" ref="lightbox[images]"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/tag_options_sm.jpg" border="0" alt="" class="right"></a><strong>2.  Flags, Stars and Colors</strong><br />Lightroom offers you several options to tag and filter your photos.  One thing to keep in mind when sorting through these filtering options is whether or not the tag is <em>global</em>.  If it is global, it will be recognized by Lightroom regardless of what folder, collection or catalog the photo resides in. If it&#8217;s not global, the tag you apply will only be visible within the folder or collection that you are viewing at the time.  </p>
<ul>
<li><strong>Flags</strong> &#8211; Quick and easy way to indicate whether a photo is to be kept or deleted.  Not global.
<ul>
<li><strong>Flagged</strong> (Hit P key) &#8211; Marks photo as a keeper</li>
<li><strong>Unflagged</strong> (Hit U key) &#8211; Removes any previously applied tag. </li>
<li><strong>Rejected</strong> (Hit X key) &#8211; Marks photo as rejected</li>
</ul>
</li>
<li><strong>Stars</strong> (Hit 1-5 on keyboard, or 0 to remove stars) &#8211; Fairly straightforward way to indicate whether a photo is &#8220;meh&#8221; or if it&#8217;s &#8220;AWESOME&#8221;!  Stars are globally recognized.</li>
<li><strong>Colors</strong> (Hit 6-9 on keyboard) &#8211; Nifty way to assign a <em>group</em> to a set of photos.  For example, all Green photos need to be cropped, all Red photos need to be changed to black and white, etc.  Colors are globally recognized as well.</li>
</ul>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/tags_applied.jpg" rel="lightbox[1947]" rel="shadowbox[post-1947];player=img;" ref="lightbox[images]"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/tags_applied_sm.jpg" border="0" alt="" class="right"></a>One thing to keep in mind is that Photoshop can also recognize global tags.  So, if you have just flagged a photo in Lightroom and opened in Photoshop for editing, when you save the photo it is automatically added to your Lightroom catalog but it will not retain the Flag that you had previously applied.  Photoshop does retain all Star ratings and Color labels that you have applied, but not Flags. </p>
<div class="quicktip">
<p><strong><em>Quick Tip!</em></strong><br />In Lightroom, go to the Photo menu and select <strong>Auto Advance</strong>.  Now when you apply any tag to a photo, you&#8217;re automatically advanced to the next photo in your Filmstrip.  (There, I just saved you an extra keystroke in your tagging process!  You can thank me later.)</p>
</div>
<p style="clear: both;"><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/filter_applied.jpg" rel="lightbox[1947]" rel="shadowbox[post-1947];player=img;" ref="lightbox[images]"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/filter_applied_sm.jpg" border="0" alt="" class="right"></a><strong>3. Filtering Fun!</strong><br />Now that all the &#8220;hard work&#8221; is done (bless your soul), it&#8217;s easy to use the filter options in the toolbar to display only certain sets of photos.  Simply click on the filtering method of your choice to display only the photos with those tags.</p>
<p>Tagging and filtering has become the very first thing I do with my photos after they are imported.  It&#8217;s especially useful if you are importing a large amount of photos at one time as it helps you narrow down the best photos to a manageable list.</p>
<p><strong>Other articles in this series</strong></p>
<ul>
<li><a href="http://www.geekinspired.com/computer-software/adobe-lightroom-workflow-importing-photos/" alt="" target="_blank">Adobe Lightroom Workflow &#8211; Part 1 &#8211; Importing Photos</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.geekinspired.com/photography/adobe-lightroom-workflow-flag-rate-and-filter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remote Access for Windows and Mac</title>
		<link>http://www.geekinspired.com/computer-software/remote-access-for-windows-and-mac/</link>
		<comments>http://www.geekinspired.com/computer-software/remote-access-for-windows-and-mac/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 21:46:30 +0000</pubDate>
		<dc:creator>Bo Boswell</dc:creator>
				<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.geekinspired.com/?p=1263</guid>
		<description><![CDATA[Lifehacker recently asked their readers to vote for the Five Best Remote Desktop tools.  I personally use both Windows and Mac machines and have never had any trouble remotely accessing my Windows machines from either system thanks to Remote Desktop applications freely available for both platforms.
However, remote access for my Mac has been a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.geekinspired.com/wp-content/uploads/2008/11/remote_access.jpg" border="0" alt="" class="left">Lifehacker recently asked their readers to vote for the <a href="http://lifehacker.com/5080121/five-best-remote-desktop-tools" alt="" onclick="urchinTracker('/outgoing/lifehacker.com/5080121/five-best-remote-desktop-tools?referer=');">Five Best Remote Desktop tools</a>.  I personally use both Windows and Mac machines and have never had any trouble remotely accessing my Windows machines from either system thanks to Remote Desktop applications freely available for both platforms.</p>
<p>However, remote access for my Mac has been a different story.  I recently began using the free version of <a href="https://secure.logmein.com/products/free/" alt="" onclick="urchinTracker('/outgoing/secure.logmein.com/products/free/?referer=');">LogMeIn.com</a> with much success.  So seeing LogMeIn.com at the top of Lifehackers &#8220;Hive Five&#8221; list validates the opinions of the readers.</p>
<p><span id="more-1263"></span></p>
<p>The benefits of LogMeIn.com is that it is cross-platform and allows you Internet browser-based access, so you don&#8217;t have to install any software on the client machine; only a small application is require to be installed on the target machine.  Also, it&#8217;s free!</p>
<p><strong>Setup</strong><br />First, I walked through their painless registration process to create my account.  Then, on the Mac I wanted to connect to I installed the required application and set an access password.  That&#8217;s it.  No ports to forward or firewall settings to battle with.</p>
<p><strong>Connect</strong><br />From any Windows or Mac machine, I simply login to my LogMeIn.com account, type in the access code for the Mac I want to connect to, and I&#8217;m in!  A little notification window appears to let anyone who may be sitting in front of the computer I&#8217;m remotely controlling that it is being accessed via LogMeIn.com.</p>
<p style="text-align:center"><img src="http://www.geekinspired.com/wp-content/uploads/2008/11/remote_notification.jpg" border="0" alt="" class="center"></p>
<p>The user who is currently logged in to the target computer is not logged out, so LogMeIn.com would be an excellent option for remotely assisting a friend, family member, or client.  So long as they don&#8217;t mind taking a few moments to install the required application to admit remote access.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekinspired.com/computer-software/remote-access-for-windows-and-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keep the VPN Connection Box from Popping Up</title>
		<link>http://www.geekinspired.com/computer-software/keep-the-vpn-connection-box-from-popping-up/</link>
		<comments>http://www.geekinspired.com/computer-software/keep-the-vpn-connection-box-from-popping-up/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 11:00:57 +0000</pubDate>
		<dc:creator>Jared Holt</dc:creator>
				<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.geekinspired.com/?p=2152</guid>
		<description><![CDATA[VPN connections (virtual private networks) are wonderful.  I use one to connect to work several times per week.  I can do all sorts of handy things: surf the network, grab files, print to my office.  But one annoyance has been bugging me for a good while now, and I&#8217;ve just been putting [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://geekinspired.com/wp-content/uploads/2009/03/vpn-pop-intro.gif" alt="keep vpn connection box from popping up" />
<p class="noclear">VPN connections (virtual private networks) are wonderful.  I use one to connect to work several times per week.  I can do all sorts of handy things: surf the network, grab files, print to my office.  But one annoyance has been bugging me for a good while now, and I&#8217;ve just been putting up with it.  Seemingly at random moments, the VPN connection box would just pop up for no reason.</p>
<p class="noclear">I finally got tired of clicking the cancel button, and decided to figure out just what was causing this problem.  Turns, out that Internet Explorer was the culprit, even though I only use Firefox.</p>
<p><span id="more-2152"></span></p>
<h2>VPN Popping up and Internet Explorer</h2>
<p><a href="http://geekinspired.com/wp-content/uploads/2009/03/vpn-connect-screen.gif" rel="lightbox[2152]" rel="shadowbox[post-2152];player=img;" onclick="urchinTracker('/outgoing/geekinspired.com/wp-content/uploads/2009/03/vpn-connect-screen.gif?referer=');"><img src="http://geekinspired.com/wp-content/uploads/2009/03/vpn-connect-screen-sm.gif" alt="vpn connection box" /></a>Like I said, even though I don&#8217;t use Internet Explorer, it was still causing the VPN connection box to pop up.  Internet Explorer was considering the VPN connection as a default connection.  It&#8217;s no wonder that this was giving me trouble since IE is also so tightly weaved into the operating system.  It also explains why I was seeing this even though I only use Firefox.</p>
<p><a href="http://geekinspired.com/wp-content/uploads/2009/03/ie-internet-options.gif" rel="lightbox[2152]" rel="shadowbox[post-2152];player=img;" onclick="urchinTracker('/outgoing/geekinspired.com/wp-content/uploads/2009/03/ie-internet-options.gif?referer=');"><img src="http://geekinspired.com/wp-content/uploads/2009/03/ie-internet-options-sm.gif" alt="internet explorer options" /></a>To keep the vpn connection box from popping up, all you have to do is open up Internet Explorer, click <strong>Tool > Options</strong> and then click on the <strong>Connections</strong> tab.</p>
<p class="noclear">On the Connections tab, select the VPN connection listed under &#8220;<strong>Dial-up and VPN Connections</strong>&#8221; and click the remove button.  Yeah, that screen is from Internet Explorer 6.  If you&#8217;re using IE7 (you poor thing!) I imagine the process would be similar.  Just find the Options window and look for connections setting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekinspired.com/computer-software/keep-the-vpn-connection-box-from-popping-up/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Use Excel to Write Repetitive HTML Code</title>
		<link>http://www.geekinspired.com/computer-software/use-excel-to-write-repetitive-html-code/</link>
		<comments>http://www.geekinspired.com/computer-software/use-excel-to-write-repetitive-html-code/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 11:00:08 +0000</pubDate>
		<dc:creator>Jared Holt</dc:creator>
				<category><![CDATA[Computer Software]]></category>

		<guid isPermaLink="false">http://www.geekinspired.com/?p=1953</guid>
		<description><![CDATA[I have to maintain a rather old website that consists of nothing but flat HTML files.  Until I get around to finally updating it to dynamic, database driven web site, I&#8217;m stuck with editing several dozen complex web pages.  Every so often, I have to edit or create a new page that consists [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/intro.gif" alt="" title="intro" width="240" height="160" class="alignnone size-full wp-image-2073" />
<p class="noclear">I have to maintain a rather old website that consists of nothing but flat HTML files.  Until I get around to finally updating it to dynamic, database driven web site, I&#8217;m stuck with editing several dozen complex web pages.  Every so often, I have to edit or create a new page that consists of long lists.  While lists themselves aren&#8217;t complicated, it&#8217;s very time consuming to write all the HTML associated with a list of many items.  Thankfully, I call upon a little trick that I&#8217;ve learned that uses Excel to write 99% of the code for me!</p>
<p><span id="more-1953"></span></p>
<p class="noclear">To get the most &#8220;bang for your buck&#8221; out of this trick, it helps to already have a list of items in excel.  If you don&#8217;t, it isn&#8217;t a big deal.  You&#8217;ll just have a little extra work ahead of you.  But don&#8217;t worry, if you&#8217;re list has more than ten or so items, it&#8217;s probably still worth it to break out the Excel and put it to work.</p>
<p>Before we open up Excel, though, let&#8217;s do a little bit of planning.  Open up your favorite web page editor (I&#8217;m using Visual Web Developer 2008 Express Edition) and create just your very first list item with HTML.  We&#8217;re going to use this as our template in Excel.  For example, my code looks like this:<br/><br />
<code>&lt;ul&gt;<br/>&nbsp;&nbsp;&lt;li&gt;&lt;a href="http://www.examplesite.com"&gt;The B-52’s - Rock Lobster&lt;/a&gt;&lt;/li&gt;<br/>&lt;/ul&gt;</code></p>
<p>As you can see in the code above, a list like this that has many items is going to have repetitive HTML tags and attribute code. For example, the <code>&lt;li&gt; &lt;/li&gt;</code> tags will be in every list item.  Also, the anchor tag and href, <code>&lt;a href=""&gt;&lt;/a&gt;</code> will be the same for each list item as well. Instead of writing this code over and over or doing multiple Copy and Pastes, we&#8217;ll let Excel do the heavy lifting and write all this code for us.</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/code-first-row.gif" rel="lightbox[1953]" rel="shadowbox[post-1953];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/code-first-row.gif" alt="" title="code-first-row" width="150" height="54" class="alignnone size-thumbnail wp-image-2071" /></a>Open up your list in Excel. If your list isn&#8217;t in Excel, a quick Copy and Paste should do the trick.  We&#8217;re going to break up the code we wrote into sections. Insert columns before and after your list items to make room for the HTML code.  For my example, I typed the opening list item tag and the opening anchor tag with the href: <code>&lt;li&gt;&lt;a href="</code> in the first column, first row (cell A1).  Between the URL&#8217;s and song titles that were already in my list, I inserted another column, and typed the end quote and angled bracket for the opening anchor tag: <code>"&gt;</code> In the column after my song title, I typed the ending anchor and list item tags:<code> &lt;/a&gt;&lt;/li&gt;</code></p>
<p>In the very next column, we need to create a quick formula that concatenates (connects) all of the columns to the left.  In my example, columns A &#8211; E will be concatenated. Here&#8217;s the formula to input in the last column: <code>=CONCATENATE(A1,B1,C1,D1,E1)</code>.  You&#8217;ll notice that if you enter this formula correctly, all of the columns to the left will be connected together.  This will make copying and pasting much easier and will also resulting in cleaner code (skipping the concatenation usually results in unneeded spaces within your lists).</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/code-all-rows.gif" rel="lightbox[1953]" rel="shadowbox[post-1953];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/code-all-rows.gif" alt="" title="code-all-rows" width="150" height="58" class="alignnone size-thumbnail wp-image-2070" /></a>Now for the fun part!  Select cell A1 and double click the small square located in the bottom right corner.  This will populate that entire column with the contents of cell A1 where ever there is a value inside an adjacent cell.  Do this for the other cells that have HTML in them as well as the column that has our concatenation formula.</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/copy-concatenation.gif" rel="lightbox[1953]" rel="shadowbox[post-1953];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/copy-concatenation.gif" alt="" title="copy-concatenation" width="150" height="120" class="alignnone size-thumbnail wp-image-2072" /></a>That&#8217;s it!  Now all you have to do is copy and paste the column with the concatenate formula into your web editor, inside the opening and closing (un)ordered list tag.  Repeat these steps for all of your long lists and you&#8217;ll shave a lot of time off of your work!</p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/paste-list-code.gif" rel="lightbox[1953]" rel="shadowbox[post-1953];player=img;"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/paste-list-code.gif" alt="" title="paste-list-code" width="150" height="93" class="alignnone size-thumbnail wp-image-2074" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekinspired.com/computer-software/use-excel-to-write-repetitive-html-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add Windows Live Hotmail to Your Gmail Account</title>
		<link>http://www.geekinspired.com/computer-software/add-windows-live-hotmail-to-your-gmail-account/</link>
		<comments>http://www.geekinspired.com/computer-software/add-windows-live-hotmail-to-your-gmail-account/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 18:45:01 +0000</pubDate>
		<dc:creator>Bo Boswell</dc:creator>
				<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.geekinspired.com/?p=2055</guid>
		<description><![CDATA[It&#8217;s no secret that millions of folks have turned their allegiance to Google&#8217;s awesome online email service, Gmail.  However, if you&#8217;re like me, you&#8217;ve probably begrudgingly kept that old Hotmail account around for reasons that cannot be defined by human words.
Until now, we&#8217;ve had to login our old Hotmail accounts every month or so [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/hotmail_to_gmail.jpg" border="0">It&#8217;s no secret that millions of folks have turned their allegiance to Google&#8217;s awesome online email service, <a href="http://gmail.google.com" onclick="urchinTracker('/outgoing/gmail.google.com?referer=');">Gmail</a>.  However, if you&#8217;re like me, you&#8217;ve probably begrudgingly kept that old Hotmail account around for reasons that cannot be defined by human words.</p>
<p>Until now, we&#8217;ve had to login our old Hotmail accounts every month or so to check mail from friends (if we can still call them that!) who refuse to update their contact list, and to keep Hotmail from erasing our account data because of the lack of activity.</p>
<p>Well, Hotmail has <em>finally</em> decided to add POP3 support.  This means we can now add and receive our Hotmail emails in our beloved Gmail accounts or any mail client that supports POP3.</p>
<p>  <span id="more-2055"></span></p>
<p>First off, let&#8217;s take a look at the info:</p>
<ul>
<li><strong>POP Server:</strong>  pop3.live.com</li>
<li><strong>SMTP Server:</strong>  smtp.live.com</li>
<li><strong>Incoming Port:</strong> 995 </li>
<li><strong>Outgoing Port:</strong> 25</li>
<li><strong>SSL Required?</strong>  Yes</li>
<li><strong>Authentication Required?</strong>  Yes</li>
<li><strong>TLS/SSL Required?</strong>  Yes</li>
<li><strong>User Name:</strong>  Your Full Email Address/Windows Live ID (Example:  geekinspired@hotmail.com)</li>
<li><strong>Password:</strong>  The password you use to login to your Hotmail account</li>
</ul>
<p><strong>Add Hotmail To Gmail</strong><br />In your Gmail account, click on the <strong>Settings</strong> link in the top right corner, then choose <strong>Accounts</strong> from the secondary list of options. </p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/verification_screen.jpg" rel="lightbox[2055]" rel="shadowbox[post-2055];player=img;" ref="lightbox[images]"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/verification_screen_sm.jpg" border="0" alt="" class="right"></a><strong>Send Mail with Hotmail Address</strong><br />Under the <strong>Send mail as</strong> area, click on the link to <strong>Add another email address you own</strong> (Even though you might not want to send mail through your Hotmail address, Gmail wants you to go ahead and add this info).  From the pop-up menu that appears, simply enter your name and your Hotmail address.  A verification code will then be sent to your Hotmail address, so you&#8217;ll need to login to your account (one last time!) and get that code.  Once the code is verified, you&#8217;re all setup to send mail through your Hotmail account. </p>
<p><a href="http://www.geekinspired.com/wp-content/uploads/2009/02/pop_screen.jpg" rel="lightbox[2055]" rel="shadowbox[post-2055];player=img;" ref="lightbox[images]"><img src="http://www.geekinspired.com/wp-content/uploads/2009/02/pop_screen_sm.jpg" border="0" alt="" class="right"></a><strong>Get Mail From Hotmail</strong><br />Next we&#8217;ll want to take a look at the <strong>Get mail from other accounts</strong> area and click on the <strong>Add a mail account you own</strong> link.  You&#8217;ll get a new pop-up where you&#8217;ll add your Hotmail address again.  Click Next and enter in your username, password, POP server (pop3.live.com), port number (995), and make sure to check the option that says &#8220;Always use a secure connection (SSL) when retrieving mail.&#8221;  The other options on this screen are optional. </p>
<p>Click the Add Account button and that&#8217;s it.  You&#8217;re all set!  Of course, you might want to send a test email from your Gmail to your Hotmail account to verify that everything&#8217;s working correctly.</p>
<p>Of course, after you do this it&#8217;s pretty much guaranteed that your so-called friends will finally update their contact list with your Gmail info.  So, enjoy catching all of your Hotmail spam in your Gmail inbox! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekinspired.com/computer-software/add-windows-live-hotmail-to-your-gmail-account/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Convert Web Page to PDF or Word Document</title>
		<link>http://www.geekinspired.com/computer-software/convert-web-page-to-pdf-or-word-document/</link>
		<comments>http://www.geekinspired.com/computer-software/convert-web-page-to-pdf-or-word-document/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 18:17:06 +0000</pubDate>
		<dc:creator>Bo Boswell</dc:creator>
				<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.geekinspired.com/?p=1705</guid>
		<description><![CDATA[We&#8217;ve all found a web page that we wanted to print out for reading away from the computer or just to have a physical copy for easy reference.  However, simply clicking on the Printer icon doesn&#8217;t always give you the best results.  You could easily end up printing a page with unwanted advertisements [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.geekinspired.com/wp-content/uploads/2009/01/convert_to_pdf.jpg" alt="Convert Web Page to PDF" />We&#8217;ve all found a web page that we wanted to print out for reading away from the computer or just to have a physical copy for easy reference.  However, simply clicking on the Printer icon doesn&#8217;t always give you the best results.  You could easily end up printing a page with unwanted advertisements or images.</p>
<p>Here I will outline a better way to have a copy of this content for easy printing.  It just takes a little bit of patience and time, but you end up with your favorite website&#8217;s content in a flexible format that can either be printed or transferred to a handheld device for easy reading.</p>
<p><span id="more-1705"></span></p>
<p>Please note that this should only be used for personal use and not for illegal offline distribution of any kind.  Please protect the rights of the authors of online content.</p>
<p style="clear: both;"><strong>1.  Copy Content from Web Page</strong><br />We&#8217;ll start by copying the desired content of a web page and pasting it into Word.  Typically, you&#8217;ll want to position your cursor to the immediate left of the article title/heading and click and drag straight down the page while still holding down your mouse button.  Keep dragging downward until you get to the last word in the article (or the location where you want to stop copying).</p>
<p>Depending on the layout of the page you&#8217;re copying, it may be tricky to copy the content while avoiding any unwanted advertisements or stray icons/photos.  If there are numerous ads or other obstacles within the article that you do not wish to copy, you may find it easier to copy portions at a time instead of all the content at once.</p>
<p>Once you have either the segment or the entire article selected, copy the content (cmd/ctrl+c) and go to your Word document.  Simply paste (cmd/ctrl+v) the content within your Word document.  You should see all the content, including both text and images, that you intended to copy.</p>
<p style="clear: both;"><strong>2.  Arrange Layout</strong><br />Depending on what all was copied from the web page, it may be necessary to rearrange the layout or add and delete certain elements or content.  You may want to spend a few moments just quickly browsing through the article to make sure that everything is in order.</p>
<p>Repeat the above steps for each article you wish to copy.  Continue pasting the articles one after another into your Word document.</p>
<p style="clear: both;"><strong>3.  Change Article Titles to Headings</strong><br />In order for our Table of Contents to work, we&#8217;ll need to insure the title/heading of the article is correctly formatted as a Heading within Word.   Make sure the Formatting toolbar is visible (<strong>View > Toolbars > Formatting</strong>).</p>
<p><P>Select the title/heading of the article.  Make sure that only the text of the title is selected and no extraneous spaces or lines are selected.  From the Style drop down menu in the Formatting toolbar (the drop down menu to the immediate left of the Font drop down), choose <strong>Heading 1</strong>.</P></p>
<p>If there are sub-titles in the articles you are copying, choose <strong>Heading 2</strong> for them.</p>
<p style="clear: both;"><strong>4.  Create Table of Contents</strong><br />Go back to the very beginning of your document and press Return a few times to add a few lines of spacing before your first article.   We&#8217;re creating room for where your Table of Contents will be placed.</p>
<p>Go to <strong>Insert > Reference > Index and Tables</strong>  and choose the Table of Contents tab.  You have a few display options for how your Table of Contents, mostly regarding whether or not to show the page numbers, how to align them, and if they will be active links within the document.  To get the most out of your Table of Contents, I would recommend using hyperlinks as this adds easy navigation within the Word document and the PDF version.</p>
<p>At this point, you can save your document and have a working copy of your favorite website complete with a Table of Contents.  However, we can take this a step further and convert it to PDF.</p>
<p style="clear: both;"><strong>5.  Convert to PDF</strong><br />The easiest way to do this is by simply using the tools provided with Adobe Acrobat.  Just use the <strong>Convert to Adobe PDF</strong> command in the Adobe PDF toolbar within Word. </p>
<p>If you don&#8217;t have access to Acrobat, you can use free tools (<a href="http://www.dopdf.com/" onclick="urchinTracker('/outgoing/www.dopdf.com/?referer=');">doPDF</a>) to create a virtual PDF printer for your computer.  Simply install the software, go to File > Print like you normally would, and choose the virtual PDF printer from the printer drop down menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekinspired.com/computer-software/convert-web-page-to-pdf-or-word-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List All Files and Folders with DOS tree</title>
		<link>http://www.geekinspired.com/computer-software/operating-systems/list-all-file-and-folders-with-dos-tree/</link>
		<comments>http://www.geekinspired.com/computer-software/operating-systems/list-all-file-and-folders-with-dos-tree/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 11:00:22 +0000</pubDate>
		<dc:creator>Jared Holt</dc:creator>
				<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.geekinspired.com/?p=1554</guid>
		<description><![CDATA[I&#8217;m constantly amazed by how often I turn to DOS to finish a task.  The more Microsoft tries to push us into a graphical world, good &#8216;ole command line brings us back in.  Perhaps this is why so many prefer to run Linux.
Anyway, I recently needed to generate a list of every folder [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.geekinspired.com/wp-content/uploads/2008/12/dos-tree-command.gif" alt="an example of a tree list" title="DOS Tree Command" />I&#8217;m constantly amazed by how often I turn to DOS to finish a task.  The more Microsoft tries to push us into a graphical world, good &#8216;ole command line brings us back in.  Perhaps this is why so many prefer to run Linux.</p>
<p>Anyway, I recently needed to generate a list of every folder and file that is in a particular directory.  Windows XP doesn&#8217;t offer a way to do this and I&#8217;m not aware that Vista does either.  So, to DOS I turned once again to make this list.  It only required typing one little command and, when it was done, I had a nice little text file that presented my list in a fully expanded tree.<span id="more-1554"></span></p>
<h2>How to List Every File and Folder in a Directory with Tree</h2>
<p>To create such a list for yourself, follow these simple instructions:</p>
<ol>
<li>Click <strong>Start</strong> > <strong>Run</strong> (or press Windows key + R) to open the Run dialog box.</li>
<li>In the Run dialog box, type &#8216;cmd&#8217; (without the quotes) and click <strong>OK</strong>.  A black window with a command prompt will appear.</li>
<li>At the prompt, type the following:<br/><br/><code>tree "c:\targetdirectory" &gt; "c:\mydirectorytree.txt" /A /F</li>
<p></code><br/>  <strong>Note:</strong> Replace &#8216;targetdirectory&#8217; with the directory from which you want to make your list.  Replace &#8216;mydirectorytree.txt&#8217; with the directory in which you want to save the list, as well as the file name you wish to use for your text file.</p>
<li>Click the <strong>Enter</strong> key.</li>
<li>The prompt will move down to the next line, giving the false appearance that nothing happened.  You should find your text file in the directory you indicated.  Now you can archive the list, or print it out, or do anything you might do to a text file.</li>
</ol>
<p>This might seem a little foreign if you&#8217;ve never or rarely used a DOS prompt.  Just practice with a couple of directories and I think you&#8217;ll get the hang of it.</p>
<h2>DOS Command: Tree</h2>
<p>Let&#8217;s break this down just a bit further to make sure you understand.  Here&#8217;s the example I used just a moment ago:</p>
<p><code>tree "c:\targetdirectory" &gt; "c:\mydirectorytree.txt" /A /F</li>
<p></code></p>
<p>Starting from the left:</p>
<ul>
<li><code>tree</code> &#8211; This indicates that we are executing the tree command, which can list all folders, subfolders, and ever file in those folders.  This list is in the form of a directory tree, which is used to show how the folders are organized.</li>
<li><code>"c:\targetdirectory"</code> &#8211; This indicates which folder you want to use as the starting point for your tree list.  It can be any folder or even just a drive letter (such as <code>c:\</code> Be careful with listing entire drives, it can take a while and can create a fairly massive text file).</li>
<li><code>&gt;</code> (the &#8216;greater than&#8217; symbol) &#8211; The &#8216;Greater Than&#8217; symbol allows us to take the results of the command, which is everything to the left of the symbol, and place it into a file. </li>
<li><code>"c:\mydirectorytree.txt"</code> &#8211; Since we&#8217;re putting our list into a text file with the &#8216;Greater Than&#8217; symbol, we have to include a place for it to be stored.  You can use any drive or directory available to you, just be sure to remember where you&#8217;ve put it!</li>
<li><code>/A</code> &#8211; This is called a &#8220;switch.&#8221;  You can think of a switch as an extra feature that can be turned on or off.  Each command has their own set of switches and, even though the switches <em>look</em> the same among different commands, they most often do different things.  This particular switch changes the character set that&#8217;s used to draw the &#8220;tree&#8221; (the lines that indicate a change in hierarchy).  You can experiment with not using this switch by removing it from the command all together to see what you prefer.</li>
<li><code>/F</code> &#8211; This switch lists all files that are within the folders and subfolders.  If you wish to just see folders and not the files within them, leave this switch out.</li>
</ul>
<p>That&#8217;s all there is to it.  This can be especially handy for web developers who have just been given a new site to manage.  Network Admins can use this for more sneaky reasons, such as discovering the existence of questionable files.  If you can think of some other handy way to use this powerful DOS command, leave a comment!</p>
<p>If you&#8217;d like to learn about a similar but more powerful command, you should check out the <a href="http://www.geekinspired.com/computer-software/copy-directory-structure-without-files-using-xcopy-command/">DOS Command XCOPY</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekinspired.com/computer-software/operating-systems/list-all-file-and-folders-with-dos-tree/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe Lightroom Workflow &#8211; Importing Photos</title>
		<link>http://www.geekinspired.com/computer-software/adobe-lightroom-workflow-importing-photos/</link>
		<comments>http://www.geekinspired.com/computer-software/adobe-lightroom-workflow-importing-photos/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 23:56:45 +0000</pubDate>
		<dc:creator>Bo Boswell</dc:creator>
				<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://www.geekinspired.com/?p=1607</guid>
		<description><![CDATA[What?  You&#8217;re not using Adobe Lightroom?  Well, you should be.  Lightroom is a very powerful image editor and management system, and since it was created by Adobe then it integrates great with Photoshop.  It has quickly become a vital program in my photography workflow and one of the easiest programs to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.geekinspired.com/wp-content/uploads/2008/12/important.jpg" alt="It's Important!" />What?  You&#8217;re not using Adobe Lightroom?  Well, you should be.  Lightroom is a very powerful image editor and management system, and since it was created by Adobe then it integrates great with Photoshop.  It has quickly become a vital program in my photography workflow and one of the easiest programs to recommend to friends who are looking for a better way to manage and edit photos.  </p>
<p>The starting point of any workflow is the importing of the files.  (Yes, I know the <i>actual</i> starting point is the creation of the photos, but for the sake of staying within the scope of this article, let&#8217;s agree that our starting point begins with the import).  This is the foundation of your workflow, getting your photos imported to relevant locations on your hard drive and named accordingly.</p>
<p>This article details the steps I take when importing files in Lightroom.  There are no definitive <em>right</em> ways to import your files, so I am by no means preaching the gospel here.  I&#8217;m just offering suggestions on what has helped me over the past few years in organizing my photos for effective use and archiving.  <span id="more-1607"></span></p>
<p style="clear: both;"><strong>Select Files to Import</strong><br />  One way or another, you&#8217;ve got to tell Lightroom which files you want to import.  There are several different ways you can do this.  If your photos are still on your digital camera&#8217;s memory card, you can either connect your camera directly to your computer or connect your memory card to a <a href="http://www.amazon.com/gp/product/B00109Y2DQ?ie=UTF8&#038;tag=geekinsp-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B00109Y2DQ" onclick="urchinTracker('/outgoing/www.amazon.com/gp/product/B00109Y2DQ?ie=UTF8_038_tag=geekinsp-20_038_linkCode=as2_038_camp=1789_038_creative=390957_038_creativeASIN=B00109Y2DQ&amp;referer=');">USB card reader</a>.  Simply connect your camera or card reader, pull up Lightroom, and go to <strong>File > Import Photos from Device&#8230;</strong></p>
<p>If your images are already on your computer&#8217;s hard drive, you can easily import them as well by going to <strong>File > Import Photos from Disk&#8230;</strong> and selecting the folder where they are located.</p>
<p style="clear: both;"><a href="http://www.geekinspired.com/wp-content/uploads/2008/12/import_dialog_illustrated.jpg" rel="lightbox[1607]" rel="shadowbox[post-1607];player=img;" alt=""><img src="http://www.geekinspired.com/wp-content/uploads/2008/12/import_dialog_illustrated_sm.jpg" border="0" class="right" style="margin: 0px 0px 15px 5px;"></a><strong>Master the Import Dialog Box</strong><br />Once you&#8217;ve selected the files you wish to import into Lightroom, you&#8217;ll be presented with a rather large import dialog box.  While it may seem intimidating at first, it&#8217;s actually a very straight-forward and logical arrangement of options for importing your photos.  Let&#8217;s take a closer look at each of these options (please refer to the image to the right).</p>
<p style="clear: both;"><strong>1.  File Handling and Location</strong><br />The first option is asking how you want Lightroom to handle these files.  Here you have a few different choices to make:</p>
<ul>
<li><strong>Add photos to catalog without moving</strong> &#8211; Imports the photo information into Lightroom but leaves your existing photos where they are on your hard drive.</li>
<li><strong>Copy photos to a new location and add to catalog</strong> &#8211; Copies your photos to a specified location and imports them into your Lightroom catalog.</li>
<li><strong>Move photos to a new location and add to catalog</strong> &#8211; Moves your photos to a specified location and imports them into your Lightroom catalog.</li>
<li><strong>Copy photos as Digital Negative (DNG) and add to catalog</strong> (Recommended) &#8211; This option copies your photos as DNG files to a specified location and imports them into your Lightroom catalog.</li>
</ul>
<p>The <strong>Copy to</strong> option allows you to specify where you want the photos to be copied or moved to.  I typically target my My Pictures folder on a Windows PC, or my Pictures folder on a Mac.  This is the most intuitive place to store photos since these folders are pre-designated by either operating system.</p>
<p style="clear: both;"><strong>2.  File Organization</strong><br />This drop-down menu gives you several options to choose from.  My personal favorite is:</p>
<p><strong>By date: 2005/2005-12-17</strong></p>
<p>This setting automatically organizes my photos by the date they were taken.  So, there&#8217;s no room for error by manually typing in a date.  In my particular scenario, the photos I&#8217;m importing will be put in the following directory:</p>
<p><strong>Pictures > 2008 > 2008-12-16</strong></p>
<p>Another advantage of organizing your photos in this way is that you can view a list of all your images by the date they were taken and determine what is to be imported.  Using the checkboxes beside the dates you can select which photos you want to import.  By selecting a specific date you can view all photos taken on that date and select individual photos to import.  Right-clicking on a date will also allow you to rename the target directory.   </p>
<p style="clear: both;"><strong>3.  Backup Option</strong><br />Speaking as one who has lost images before (either due to hard drive failure or hasty file deletion), I want to emphasize the importance of backing up your files.  Selecting this checkbox allows you to create a copy of all imported files to an external hard drive.  This way you immediately have a backup of your files before you even start working with them.  While you&#8217;re configuring a backup scheme, you may want to consider a remote backup service such as <a href="http://www.geekinspired.com/computer-software/mozy-remote-backup/">Mozy Remote Backup</a>.</p>
<p style="clear: both;"><a href="http://www.geekinspired.com/wp-content/uploads/2008/12/filename_template.jpg" rel="lightbox[1607]" rel="shadowbox[post-1607];player=img;" alt=""><img src="http://www.geekinspired.com/wp-content/uploads/2008/12/filename_template_sm.jpg" border="0" class="right" style="margin: 0px 0px 15px 5px;"></a><strong>4. File Naming</strong><br />Again, Lightroom gives you several options of pre-defined templates you can use as your file naming structure.  What I recommend is going to the <strong>Edit&#8230;</strong> option and defining your own.</p>
<p>I personally have my file naming structure set as YYYYMMDD_001.dng (where the &#8220;001&#8243; represents a three digit sequence number).  This allows me to quickly see the exact date the photo was taken.</p>
<p>Once you&#8217;ve defined your custom file naming template, you can save it and that template becomes the default for the next time you import the files.</p>
<p style="clear: both;"><strong>5.  Information to Apply</strong><br />In this section you can designate the information that is applied to each image that will be imported:</p>
<ul>
<li><strong>Develop Settings</strong> &#8211; A list of presets (black and white, sepia, antiqued, etc.) that will be applied to all photos.  This is the one option I&#8217;ve never used in the import dialog simply because I like being able to easily view the original version of each photo and apply the preset I think most appropriate.</li>
<li><strong>Metadata</strong> &#8211; Similar to the File Naming Template mentioned in the previous step, this allows you to create a metadata template to embed certain information into each photo.  I usually setup a template for copyright information that doesn&#8217;t change often and leave that template set as the default option.</li>
<li><strong>Keywords</strong> &#8211; Specify keywords to be embedded into the photos.  One thing to keep in mind is that these keywords will be applied to all photos imported.  You can always add and change the keywords once the files are imported into Lightroom.</li>
<li><strong>Initial Previews</strong> &#8211; The size of thumbnails that are imported with the photo.  <strong>Minimal</strong> is the default setting and is the fastest method for importing photos; however, while browsing through the photos you may experience lag time because Lightroom may be having to recreate the photos at a larger size as they come into view.  <strong>Standard</strong> means a longer export time but makes browsing medium-sized thumbnails much easier and more fluid.  My suggestion?  Start with Minimal.  If browsing your photos afterward is making your computer lag then step it up to Standard.  There is also a <strong>1:1</strong> option, but the import takes even longer and the previews take up more disk space.  I&#8217;d suggest avoiding the 1:1 setting unless that&#8217;s what works best for your workflow.</li>
</ul>
<p style="clear: both;"><strong>6.  Image Size and Selection</strong><br />The buttons in this section allow you a quick way to either select all images or deselect all images.  The slider bar changes the size of the thumbnails displayed in the window, but has no effect on the information that&#8217;s embedded into the photos.</p>
<p>Once you&#8217;ve made the appropriate import settings, simply hit the Import button and Lightroom will do the rest!</p>
<p>Over the next few articles we&#8217;ll be taking a look at the next steps in the photography workflow inside Lightroom.  It&#8217;s important not to overlook the import step as it sets the pace for your workflow and overall photo organization.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekinspired.com/computer-software/adobe-lightroom-workflow-importing-photos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mozy Remote Backup</title>
		<link>http://www.geekinspired.com/computer-software/mozy-remote-backup/</link>
		<comments>http://www.geekinspired.com/computer-software/mozy-remote-backup/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 11:00:32 +0000</pubDate>
		<dc:creator>Jared Holt</dc:creator>
				<category><![CDATA[Computer Software]]></category>

		<guid isPermaLink="false">http://www.geekinspired.com/?p=1565</guid>
		<description><![CDATA[As you know, everyone needs to backup their computer files. Mozy is the first and only full-featured, remote backup system in the world that&#8217;s offered for free. And as of this writing, Mozy also offers unlimited backup for just $4.95 a month (or $54.50 a year).  If you have files your care about, or [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.geekinspired.com/wp-content/uploads/2008/12/mozy-logo.gif" alt="Mozy Logo" title="Mozy Remote Backup" />
<p>As you know, everyone needs to backup their computer files. Mozy is the first and only full-featured, remote backup system in the world that&#8217;s offered <strong>for free</strong>. And as of this writing, Mozy also offers <em>unlimited backup</em> for just $4.95 a month (or $54.50 a year).  If you have files your care about, or files that you can&#8217;t replace, there&#8217;s really no excuse to not have everything backed up.  Mozy makes it easy!</p>
<p>Mozy offers several backup options to help you pick the best plan.  Of course, they are best known for their free service, but if you have more than 2GB of files that you want to keep safe (and it&#8217;s really easy to do, now days), you can protect everything you care about for less than $5 per month.  So, for the cost of a foot-long sandwich, all of your files and precious family photos can be safe and secure.</p>
<p><span id="more-1565"></span></p>
<h2>Mozy Home Free</h2>
<p><strong><a href="http://www.geekinspired.com/go/mozy-free" title="Mozy Home 2GB Free">Mozy Online Backup: 2GB Free. Automatic. Secure.</a></strong></p>
<p>MozyHome is probably the perfect choice for most of us who want to backup our home computer or laptop.  All you have to do is <a href="http://www.geekinspired.com/go/mozy-free" title="sign up with Mozy for 2GB Free">sign up for an account</a>, install the Mozy software, and pick out the files you want to backup. Mozy will do the rest.  Mozy can backup your files automatically or go by a schedule (daily, weekly, monthly).</p>
<p><img src="http://www.geekinspired.com/wp-content/uploads/2008/12/mozy-simple-automatic-secure.gif" alt="" title="Mozy Online Backup" style="float:right;" />MozyHome also offers a really nice bandwidth throttling feature, which means you can tell Mozy how much of your Internet connection to use.  This means you can work or play like you always do with a minimum impact from running a backup job.  Speaking of work, you don&#8217;t have to close all of your files for them to be backed up.  Mozy can backup open and &#8220;locked&#8221; files, letting you work unhindered at your convenience.</p>
<h2>Mozy Home Unlimited Backups</h2>
<p>Many of us have more than 2GB of files that we would like to backup, especially if you have a decent collection of music and digital photos on your computer.  Mozy will backup <em>everything</em> you care about, far beyond the 2GB mark, for <a href="http://www.geekinspired.com/go/mozy-unlimited" title="Mozy Unlimited Online Backup">only $4.95</a>.  </p>
<h2>Mozy for Macs</h2>
<p>Good news, Mac Lovers!  <a href="http://www.geekinspired.com/go/mozy-mac">Mozy Home for Mac</a> is making its debut as the first unlimited online backup service for the Mac.  Thousands of beta customers have worked to bring the power of Mozy to Mac users like you.  I personally haven&#8217;t gotten to use the Mac version of Mozy, but according to their website it is &#8220;sleek, sexy, and… scrumdidliumptious.&#8221;  Not sure what that last word means but it sure does sound impressive.<br />
<br/><br />
<strong>Who uses Mozy?</strong></p>
<blockquote><p>
&#8220;I prefer Mozy.&#8221; &#8211; <em>Walter S. Mossberg, The Wall Street Journal</em><br />
<br/><br />
&#8220;Backing up data is a pain in the neck. The only way to make people do it is to automate the process. Mozy does that.&#8221; &#8211; <em>Daniel Lyons, Newsweek</em><br />
<br/><br />
&#8220;Instead of worrying what might happen to your laptop during flight, use Mozy.com to backup your files before you leave.&#8221; &#8211; <em>Bonnie Ruberg, Forbes</em><br />
<br/><br />
&#8220;The other is to use one of a number of online backup service providers such as Box.net, Symantec Online Backup, Carbonite, or Mozy that offer low cost gigabyte-level storage.&#8221; &#8211; <em>David Strom, PC World</em><br />
<br/><br />
&#8220;For a fair price, you can keep a secure offsite backup of your most important files, without worrying about storage limits. If you pay for a year or more at once, you even get a discount. What’s not to love?&#8221; &#8211; <em>Susie Ochs, MacLife</em><br />
<br/><br />
&#8220;Mozy cleverly solves the where-are-my-settings problem with &#8220;backup sets&#8221; that cover many popular programs, in addition to its automatic coverage of an enormous range of file types.&#8221; &#8211; <em>Rob Pegoraro, WashingtonPost</em><br />
<br/></p>
<p>&#8220;Fortunately, everything worked out as well as it could for both of them after Mr. Wade, a business consultant, reinstalled a clean version of Windows and restored his and his wife’s personal files with Mozy, an online backup service that maintains a copy of all of the files in a distant electronic bunker.&#8221; &#8211; <em>Peter Wayner, The New York Times</em><br />
<br/><br />
&#8220;For online backup, I recommend Mozy Home. For $5 a month, it will automatically backup all the data you can fit on a single PC&#8217;s hard drive.&#8221; &#8211; <em>Lincoln Spector, PC World </em><br />
<br/><br />
<script type="text/javascript" language="javascript" src="http://www.anrdoezrs.net/placeholder-3433462?target=_top&#038;mouseover=Y"></script>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.geekinspired.com/computer-software/mozy-remote-backup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
