<?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"
	>

<channel>
	<title>SkillZDesign.com</title>
	<atom:link href="http://skillzdesign.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://skillzdesign.com/blog</link>
	<description>the SkillZ weblog</description>
	<pubDate>Sat, 09 Aug 2008 13:45:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Zoe Stands</title>
		<link>http://skillzdesign.com/blog/2008/07/26/zoe-stands/</link>
		<comments>http://skillzdesign.com/blog/2008/07/26/zoe-stands/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 18:02:10 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[Family]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://skillzdesign.com/blog/?p=189</guid>
		<description><![CDATA[ 
]]></description>
			<content:encoded><![CDATA[<p><embed id="VideoPlayback" style="width:400px;height:326px" allowFullScreen="true" src="http://video.google.com/googleplayer.swf?docid=10861309417503469&#038;hl=en&#038;fs=true" type="application/x-shockwave-flash"> </embed></p>
]]></content:encoded>
			<wfw:commentRss>http://skillzdesign.com/blog/2008/07/26/zoe-stands/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Our First Trip to Ithaca</title>
		<link>http://skillzdesign.com/blog/2008/07/17/our-first-trip-to-ithaca/</link>
		<comments>http://skillzdesign.com/blog/2008/07/17/our-first-trip-to-ithaca/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 19:26:13 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[Family]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://skillzdesign.com/blog/?p=187</guid>
		<description><![CDATA[ 
 
 
]]></description>
			<content:encoded><![CDATA[<p><embed id="VideoPlayback" style="width:400px;height:326px" allowFullScreen="true" src="http://video.google.com/googleplayer.swf?docid=-3364787165341654480&#038;hl=en&#038;fs=true" type="application/x-shockwave-flash"> </embed><br />
<embed id="VideoPlayback" style="width:400px;height:326px" allowFullScreen="true" src="http://video.google.com/googleplayer.swf?docid=6342132314176319316&#038;hl=en&#038;fs=true" type="application/x-shockwave-flash"> </embed><br />
<embed id="VideoPlayback" style="width:400px;height:326px" allowFullScreen="true" src="http://video.google.com/googleplayer.swf?docid=-8904194673588856625&#038;hl=en&#038;fs=true" type="application/x-shockwave-flash"> </embed></p>
]]></content:encoded>
			<wfw:commentRss>http://skillzdesign.com/blog/2008/07/17/our-first-trip-to-ithaca/feed/</wfw:commentRss>
		</item>
		<item>
		<title>View or Change Path to Linked Media on a PowerPoint Slide with VBA</title>
		<link>http://skillzdesign.com/blog/2008/05/20/view-or-change-path-to-linked-media-on-a-powerpoint-slide-with-vba/</link>
		<comments>http://skillzdesign.com/blog/2008/05/20/view-or-change-path-to-linked-media-on-a-powerpoint-slide-with-vba/#comments</comments>
		<pubDate>Tue, 20 May 2008 16:35:43 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Scripting is Cool]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[vba]]></category>

		<guid isPermaLink="false">http://skillzdesign.com/blog/?p=185</guid>
		<description><![CDATA[


Open VBA editor (Alt-F11). In the immediate window, type the following code, replacing &#8216;x&#8217; with the appropriate Slide and Shape indices:
? Application _
.ActivePresentation _
.Slides(x) _
.Shapes(x) _
.LinkFormat _
.SourceFullName
This will output the full path information to the linked media file. To change the path, such as in the case of removing full path information and leaving just [...]]]></description>
			<content:encoded><![CDATA[<p><div class="adsenseblackbg" style="float:right;margin:8px;"><script type="text/javascript"><!--
google_ad_client = "pub-0227519152893584";
/* 120x240 Black BG */
google_ad_slot = "9980540963";
google_ad_width = 120;
google_ad_height = 240;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>Open VBA editor (Alt-F11). In the immediate window, type the following code, replacing &#8216;x&#8217; with the appropriate Slide and Shape indices:</p>
<p><code>? Application _<br />
.ActivePresentation _<br />
.Slides(x) _<br />
.Shapes(x) _<br />
</code><code>.LinkFormat _<br />
.SourceFullName</code></code></p>
<p>This will output the full path information to the linked media file. To change the path, such as in the case of removing full path information and leaving just the filename, use the following syntax:</p>
<p><code>Application _<br />
.ActivePresentation _<br />
.Slides(x) _<br />
.Shapes(x) _<br />
.LinkFormat _<br />
.SourceFullName = "mediafile.mpg"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://skillzdesign.com/blog/2008/05/20/view-or-change-path-to-linked-media-on-a-powerpoint-slide-with-vba/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zoe&#8217;s Growing Up</title>
		<link>http://skillzdesign.com/blog/2008/05/10/zoes-growing-up/</link>
		<comments>http://skillzdesign.com/blog/2008/05/10/zoes-growing-up/#comments</comments>
		<pubDate>Sat, 10 May 2008 16:21:00 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://skillzdesign.com/blog/?p=184</guid>
		<description><![CDATA[ 
]]></description>
			<content:encoded><![CDATA[<p><embed id="VideoPlayback" style="width:400px;height:326px" flashvars="" src="http://video.google.com/googleplayer.swf?docid=-3151127410463210988&#038;hl=en" type="application/x-shockwave-flash"> </embed></p>
]]></content:encoded>
			<wfw:commentRss>http://skillzdesign.com/blog/2008/05/10/zoes-growing-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ava Refuses to Sing</title>
		<link>http://skillzdesign.com/blog/2008/05/10/ava-refuses-to-sing/</link>
		<comments>http://skillzdesign.com/blog/2008/05/10/ava-refuses-to-sing/#comments</comments>
		<pubDate>Sat, 10 May 2008 16:18:12 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://skillzdesign.com/blog/?p=181</guid>
		<description><![CDATA[ 
]]></description>
			<content:encoded><![CDATA[<p><embed id="VideoPlayback" style="width:400px;height:326px" flashvars="" src="http://video.google.com/googleplayer.swf?docid=-8206840743345462148&#038;hl=en" type="application/x-shockwave-flash"> </embed></p>
]]></content:encoded>
			<wfw:commentRss>http://skillzdesign.com/blog/2008/05/10/ava-refuses-to-sing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Musical Blast from the Past</title>
		<link>http://skillzdesign.com/blog/2008/04/11/musical-blast-from-the-past/</link>
		<comments>http://skillzdesign.com/blog/2008/04/11/musical-blast-from-the-past/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 21:48:52 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://skillzdesign.com/blog/?p=176</guid>
		<description><![CDATA[I finally retrieved a demo I did with a band eighteen years ago. Eighteen years&#8230;
Ice Angel - Running
Ice Angel - Johnny
Ice Angel - Cheating Heart
Ice Angel - Witch
Update: Visit the Ice Angel MySpace Page (Thanks, J)!
]]></description>
			<content:encoded><![CDATA[<p>I finally retrieved a demo I did with a band eighteen years ago. Eighteen years&#8230;</p>
<p><a href="http://skillzdesign.com/blog/wp-content/uploads/2008/04/ice-angel-running.mp3">Ice Angel - Running</a></p>
<p><a href="http://skillzdesign.com/blog/wp-content/uploads/2008/04/ice-angel-johnny.mp3">Ice Angel - Johnny</a></p>
<p><a href="http://skillzdesign.com/blog/wp-content/uploads/2008/04/ice-angel-cheating-heart.mp3">Ice Angel - Cheating Heart</a></p>
<p><a href="http://skillzdesign.com/blog/wp-content/uploads/2008/04/ice-angel-witch.mp3">Ice Angel - Witch</a></p>
<p>Update: <a title="Ice Angel - MySpace Page" href="http://www.myspace.com/iceangelrocks" target="_blank">Visit the Ice Angel MySpace Page (Thanks, J)!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://skillzdesign.com/blog/2008/04/11/musical-blast-from-the-past/feed/</wfw:commentRss>
<enclosure url="http://skillzdesign.com/blog/wp-content/uploads/2008/04/ice-angel-running.mp3" length="3660736" type="audio/mpeg" />
<enclosure url="http://skillzdesign.com/blog/wp-content/uploads/2008/04/ice-angel-johnny.mp3" length="3635299" type="audio/mpeg" />
<enclosure url="http://skillzdesign.com/blog/wp-content/uploads/2008/04/ice-angel-cheating-heart.mp3" length="3698683" type="audio/mpeg" />
<enclosure url="http://skillzdesign.com/blog/wp-content/uploads/2008/04/ice-angel-witch.mp3" length="5694445" type="audio/mpeg" />
		</item>
		<item>
		<title>yourli.st WordPress Plugin</title>
		<link>http://skillzdesign.com/blog/2008/04/03/yourlist-wordpress-plugin/</link>
		<comments>http://skillzdesign.com/blog/2008/04/03/yourlist-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 16:32:08 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Scripting is Cool]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://skillzdesign.com/blog/?p=173</guid>
		<description><![CDATA[


Yourli.st is a smooth, registration-free online service for sending yourself reminder e-mails. The concept for this plugin came about as I was developing my cooking website, ScreamingSaucepan.com. It occurred to me it might be nice to be able to remind myself about recipes in some way other than tagging them on del.icio.us, perhaps at a [...]]]></description>
			<content:encoded><![CDATA[<p><div class="adsenseblackbg" style="float:right;margin:8px;"><script type="text/javascript"><!--
google_ad_client = "pub-0227519152893584";
/* 120x240 Black BG */
google_ad_slot = "9980540963";
google_ad_width = 120;
google_ad_height = 240;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>Yourli.st is a smooth, registration-free online service for sending yourself reminder e-mails. The concept for this plugin came about as I was developing my cooking website, <a href="http://www.screamingsaucepan.com" target="_blank">ScreamingSaucepan.com</a>. It occurred to me it might be nice to be able to remind myself about recipes in some way other than tagging them on del.icio.us, perhaps at a time when I might be wandering around the aisles of the grocery store. This plugin has only the most basic functionality, no administration panel, no options. It simply opens the yourli.st page and prepopulates the Event Title field with the title of the blog posting and inserts the permalink in the Event Summary. All you need to do is fill in your e-mail address, target date, and whatever other options you&#8217;d like to adjust.</p>
<p>I&#8217;d like to thank Alan over at <a title="YourLi.st" href="http://yourli.st" target="_blank">YourLi.st</a> for building this service and his positive feedback on the plugin.</p>
<p>I&#8217;d also like to thank <a href="http://www.ronalfy.com/" target="_blank">Ronald Huereca</a> for his great series <a href="http://www.devlounge.net/extras/how-to-write-a-wordpress-plugin" target="_blank">How to Write a WordPress Plugin</a>. If you have any intention of developing your own plugins for WordPress, go there immediately.</p>
<p><a href="http://wordpress.org/extend/plugins/yourlist/">Download the plugin here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://skillzdesign.com/blog/2008/04/03/yourlist-wordpress-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flag Selected Microsoft Outlook Inbox Items for Follow Up</title>
		<link>http://skillzdesign.com/blog/2008/01/02/flag-microsoft-outlook-inbox-items-for-follow-up-script/</link>
		<comments>http://skillzdesign.com/blog/2008/01/02/flag-microsoft-outlook-inbox-items-for-follow-up-script/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 20:35:21 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Scripting is Cool]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://skillzdesign.com/blog/2008/01/02/flag-microsoft-outlook-inbox-items-for-follow-up-script/</guid>
		<description><![CDATA[To avoid losing action items as my e-mail flows in, I make extensive use of the &#8220;Flag for Follow Up&#8221; feature in Outlook. Having grown tired from clicking around the dialog box with the calendar that pops up next to the &#8220;Due By&#8221; field, I created the following VBA macro:

Sub FlagForXMinutes(intMinutes As Integer, strFlagRequest As [...]]]></description>
			<content:encoded><![CDATA[<p>To avoid losing action items as my e-mail flows in, I make extensive use of the &#8220;Flag for Follow Up&#8221; feature in Outlook. Having grown tired from clicking around the dialog box with the calendar that pops up next to the &#8220;Due By&#8221; field, I created the following VBA macro:<br />
<!--adsense#verticalbannerright--></p>
<p><code>Sub FlagForXMinutes(intMinutes As Integer, strFlagRequest As String)<br />
Dim Item As Object<br />
Dim SelectedItems As Selection<br />
Set SelectedItems = Outlook.ActiveExplorer.Selection<br />
For Each Item In SelectedItems<br />
With Item<br />
.FlagStatus = 2<br />
.FlagDueBy = CStr(CDate(Format(CDbl(Now) + intMinutes / 1440)))<br />
.FlagRequest = strFlagRequest<br />
.Save<br />
End With<br />
Next Item<br />
End Sub</code></p>
<p>I&#8217;ve assigned a couple of buttons on my Outlook toolbar with the following macros attached:</p>
<p><code>Sub FlagForFollowUp15Minutes()<br />
FlagForXMinutes 15, "Follow Up"<br />
End Sub<br />
</code><br />
<code>Sub FlagForFollowUp30Minutes()<br />
FlagForXMinutes 30, "Follow Up"<br />
End Sub</code></p>
<p>I have not played around with too many variations, but this works with items contained within Public Folders as well as Meeting Requests and Responses, thanks to the &#8220;Dim Item As Object&#8221; declaration which provides some added flexibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://skillzdesign.com/blog/2008/01/02/flag-microsoft-outlook-inbox-items-for-follow-up-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scripting is Cool: Microsoft Access VBA Tips</title>
		<link>http://skillzdesign.com/blog/2007/12/31/scripting-is-cool-microsoft-access-vba-tips/</link>
		<comments>http://skillzdesign.com/blog/2007/12/31/scripting-is-cool-microsoft-access-vba-tips/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 17:31:57 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Scripting is Cool]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://skillzdesign.com/blog/2007/12/31/scripting-is-cool-microsoft-access-vba-tips/</guid>
		<description><![CDATA[Here are a couple of not-so-very-well documented tips for MS Access 2000. I haven&#8217;t tested them on any other versions of Access, though I suspect most of them should work on later versions.
These tips require the use of the Microsoft Visual Basic Integrated Development Environment (IDE), which can be accessed by Alt-F11.

Use the Immediate Window
The [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a couple of not-so-very-well documented tips for MS Access 2000. I haven&#8217;t tested them on any other versions of Access, though I suspect most of them should work on later versions.</p>
<p>These tips require the use of the Microsoft Visual Basic Integrated Development Environment (IDE), which can be accessed by Alt-F11.</p>
<p><!--adsense#verticalbannerright--></p>
<h3>Use the Immediate Window</h3>
<p>The Immediate Window can be accessed via Ctrl-G (or View - Immediate Window). It is an invaluable asset when debugging or testing. I&#8217;m not a programmer. I like to say I know just enough programming and scripting to be extremely dangerous. Despite this, I&#8217;ve saved myself days, possibly weeks, of time and frustration using this tool.</p>
<h3>Use the Question Mark (?)</h3>
<p>I discovered this by accident, but I remembered back in the old days programming Basic on my <a href="http://en.wikipedia.org/wiki/Atari_8-bit_family" title="Atari 400" target="_blank">Atari 400</a> that the question mark character was shorthand for &#8220;Print.&#8221; As it turns out, VBA is a distant cousin to the old Basic. You can still use the &#8220;print&#8221; keyword, but the question mark is your friend. (Note that the question mark will be converted to the &#8220;print&#8221; keyword automatically in the Code Editor.)</p>
<h3>Get Full Path and Connection Information to Linked Table</h3>
<p>This can be a huge time saver, especially when working with databases that have a lot of linked tables and those with long path names. Sometimes the Linked Table Manager utility just doesn&#8217;t cut it.</p>
<p><code>? currentdb.TableDefs("tablename").Connect</code><br />
<em>or</em><br />
<code>print currentdb.TableDefs("tablename").Connect</code></p>
<p>Try it. You just might like the results.</p>
<h3>Incorporate Custom Functions in Queries</h3>
<p>This one might scare some people, as it requires some hand coding of SQL. That means leaving the comfort zone of the visual Query Designer and entering the land of <a href="http://en.wikipedia.org/wiki/SQL" title="SQL" target="_blank">Structured Query Language</a>. It also requires some hand coding of VBA. This can be terrifying. Once you&#8217;re over the initial fear, however, you&#8217;ll be pleased to know that it&#8217;s pretty easy to get started.</p>
<p>Let&#8217;s take a sample table. We&#8217;ll call it tblPeople. <em>Please note: The prefix &#8220;tbl&#8221; is a standard naming convention, but I won&#8217;t get into that here. I&#8217;d highly recommend the <a href="http://www.developershandbook.com/" title="VBA Developer's Handbook Website" target="_blank">VBA Developer&#8217;s Handbook</a> - <a href="http://www.amazon.com/VBA-Developers-Handbook-Ken-Getz/dp/0782119514" title="Purchase the VBA Developer's Handbook from Amazon.com" target="_blank">(buy it here)</a> for anyone interested in getting their hands dirty with that sort of thing.</em>  We have three fields we&#8217;re concerned with: <code>fname</code>, <code>mname</code>, and <code>lname</code>. We have three records:</p>
<p><img src="http://skillzdesign.com/blog/wp-content/uploads/2007/12/samplepeopletable.jpg" alt="Sample People Table in Access" style="float: none" /></p>
<p>Suppose we wanted these names to print out in a mail merge-friendly format. One method would be to hard code the logic in SQL. My personal preference is to write custom functions for tasks like this, as you end up with more readable and maintainable SQL. For instance, here&#8217;s the function:</p>
<p><code>Function fnNameForMerge(strFName As Variant, strMName As Variant, strLName As Variant) As String<br />
fnNameForMerge = strFName &amp; IIf(strMName = "" Or IsNull(strMName), " ", " " &amp; strMName &amp; " ") &amp; strLName<br />
End Function</code></p>
<p>We can now test the function using the Immediate Window:</p>
<p><img src="http://skillzdesign.com/blog/wp-content/uploads/2007/12/immediatewindowtesting.jpg" alt="Immediate Window Test" style="float: none" /></p>
<p>Once satisfied, we can now use the function in the following SQL statement:</p>
<p><code>SELECT tblPeople.fname, tblPeople.mname, tblPeople.lname, fnNameForMerge(fname,mname,lname) AS NameForMerge<br />
FROM tblPeople</code></p>
<p><img src="http://skillzdesign.com/blog/wp-content/uploads/2007/12/customfunctioninsqleditor.jpg" alt="Custom Function in SQL Editor" style="float: none" /></p>
<p>This can also be done in the Query Designer:</p>
<p><img src="http://skillzdesign.com/blog/wp-content/uploads/2007/12/customfunctioninquerydesigner.jpg" alt="Custom Function in Query Designer" style="float: none" /></p>
<p>The results look like this:</p>
<p><img src="http://skillzdesign.com/blog/wp-content/uploads/2007/12/customfunctionresults.jpg" alt="Custom Function Query Results" style="float: none" /></p>
<p>The more I use Access, the more I tend to dig into the SQL code. I&#8217;ve found myself leaning towards custom functions whenever my SQL starts getting messy, particularly when logic starts creeping in, such as in the example. Even if you&#8217;re a SQL-phobe, consider that it&#8217;s still pretty easy to use custom functions in the Query Designer. You will, however, need to acquaint yourself with Modules.</p>
<p><img src="http://skillzdesign.com/blog/wp-content/uploads/2007/12/moduleobjectscreenshot.jpg" alt="Module Object Screenshot" style="float: none" /></p>
<p>Don&#8217;t let VBA scare you. You don&#8217;t have to be a &#8220;programmer&#8221; to mess around with some code. It just might save you some time or even add quality years to your life. I know it has for me.</p>
<h3>My Rant Against Anti-Automation</h3>
<p>Unfortunately, there seems to be a tendency within organizations to disable macros due to the proliferation of malicious code. This inevitably means more people doing more manual labor, typing things they&#8217;ve typed hundreds of times before, moving the mouse and clicking on things over and over, inching ever closer to Repetitive Stress Injuries. It&#8217;s a shame. The last I checked, computers were supposed to automate things. Personally, I&#8217;d rather take the risk and encourage people to experiment, to unleash their Inner Automator. Repetition is evil - unless you&#8217;re actually LEARNING from the exercise.</p>
<p>If you&#8217;ve found any of this useful, please feel free to drop me a line or comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://skillzdesign.com/blog/2007/12/31/scripting-is-cool-microsoft-access-vba-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Top 12 Phrases I&#8217;ve Hated in 2007</title>
		<link>http://skillzdesign.com/blog/2007/12/26/phrases-i-hate-in-2007/</link>
		<comments>http://skillzdesign.com/blog/2007/12/26/phrases-i-hate-in-2007/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 05:46:34 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[FrontLines]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Writing]]></category>

		<category><![CDATA[business phrases danger productivity]]></category>

		<guid isPermaLink="false">http://skillzdesign.com/blog/2007/12/26/phrases-i-hate-in-2007/</guid>
		<description><![CDATA[1. &#8220;Let Me Preface This By Saying&#8230;&#8221;
&#8230;that I like to say this to justify everything else I&#8217;m about to say. A fine example would be: &#8220;Let me preface this by saying that I have refused to listen to a single word you&#8217;ve said during the last hour of this excruciating meeting since it has clearly [...]]]></description>
			<content:encoded><![CDATA[<h3>1. &#8220;Let Me Preface This By Saying&#8230;&#8221;</h3>
<p>&#8230;that I like to say this to justify everything else I&#8217;m about to say. A fine example would be: &#8220;Let me preface this by saying that I have refused to listen to a single word you&#8217;ve said during the last hour of this excruciating meeting since it has clearly been a complete waste of my valuable time. Having said that, I suggest we setup a follow-up meeting to discuss what has been said here with the primary focus being clarification of said goals.&#8221;<br />
<!--adsense#button--></p>
<h3>2. &#8220;Having Said That&#8230;&#8221;</h3>
<p>&#8230;let me restate that I&#8217;ve just said something of vital importance, so important in fact that it needs to be reiterated. Let me point out that it was, in fact, said. The words resonate in such a way that our discussion needs a moment to do nothing but ponder the sheer weight of their implications.</p>
<h3>3. &#8220;That Said&#8230;&#8221;</h3>
<p>&#8230;we can acknowledge the abbreviated version of the prior phrase, &#8220;Having Said That,&#8221; thus saving valuable fractions of a second whilst continuing to pollute our conversation with meaninglessness. Unfortunately, this provides us with precious little time to frantically think of something truly meaningful with which to follow up.</p>
<h3>4. &#8220;You Know&#8230;&#8221;</h3>
<p>&#8230;is the age old filler phrase which, when properly and abundantly utilized conveys to the audience an utter lack of concern for or understanding of anyone or anything. No, I don&#8217;t know. We&#8217;re supposed to be having a conversation, one in which I am in dire hope that you will shock and amaze me with your vast knowledge of a subject with which I could never have imagined being so intrigued, that is, until you provided me with this enchanting, illuminating explanation. Such  depth and painstaking elaboration can so easily be avoided by these two infinitely presumptuous words: &#8220;You Know.&#8221;</p>
<h3>5. &#8220;Wrap My Mind Around It&#8221;</h3>
<p>Please do not attempt this, for it can only end in an emergency room somewhere, at which point you&#8217;ll be in no position to delicately explain your predicament. The upside is the psychoactive medication you may quite suddenly have legal access to. Avoid the antidepressants which take two weeks to &#8220;get into your system.&#8221; Two weeks is a long way down a road you&#8217;d prefer not to crawl on your knees. Whatever you do as you&#8217;re trying to &#8220;Wrap Your Mind Around&#8221; anything, do not, under any circumstances, &#8220;Get Your Head Around It.&#8221; You&#8217;ll find yourself in a different emergency room with less sympathetic orderlies who will be more than happy to staple your scalp back together like a shag carpet.</p>
<h3>6. &#8220;Low Hanging Fruit&#8221;</h3>
<p>This one goes out to my homies in an environment where such phrases can and will be interpreted in the most deviant of ways. Imagery will infect the minds of those so close to the edge that merely seeing those words typed in a large font in front of them could result in a month long rampage of debauchery worthy only of a Hunter S. Thompson novel. This is particularly risky now that Hunter S. Thompson is no longer with us to provide some semblance of sanity and hope to the proceedings.</p>
<h3>7. &#8220;Man Alive&#8221;</h3>
<p>I have yet to research this one. All I can say is that hearing it in the midst of a conversation in New York City or Long Island makes me feel like maybe I should have devoted at least a part of my upbringing tossing bales of hay in Iowa, or Idaho, or Kansas even. I don&#8217;t know if it&#8217;s a politically correct phrase designed to offend no one while still expressing shock or disdain. Color me offended by this one, so mission not accomplished.</p>
<h3>8. &#8220;This is the Expectation&#8221;</h3>
<p>This is my middle finger. It will get done, and if it doesn&#8217;t, it might have something to do with the fact that we are human. The harder you push, the less anyone wants to do anything for you. Please feel free to e-mail your grids, write them very legibly on your whiteboards, or better yet, detail them in voicemails at least five minutes in duration. I will promise to respond via Blackberry, while driving a stick shift in traffic, a novella describing each and every milestone which has been rendered obsolete due to the rapidly changing nature of our business, so we can waste no more time moving forward to the newly improved, lengthier set of expectations.</p>
<h3>9. &#8220;The Take Away from This&#8230;&#8221;</h3>
<p>&#8230;is that the more people you pack into a room for any specific purpose, the less likely that purpose will get accomplished in any reasonable length of time. The hope is that the attendees are folks that perform a valuable function within the organization, some perhaps perform multiple valuable, yet unsung, functions, due to their inherent nature to do what is ethical and preserve the organization for which they labor. The take away is most often cynicism due to a meeting such as a conference call between five to ten top level executives who spend 90 percent of the call holding down the mute button.  Instead of a &#8220;Yes&#8221; or &#8220;No&#8221; you&#8217;ll hear a half-second of static to indicate that someone is listening to something. That keeps a conversation moving at break-neck speed. The take away is&#8230;</p>
<h3>10. &#8220;We&#8217;re In Our Busy Season&#8221;</h3>
<p>Congratulations. You now have full authorization to expect your associates to work round the clock. Surely their families will understand, after all, we&#8217;ve known about busy season far in advance. They have had plenty of time to restructure their lives around the needs of the organization. Some will celebrate Christmas or Hanukkah a month later. People will look at them strangely when they light a Menorah in April or try to cut down a Douglas Fir in August, but so be it. Their families, especially their preschool-aged children, have an implicit comprehension of the intricacies of corporate responsibility.</p>
<h3>11. &#8220;Ethics Training&#8221;</h3>
<p>I&#8217;ve needed this for over forty years. It&#8217;s an absolute revelation. Finally, I can dig up the old phone numbers of people I&#8217;ve wronged and explain that I had lacked the proper training which prohibited me from treating them like inferior beings. They&#8217;re still far inferior to myself, but there have been such advancements in the language for communicating this to the masses that I now believe I can significantly increase the percentage of my acquaintances that no longer view me as a mortal threat to their significant others, or themselves, or their miniature dogs that still think they&#8217;re dogs. Sure, there have been the occasional disappearances, but the place is quieter, peaceful even. I might even start wearing the tie.</p>
<h3>12. &#8220;Privacy Practices&#8221;</h3>
<p>Since you&#8217;re reading this, I&#8217;ll take a leap of faith and assume that you&#8217;re not receiving this post via psychokinesis. The notion of privacy is ludicrous, yet extremely profitable. Lawyers can keep this going in circles indefinitely.  You&#8217;re on a computer. You complete various transactions on a computer. You might very well be connected to your entire life savings via a computer, or most likely a series of interconnected computers. Throw a couple of paragraphs up there that were composed by some folks claiming to be lawyers and rest easy. There really aren&#8217;t armies of organized groups in countries like Romania and Russia paying legions of people to acquire your personal information via the Internet, or if there are such nefarious activities, that legalese will protect you&#8230; or will it? Who is it designed to protect?</p>
<h3>&#8220;In Conclusion&#8230;&#8221;</h3>
<p>There is no conclusion. There will always be phrases that piss me off. I find myself saying things, and eventually they piss me off. I can be so damned repetitive, especially when I write. On the off chance that I write something I perceive as somewhat witty or might make someone laugh, I&#8217;ll stash it in my bag of tricks and plagiarize myself at a strategic moment. Who&#8217;s going to know? What will they say? &#8220;You unoriginal bastard, you just wrote that on your blog weeks ago. Can&#8217;t you come up with anything better than that?&#8221; Or maybe they&#8217;ll just laugh, preferably a large group of them, at the same time, in a genuine &#8220;that was really funny&#8221; manner, not that &#8220;this guy is a joke&#8221; kind of way. Days later, one of my killer catch phrases might just pop up in a meeting and become the mantra for that next huge initiative which will slaughter the competition provided the team can get their heads around it. You can&#8217;t be overly optimistic under the circumstances, as the majority can&#8217;t manage to punch a timeclock correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://skillzdesign.com/blog/2007/12/26/phrases-i-hate-in-2007/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
