<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>jk</title>
    <description>The Good Guy Blog</description>
    <link>http://jeffknutson.net/blog/</link>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>BlogEngine.NET 1.4.5.0</generator>
    <language>en-US</language>
    <blogChannel:blogRoll>http://jeffknutson.net/blog/opml.axd</blogChannel:blogRoll>
    <blogChannel:blink>http://www.dotnetblogengine.net/syndication.axd</blogChannel:blink>
    <dc:creator>Jeff Knutson</dc:creator>
    <dc:title>jk</dc:title>
    <geo:lat>0.000000</geo:lat>
    <geo:long>0.000000</geo:long>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/JeffKnutson" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>Post Windows XP SP3  hangover - or - where's my address bar?!?!?!?!</title>
      <description>&lt;p&gt;
I&amp;#39;m an address bar kind of guy.&amp;nbsp; I constantly type in command line or web site urls.&amp;nbsp; Start -&amp;gt; Run is just not as convienent.&amp;nbsp; I don&amp;#39;t do much Microsoft-bashing but I don&amp;#39;t really see the logic in taking away the address bar in the Windows XP SP3 update when it is still available on other Windows-based OSs. It is supposedly due to an anti-trust ruling (http://social.technet.microsoft.com/forums/en-US/itproxpsp/thread/6748d140-cde9-4705-9612-7013a6bcd910/)...but I digress. 
&lt;/p&gt;
&lt;p&gt;
Thankfully our friends over at muvenum.com have created a free app called MuvEnum Address Bar to replace this feature.&amp;nbsp; You can find the download here:&amp;nbsp; http://www.muvenum.com/products/freeware/
&lt;/p&gt;
&lt;p&gt;
I&amp;#39;ve been running this tool on my personal laptop since Windows XP SP3 came out.&amp;nbsp; I am installing it this morning on my client desktop workstation (XP SP3 is in the process of being rolled out here). &amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
cheers
&lt;/p&gt;
&lt;p&gt;
jk 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JeffKnutson/~4/XbJ2a5KmO44" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/JeffKnutson/~3/XbJ2a5KmO44/post.aspx</link>
      <author>jk.nospam@nospam.jeffknutson.net (jk)</author>
      <comments>http://jeffknutson.net/blog/post/2009/10/12/Post-Windows-XP-SP3-hangover-or-wheres-my-address-bar!!!!.aspx#comment</comments>
      <guid isPermaLink="false">http://jeffknutson.net/blog/post.aspx?id=5692a518-5bd6-46c1-af18-c7b91a43554e</guid>
      <pubDate>Mon, 12 Oct 2009 08:29:00 -0500</pubDate>
      <category>General</category>
      <category>Technical</category>
      <dc:publisher>jk</dc:publisher>
      <pingback:server>http://jeffknutson.net/blog/pingback.axd</pingback:server>
      <pingback:target>http://jeffknutson.net/blog/post.aspx?id=5692a518-5bd6-46c1-af18-c7b91a43554e</pingback:target>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://jeffknutson.net/blog/trackback.axd?id=5692a518-5bd6-46c1-af18-c7b91a43554e</trackback:ping>
      <wfw:comment>http://jeffknutson.net/blog/post/2009/10/12/Post-Windows-XP-SP3-hangover-or-wheres-my-address-bar!!!!.aspx#comment</wfw:comment>
      <wfw:commentRss>http://jeffknutson.net/blog/syndication.axd?post=5692a518-5bd6-46c1-af18-c7b91a43554e</wfw:commentRss>
    <feedburner:origLink>http://jeffknutson.net/blog/post.aspx?id=5692a518-5bd6-46c1-af18-c7b91a43554e</feedburner:origLink></item>
    <item>
      <title>Going well means going fast - going fast creates bad code</title>
      <description>&lt;p&gt;
