<?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>And now for something ...</title>
	<atom:link href="http://www.benlittler.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benlittler.com</link>
	<description></description>
	<lastBuildDate>Fri, 05 Feb 2010 05:55:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Import GoToMeeting recordings into Camtasia</title>
		<link>http://www.benlittler.com/2009/11/import-gotomeeting-recordings-into-camtasia/</link>
		<comments>http://www.benlittler.com/2009/11/import-gotomeeting-recordings-into-camtasia/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 15:52:35 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://www.benlittler.com/?p=24</guid>
		<description><![CDATA[Anyone who has used GoToMeeting to record a webinar will quickly find that the default GoToMeeting format is not a true WMV file (even though the extension is .wmv).  Instead, GTM uses a custom format, most likely because it&#8217;s more efficient to record in this format while you are conducting a web meeting.  Whatever the [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who has used GoToMeeting to record a webinar will quickly find that the default GoToMeeting format is not a true WMV file (even though the extension is .wmv).  Instead, GTM uses a custom format, most likely because it&#8217;s more efficient to record in this format while you are conducting a web meeting.  Whatever the case, this is a real problem when trying to edit the webinar in another program such as Camtasia.  Often it will result in an error like</p>
<blockquote><p>Error: No codec available to render this file.</p></blockquote>
<p>or</p>
<blockquote><p>The requested video codec is not installed on this system</p></blockquote>
<p>There is an option in GoToMeeting to record in standard .WMV format, but chances are a) you didn&#8217;t know about it before you recorded your meeting and b) even if you did enable it, it takes a lot of time to convert the file, so you might not have the time (or patience) to convert it immediately after your meeting is over.</p>
<p>Geek Factor has some interesting solutions, <a href="http://geekfactor.charrington.com/2008/10/how-import-gotomeeting-wmv-recordings-camtasia-studio">here</a> and <a href="http://geekfactor.charrington.com/2009/02/how-import-gotomeeting-wmv-recordings-camtasia-studio-part-2">here</a>, but they don&#8217;t necessarily work.</p>
<p>Fortunately, there is a solution that worked for me &#8212; <strong>use an application from GoToMeeting called &#8220;g2mtranscoder&#8221; which allows you to convert the file from GTM format to standard WMV</strong>.    Here&#8217;s how I did it in Windows 7:</p>
<ol>
<li>Navigate to your GoToMeeting program files folder.  Typically this will be in C:\Program Files\Citrix\GoToMeeting\320.</li>
<li>Copy your GoToMeeting recording to this directory.</li>
<li>Open the command line.  On Vista / Windows 7, click the Start button and in the search box type: <em>cmd </em>and press Enter; in Windows XP, click the Start button, select Run, and type: <em>cmd </em>and press Enter.</li>
<li>Type: <strong>cd </strong><em>C:\Program Files\Citrix\GoToMeeting\320\</em> and press Enter.  This should take you to the GTM directory.</li>
<li>Type: <em>g2mtranscoder</em> <strong>source</strong>=<em>GoToMeetingRecording.wmv</em> (replace with the name of your GTM video).</li>
</ol>
<p><em><strong>Hint</strong>: you can copy and paste into the command line window by clicking the C:\ icon from the command line window and selecting Edit &gt; Paste.</em></p>
<p>Once the conversion has completed, simply open the file in Camtasia using File &gt; Import Media, or use your favorite video editing software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benlittler.com/2009/11/import-gotomeeting-recordings-into-camtasia/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>How to Install SQL Management Studio Express 2008</title>
		<link>http://www.benlittler.com/2009/06/how-to-install-sql-management-studio-express-2008/</link>
		<comments>http://www.benlittler.com/2009/06/how-to-install-sql-management-studio-express-2008/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 20:05:46 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[dev]]></category>

		<guid isPermaLink="false">http://www.benlittler.com/?p=17</guid>
		<description><![CDATA[Tricky tricky!  A few ways to do it &#8230;  
If full SQL installed 
Use if full SQL is installed, or if you installed SQL 2008 with Visual Studio.

 Install Windows Powershell if you do not have it.
 Download the setup file of &#8220;SQL Server 2008 Express with Tools&#8221; or &#8220;SQL Server 2008 Express [...]]]></description>
			<content:encoded><![CDATA[<p>Tricky tricky!  A few ways to do it &#8230;  <a name="If_full_SQL_installed"></a></p>
<h2><span class="mw-headline">If full SQL installed </span></h2>
<p>Use if full SQL is installed, or if you installed SQL 2008 with Visual Studio.</p>
<ol>
<li> Install <a class="external text" title="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx" rel="nofollow" href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx">Windows Powershell</a> if you do not have it.</li>
<li> Download the setup file of &#8220;SQL Server 2008 Express with Tools&#8221; or &#8220;SQL Server 2008 Express with Advanced Services.&#8221;
<ul>
<li> SQL Server 2008 Express with Tools &#8211; <a class="external free" title="http://www.microsoft.com/downloads/details.aspx?FamilyId=7522A683-4CB2-454E-B908-E805E9BD4E28&amp;displaylang=en" rel="nofollow" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=7522A683-4CB2-454E-B908-E805E9BD4E28&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=7522A683-4CB2-454E-B908-E805E9BD4E28&amp;displaylang=en</a></li>
<li> SQL Server 2008 Express with Advanced Services &#8211; <a class="external free" title="http://www.microsoft.com/downloads/details.aspx?FamilyId=B5D1B8C3-FDA5-4508-B0D0-1311D670E336&amp;displaylang=en" rel="nofollow" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B5D1B8C3-FDA5-4508-B0D0-1311D670E336&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=B5D1B8C3-FDA5-4508-B0D0-1311D670E336&amp;displaylang=en</a></li>
</ul>
</li>
<li> Execute the setup file to open SQL Server Installation Center, click <strong>Installation -&gt; New SQL Server stand-alone installation or add features to an existing installation</strong>.</li>
<li> Install setup files if prompted.</li>
<li> In step <em>Installation Type</em>, choose <strong>Add features to an existing instance of SQL Server 2008</strong>, select the existing SQL Server 2008 instance name in the dropdown list, press <strong>Next</strong> to go to step <em>Feature Selection</em>.</li>
<li> In step <em>Feature Selection</em>, select the checkbox <strong>Management Tools–Basic</strong> from <em>Shared Features</em>, and then press Next and finish the rest steps of the installation.</li>
</ol>
<p><em>Referenced from: <a class="external free" title="http://forums.asp.net/p/1326742/2658582.aspx" rel="nofollow" href="http://forums.asp.net/p/1326742/2658582.aspx">http://forums.asp.net/p/1326742/2658582.aspx</a></em></p>
<p><a name="If_basic_SQL_installed"></a></p>
<h2><span class="mw-headline"> If basic SQL installed </span></h2>
<p>Use for client installs, or any installs using the basic (non-developer) version of SQL Express 2008 (which includes some application bootstrappers).</p>
<ol>
<li> Install <a class="external text" title="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx" rel="nofollow" href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx">Windows Powershell</a> if you do not have it.</li>
<li> Download SQL Management Studio Express 2008 setup file: <a class="external free" title="http://www.microsoft.com/downloads/details.aspx?FamilyID=08e52ac2-1d62-45f6-9a4a-4b76a8564a2b&amp;displaylang=en" rel="nofollow" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=08e52ac2-1d62-45f6-9a4a-4b76a8564a2b&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=08e52ac2-1d62-45f6-9a4a-4b76a8564a2b&amp;displaylang=en</a></li>
<li> Execute the setup file to open SQL Server Installation Center.  Click <strong>Maintenance</strong> -&gt; <strong>Edition Upgrade</strong>.</li>
<li> Install setup support files when prompted.</li>
<li> In step <em>Select Instance</em>, select <strong>SQLExpress</strong> and click Next.</li>
<li> In step <em>Edition Upgrade Rules</em>, fix any errors, and click Next.</li>
<li> In step <em>Ready to upgrade edition</em>, click Upgrade. The SQL installer will not appear to do anything, and does not have any progress indicator &#8212; just sit tight, it is working!</li>
<li> When completed, click Close.</li>
<li> Go back to SQL Server Installation Center, and click <strong>Installation -&gt; New SQL Server stand-alone installation or add features to an existing installation</strong>.</li>
<li> Install setup support files when prompted.</li>
<li> In step <em>Installation Type</em>, select <em>Add features to an existing instance of SQL Server 2008</em>, and select <strong>SQLExpress</strong>.  Click Next.</li>
<li> In step <em>Feature Selection</em>, check the box <strong>Management Tools–Basic</strong> from the <em>Shared Features</em> section. Click Next and finish the installation.</li>
</ol>
<p><em>Referenced from: <a class="external free" title="http://msdn.microsoft.com/en-us/library/ms365247.aspx" rel="nofollow" href="http://msdn.microsoft.com/en-us/library/ms365247.aspx">http://msdn.microsoft.com/en-us/library/ms365247.aspx</a></em></p>
<p><a name="If_none_of_the_above_works"></a></p>
<h2><span class="mw-headline">If none of the above works </span></h2>
<ol>
<li> Go to Add / Remove programs and uninstall <em>Microsoft SQL Server 2008</em> (leave all other SQL 2008 components intact) and <em>Microsoft SQL Server Management Studio Express</em>.</li>
<li> Reboot</li>
<li> Download the setup file of &#8220;SQL Server 2008 Express with Tools&#8221; or &#8220;SQL Server 2008 Express with Advanced Services.&#8221;
<ul>
<li> SQL Server 2008 Express with Tools &#8211; <a class="external free" title="http://www.microsoft.com/downloads/details.aspx?FamilyId=7522A683-4CB2-454E-B908-E805E9BD4E28&amp;displaylang=en" rel="nofollow" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=7522A683-4CB2-454E-B908-E805E9BD4E28&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=7522A683-4CB2-454E-B908-E805E9BD4E28&amp;displaylang=en</a></li>
<li> SQL Server 2008 Express with Advanced Services &#8211; <a class="external free" title="http://www.microsoft.com/downloads/details.aspx?FamilyId=B5D1B8C3-FDA5-4508-B0D0-1311D670E336&amp;displaylang=en" rel="nofollow" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B5D1B8C3-FDA5-4508-B0D0-1311D670E336&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=B5D1B8C3-FDA5-4508-B0D0-1311D670E336&amp;displaylang=en</a></li>
</ul>
</li>
<li> Execute the setup file to open SQL Server Installation Center, and click <strong>Installation -&gt; New SQL Server stand-alone installation or add features to an existing installation</strong>.</li>
<li> Install setup support files when prompted.</li>
<li> Check the checkbox for <strong>Database Engine Servers</strong> from the <em>Instance Features</em> section, and <strong>Management Tools–Basic</strong> from the <em>Shared Features</em> section.  Click <strong>Next</strong>.</li>
<li> In step <em>Instance Configuration</em>:
<ul>
<li> Select <strong>Named instance</strong> and name it <strong>SQLExpress</strong>.</li>
<li> Set <em>Instance ID</em> = <strong>SQLExpress</strong></li>
<li> Set <em>Instance root directory</em> = <strong>C:\Program Files\Microsoft SQL Server\</strong>.</li>
<li> Click <strong>Next</strong>.</li>
</ul>
</li>
<li> In step <em>Server Configuration</em>:
<ul>
<li> Set <em>SQL Server Database Engine Account Name</em> = <strong>NT Authority\SYSTEM</strong></li>
<li> Set <em>Start Type</em> = <strong>Automatic</strong>.</li>
<li> Set <em>SQL Server Browser Account Name</em> = <strong>NT Authority\SYSTEM</strong></li>
<li> Set <em>Start Type</em> = <strong>Automatic</strong>.  Click <strong>Next</strong>.</li>
</ul>
</li>
<li> In step <em>Database Engine Configuration</em>:
<ul>
<li> Set <em>Authentication mode</em> = <strong>Windows authentication mode</strong>.</li>
<li> From <em>Specify SQL Server administrators</em> section, click <strong>Add</strong> and add <strong>System</strong> user. Click <strong>Next</strong>.</li>
</ul>
</li>
<li> Correct any errors and finish installation.</li>
</ol>
<h2><span class="mw-headline">If none of the above works for real</span></h2>
<ol>
<li>Go to START and type CMD.</li>
<li>Type: <em>format C:</em></li>
<li>Go have a beer.  Or three.  Or just finish that bottle of gin.</li>
</ol>
<p><em>Referenced from: a support call with Microsoft</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benlittler.com/2009/06/how-to-install-sql-management-studio-express-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix: ICQ contacts show offline even when they are available</title>
		<link>http://www.benlittler.com/2008/12/fix-icq-contacts-show-offline-even-when-they-are-available/</link>
		<comments>http://www.benlittler.com/2008/12/fix-icq-contacts-show-offline-even-when-they-are-available/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 18:47:31 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://www.benlittler.com/?p=11</guid>
		<description><![CDATA[OK, so this issue has been driving me nuts for ages, and for some reason, I could never find a good answer.  The issue is that while some of my ICQ contacts show as online, most of them do not, even though I know they are available (and I can chat with them). Google served [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so this issue has been driving me nuts for ages, and for some reason, I could never find a good answer.  The issue is that while some of my <a href="http://en.wikipedia.org/wiki/ICQ">ICQ</a> contacts show as online, most of them do not, even though I know they are available (and I can chat with them). Google served up some <a href="http://forums.miranda-im.org/showthread.php?s=b8daec0608481e713fc8842a07c3a2f3&amp;t=16101">choice results</a> today, however.  Turns out, most of the contacts simply had not authorized me to add them to my contact list, because I had never requested authorization.  In <a href="http://www.miranda-im.org/">Miranda</a>, the solution is to a) add the contact to your server list, and b) request authorization, which is accomplished by right-clicking on the contact from the list.</p>
<p>There could be other causes for this issue, but this is what worked for me.  Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benlittler.com/2008/12/fix-icq-contacts-show-offline-even-when-they-are-available/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Taking the pain out of the accidentally sent email in Outlook, or: How to delay sending email so that you don&#8217;t look like an idiot</title>
		<link>http://www.benlittler.com/2008/10/taking-the-pain-out-of-the-accidentally-sent-email-in-outlook-or-how-to-delay-sending-email-so-that-you-dont-look-like-an-idiot/</link>
		<comments>http://www.benlittler.com/2008/10/taking-the-pain-out-of-the-accidentally-sent-email-in-outlook-or-how-to-delay-sending-email-so-that-you-dont-look-like-an-idiot/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 23:14:15 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[outlook send receive email microsoft exchange]]></category>

		<guid isPermaLink="false">http://www.benlittler.com/?p=9</guid>
		<description><![CDATA[If you use Outlook at work, as I do, then you&#8217;ve probably experienced an annoying &#8220;feature&#8221; &#8212; the email address auto complete.  Here&#8217;s the scenario: you went to email Bob (your friend) but instead Bob (your boss) came up, and before you realized it, your boss became the lucky recipient of a friendly letter about [...]]]></description>
			<content:encoded><![CDATA[<p>If you use Outlook at work, as I do, then you&#8217;ve probably experienced an annoying &#8220;feature&#8221; &#8212; the email address auto complete.  Here&#8217;s the scenario: you went to email Bob (your friend) but instead Bob (your boss) came up, and before you realized it, your boss became the lucky recipient of a friendly letter about how great he is, how much you love your job, etc.  (This has actually never happened to me &#8212; but I have sent an email to a customer that was supposed to go to a colleague, which was at least mildy embarrasing).  Probably you should stop using your work email for sending personal messages, but that&#8217;s beside the point. You could also turn off the auto complete, but it&#8217;s actually pretty useful.  My answer to an issue which has plagued Outlookers since the beginning of Outlooking is simply to set a delay on the send/receive feature.  This also has a very helpful side effect &#8212; if you send an email, and then realize that you left something out, made a spelling mistake, forgot to cc someone or attach a file, or just forgot to add that cute picture of your dog underneath your signature, then you have a chance to correct your error without having to send yet another email saying &#8220;oops!  Here&#8217;s the doggie pic&#8221;.Helpfully, this feature is enabled by default, especially for folks who connect to an Exchange server.  To add this delay, there are a few steps (this is from Outlook 2007, but Outlook 2003 and earlier should be similar).</p>
<ul>
<li><span class="Apple-style-span" style="font-weight: bold">Schedule an automatic send/receive for your accounts. </span> Go to Tools &gt;  Send/Receive &gt; Send/Receive Settings &gt; Define Send/Receive Groups.  Select the group name &#8220;All Accounts&#8221; (or whatever group you wish to configure),  and click Edit.  Check the box for &#8220;Include the selected account in this group&#8221;, and then click OK.  Next, go to the &#8220;Setting for group &#8216;All Accounts&#8217;&#8221; at the bottom of the screen, and check the box for &#8220;Include this group in send/receive&#8221; and &#8220;Schedule an automatic send/receive every xx minutes&#8221; and enter your desired delay.</li>
<li><span class="Apple-style-span" style="font-weight: bold">Turn off the &#8220;send immediately when connected&#8221; option.</span> Go to Tools &gt; Options and click the Mail Setup tab, then uncheck the &#8220;send immediately when connected box&#8221;.</li>
<li><span class="Apple-style-span" style="font-weight: bold">Enjoy a little more sanity in your life. </span></li>
<li><span class="Apple-style-span" style="font-weight: bold">Bonus.</span> Here is a helpful tip, which explains how to create a rule which will delay sending an email: <a href="http://blogs.msdn.com/outlook/archive/2008/04/14/a-safety-net-for-the-send-button.aspx">http://blogs.msdn.com/outlook/archive/2008/04/14/a-safety-net-for-the-send-button.aspx </a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.benlittler.com/2008/10/taking-the-pain-out-of-the-accidentally-sent-email-in-outlook-or-how-to-delay-sending-email-so-that-you-dont-look-like-an-idiot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Urgent vs. Important &amp; Time Management</title>
		<link>http://www.benlittler.com/2008/09/urgent-vs-important-time-management/</link>
		<comments>http://www.benlittler.com/2008/09/urgent-vs-important-time-management/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 19:42:34 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[product management]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://www.benlittler.com/?p=8</guid>
		<description><![CDATA[There are whole books devoted to time management.  There&#8217;s even a methodology for time management which almost approaches a religion.Software programs are built just for this one task; Outlook, for example, may be a communication (email) tool but arguably it is really designed for time management.  It&#8217;s no accident that all the new items come [...]]]></description>
			<content:encoded><![CDATA[<p>There are whole books devoted to time management.  There&#8217;s even a <a href="http://en.wikipedia.org/wiki/Getting_Things_Done">methodology for time management</a> which almost approaches a religion.Software programs are built just for this one task; Outlook, for example, may be a communication (email) tool but arguably it is really designed for time management.  It&#8217;s no accident that all the new items come into your &#8220;inbox&#8221;.  From there, you complete the task, file them in folders, create tasks for later, set priorities &#8230; and so on and so forth.Some people are better at time management than others.  There are the habits of highly effective people &#8230; and then there are the <a href="http://www.nevblog.com/images/time_management.jpg">disaster stories</a>.  Whatever the case, it&#8217;s something that hopefully we learn by the time we get to college, but more likely it is something that we pick up from the school of hard knocks.</p>
<p>Yet there is one very simple core concept in time management that I don&#8217;t think is focused on enough &#8212; urgent vs. important.  Learning this one concept can mean the difference between success and failure, because no matter what &#8220;rules&#8221; for time management you learn or what tools you use, you must always be aware of which tasks fall into which bucket, otherwise you are almost certain to be spending your days working on the wrong things.</p>
<p><strong>Urgent vs. Important</strong></p>
<p>So what is the difference between urgent and important, anyway?  Sometimes it&#8217;s hard to tell.  Experience provides a good measuring stick, but sometimes there is no clear cut answer.  In some cases, urgent issues are fire-fighting type problems or system-down issues.   In other cases, the urgency is determined by the person originating the request, either by their status (an email from the CEO may require urgent response regardless of the subject), or their perception of the problem (someone may be dealing with an upset customer, so to them, the resolution is urgent &#8212; even if the problem itself is not significant).</p>
<p>Important issues typically revolve around strategy and planning, long-term projects and initiatives, or anything that requires a gestation period.  Important issues can also be those tasks that don&#8217;t have specific deadlines or any sense of urgency to them, but which help to build to your goal.  Urgent tasks have a way of wiping these important tasks off the map, and in some cases may ultimately cause extremely urgent issues to bubble up that could have been resolved in a less painful and time consuming way.</p>
<p><strong>Managing the Urgent </strong></p>
<p>In many cases, urgent issues can be resolved by delegating them.  When they are time sensitive, but don&#8217;t require a particular person&#8217;s involvement, this is often the most effective way to resolve an urgent issue, especially if you have many other priorities.  It&#8217;s easy to get caught in the trap of thinking that you personally need to handle the problem.  Maybe you can solve personally without too much effort, but that&#8217;s not the point &#8212; if you have people who can solve the problem quickly, it saves you from having a stack of urgent issues, all waiting for your involvement.</p>
<p>It&#8217;s also easy to fall into the analysis (or procrastination) trap &#8212; an urgent issue comes up, and instead of solving it immediately, the tendency may be to analyze it or dwell on it.  Attend to it immediately, and save the brain cycles for the important issues.   This can also help keep urgent issues from turning into a true crisis.</p>
<p>Getting things down on paper and out of your head can help to clarify what needs to be done, and also helps to keep you from getting overwhelmed.  This applies to both urgent and important tasks, but is especially helpful for urgent tasks, which may appear urgent just because you haven&#8217;t thought of them before.Finally &#8212; and perhaps most importantly &#8211;  recognize that just because an issue is urgent, doesn&#8217;t mean that it needs to be solved right away.  It may warrant some consideration or discussion, and it certainly shouldn&#8217;t be ignored, but there&#8217;s a good chance that it is not urgent at all.  Restate the issue in different terms and you may find that a solution already exists or that what is perceived as a problem really isn&#8217;t one at all.</p>
<p><strong>Managing the Important </strong></p>
<p>Prioritization is typically vital here &#8212; without knowing what needs to be done, in what order, it&#8217;s hard to know what&#8217;s important.  I tend to write everything down that I need to do or might some day want to do, and sometimes just the act of taking notes on tasks and projects allows me to see the task more clearly and recognize where it fits within the overall priorities.  If I don&#8217;t know what the priority is, then that&#8217;s a good indication that it&#8217;s probably not very important.  Priorities often shift over time, though, so writing down any task that comes to mind can help clarify the overall issue when it does become important, and can help you see how multiple problems can be solved at once, and whether a project should take precedence over another, or in some cases,  whether it makes another project obsolete.Working on important tasks at off-hours, when the urgent issues are not rolling in, can be a useful approach.  The downside is that if you spend your days on urgent items, and your nights or mornings on what&#8217;s really important, you end up spending far more hours on tasks that do not feel productive.  This is a quick path to 70 hour work weeks, and eventually, burn-out.</p>
<p>Establishing a sense of urgency for important issues, both for oneself and certainly when working on projects within a team, is also a good approach.  This helps to re-align priorities and keep focus on the tasks at hand.  This is a reflection of basic human behavior &#8212; our instinct is to be reactive to threats or problems, and so we always respond best to urgency.</p>
<p>More specific methodologies can be useful as well, especially when dealing with complex projects.  In software development, we have <a href="http://en.wikipedia.org/wiki/Scrum_(development)">Scrum</a> (an agile programming methodology, but at it&#8217;s core it is a time management tool), in life there is GTD (Getting Things Done, the aforementioned <a href="http://en.wikipedia.org/wiki/Getting_Things_Done">productivity religious movement</a>) and <a href="http://www.43folders.com/izero">Inbox Zero</a>, and there are also programs and certifications devoted to project management.  A few of the <a href="http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Daps&amp;field-keywords=project+management&amp;x=0&amp;y=0">top books on project management at Amazon</a> are a good start.</p>
<p>No methodology guarantees that you will get work done, though, and you can&#8217;t get work done if you don&#8217;t know what to spend your time on.   Drink the kool-aid if you want and follow the exact rules of whatever methodology you pick, but I vote for applying the fundamentals of time management within the context of your own life and work habits, taking the bits and pieces that work for you from each methodology. Maybe I should write book on this, but chances are it will only have one sentence:</p>
<p><em>Figure out what&#8217;s important, and focus on that.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benlittler.com/2008/09/urgent-vs-important-time-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ScrewTurn Wiki part 2</title>
		<link>http://www.benlittler.com/2008/02/screwturn-wiki-part-2/</link>
		<comments>http://www.benlittler.com/2008/02/screwturn-wiki-part-2/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 18:18:07 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://www.benlittler.com/?p=6</guid>
		<description><![CDATA[Unfortunately, my initial foray into using ScrewTurn wiki did not turn out so well.  After I deployed it, it failed to function properly in production &#8212; among other things it would timeout on a regular basis and refuse to commit changes.  It could have been issues with the production server or the configuration, [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, my initial foray into using <a href="http://www.benlittler.com/?p=3">ScrewTurn wiki</a> did not turn out so well.  After I deployed it, it failed to function properly in production &#8212; among other things it would timeout on a regular basis and refuse to commit changes.  It could have been issues with the production server or the configuration, but at this point I&#8217;ve given up.</p>
<p>I&#8217;m back to the old standby &#8211; Mediawiki.   I&#8217;ve actually had good success running it on a Windows platform &#8212; although Apache is the best option, which does not always live nicely alongside IIS &#8212; and will continue down that path.</p>
<p>Coming soon: a brief Windows / Mediawiki  setup guide.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benlittler.com/2008/02/screwturn-wiki-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The product manager challenge</title>
		<link>http://www.benlittler.com/2008/02/the-product-manager-rat-race/</link>
		<comments>http://www.benlittler.com/2008/02/the-product-manager-rat-race/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 17:49:54 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[product management]]></category>

		<guid isPermaLink="false">http://www.benlittler.com/?p=5</guid>
		<description><![CDATA[ I read the On Product Management blog and recently Saeed posted an article titled Product Managers need time to breathe…  He states:
I’m going to make an assertion here, and please correct me if I’m wrong.
I believe that the vast majority of software product managers are running full tilt in their jobs, caught between [...]]]></description>
			<content:encoded><![CDATA[<p> I read the <a href="http://onproductmanagement.wordpress.com/">On Product Management</a> blog and recently Saeed posted an article titled <a href="http://onproductmanagement.wordpress.com/2008/02/14/product-managers-need-time-to-breathe/" rel="bookmark" title="Permanent Link to Product Managers need time to breathe…">Product Managers need time to breathe…</a>  He states:</p>
<blockquote><p>I’m going to make an assertion here, and please correct me if I’m wrong.</p>
<p>I believe that the vast majority of software product managers are running full tilt in their jobs, caught between the short term tactical cross-functional activities (working with Dev, Sales, Marketing etc) that are thrust upon us, and the important long term market research, business and product planning activities that are fundamental to managing successful products.</p></blockquote>
<p>Which got me thinking about the role I play in my company, as the only product manager for the Windows-based software we sell.  My response:</p>
<blockquote><p>I would tend to agree with this — in general I think the more time that someone has to focus on the core elements of their work, the better the result will be.</p>
<p>First, some background: I work in a small software / technology company where I am the only official PM, although many others, especially the exec team, contribute heavily to the product goals and design. All told we have 6 developers and 2 main products (with many smaller, related products underneath), 1 of which I manage almost exclusively. I am also the project manager for 2-3 devs working on my product. To say I am the main product expert is probably an understatement. Because I understand all the different elements of the company and work with everyone on every level — from execs, to development, to design, to marketing, to sales and support — I am usually the resource that is most heavily used.</p>
<p>For me, the challenge is this: the short-term needs of my company do have a big impact on our long-term success (we don’t have deep pockets), so I feel it is important to stay close to the day-to-day needs of the company to make sure that as a unit we are all working effectively. My position, knowledge, and experience allows me to do that pretty well. On the other hand, it does mean that some of the long-term strategies are getting less attention than they otherwise might, and it does also mean that I am stretched pretty thin on a regular basis, and I’m certain that my creativity suffers as a result.</p>
<p>The only way I’ve been able to handle all of this is by being really good at managing my time (and I still have room for improvement there). Quite a bit of work, especially the creative kind, does get done outside of normal business hours when things are quiet, but I am also able to create certain hours in the day when I can work uninterrupted. The challenge here is being able to switch gears away from and back to a certain project, especially one that requires a lot of research or design or has a long process. Fortunately I am pretty good at that, although at times it does get frustrating.</p>
<p>Our track record so far has proven that this is working, as we are seeing products and profits improve. Our competitors are not able to keep up with the speed of our development either, and I’m pretty sure that we stay closer to the industry trends than anyone else in our market.</p>
<p>So for me the bottom line is that while I would love more time to focus on just the product management side, I don’t think it’s realistic or even recommended considering the size of my company and the speed in which we typically move. I accept this as the reality of the small business we are operating and I just do my best to juggle it all. Do I learn a lot and sharpen my skills regularly as a result? Absolutely.</p></blockquote>
<p>So my point is that for our organization, as it stands now, I think I&#8217;m doing what I need to do.  But the question remains &#8212; is the long-term strategy suffering because ultimately my company is focused on short-term results?  And does it make sense to burden certain people so heavily that they really have no choice but to move on to something else eventually or simply burn out?  How important really is deep research and strategy when you are running a small company that values quick decisions and single-person innovators?  Does it make more sense to get a product out the door faster based on more narrow research, feedback and good assumptions, and make changes based on user feedback after the fact, i.e. focus on iterative development? (if you want a cool catchphrase this is &#8220;Googley&#8221;)  Or does that just set you up for failure? (and you will fail at some point!)  Failure on a large scale is certainly not an option, so perhaps the better question is &#8212; which approach offers less risk?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benlittler.com/2008/02/the-product-manager-rat-race/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You know you&#8217;re multitasking too much when &#8230;</title>
		<link>http://www.benlittler.com/2007/10/you-know-youre-multitasking-too-much-when/</link>
		<comments>http://www.benlittler.com/2007/10/you-know-youre-multitasking-too-much-when/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 17:15:14 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.benlittler.com/?p=4</guid>
		<description><![CDATA[&#8230; suddenly you can&#8217;t open any more Windows in Windows XP!
There appears to be a limit of about 30 or 40 open windows (including tabs in Firefox / IE7) in Windows XP, which can get pretty irritating if you have two monitors like I do, and often have many tasks going on at the same [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; suddenly you can&#8217;t open any more Windows in Windows XP!</p>
<p>There appears to be a limit of about 30 or 40 open windows (including tabs in Firefox / IE7) in Windows XP, which can get pretty irritating if you have two monitors like I do, and often have many tasks going on at the same time (or many webpages open).   When this happens, other weird things start to occur, like the inability to use the right-click function, or strange errors when attempting to open a submenu from some app or even an email in Outlook.</p>
<p>Fortunately, there is a solution, courtesy <a href="http://blogs.msdn.com/tonyschr/archive/2005/05/25/desktop-heap-limitations.aspx">Tony Schreiner&#8217;s Blog</a> &#8212; increase the size of the Windows Desktop heap via the registry.</p>
<p>The registry key is:<font face="Courier New" size="2"><br />
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems]</font></p>
<p>Look for the value<font face="Courier New" size="2"><br />
Windows=&#8221;%SystemRoot%\system32\csrss.exe </font></p>
<p>and edit it.  You&#8217;ll see a long string like this:</p>
<p><font face="Courier New" size="2">ObjectDirectory=\Windows SharedSection=1024,<font color="#ff0000"><strong>3072</strong></font>,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16&#8243;</font></p>
<p>Just change the 3072 to a larger value such as 8192.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benlittler.com/2007/10/you-know-youre-multitasking-too-much-when/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up ScrewTurn Wiki</title>
		<link>http://www.benlittler.com/2007/10/turning-the-screws-setting-up-screwturn-wiki/</link>
		<comments>http://www.benlittler.com/2007/10/turning-the-screws-setting-up-screwturn-wiki/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 01:25:42 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://www.benlittler.com/?p=3</guid>
		<description><![CDATA[I&#8217;ve been playing around with various wikis at work lately, and thus far have been very happy with MediaWiki.  I&#8217;ve been running MediaWiki for about a month using Devside&#8217;s Web-Developer suite installed on a Windows 2003 Standard server.   The nice thing about the Devside suite is that it allows you to easily [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with various wikis at work lately, and thus far have been very happy with <a href="http://www.mediawiki.org/wiki/MediaWiki">MediaWiki</a>.  I&#8217;ve been running MediaWiki for about a month using <a href="http://www.devside.net/server/webdeveloper">Devside&#8217;s Web-Developer</a> suite installed on a Windows 2003 Standard server.   The nice thing about the Devside suite is that it allows you to easily install Apache, MySQL, and PHP on a Windows server with very little work and none of the headaches usually associated with Apache on Windows.  It runs pretty well, and I&#8217;ve been happy with the customization and ease of use of MediaWiki.</p>
<p>However, I&#8217;ve found that a lot of the nice extensions that I&#8217;d like to use &#8212; namely <a href="http://meta.wikimedia.org/wiki/FulltextSearchEngines">better search</a> and the <a href="http://www.mediawiki.org/wiki/Extension:RoboHelp2Wiki">ability to import from RoboHelp</a> (RoboHelp is our main documentation source for customer facing in-program help) &#8212; require a Linux server.  Not that I have a big problem with this, in fact it&#8217;s quite easily to install and run on a VM with <a href="http://www.vmware.com/download/server/">VMware&#8217;s free server tool</a>.   You can even get a <a href="http://www.vmware.com/vmtn/appliances/directory/473">pre-built VM appliance</a> with MediaWiki already installed and ready to go.</p>
<p>The main issue with all of this is that our development environment is 100% Microsoft, and my task at the moment is to set up a wiki for our development team (they&#8217;ve heard good things about the wiki I&#8217;ve built for our customer support team, and are getting jealous).  Not wanting to create any maintenance headaches for them, I naturally started looking for a .NET based ASP solution.  It was surprisingly hard to find, actually.</p>
<p>Eventually I came across <a href="http://www.screwturn.eu/MainPage.ashx">ScrewTurn Wiki</a>, which is a fairly new wiki app that has been getting some good feedback, and which is also open source.  It claimed to be very easy to install, which is always nice.  I like learning new things, but if I can keep the frustration level down that&#8217;s a plus.</p>
<p>So much for the install being easy!  The first time I tried to install, I loaded the &#8220;one-click installer&#8221; on my Windows XP laptop running IIS 5, and couldn&#8217;t get the darn thing to run.  I went through all the troubleshooting steps, but no dice.  I kept hitting an error &#8220;<em>Active Server Pages error &#8216;ASP 0201&#8242;<br />
Invalid Default Script The default script language specified for this application is invalid.</em>&#8221;  After some searching I found <a href="http://classicasp.aspfaq.com/general/why-do-i-get-invalid-default-script-language-errors.html">this article</a> from Classic ASP and tried all suggestions including resetting all permissions based on <a href="http://support.microsoft.com/?id=271071">Microsoft&#8217;s guidelines</a>.  A few more hours of playing around later and I was still nowhere.  I really didn&#8217;t need to reinstall Windows on my laptop just for a wiki!</p>
<p>I gave up on the laptop, and loaded up a brand spanking new VM running Windows XP SP2.   I got further than before, but still received an error message.  This time the problem was very possibly my rush to get this done quickly, and I decided to <a href="http://www.screwturn.eu/Installation.ashx">RTFM</a> and even go through the <a href="http://www.screwturn.eu/public/Upload/Tutorial.htm">video tutorial</a>.  Hmm, still not working.  Turns out that there are a few gotchas to the install that the one-click WebSetup installer couldn&#8217;t handle (even though the documentation indicated that these steps were only required for a manual install):</p>
<p>1. Specify that you want to use the ASP.NET 2.0: right-click on the Virtual Directory you just created and select Properties in the context menu. Select the ASP.NET tab. If it&#8217;s not available, make sure you have .NET Framework 2.0 installed and retry this step. If it&#8217;s available, select in the ASP.NET version drop-down list the 2.0.50727 item.</p>
<p>2. Setup the Public directory: go to the physical path of the Virtual Directory that you have just created, and create a new directory inside it, for example C:\Inetpub\wwwroot\MyWiki\public. Right-click on it and select Properties from the context menu. Go to the Security tab, and select from the list of the accounts IIS_WPG (Windows 2003) or ASPNET (Windows XP); check the Modify option in the list below (in the Allow column) and click on OK. You have to specify the name of this directory in the PublicDirectory setting in the Web.config file (see the previous section).</p>
<p>3. Register the ASP.NET engine. To do that, open a command prompt and type <code>%WINDIR%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i </code>then press enter.</p>
<p>4. Make  sure that the default page in IIS is set to <strong>default.aspx</strong>.  To do this, edit the virtual directory properties in IIS, click the Documents tab, and confirm that default.aspx is listed.  If not, add it.<br />
After that, all was well and the wiki fired right up.  More comments soon on how well this thing works!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benlittler.com/2007/10/turning-the-screws-setting-up-screwturn-wiki/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

