<?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>Patrick&#039;s tech weblog</title>
	<atom:link href="http://www.niftygeek.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.niftygeek.com</link>
	<description>Options are good.</description>
	<lastBuildDate>Sat, 11 Feb 2012 21:15:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Godaddy CentOS Dedicated Linux Hosting &#8211; Adding additional IP addresses</title>
		<link>http://www.niftygeek.com/index.php/2012/02/04/godaddy-dedicated-linux-hosting-adding-additional-ip-addresses/</link>
		<comments>http://www.niftygeek.com/index.php/2012/02/04/godaddy-dedicated-linux-hosting-adding-additional-ip-addresses/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 17:58:57 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.niftygeek.com/?p=172</guid>
		<description><![CDATA[It&#8217;s not just a matter of requesting the three IP addresses that are included with the $99/month plan. Adding the IP address to the server is in fact pretty easy.  There is a button for it in the upper-right hand corner of Godaddy management interface and when I requested them, Godaddy added the new IP [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: left;"><script type="text/javascript"><!--
google_ad_client = "pub-0519144349172854";
/* niftygeek wp blog */
google_ad_slot = "6924961309";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div> It&#8217;s not just a matter of requesting the three IP addresses that are included with the $99/month plan.</p>
<p>Adding the IP address to the server is in fact pretty easy.  There is a button for it in the upper-right hand corner of Godaddy management interface and when I requested them, Godaddy added the new IP address in a matter of minutes.  Where you may get stuck is actually <em>hosting a website on a new ip address</em>.  I only say that because I got stuck there.</p>
<p>You see, they add the IP address to the ethernet interfaces for you, and they set up the routing.  That&#8217;s all well and good.  But what the control panel doesn&#8217;t do is add the Listen directive to the Apache httpd.conf file, so no matter what domains you put on the new IP addresses, they aren&#8217;t going to work.  You simply won&#8217;t be able to load the newly added domain/IP.</p>
<p>In addition to make the correct changes in the control panel, there is another step you have to take.  You have to edit the httpd.conf file.</p>
<p>To do this, you will need to connect to the server via SSH using one of the SSH accounts for the domains.  If you&#8217;ve never used SSH and you have a windows computer, download and use a program called Putty.</p>
<p>Once you&#8217;re connected, you need to switch the user context by typing &#8220;su -&#8221;.  The dash is important.  If you don&#8217;t use the dash, the system will not know that you want to switch to the root user.  If you don&#8217;t switch to the root user, you won&#8217;t be able to edit the file.</p>
<p>The directory that the configuration file is located in is  /etc/http/conf/httpd.conf</p>
<p>After moving to the directory, open the file using vi (a text editor).</p>
<p>Locate the Listen command in the file by using the arrow keys.  It will look like &#8220;Listen XXX.XXX.XXX.XXX&#8221; where the XXX&#8217;s represent the main IP address you are already using.</p>
<p>Enter a new line and add an additional Listen command, using the new IP address you want Apache to listen for.</p>
<p>Save the file.</p>
<p>Go into Godaddy&#8217;s Simple Control Panel, find the www/web services and restart it (should take about six seconds to restart the service).</p>
<p>After that, you&#8217;re in business.</p>
<p>I plan to flesh out this article more with screenshots, more in-depth directions and links.  With a little googling, this should get anyone severely stuck going in the right direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.niftygeek.com/index.php/2012/02/04/godaddy-dedicated-linux-hosting-adding-additional-ip-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 Management Studio (when subscribed to the Action Pack) is located on disk 2.</title>
		<link>http://www.niftygeek.com/index.php/2012/01/27/sql-server-2005-management-studio-when-subscribed-to-the-action-pack-is-located-on-disk-2/</link>
		<comments>http://www.niftygeek.com/index.php/2012/01/27/sql-server-2005-management-studio-when-subscribed-to-the-action-pack-is-located-on-disk-2/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 16:48:50 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Tech tutorials]]></category>

		<guid isPermaLink="false">http://www.niftygeek.com/?p=170</guid>
		<description><![CDATA[I was worried about disrupting an active install of SQL server and wasn&#8217;t sure where the installation file was for the management studio on the disk. Many other blogs, help files, and forums said to look in a Tools folder of the installation disk.  No such luck for me.  The company I&#8217;m working at is [...]]]></description>
			<content:encoded><![CDATA[<p>I was worried about disrupting an active install of SQL server and wasn&#8217;t sure where the installation file was for the management studio on the disk.</p>
<p>Many other blogs, help files, and forums said to look in a Tools folder of the installation disk.  No such luck for me.  The company I&#8217;m working at is subscribed to the Action Pack which is why, I&#8217;m guessing, the disks were a bit different.  No tools folder.</p>
<p>If you&#8217;re subscribed to the Action Pack, there is a two disk set.  Simply pop in disk 2.  You won&#8217;t see an individual installation file for the management studio, but no worries.  The setup program will let you choose which components you wish to install.</p>
<p>It&#8217;s likely that when someone was installing your SQL Server that they didn&#8217;t bother with the second disk.  If you&#8217;re looking to add a new Maintenance Option (for say, making automated backups), Management Studio Express isn&#8217;t going to help you.  When you right click, the only option you get is &#8216;refresh&#8217;.</p>
<p>After installing the real mccoy (and starting the Agent XP service by right-clicking on it), the New Maintenance Option was available when selecting the Maintenance Plans folder in the object explorer.ex</p>
<p>Hooray for the full version of Management Studio and automated daily backups.</p>
<p>And also a big thank you for the backup scripts located here: <a href="http://www.sql-server-performance.com/2007/creating-backup-jobs/">http://www.sql-server-performance.com/2007/creating-backup-jobs/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.niftygeek.com/index.php/2012/01/27/sql-server-2005-management-studio-when-subscribed-to-the-action-pack-is-located-on-disk-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Uninstall Red Alert 3</title>
		<link>http://www.niftygeek.com/index.php/2011/12/31/how-to-uninstall-red-alert-3/</link>
		<comments>http://www.niftygeek.com/index.php/2011/12/31/how-to-uninstall-red-alert-3/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 22:10:29 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Video Games]]></category>

		<guid isPermaLink="false">http://www.niftygeek.com/?p=161</guid>
		<description><![CDATA[If you&#8217;ve Googled but found no useful information other than to delete the program folder, here is the trick. The entry to remove it from Add/Remove Programs (or Programs and Features in Windows 7) doesn&#8217;t start with Red Alert or EA. Look under C for Command &#38; Conquer Red Alert 3. Additionally, you will want [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right;"><script type="text/javascript"><!--
google_ad_client = "pub-0519144349172854";
/* niftygeek wp blog */
google_ad_slot = "6924961309";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>If you&#8217;ve Googled but found no useful information other than to delete the program folder, here is the trick.  The entry to remove it from Add/Remove Programs (or Programs and Features in Windows 7) doesn&#8217;t start with Red Alert or EA.  Look under C for <strong>Command &amp; Conquer Red Alert 3</strong>.</p>
<p>Additionally, you will want to deactivate the game using the free utility (or CD menu) so you can play it elsewhere.  Using the Support folder &#8220;Red Alert 3_uninst.exe&#8221; file is something else I did and all went well.</p>
<p>I was borrowing my friend&#8217;s CD (don&#8217;t tell EA), and after purchasing my own copy I wanted to be using my serial since EA only allows you so many installations before it refuses to work on new machines.</p>
<p>My new copy is now installing without a problem, thank goodness.</p>
<p>Happy New Year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.niftygeek.com/index.php/2011/12/31/how-to-uninstall-red-alert-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox slow or freezing when playing flash videos and games.</title>
		<link>http://www.niftygeek.com/index.php/2011/02/08/firefox-slow-or-freezing-when-playing-flash-videos-and-games/</link>
		<comments>http://www.niftygeek.com/index.php/2011/02/08/firefox-slow-or-freezing-when-playing-flash-videos-and-games/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 20:00:20 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Windows Desktop]]></category>

		<guid isPermaLink="false">http://www.niftygeek.com/?p=137</guid>
		<description><![CDATA[I play flash games on facebook and sometimes review browser-based web games.  I watch Hulu.  Primarily I have been using these flash apps within the Firefox browser. I noticed a few months back (and consistently thereafter) that the performance of these flash applications was unruly &#8212; as in they would slow to a crawl, animations [...]]]></description>
			<content:encoded><![CDATA[<p>I play flash games on facebook and sometimes review browser-based web games.  I watch Hulu.  Primarily I have been using these flash apps within the Firefox browser.</p>
<p>I noticed a few months back (and consistently thereafter) that the performance of these flash applications was unruly &#8212; as in they would slow to a crawl, animations would studder, sometimes the browser would just lock up and become unusable.  Really annoying to have Firefox lock up like that.  To have it become frozen and lose twelve tabs worth of half-read web pages?</p>
<p>Usually they would recover but the waiting is a pain.</p>
<p>In the task manager was an entry for &#8220;plugin-container.exe&#8221; &#8212; where I&#8217;m assuming Firefox dumps flash application data and cache while it is processing the flash app.  The memory load for firefox.exe would be 300-500 meg while the plugin-container was around 20-35 meg.  A case of inefficient memory swapping?  Possibly.</p>
<p>I can&#8217;t say if that plugin container or the memory management in firefox is specifically to blame.  It could be that the Firefox crew didn&#8217;t reserve enough room for the more robust uses of flash these days, or it could be more of a matter of the number of plugins I have installed in Firefox in order to assist with web development.  JQuery or heavily use of Javascript like Google Docs and facebook might not have helped either.</p>
<p>In any case, the sure fire workaround was to let Google Chrome have a shot at the workload.</p>
<p>It&#8217;s been working like a charm.  No browser hang-ups.  Chrome is not only fast as they say, but it is handling the flash apps like a hero.</p>
<p>But lose firebug and all those handy apps?  No way.  Firefox is still open in my system tray, and ready to help me with all those awesome plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.niftygeek.com/index.php/2011/02/08/firefox-slow-or-freezing-when-playing-flash-videos-and-games/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Keys and approximation</title>
		<link>http://www.niftygeek.com/index.php/2011/01/03/keys-and-approximation/</link>
		<comments>http://www.niftygeek.com/index.php/2011/01/03/keys-and-approximation/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 17:07:30 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.niftygeek.com/?p=127</guid>
		<description><![CDATA[My cousin installed a game on her new copy of Windows 7, 64 bit edition and her son&#8217;s favorite game refused to play on it. They spent some hours trying to get it to operate without much luck. I&#8217;m mentioning this  because I&#8217;ve seen time and time again the issue of a problem being solved [...]]]></description>
			<content:encoded><![CDATA[<p>My cousin installed a game on her new copy of Windows 7, 64 bit edition and her son&#8217;s favorite game refused to play on it.</p>
<p>They spent some hours trying to get it to operate without much luck.</p>
<p>I&#8217;m mentioning this  because I&#8217;ve seen time and time again the issue of a problem being solved by the key bit of data.</p>
<p>In this case the key piece of data was that the game worked once before it stopped working.  An unasked question by me, this was the deciding factor in getting things in shape so that the game was playable.</p>
<p>I tried running the program as administrator and tested each of the compatibility modes.  I looked for both recent and fall-back drivers for the video card.  I tried reinstalling.</p>
<p>What I didn&#8217;t take into account was that there was a folder brought over from a 32bit operating system with the saved data in it.  Unfortunately there was 32 bit dll file that was gumming it up.  Once deleted (what a uninstall/reinstall didn&#8217;t manage), the game worked fine.  But not hearing that the game did indeed run successfully at *some point* was what I was missing.</p>
<p>Time and time again when troubleshooting problems with networks and computers this simple fact of the missing piece of information usually fixes the issue.</p>
<p>Looking over facts again.  Asking different questions.  Re-evaluating assumptions and guesses.</p>
<p>In order to troubleshoot, you have to ask questions and you have to have a theory about the situation.  And going on that theory isn&#8217;t a bad thing to do, but often headstrong folks like myself will overlook some of the interview details, leaving a key piece of information unused or un-found and head off in search of answers that lead down dead-end roads.</p>
<p>No one likes to waste their time.</p>
<p>From my experience it is the history of the problem that reveals the key information, and gathering the history may sometimes seem like a waste of time when you can get right to work testing out different theories.</p>
<p>That isn&#8217;t a bad thing to do.  Test away.  Just be sure not to shut off your ears to new information.  Because that&#8217;s usually when the key piece of information pops out at you, just waiting to be snatched up and used to clear the roadblock.</p>
<p>The entire troubleshooting process (like many things) isn&#8217;t set in stone.  Approximation, testing and revision.  Approximation, testing and revision.  This is what will get you to the finish line without it being a terribly bumpy ride.</p>
<p>It&#8217;s also a little less embarrassing (and more honest) than the cycle of &#8220;certainty and ouch&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.niftygeek.com/index.php/2011/01/03/keys-and-approximation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marinelli drop down menu problem</title>
		<link>http://www.niftygeek.com/index.php/2010/10/18/marinelli-drop-down-menu-problem/</link>
		<comments>http://www.niftygeek.com/index.php/2010/10/18/marinelli-drop-down-menu-problem/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 12:28:29 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Drupal Hurdles]]></category>

		<guid isPermaLink="false">http://www.niftygeek.com/?p=121</guid>
		<description><![CDATA[Issue: A drop down menu only displays sub-menus on the page it links to. Solution: If there are no JavaScript errors and the arrow next to the drop down menu is  not displaying except for the page that menu item directs to, be sure to visit the menu section in the Drupal settings and check [...]]]></description>
			<content:encoded><![CDATA[<p>Issue: A drop down menu only displays sub-menus on the page it links to.</p>
<p>Solution: If there are no JavaScript errors and the arrow next to the drop down menu is  not displaying except for the page that menu item directs to, be sure to visit the menu section in the Drupal settings and check of &#8220;expanded&#8221; next to that menu item.</p>
<p>Not that I&#8217;m sure this is needed, but clearing the menu cache (using the admin menu module) might be a good step to take as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.niftygeek.com/index.php/2010/10/18/marinelli-drop-down-menu-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technologists: How to draw the line with knowledge-suckers</title>
		<link>http://www.niftygeek.com/index.php/2010/08/29/technologists-how-to-draw-the-line-with-knowledge-suckers/</link>
		<comments>http://www.niftygeek.com/index.php/2010/08/29/technologists-how-to-draw-the-line-with-knowledge-suckers/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 21:51:22 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Business Options]]></category>
		<category><![CDATA[Tech Support Resources]]></category>

		<guid isPermaLink="false">http://www.niftygeek.com/?p=114</guid>
		<description><![CDATA[The single most annoying part of being an information technologist is struggling over where to draw the line when it comes to customers who are trying to get their technology needs met either for the absolute cheapest price by questioning you to death or asking you questions that are outside of what you do for [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p> The single most annoying part of being an information technologist is struggling over where to draw the line when it comes to customers who are trying to get their technology needs met either for the absolute cheapest price by questioning you to death or asking you questions that are outside of what you do for money (making your job a living nightmare to manage).</p>
<p>Where this problem plagued me the most was when I worked for an ISP.  Why this was troubling was because my job on the phone was to determine whether or not there was a problem with our service but the customers were, I&#8217;d say perhaps forty percent of the time, looking for me to troubleshoot problems with their PC.  Even though it wasn&#8217;t done on purpose these situations became more of an issue of who was at fault for the situation rather than an exercise of cooperative investigation (a place I don&#8217;t like to be).</p>
<p>A problem, for sure – one that every single member of the staff had to deal with, sometimes on a daily basis.</p>
<p>When you work in the computer field people who don&#8217;t work in the computer field are going to ask you questions.  When this takes you away from making money doing what it is you are good at it, it can be frustrating to continue to look for a point of failure (when this is not your duty as an employee or consultant).</p>
<p>At multiple places I&#8217;ve worked this would generate friction between not only customer and employee, but between other employees and even management.</p>
<p>During the time I was self employed it was my job to look at these problems.  I got paid to look at situations, diagnose what I thought the problem was, formulate potential solutions, and then pitch those options to the client for approval.</p>
<p>The distinction here between what I did as a freelance tech and the job I had at the ISP is getting paid for <em>doing the looking</em>.</p>
<p>A friend of mine used to jest, “Sure.  Let me look at that for you.”  He ponied up and looked at the problem when he could swing time away from his real duties.  Most of us did our best to walk that line of making sure the customer was satisfied by giving them the most we could (so they wouldn&#8217;t leave us) and telling them to kick rocks.</p>
<p>It was a stressful and draining experience which sometimes led to confrontations that never needed to happen.  The truth was that our negotiation power was stripped of us without that one answer to how to address the situation: here is where you start looking otherwise you&#8217;re going to paying me or this other person we have lined up for it.</p>
<p>When I was on the phone with these customers, knowing that I had to draw a line somewhere, I was often confused and dismayed.  I wanted to explain why I could not go the extra mile to help solve their technology problem without coming right out and saying, “you pay us for the Internet connection, not for technical support of your computer”.  I was used to going this extra mile.  Most techs are.  But as a support tech at an ISP, we simply didn&#8217;t do that.  Plain and simple.</p>
<p>Only it wasn&#8217;t plain and simple because not only would we have to do it over and over again in different situations with different people but it could take hours and span fifteen phone calls for a single customer to get it.  “We don&#8217;t do that.  Get it?  No?  Okay.  We really just don&#8217;t do that.  We do this.  I can do this simple thing if you like but that&#8217;s as far as it goes.  No?  But we don&#8217;t do that.”  Like talking to wall.</p>
<p>The customer has a hunch, smells that the person the phone is competent enough to address their problem and they want it addressed, not thinking that we aren&#8217;t getting paid to look at their problem that isn&#8217;t related to what we do.  We&#8217;re getting paid to 1.) Find any problems with our infrastructure and get it repaired as soon as possible, 2.) Identify faulty equipment that might be at the customer premises that we&#8217;ve provided,  3.) Make sure that the customer has any applicable settings that we need to provide them with, and 4.) Process any adds, moves or changes that will ensure their service continues to be useful.</p>
<p>It was as if my only recourse was to insinuate that the customer was unintelligent and that they should know better than to ask such questions.  That isn&#8217;t because that was what I was told to say or wanted to do, it was simply the only reaction I had available to me given the circumstances.  We didn&#8217;t do what they would continually ask us to do.</p>
<p>Non-techie&#8217;s have a tough enough time understanding what I do for a living without having to explain it to them every time I need to draw the line.  Explaining to a customer what I did and why I needed to stay away from his or her particular problem would not only take time but begin a debate of whether or not I should be looking at the problem.</p>
<p>What a drag.</p>
<p>It wasn&#8217;t just me that felt this pain.  Some people were so fed up with dealing with these situations they would outright laugh at the accusations the customers were making over the phone.  The customers would become demanding and accusing, even arrogant.  Some of them were elderly and needed someone to hold their hand to perform a series of steps in order to complete a task.  Those were the ones I had the most sympathy for but the fact remained.  I simply wasn&#8217;t paid to give step-by-step instructions to people for how to email their loved ones.</p>
<p>It seemed unfair that I knew that I could address the problem that these people faced but lacked the ability to help them resolve their other problems.  My hands were tied because my job was my job.  I was to make sure the customers were getting the services that we provided them and process any changes that they needed so the service remained useful to them.  But the problem was always that dividing line and the need to pull away from the customer&#8217;s needs (often in a manner that might make them not want to be our customer anymore).</p>
<p>From the management and ownership side of the situation, I could completely understand that more time on the phone that wasn&#8217;t related to what we actually did meant that money and knowledge was leaking out of the phone lines without compensation for it.  We became less profitable with every minute spent serving needs other than the ones that supported what we provided these customers.</p>
<p>The business does what it does, and that boat has to stay afloat by responding to situations that are related to that specific enterprise.  That is a more than reasonable expectation for everyone in the business to follow.  If the business can&#8217;t make money, the business is going to die.  We lose our jobs.  Probably the reverse order.</p>
<p>One approach was to start thinking that the customers are mean, to blame them for the situation of “we have the knowledge to fix that problem, so why not just do part of it?”  They aren&#8217;t really.  They typically just don&#8217;t understand the difference between where their efforts end and the support technician&#8217;s start.</p>
<p>I find that that&#8217;s the key to a workable solution.  How does the technician draw the line in a manner that is both friendly and reasonable so the time and knowledge sucking doesn&#8217;t occur?</p>
<p>I recommend drawing the line with this simple phrase: “Start looking here”.  As a technologist I know where resources are to be found and I have experiences with computers and web sites that are probably related to the issues that they are having.  When a customer asks a question I can quickly find (or already know where to find) the resources to alleviate the problems that the customer is facing.</p>
<p>The resource that I give them might not fix the problem immediately, but a few things are definitely going to happen.  First the customer is going to understand that looking at a problem is work (shattering the illusion that us looking at it isn&#8217;t work for us and should be offered on a complimentary basis).  Secondly they are going to come to grips with the fact that people who are experts in a particular field get paid to do what they do for a reason – because they are the ones who have learned the knowledge, built the skills and learned the tricks of the trade.  Thirdly the choice of whether or not they are going to be looking at it or you are going to be looking at it <em>for a fee</em> is brought to a head.</p>
<p>“Sir, I can tell you where I would start looking to solve your problem, but if I have to walk down that road for you I&#8217;ll need to charge you for it.”  It gives the customer the benefit of your knowledge (which they very much want) without giving them any of your time (which they should be paying for if it is unrelated to your current duties as a support person).</p>
<p>That one phrase should be crystal clear for both the support technician and the customer.  It is both fair and an accurate description of the situation and how events should proceed from that point.  The customer isn&#8217;t left being treated as if they are unimportant as a customer and the technician who in most cases has the knowledge to fix the issue if given time enough hasn&#8217;t left them feeling as if they&#8217;ve run over their dog and left the scene of the crime (how I felt most times when I had to explain firmly and repetitively that I was paid to support the infrastructure of my company).</p>
<p>Of course starting points may vary depending on customers and what their questions are.  The point is that it takes about the same amount of time to tell a customer where to start troubleshooting an issue on their own than it does to repeat what I do and don&#8217;t do (which does nothing but damage the business relationship as the customer is forced into coming to no other conclusion than saying “I must have been a dumb-ass for forcing the issue, apparently.”  Or worse, “these people are dumb-asses for treating me this way and as soon as I find another provider I&#8217;m going to switch.”)</p>
<p>Telling customers where to start looking makes it crystal clear that looking into the problem IS the work when it comes to information technology.  Are you an information technologist?  If you have to look at yet another problem that isn&#8217;t specifically your job, does a growl want to rise from your throat?</p>
<p>Solutions abound.  They&#8217;re everywhere.  That&#8217;s one of the great things about the Internet (and Leo Laporte&#8217;s radio show, clearly), the sharing that happens when people figure out how to solve problems.  Looking into the problem is where the work and headaches (and eurekas!) are found.  If a customer doesn&#8217;t understand that, telling them where to start looking should help them to figure that out pretty quickly.  Perhaps just one step past “You could start by Googling it” would be enough to help them feel like they haven&#8217;t been stranded.</p>
<p>You can bet that 90% of the time they don&#8217;t want to do the looking.  When you help them realize that fact (without being condescending) they are a prime candidate to pitch an up-sell service or be referred to a prepared business partner.</p>
<p>Given that I am (and you probably are) an experienced computer tech or engineer, providing a ready resource for them to begin their investigation and sticking to that as your answer to their unrelated (or unpaid) problem is my vote for drawing that line where the knowledge and time-suck begins without damaging relationships: with increased employee angst and the customer feeling their needs haven&#8217;t been met on a hunch a half hour of your time would fix their problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.niftygeek.com/index.php/2010/08/29/technologists-how-to-draw-the-line-with-knowledge-suckers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Antivirus Screenshots</title>
		<link>http://www.niftygeek.com/index.php/2010/08/03/antivirus-screenshots/</link>
		<comments>http://www.niftygeek.com/index.php/2010/08/03/antivirus-screenshots/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 20:31:56 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Tech Support Resources]]></category>

		<guid isPermaLink="false">http://www.niftygeek.com/?p=110</guid>
		<description><![CDATA[Do you support customers over the phone and want to quickly find out which option to have them click without remote access? Here is the first in a series of interactive screenshots to help technical phone support operators get a few clicks ahead of their customers. Norton 360 Screenshots]]></description>
			<content:encoded><![CDATA[<p>Do you support customers over the phone and want to quickly find out which option to have them click without remote access?</p>
<p>Here is the first in a series of interactive screenshots to help technical phone support operators get a few clicks ahead of their customers.</p>
<h2><a href="http://www.niftygeek.com/antivirus-screenshots/norton-360/" target="_blank">Norton 360 Screenshots</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.niftygeek.com/index.php/2010/08/03/antivirus-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launch of Getawayfun.com</title>
		<link>http://www.niftygeek.com/index.php/2010/05/09/launch-of-getawayfun-com/</link>
		<comments>http://www.niftygeek.com/index.php/2010/05/09/launch-of-getawayfun-com/#comments</comments>
		<pubDate>Sun, 09 May 2010 22:41:04 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Friends]]></category>

		<guid isPermaLink="false">http://www.niftygeek.com/?p=103</guid>
		<description><![CDATA[Getawayfun.com is live. The site features great finds in the Bristol, Cape Cod, and the surrounding areas for use in help planning local and semi-distant excursions.  At the time of launch there are not many articles, but there are many in the works. The site is based on the WordPress Blogging platform, resplendent in a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.getawayfun.com">Getawayfun.com</a> is live.  The site features great finds in the Bristol, Cape Cod, and the surrounding areas for use in help planning local and semi-distant excursions.  At the time of launch there are not many articles, but there are many in the works.</p>
<p>The site is based on the WordPress Blogging platform, resplendent in a free (and thoroughly customized) theme, and will be filled with the richest content for finding all those getaway ideas that you&#8217;re looking for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.niftygeek.com/index.php/2010/05/09/launch-of-getawayfun-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Start Menu Recent Documents Not Working</title>
		<link>http://www.niftygeek.com/index.php/2010/02/02/windows-7-start-menu-recent-documents/</link>
		<comments>http://www.niftygeek.com/index.php/2010/02/02/windows-7-start-menu-recent-documents/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:05:07 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Windows Desktop]]></category>

		<guid isPermaLink="false">http://www.niftygeek.com/?p=93</guid>
		<description><![CDATA[After installing OpenOffice and pinning a few of the apps to the top of the start menu I noticed there is an arrow next to each of the applications which shows recent documents opened by the program. But after creating many documents, only one or two of these documents were shown.  While they were available [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>After installing OpenOffice and pinning a few of the apps to the top of the start menu I noticed there is an arrow next to each of the applications which shows recent documents opened by the program.</p>
<p>But after creating many documents, only one or two of these documents were shown.  While they were available in the recent documents of the file menu of the program itself, these documents were not showing in the Start Menu.  Irritating enough for me to look into it a bit more.</p>
<div id="attachment_95" class="wp-caption aligncenter" style="width: 498px"><img class="size-full wp-image-95" title="start menu mru" src="http://www.niftygeek.com/wp-content/uploads/2010/02/start-menu-mru1.png" alt="Windows 7 Start Menu Recent Items" width="488" height="162" /><p class="wp-caption-text">Windows 7 Start Menu Recent Items</p></div>
<p>To get them showing up in the list <strong>you have to open the document through the file system</strong>, meaning you have to open it through Windows Explorer in order for the documents to appear in the start menu list.  Creating a new document and saving it from the application just doesn&#8217;t work to get it displayed here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.niftygeek.com/index.php/2010/02/02/windows-7-start-menu-recent-documents/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