Most projects end up in crunch time.&amp;nbsp; Here&amp;#39;s a gem I ran across recently.&amp;nbsp; I didn&amp;#39;t look to see who did it (hey, it may have been me), but nevertheless it needed fixing (the code here is not verbatim, but the meaning remains)...
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;blockquote&gt;
	&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;pre&gt;
		&lt;em&gt;if (!someBooleanFunction(comparisonData1, comparisonData2)&lt;/em&gt;
&lt;em&gt;		{&lt;/em&gt;
&lt;em&gt;		   return false;&lt;/em&gt;
&lt;em&gt;		}&lt;/em&gt;
&lt;em&gt;		else&lt;/em&gt;
&lt;em&gt;		{&lt;/em&gt;
&lt;em&gt;  		   return true;&lt;/em&gt;
&lt;em&gt;		}&lt;/em&gt;
&lt;/pre&gt;
&lt;blockquote&gt;
	&lt;blockquote&gt;
		&lt;pre&gt;
		&lt;em&gt;	&lt;/em&gt;
		&lt;/pre&gt;
	&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
	&lt;li&gt;The if statement has the ! (not) operator.  I find negative logic difficult to read&lt;/li&gt;
	&lt;li&gt;This could have been solved by just doing a return on the output of the function!!&lt;/li&gt;
&lt;/ul&gt;
Cheers to good code!
jk&lt;img src="http://feeds.feedburner.com/~r/JeffKnutson/~4/EhnD5N36zvw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/JeffKnutson/~3/EhnD5N36zvw/post.aspx</link>
      <author>jk.nospam@nospam.jeffknutson.net (jk)</author>
      <comments>http://jeffknutson.net/blog/post/2009/09/30/Going-well-means-going-fast-going-fast-creates-bad-code.aspx#comment</comments>
      <guid isPermaLink="false">http://jeffknutson.net/blog/post.aspx?id=8403e413-d910-46d1-bea4-805ddc8b0110</guid>
      <pubDate>Wed, 30 Sep 2009 12:22:00 -0500</pubDate>
      <category>General</category>
      <category>Technical</category>
      <dc:publisher>jk</dc:publisher>
      <pingback:server>http://jeffknutson.net/blog/pingback.axd</pingback:server>
      <pingback:target>http://jeffknutson.net/blog/post.aspx?id=8403e413-d910-46d1-bea4-805ddc8b0110</pingback:target>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://jeffknutson.net/blog/trackback.axd?id=8403e413-d910-46d1-bea4-805ddc8b0110</trackback:ping>
      <wfw:comment>http://jeffknutson.net/blog/post/2009/09/30/Going-well-means-going-fast-going-fast-creates-bad-code.aspx#comment</wfw:comment>
      <wfw:commentRss>http://jeffknutson.net/blog/syndication.axd?post=8403e413-d910-46d1-bea4-805ddc8b0110</wfw:commentRss>
    <feedburner:origLink>http://jeffknutson.net/blog/post.aspx?id=8403e413-d910-46d1-bea4-805ddc8b0110</feedburner:origLink></item>
    <item>
      <title>Team communication and whackamo</title>
      <description>&lt;p&gt;
&lt;font face="Times New Roman" size="3"&gt;What&amp;#39;s the most difficult part of a software project?&amp;nbsp; Requirements?&amp;nbsp; Testing?&amp;nbsp;&amp;nbsp;Development?&amp;nbsp; Support?&amp;nbsp; No, no, no, and no.&lt;/font&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Times New Roman" size="3"&gt;Communication is the most difficult aspect and here&amp;#39;s an example.&lt;/font&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Times New Roman" size="3"&gt;First, I need to describe the team.&amp;nbsp; &lt;br /&gt;
- &lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt;The team &lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt;I&amp;#39;m currently consulting on&amp;nbsp;is comprised of 8 developers; 4 consultants and 4 FTEs.&lt;br /&gt;
- Generally, the consultants are the &amp;#39;old guys&amp;#39; and the FTEs are the &amp;#39;young guys&amp;#39;.&amp;nbsp; &lt;br /&gt;
- A majority of the team was born and raised in the United States.&lt;br /&gt;
- Some team members went to college (ComSci/CIS/EE) some did not.&lt;br /&gt;
- In this case, all develoeprs are male.&amp;nbsp;&lt;br /&gt;
- &lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt;For the most part, the team is pretty cohesive and gets along well.&amp;nbsp; Eveyone cares about writing good code (I&amp;#39;ve been on teams where that is *NOT* the case, which is far worse).&amp;nbsp; &lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;A couple of months ago, one team member pulled out a colloqualism &lt;a href="http://en.wikipedia.org/wiki/Whac-A-Mole" target="_blank"&gt;Whac-a-mole&lt;/a&gt;&amp;nbsp;while describing a development scenario.&amp;nbsp; If you&amp;#39;ve ever been to a kid&amp;#39;s birthday party at a pizza place with games or an arcade, one of the games is typically&amp;nbsp;Whac-a-mole where you use a foam mallet to hit the mole which pops up from a hole.&amp;nbsp; (See the wikipedia link for a far better description...).&amp;nbsp; While the colloqualism was quite funny, one of the developers on the team didn&amp;#39;t know what &lt;a href="http://en.wikipedia.org/wiki/Whac-A-Mole" target="_blank"&gt;Whac-a-mole&lt;/a&gt;&amp;nbsp;was, but didn&amp;#39;t bring it up (probably in fear of getting teased, but that is a different issue).&lt;/font&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Times New Roman" size="3"&gt;About 2 weeks later, I was refactoring some code and ran across a comment related to this scenario.&amp;nbsp; Here&amp;#39;s a reproduction of the code (the variables and source has been changed to protect my client and the developer).&lt;/font&gt; 
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	&lt;font face="Times New Roman" size="3"&gt;&lt;em&gt;string s = DoFunkyLogic();&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: green"&gt;//WHACKAMO&lt;/span&gt;&lt;/em&gt;&lt;/font&gt; 
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
&lt;font face="Times New Roman" size="3"&gt;&lt;font face="Verdana"&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Times New Roman" size="3"&gt;The developer who didn&amp;#39;t understand the &lt;a href="http://www.google.com/search?q=colloquial+language" target="_blank"&gt;colloquial language&lt;/a&gt;&amp;nbsp;actually put this comment in the source code.&amp;nbsp; For all I know, WHACKAMO might be a colloqualism for something else (urban dictionary didn&amp;#39;t show me anything), but nevertheless, a communication schism exists for this scenario.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Times New Roman" size="3"&gt;This particular instance is pretty benign, but if a simple example like this shows us anything, it shows that even something 90% of a team understands, the other 10% don&amp;#39;t understand and this miscommunication could cause issues on the project (misunderstanding a feature, offending someone by accident, etc...)&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Times New Roman" size="3"&gt;Please, be a good teammate and don&amp;#39;t WHACKAMO on your team!&lt;/font&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JeffKnutson/~4/usGyM7w3b3U" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/JeffKnutson/~3/usGyM7w3b3U/post.aspx</link>
      <author>jk.nospam@nospam.jeffknutson.net (jk)</author>
      <comments>http://jeffknutson.net/blog/post/2009/09/08/Team-communication-and-whackamo.aspx#comment</comments>
      <guid isPermaLink="false">http://jeffknutson.net/blog/post.aspx?id=7a362d05-69b9-4f1b-bdd6-33998b86e023</guid>
      <pubDate>Tue, 08 Sep 2009 20:06:00 -0500</pubDate>
      <category>General</category>
      <category>Technical</category>
      <dc:publisher>jk</dc:publisher>
      <pingback:server>http://jeffknutson.net/blog/pingback.axd</pingback:server>
      <pingback:target>http://jeffknutson.net/blog/post.aspx?id=7a362d05-69b9-4f1b-bdd6-33998b86e023</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://jeffknutson.net/blog/trackback.axd?id=7a362d05-69b9-4f1b-bdd6-33998b86e023</trackback:ping>
      <wfw:comment>http://jeffknutson.net/blog/post/2009/09/08/Team-communication-and-whackamo.aspx#comment</wfw:comment>
      <wfw:commentRss>http://jeffknutson.net/blog/syndication.axd?post=7a362d05-69b9-4f1b-bdd6-33998b86e023</wfw:commentRss>
    <feedburner:origLink>http://jeffknutson.net/blog/post.aspx?id=7a362d05-69b9-4f1b-bdd6-33998b86e023</feedburner:origLink></item>
    <item>
      <title>An honest job description</title>
      <description>&lt;p&gt;
I found the text below in a &lt;a href="http://jeffknutson.net/blog/admin/Pages/monster.com" target="_blank"&gt;Monster.com&lt;/a&gt; job posting...I like the honesty in stating &amp;quot;Screen Scraping&amp;quot; is a required skill.&amp;nbsp; I haven&amp;#39;t seen any certification tests or books on it.&amp;nbsp; Maybe there is an untapped training/authoring niche to fill in Screen Scraping&amp;trade;? 
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	&lt;span&gt;&lt;font face="Times New Roman" size="3"&gt;Minimum of 2 years experience in Microsoft .​NET; Microsoft SQL Server 2000/​2005.​ Preferred experience includes 5 years C# experience, 5 years SQL Server 2000/​2005; exposure to &lt;em&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;Screen Scraping&lt;/font&gt;&lt;/strong&gt;&lt;/em&gt;, SQL2008.​&lt;/font&gt;&lt;/span&gt; 
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Please don&amp;#39;t screen scrape my feed; &lt;a href="http://feeds2.feedburner.com/jeffknutson" target="_blank"&gt;subscribe to the RSS/ATOM&lt;/a&gt; feed instead!&amp;nbsp;:)
&lt;/p&gt;
&lt;p&gt;
jk
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JeffKnutson/~4/vnDuZ9hkMdA" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/JeffKnutson/~3/vnDuZ9hkMdA/post.aspx</link>
      <author>jk.nospam@nospam.jeffknutson.net (jk)</author>
      <comments>http://jeffknutson.net/blog/post/2009/03/10/An-honest-job-description.aspx#comment</comments>
      <guid isPermaLink="false">http://jeffknutson.net/blog/post.aspx?id=43f7e1e8-9411-419b-bfab-785a958f7a33</guid>
      <pubDate>Tue, 10 Mar 2009 07:22:00 -0500</pubDate>
      <category>General</category>
      <category>Technical</category>
      <dc:publisher>jk</dc:publisher>
      <pingback:server>http://jeffknutson.net/blog/pingback.axd</pingback:server>
      <pingback:target>http://jeffknutson.net/blog/post.aspx?id=43f7e1e8-9411-419b-bfab-785a958f7a33</pingback:target>
      <slash:comments>11</slash:comments>
      <trackback:ping>http://jeffknutson.net/blog/trackback.axd?id=43f7e1e8-9411-419b-bfab-785a958f7a33</trackback:ping>
      <wfw:comment>http://jeffknutson.net/blog/post/2009/03/10/An-honest-job-description.aspx#comment</wfw:comment>
      <wfw:commentRss>http://jeffknutson.net/blog/syndication.axd?post=43f7e1e8-9411-419b-bfab-785a958f7a33</wfw:commentRss>
    <feedburner:origLink>http://jeffknutson.net/blog/post.aspx?id=43f7e1e8-9411-419b-bfab-785a958f7a33</feedburner:origLink></item>
    <item>
      <title>Random text feature of Word 2007</title>
      <description>&lt;p&gt;
Check out this &lt;a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;taxonomyName=Software&amp;amp;articleId=9128449&amp;amp;taxonomyId=18&amp;amp;pageNumber=3" target="_blank"&gt;new feature of Word 2007&lt;/a&gt; - you can now add random placeholder text!&amp;nbsp; I can already smell the productivity gains :) - Thanks for the tips &lt;a href="mailto:logankugler@gmail.com?subject=Thanks for the Word 2007 tips!"&gt;Logan&lt;/a&gt;! 
&lt;/p&gt;
&lt;p&gt;
cheers
&lt;/p&gt;
&lt;p&gt;
jk 
&lt;/p&gt;
&lt;p&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;w:WordDocument&gt;
&lt;w:View&gt;Normal&lt;/w:View&gt;
&lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
&lt;w:TrackMoves/&gt;
&lt;w:TrackFormatting/&gt;
&lt;w:PunctuationKerning/&gt;
&lt;w:ValidateAgainstSchemas/&gt;
&lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
&lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
&lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
&lt;w:DoNotPromoteQF/&gt;
&lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
&lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
&lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
&lt;w:Compatibility&gt;
&lt;w:BreakWrappedTables/&gt;
&lt;w:SnapToGridInCell/&gt;
&lt;w:WrapTextWithPunct/&gt;
&lt;w:UseAsianBreakRules/&gt;
&lt;w:DontGrowAutofit/&gt;
&lt;w:SplitPgBreakAndParaMark/&gt;
&lt;w:DontVertAlignCellWithSp/&gt;
&lt;w:DontBreakConstrainedForcedTables/&gt;
&lt;w:DontVertAlignInTxbx/&gt;
&lt;w:Word11KerningPairs/&gt;
&lt;w:CachedColBalance/&gt;
&lt;/w:Compatibility&gt;
&lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
&lt;m:mathPr&gt;
&lt;m:mathFont m:val="Cambria Math"/&gt;
&lt;m:brkBin m:val="before"/&gt;
&lt;m:brkBinSub m:val="&amp;#45;-"/&gt;
&lt;m:smallFrac m:val="off"/&gt;
&lt;m:dispDef/&gt;
&lt;m:lMargin m:val="0"/&gt;
&lt;m:rMargin m:val="0"/&gt;
&lt;m:defJc m:val="centerGroup"/&gt;
&lt;m:wrapIndent m:val="1440"/&gt;
&lt;m:intLim m:val="subSup"/&gt;
&lt;m:naryLim m:val="undOvr"/&gt;
&lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
DefSemiHidden="true" DefQFormat="false" DefPriority="99"
LatentStyleCount="267"&gt;
&lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;
&lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;
&lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;
&lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;
&lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;
&lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;
&lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;
&lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;
&lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;
&lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;
&lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;
&lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;
&lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;
&lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;
&lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;
&lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;
&lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;
&lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;
&lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;
&lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;
&lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;
&lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;
&lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;
&lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;
&lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;
&lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"
UnhideWhenUsed="false" Name="Table Grid"/&gt;
&lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;
&lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;
&lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading"/&gt;
&lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List"/&gt;
&lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid"/&gt;
&lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;
&lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;
&lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1"/&gt;
&lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2"/&gt;
&lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;
&lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;
&lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;
&lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List"/&gt;
&lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading"/&gt;
&lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List"/&gt;
&lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid"/&gt;
&lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;
&lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;
&lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;
&lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;
&lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;
&lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;
&lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;
&lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;
&lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;
&lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;
&lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;
&lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;
&lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;
&lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;
&lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;
&lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;
&lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;
&lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt;
&lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;
mso-font-alt:"Calisto MT";
mso-font-charset:0;
mso-generic-font-family:roman;
mso-font-pitch:variable;
mso-font-signature:-1610611985 1107304683 0 0 159 0;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-alt:"Century Gothic";
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-1610611985 1073750139 0 0 159 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";}
h4
{mso-style-priority:9;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-link:"Heading 4 Char";
mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
mso-pagination:widow-orphan;
mso-outline-level:4;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
font-weight:bold;}
p
{mso-style-noshow:yes;
mso-style-priority:99;
mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;}
code
{mso-style-noshow:yes;
mso-style-priority:99;
font-family:"Courier New";
mso-ascii-font-family:"Courier New";
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:"Courier New";
mso-bidi-font-family:"Courier New";}
span.Heading4Char
{mso-style-name:"Heading 4 Char";
mso-style-priority:9;
mso-style-unhide:no;
mso-style-locked:yes;
mso-style-link:"Heading 4";
mso-ansi-font-size:12.0pt;
mso-bidi-font-size:12.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
font-weight:bold;}
.MsoChpDefault
{mso-style-type:export-only;
mso-default-props:yes;
font-size:10.0pt;
mso-ansi-font-size:10.0pt;
mso-bidi-font-size:10.0pt;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
--&gt;
&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
&lt;/style&gt;
&lt;![endif]--&gt;
&lt;/p&gt;
&lt;h4 style="margin-left: 0.5in"&gt;&lt;em&gt;&lt;span&gt;6.
Add random placeholder text.&lt;/span&gt;&lt;/em&gt;&lt;/h4&gt;
&lt;p style="margin-left: 0.5in"&gt;
&lt;em&gt;Sometimes you need to add random text to a document
as part of a demonstration or to get a feel for a new layout. The designer&amp;#39;s
standby is &lt;/em&gt;&lt;em&gt;lorem ipsum, a block of Latin derived from Cicero&amp;#39;s &lt;/em&gt;&lt;em&gt;De
Finibus Bonorum et Malorum (On the Ends of Good and Evil).&lt;/em&gt;
&lt;/p&gt;
&lt;p style="margin-left: 0.5in"&gt;
&lt;em&gt;The &lt;/em&gt;&lt;em&gt;lorem ipsum text has no meaning for
modern readers, which makes it perfect for not being distracted by what the
text &lt;/em&gt;&lt;em&gt;says, so you can instead focus on what it &lt;/em&gt;&lt;em&gt;looks like.&lt;/em&gt;
&lt;/p&gt;
&lt;p style="margin-left: 0.5in"&gt;
&lt;em&gt;Place your cursor where you want the random text to
start and type: &lt;/em&gt;
&lt;/p&gt;
&lt;p style="margin-left: 0.5in"&gt;
&lt;em&gt;&lt;code&gt;&lt;span style="font-size: 10pt"&gt;=lorem(x,y)&lt;/span&gt;&lt;/code&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;p style="margin-left: 0.5in"&gt;
&lt;em&gt;where &lt;/em&gt;&lt;em&gt;x is the number of paragraphs you want
to insert and &lt;/em&gt;&lt;em&gt;y is the number of sentences each paragraph should
contain. When you hit Enter, Word will insert the desired chunk of text. For
example, &lt;code&gt;&lt;span style="font-size: 10pt"&gt;=lorem(1,4)&lt;/span&gt;&lt;/code&gt;
generates this: &lt;/em&gt;
&lt;/p&gt;
&lt;p style="margin-left: 0.5in" class="MsoNormal"&gt;
&lt;em&gt;Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere,
magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo
magna eros quis urna. Nunc viverra imperdiet enim. &lt;/em&gt;
&lt;/p&gt;
&lt;p style="margin-left: 0.5in"&gt;
&lt;em&gt;Prefer your dummy text in English? Word 2007 will
also insert English text, drawn from a Word 2007 tutorial, by replacing &lt;code&gt;&lt;span style="font-size: 10pt"&gt;lorem&lt;/span&gt;&lt;/code&gt; with &lt;code&gt;&lt;span style="font-size: 10pt"&gt;rand&lt;/span&gt;&lt;/code&gt;, like this: &lt;/em&gt;
&lt;/p&gt;
&lt;p style="margin-left: 0.5in"&gt;
&lt;em&gt;&lt;code&gt;&lt;span style="font-size: 10pt"&gt;=rand(1,4)&lt;/span&gt;&lt;/code&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;p style="margin-left: 0.5in"&gt;
&lt;em&gt;(Interestingly, in earlier versions of Word, the &lt;code&gt;&lt;span style="font-size: 10pt"&gt;=rand&lt;/span&gt;&lt;/code&gt; function inserts repetitions of
the classic typesetter&amp;#39;s dummy sentence, &amp;quot;The quick brown fox jumps over
the lazy dog.&amp;quot; The tutorial text that Word 2007 uses is longer and more
varied.) &lt;/em&gt;
&lt;/p&gt;
&amp;nbsp;&amp;nbsp;
From:&amp;nbsp;
http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;taxonomyName=Software&amp;amp;articleId=9128449&amp;amp;taxonomyId=18&amp;amp;pageNumber=3
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JeffKnutson/~4/f1957dXQ_YA" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/JeffKnutson/~3/f1957dXQ_YA/post.aspx</link>
      <author>jk.nospam@nospam.jeffknutson.net (jk)</author>
      <comments>http://jeffknutson.net/blog/post/2009/03/02/Random-text-feature-of-Word-2007.aspx#comment</comments>
      <guid isPermaLink="false">http://jeffknutson.net/blog/post.aspx?id=fe0afe25-3739-463c-8cd8-4e1294002642</guid>
      <pubDate>Mon, 02 Mar 2009 15:27:00 -0500</pubDate>
      <category>General</category>
      <category>Technical</category>
      <dc:publisher>jk</dc:publisher>
      <pingback:server>http://jeffknutson.net/blog/pingback.axd</pingback:server>
      <pingback:target>http://jeffknutson.net/blog/post.aspx?id=fe0afe25-3739-463c-8cd8-4e1294002642</pingback:target>
      <slash:comments>14</slash:comments>
      <trackback:ping>http://jeffknutson.net/blog/trackback.axd?id=fe0afe25-3739-463c-8cd8-4e1294002642</trackback:ping>
      <wfw:comment>http://jeffknutson.net/blog/post/2009/03/02/Random-text-feature-of-Word-2007.aspx#comment</wfw:comment>
      <wfw:commentRss>http://jeffknutson.net/blog/syndication.axd?post=fe0afe25-3739-463c-8cd8-4e1294002642</wfw:commentRss>
    <feedburner:origLink>http://jeffknutson.net/blog/post.aspx?id=fe0afe25-3739-463c-8cd8-4e1294002642</feedburner:origLink></item>
    <item>
      <title>Faking digital signatures</title>
      <description>&lt;p&gt;
A coworker (thanks James) found &lt;a href="http://gizmodo.com/5120924/researchers-create-web-skeleton-key-with-200-ps3s" target="_blank"&gt;this article&lt;/a&gt;&amp;nbsp;about how to fake a digital cert on a web site.&amp;nbsp; The quote below is from a related article: &lt;a href="http://blog.wired.com/27bstroke6/2008/12/berlin.html" target="_blank"&gt;Researchers Use PlayStation Cluster to Forge a Web Skeleton Key&lt;/a&gt;&amp;nbsp; 
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	&lt;em&gt;A powerful digital certificate that can be used to forge the identity of any website on the internet is in the hands of in international band of security researchers, thanks to a sophisticated attack on the ailing MD5 hash algorithm, a slip-up by Verisign, and about 200 PlayStation 3s. &lt;/em&gt;
	&lt;/p&gt;
	&lt;p&gt;
	&lt;em&gt;&amp;quot;We can impersonate Amazon.com and you won&amp;#39;t notice,&amp;quot; says David Molnar, a computer science PhD candidate at UC Berkeley. &amp;quot;The padlock will be there and everything will look like it&amp;#39;s a perfectly ordinary certificate.&amp;quot; &lt;/em&gt;
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
stay safe out there :) 
&lt;/p&gt;
&lt;p&gt;
jk 
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JeffKnutson/~4/U31d_1cK7LU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/JeffKnutson/~3/U31d_1cK7LU/post.aspx</link>
      <author>jk.nospam@nospam.jeffknutson.net (jk)</author>
      <comments>http://jeffknutson.net/blog/post/2009/01/02/Faking-digital-signatures.aspx#comment</comments>
      <guid isPermaLink="false">http://jeffknutson.net/blog/post.aspx?id=12bd0595-4875-40a0-a054-fed4bd22c410</guid>
      <pubDate>Fri, 02 Jan 2009 11:29:00 -0500</pubDate>
      <category>Technical</category>
      <dc:publisher>jk</dc:publisher>
      <pingback:server>http://jeffknutson.net/blog/pingback.axd</pingback:server>
      <pingback:target>http://jeffknutson.net/blog/post.aspx?id=12bd0595-4875-40a0-a054-fed4bd22c410</pingback:target>
      <slash:comments>14</slash:comments>
      <trackback:ping>http://jeffknutson.net/blog/trackback.axd?id=12bd0595-4875-40a0-a054-fed4bd22c410</trackback:ping>
      <wfw:comment>http://jeffknutson.net/blog/post/2009/01/02/Faking-digital-signatures.aspx#comment</wfw:comment>
      <wfw:commentRss>http://jeffknutson.net/blog/syndication.axd?post=12bd0595-4875-40a0-a054-fed4bd22c410</wfw:commentRss>
    <feedburner:origLink>http://jeffknutson.net/blog/post.aspx?id=12bd0595-4875-40a0-a054-fed4bd22c410</feedburner:origLink></item>
    <item>
      <title>Turk the bastey - or - how not to prepare a Thanksgiving turkey</title>
      <description>&lt;p&gt;
&lt;a href="http://sracs.wordpress.com/2006/11/23/turk-the-bastey/" target="_blank"&gt;Here is my personal favorite Thanksgiving joke&lt;/a&gt;, re-posted here for convienence... :)
&lt;/p&gt;
&lt;p&gt;
enjoy and happy Thanksgiving!
&lt;/p&gt;
&lt;p&gt;
jk 
&lt;/p&gt;
&lt;hr /&gt;
&lt;h1&gt;How To Cook a Turkey&lt;/h1&gt;
&lt;ol&gt;
	&lt;li&gt;Go buy a turkey&lt;/li&gt;
	&lt;li&gt;Take a drink of whiskey, scotch, or JD&lt;/li&gt;
	&lt;li&gt;Put turkey in the oven&lt;/li&gt;
	&lt;li&gt;Take another 2 drinks of whiskey&lt;/li&gt;
	&lt;li&gt;Set the degree at 375 ovens&lt;/li&gt;
	&lt;li&gt;Take 3 more whiskeys of drink&lt;/li&gt;
	&lt;li&gt;Turn oven the on&lt;/li&gt;
	&lt;li&gt;Take 4 whisks of drinky&lt;/li&gt;
	&lt;li&gt;Turk the bastey&lt;/li&gt;
	&lt;li&gt;Whiskey another bottle of get&lt;/li&gt;
	&lt;li&gt;Stick a turkey in the thermometer&lt;/li&gt;
	&lt;li&gt;Glass yourself a pour of whiskey&lt;/li&gt;
	&lt;li&gt;Bake the whiskey for 4 hours&lt;/li&gt;
	&lt;li&gt;Take the oven out of the turkey&lt;/li&gt;
	&lt;li&gt;Take the oven out of the turkey&lt;/li&gt;
	&lt;li&gt;Floor the turkey up off the pick&lt;/li&gt;
	&lt;li&gt;Turk the carvey&lt;/li&gt;
	&lt;li&gt;Get yourself another scottle of botch&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JeffKnutson/~4/8-q7pY0gPA8" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/JeffKnutson/~3/8-q7pY0gPA8/post.aspx</link>
      <author>jk.nospam@nospam.jeffknutson.net (jk)</author>
      <comments>http://jeffknutson.net/blog/post/2008/11/22/Turk-the-bastey-or-how-not-to-prepare-a-Thanksgiving-turkey.aspx#comment</comments>
      <guid isPermaLink="false">http://jeffknutson.net/blog/post.aspx?id=347d78f6-2d38-4963-91e9-ce1a28985400</guid>
      <pubDate>Sat, 22 Nov 2008 11:02:00 -0500</pubDate>
      <category>General</category>
      <dc:publisher>jk</dc:publisher>
      <pingback:server>http://jeffknutson.net/blog/pingback.axd</pingback:server>
      <pingback:target>http://jeffknutson.net/blog/post.aspx?id=347d78f6-2d38-4963-91e9-ce1a28985400</pingback:target>
      <slash:comments>7</slash:comments>
      <trackback:ping>http://jeffknutson.net/blog/trackback.axd?id=347d78f6-2d38-4963-91e9-ce1a28985400</trackback:ping>
      <wfw:comment>http://jeffknutson.net/blog/post/2008/11/22/Turk-the-bastey-or-how-not-to-prepare-a-Thanksgiving-turkey.aspx#comment</wfw:comment>
      <wfw:commentRss>http://jeffknutson.net/blog/syndication.axd?post=347d78f6-2d38-4963-91e9-ce1a28985400</wfw:commentRss>
    <feedburner:origLink>http://jeffknutson.net/blog/post.aspx?id=347d78f6-2d38-4963-91e9-ce1a28985400</feedburner:origLink></item>
    <item>
      <title>Friday fun time - What American accent do you have?</title>
      <description>&lt;p&gt;
Time for some friday fun --&amp;nbsp;&amp;nbsp;&lt;a href="http://www.gotoquiz.com/what_american_accent_do_you_have" target="_blank"&gt;What American accent do you have?&lt;/a&gt; 
&lt;/p&gt;
&lt;hr /&gt;
&lt;table border="0" style="font: 12px arial, verdana, sans-serif; width: 320px; background-color: white; border: gray 1px solid"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td colspan="2" style="background: white; color: black; padding: 5px"&gt;&lt;strong style="display: block; margin-bottom: 8px; font: bold 20px 'Times New Roman', serif"&gt;What American accent do you have?&lt;/strong&gt; 
			&lt;div style="font-size: 16px; margin-bottom: 4px"&gt;
			Your Result: &lt;strong&gt;North Central&lt;/strong&gt;
			&lt;/div&gt;
			&lt;div style="background: white; width: 200px; border: black 1px solid"&gt;
			&lt;/div&gt;
			&lt;p style="background: white; margin: 10px; color: black; border: medium none"&gt;
			&amp;quot;North Central&amp;quot; is what professional linguists call the Minnesota accent. If you saw &amp;quot;Fargo&amp;quot; you probably didn&amp;#39;t think the characters sounded very out of the ordinary. Outsiders probably mistake you for a Canadian a lot.
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td style="background: white; color: black; padding: 3px"&gt;The Midland&lt;/td&gt;
			&lt;td style="background: white; padding: 3px"&gt;
			&lt;div style="margin-top: 4px; background: white; width: 100px; border: black 1px solid"&gt;
			&lt;/div&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td style="background: white; color: black; padding: 3px"&gt;The West&lt;/td&gt;
			&lt;td style="background: white; padding: 3px"&gt;
			&lt;div style="margin-top: 4px; background: white; width: 100px; border: black 1px solid"&gt;
			&lt;/div&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td style="background: white; color: black; padding: 3px"&gt;Boston&lt;/td&gt;
			&lt;td style="background: white; padding: 3px"&gt;
			&lt;div style="margin-top: 4px; background: white; width: 100px; border: black 1px solid"&gt;
			&lt;/div&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td style="background: white; color: black; padding: 3px"&gt;The Inland North&lt;/td&gt;
			&lt;td style="background: white; padding: 3px"&gt;
			&lt;div style="margin-top: 4px; background: white; width: 100px; border: black 1px solid"&gt;
			&lt;/div&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td style="background: white; color: black; padding: 3px"&gt;Philadelphia&lt;/td&gt;
			&lt;td style="background: white; padding: 3px"&gt;
			&lt;div style="margin-top: 4px; background: white; width: 100px; border: black 1px solid"&gt;
			&lt;/div&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td style="background: white; color: black; padding: 3px"&gt;The South&lt;/td&gt;
			&lt;td style="background: white; padding: 3px"&gt;
			&lt;div style="margin-top: 4px; background: white; width: 100px; border: black 1px solid"&gt;
			&lt;/div&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td style="background: white; color: black; padding: 3px"&gt;The Northeast&lt;/td&gt;
			&lt;td style="background: white; padding: 3px"&gt;
			&lt;div style="margin-top: 4px; background: white; width: 100px; border: black 1px solid"&gt;
			&lt;/div&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td colspan="2" style="text-align: center; padding: 8px"&gt;&lt;a href="http://www.gotoquiz.com/what_american_accent_do_you_have"&gt;&lt;strong&gt;What American accent do you have?&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
			&lt;a href="http://www.gotoquiz.com/"&gt;Quiz Created on GoToQuiz&lt;/a&gt;&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;
The funny thing is, I _hated_ the movie &lt;a href="http://www.imdb.com/title/tt0116282/" target="_blank"&gt;Fargo&lt;/a&gt;, not for the accents, but just for it being such a stupid story (I never did get that 98 minutes of my life back...grrr) :)
&lt;/p&gt;
&lt;p&gt;
enjoy the quiz and happy friday!&lt;br /&gt;
jk
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JeffKnutson/~4/1UW7JXEIFX4" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/JeffKnutson/~3/1UW7JXEIFX4/post.aspx</link>
      <author>jk.nospam@nospam.jeffknutson.net (jk)</author>
      <comments>http://jeffknutson.net/blog/post/2008/11/21/Friday-fun-time-What-American-accent-do-you-have.aspx#comment</comments>
      <guid isPermaLink="false">http://jeffknutson.net/blog/post.aspx?id=6d11ffe9-157f-455f-b1ab-cace1426a742</guid>
      <pubDate>Fri, 21 Nov 2008 12:29:00 -0500</pubDate>
      <category>General</category>
      <dc:publisher>jk</dc:publisher>
      <pingback:server>http://jeffknutson.net/blog/pingback.axd</pingback:server>
      <pingback:target>http://jeffknutson.net/blog/post.aspx?id=6d11ffe9-157f-455f-b1ab-cace1426a742</pingback:target>
      <slash:comments>13</slash:comments>
      <trackback:ping>http://jeffknutson.net/blog/trackback.axd?id=6d11ffe9-157f-455f-b1ab-cace1426a742</trackback:ping>
      <wfw:comment>http://jeffknutson.net/blog/post/2008/11/21/Friday-fun-time-What-American-accent-do-you-have.aspx#comment</wfw:comment>
      <wfw:commentRss>http://jeffknutson.net/blog/syndication.axd?post=6d11ffe9-157f-455f-b1ab-cace1426a742</wfw:commentRss>
    <feedburner:origLink>http://jeffknutson.net/blog/post.aspx?id=6d11ffe9-157f-455f-b1ab-cace1426a742</feedburner:origLink></item>
    <item>
      <title>jk on Tour!</title>
      <description>&lt;p&gt;
only if it is on the XBOX 360 :)
&lt;/p&gt;
&lt;p&gt;
I picked up Guitar Hero World Tour over the weekend and finally played it tonight (see &lt;a href="http://jeffknutson.net/blog/post/2008/11/18/XBOX-360-Freezing-issues-notes.aspx"&gt;this post&lt;/a&gt; for more detail).&amp;nbsp; So far so good; the game play is consistent with previous versions of GH and similar to Rock Band.&amp;nbsp; The singing is fun, they give you points for &amp;#39;vamping&amp;#39; and I LOVE the new wirless guitar; the strumming is very solid and &amp;#39;feels&amp;#39; good.
&lt;/p&gt;
&lt;p&gt;
I&amp;#39;ve only played a few songs on guitar (level = hard) and sang 2 songs (level = hard).&amp;nbsp; &amp;#39;&lt;a href="http://en.wikipedia.org/wiki/Beat_It" target="_blank"&gt;Beat It&lt;/a&gt;&amp;#39; had some suprisingly fun riffs to play and &amp;#39;&lt;a href="http://en.wikipedia.org/wiki/About_a_Girl" target="_blank"&gt;About a Girl&lt;/a&gt;&amp;#39; was fun to play guitar and sing on.&amp;nbsp; I also crooned out &amp;#39;&lt;a href="http://en.wikipedia.org/wiki/Band_on_the_Run_(song)" target="_blank"&gt;Band on the Run&lt;/a&gt;&amp;#39;.&amp;nbsp; Hopefully my XBOX will stay on the up-and-up :)
&lt;/p&gt;
&lt;p&gt;
cheers
&lt;/p&gt;
&lt;p&gt;
jk
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JeffKnutson/~4/AwLfS-ZG6rQ" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/JeffKnutson/~3/AwLfS-ZG6rQ/post.aspx</link>
      <author>jk.nospam@nospam.jeffknutson.net (jk)</author>
      <comments>http://jeffknutson.net/blog/post/2008/11/18/jk-on-Tour!.aspx#comment</comments>
      <guid isPermaLink="false">http://jeffknutson.net/blog/post.aspx?id=37458a57-196c-42b3-bcba-406233e97087</guid>
      <pubDate>Tue, 18 Nov 2008 21:38:00 -0500</pubDate>
      <category>General</category>
      <dc:publisher>jk</dc:publisher>
      <pingback:server>http://jeffknutson.net/blog/pingback.axd</pingback:server>
      <pingback:target>http://jeffknutson.net/blog/post.aspx?id=37458a57-196c-42b3-bcba-406233e97087</pingback:target>
      <slash:comments>11</slash:comments>
      <trackback:ping>http://jeffknutson.net/blog/trackback.axd?id=37458a57-196c-42b3-bcba-406233e97087</trackback:ping>
      <wfw:comment>http://jeffknutson.net/blog/post/2008/11/18/jk-on-Tour!.aspx#comment</wfw:comment>
      <wfw:commentRss>http://jeffknutson.net/blog/syndication.axd?post=37458a57-196c-42b3-bcba-406233e97087</wfw:commentRss>
    <feedburner:origLink>http://jeffknutson.net/blog/post.aspx?id=37458a57-196c-42b3-bcba-406233e97087</feedburner:origLink></item>
    <item>
      <title>XBOX 360 Freezing issues - notes</title>
      <description>&lt;p&gt;
The last couple days my 360 has been freezing up on me (checked screen and total lockup).&amp;nbsp; I&amp;#39;m writing this just in case someone else runs into similar issues...
&lt;/p&gt;
&lt;p&gt;
It is amazing how many articles about freezing are available online via your preferred search engine.&amp;nbsp; I&amp;#39;ve had this system almost 2 years now with very few problems to-date.
&lt;/p&gt;
&lt;p&gt;
some theories - 
&lt;/p&gt;
&lt;p&gt;
1. Overheating system - i purchased a cooling system (the 3 fan variety), while that didn&amp;#39;t help me directly i&amp;#39;m sure it is part of the issue and i plan on keeping it.&amp;nbsp; My system and power supply were moved into a more enclosed tv stand a few months ago; that + it being cold in MN and the furnace running might also have an effect.
&lt;/p&gt;
&lt;p&gt;
2.&amp;nbsp;About the same time I moved TV stands, i changed from the standard R W Y cable to the R G B cable.&amp;nbsp; I read someplace online that increasing from 720 to 1080 (or whatever the common dpis are) makes the system work harder and can contribute to overheating as well...so tonight i moved back to the standard component R W Y cable.&amp;nbsp; we&amp;#39;ll see how that goes.
&lt;/p&gt;
&lt;p&gt;
3.&amp;nbsp;The Microsoft support link below said to perform &amp;#39;maintenance&amp;#39; by following some arcane settings...i did that and it _may_ have helped?
&lt;/p&gt;
&lt;p&gt;
4.&amp;nbsp; I had a couple of stalled downloads of demo games.&amp;nbsp; i deleted all of those from the hard drive as well..
&lt;/p&gt;
&lt;p&gt;
i&amp;#39;m considering moving the whole thing to the basement which should help it stay cool...i just don&amp;#39;t want to move my TV down there too :)
&lt;/p&gt;
&lt;p&gt;
some articles i found:&lt;br /&gt;
- &lt;a href="http://support.microsoft.com/kb/907586"&gt;http://support.microsoft.com/kb/907586&lt;/a&gt;&lt;br /&gt;
- &lt;a href="http://pardontheinteraction.wordpress.com/2007/03/21/xbox-360-freezing-problem-how-do-we-fix-this/"&gt;http://pardontheinteraction.wordpress.com/2007/03/21/xbox-360-freezing-problem-how-do-we-fix-this/&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I&amp;#39;ll write more once i give this some time and find out more... :)
&lt;/p&gt;
&lt;p&gt;
cheers
&lt;/p&gt;
&lt;p&gt;
jk
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JeffKnutson/~4/2Qsnyxj2vuM" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/JeffKnutson/~3/2Qsnyxj2vuM/post.aspx</link>
      <author>jk.nospam@nospam.jeffknutson.net (jk)</author>
      <comments>http://jeffknutson.net/blog/post/2008/11/18/XBOX-360-Freezing-issues-notes.aspx#comment</comments>
      <guid isPermaLink="false">http://jeffknutson.net/blog/post.aspx?id=31c6064c-05f6-4ca2-a669-c63d279d4fea</guid>
      <pubDate>Tue, 18 Nov 2008 21:01:00 -0500</pubDate>
      <category>General</category>
      <category>Technical</category>
      <dc:publisher>jk</dc:publisher>
      <pingback:server>http://jeffknutson.net/blog/pingback.axd</pingback:server>
      <pingback:target>http://jeffknutson.net/blog/post.aspx?id=31c6064c-05f6-4ca2-a669-c63d279d4fea</pingback:target>
      <slash:comments>12</slash:comments>
      <trackback:ping>http://jeffknutson.net/blog/trackback.axd?id=31c6064c-05f6-4ca2-a669-c63d279d4fea</trackback:ping>
      <wfw:comment>http://jeffknutson.net/blog/post/2008/11/18/XBOX-360-Freezing-issues-notes.aspx#comment</wfw:comment>
      <wfw:commentRss>http://jeffknutson.net/blog/syndication.axd?post=31c6064c-05f6-4ca2-a669-c63d279d4fea</wfw:commentRss>
    <feedburner:origLink>http://jeffknutson.net/blog/post.aspx?id=31c6064c-05f6-4ca2-a669-c63d279d4fea</feedburner:origLink></item>
  </channel>
</rss>
