<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Underwood's Professional Blog</title>
	<atom:link href="http://technical.davidunderwood.org/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://technical.davidunderwood.org</link>
	<description>my thoughts on development and life</description>
	<lastBuildDate>Wed, 30 Jun 2010 20:36:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SharePoint Custom List Columns Not Available In Add or Edit View</title>
		<link>http://technical.davidunderwood.org/?p=267</link>
		<comments>http://technical.davidunderwood.org/?p=267#comments</comments>
		<pubDate>Wed, 30 Jun 2010 20:36:17 +0000</pubDate>
		<dc:creator>dunderwood</dc:creator>
				<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://technical.davidunderwood.org/?p=267</guid>
		<description><![CDATA[Let&#8217;s say that you&#8217;ve created a custom list in SharePoint 2007 and now you want the columns that you&#8217;ve added to be available when a new item is created or when items are edited. How do you go about doing this?
Open your list settings. Click on &#8220;Advanced Settings&#8221; under the &#8220;General Settings&#8221; section. From there [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say that you&#8217;ve created a custom list in SharePoint 2007 and now you want the columns that you&#8217;ve added to be available when a new item is created or when items are edited. How do you go about doing this?</p>
<p>Open your list settings. Click on &#8220;Advanced Settings&#8221; under the &#8220;General Settings&#8221; section. From there ensure that &#8220;Allow management of content types?&#8221; is set to &#8220;Yes&#8221; and click OK. Back at your general list settings page you can now see a heading for &#8220;Content Types.&#8221; Click your content type (in my case &#8220;Project&#8221;) and you will see a listing of the columns available for the content type. Under the &#8220;Columns&#8221; heading you can click the link &#8220;Add from existing site or list columns&#8221; and add in your custom columns. These columns will now appear in your new item and edit forms!</p>
]]></content:encoded>
			<wfw:commentRss>http://technical.davidunderwood.org/?feed=rss2&amp;p=267</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conditional Formatting, Entire Row</title>
		<link>http://technical.davidunderwood.org/?p=262</link>
		<comments>http://technical.davidunderwood.org/?p=262#comments</comments>
		<pubDate>Thu, 15 Apr 2010 18:44:58 +0000</pubDate>
		<dc:creator>David Underwood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://technical.davidunderwood.org/?p=262</guid>
		<description><![CDATA[Formula is: =IF($G1=&#8221;visa&#8221;,true,false)
Do this somewhere in row 1, then copy the format everywhere you need it. The
$ sign locks the formula on column G, while the row number is floating.
&#8211;
Best Regards,
Luke M
reply
Thank you, but I&#8217;m asking specifically about conditional formatting.
ExcelObsesse posted on Friday, December 07, 2007 3:06 PM
Thank you, but I&#8217;m asking specifically about conditional [...]]]></description>
			<content:encoded><![CDATA[<p>Formula is: =IF($G1=&#8221;visa&#8221;,true,false)<br />
Do this somewhere in row 1, then copy the format everywhere you need it. The<br />
$ sign locks the formula on column G, while the row number is floating.<br />
&#8211;<br />
Best Regards,</p>
<p>Luke M</p>
<p>reply</p>
<p>Thank you, but I&#8217;m asking specifically about conditional formatting.<br />
ExcelObsesse posted on Friday, December 07, 2007 3:06 PM</p>
<p>Thank you, but I&#8217;m asking specifically about conditional formatting. So,<br />
going into format &#8211;&gt; conditional formatting,  I need to enter a formula to<br />
automatically highlight the entire row rather than just the individual cell.<br />
Thoughts? Thanks again!</p>
<p>reply</p>
<p>That is the formula to use with the conditional format.<br />
Luke posted on Friday, December 07, 2007 3:13 PM</p>
<p>That is the formula to use with the conditional format. You can copy<br />
conditional formats from one cell to another.</p>
<p>Once you have the conditional format in once cell, copy, then select desired<br />
area(or all, with Ctrl+A) to be affected, and right-click, paste special.<br />
Choose format.</p>
<p><a href="http://www.eggheadcafe.com/software/aspnet/31287951/conditional-formatting-fo.aspx" target="_blank">http://www.eggheadcafe.com/software/aspnet/31287951/conditional-formatting-fo.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://technical.davidunderwood.org/?feed=rss2&amp;p=262</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PowerShell and Active Directory</title>
		<link>http://technical.davidunderwood.org/?p=260</link>
		<comments>http://technical.davidunderwood.org/?p=260#comments</comments>
		<pubDate>Tue, 13 Apr 2010 17:33:12 +0000</pubDate>
		<dc:creator>David Underwood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://technical.davidunderwood.org/?p=260</guid>
		<description><![CDATA[O&#8217;Reilly Book, Chapter 26
Active Directory and PowerShell
Snippet to Create User
ExpertsExchange
Managing AD With PowerShell
MSDN Blog
CSVDE and LDAP Properties
LDAP Schema
Florida State
Running PowerShell Scripts
O&#8217;Reilly
How To User PowerShell to Bulk Import Users
MS Server Admin
]]></description>
			<content:encoded><![CDATA[<p><a href="http://powershell.labs.oreilly.com/ch26.html" target="_blank">O&#8217;Reilly Book, Chapter 26</a><br />
Active Directory and PowerShell</p>
<p><a href="http://www.experts-exchange.com/codeSnippetPopup.jsp?csid=90683" target="_blank">Snippet to Create User</a><br />
ExpertsExchange</p>
<p><a href="http://blogs.msdn.com/powershell/archive/2006/06/24/645876.aspx" target="_blank">Managing AD With PowerShell</a><br />
MSDN Blog</p>
<p><a href="http://www.computerperformance.co.uk/Logon/LDAP_attributes_active_directory.htm#LDAP_Attribute_" target="_self">CSVDE and LDAP Properties</a></p>
<p><a href="http://fsuid.fsu.edu/admin/lib/WinADLDAPAttributes.html#RANGE!B33" target="_self">LDAP Schema</a><br />
Florida State</p>
<p><a href="http://powershell.labs.oreilly.com/ch01.html#run_programs_scripts_and_existing_tools" target="_blank">Running PowerShell Scripts</a><br />
O&#8217;Reilly</p>
<p><a href="http://www.msserveradmin.com/how-to-use-powershell-to-bulk-import-users-into-active-directory/" target="_blank">How To User PowerShell to Bulk Import Users</a><br />
MS Server Admin</p>
]]></content:encoded>
			<wfw:commentRss>http://technical.davidunderwood.org/?feed=rss2&amp;p=260</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 GodMode</title>
		<link>http://technical.davidunderwood.org/?p=256</link>
		<comments>http://technical.davidunderwood.org/?p=256#comments</comments>
		<pubDate>Fri, 26 Mar 2010 14:46:15 +0000</pubDate>
		<dc:creator>David Underwood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://technical.davidunderwood.org/?p=256</guid>
		<description><![CDATA[This is a great feature for the sysadmin&#8230; create a new folder and rename it to:
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
Read some more here:
http://news.cnet.com/8301-13860_3-10423985-56.html
http://www.telerik.com/community/events/q1-2010-release-webinar-week.aspx
]]></description>
			<content:encoded><![CDATA[<p>This is a great feature for the sysadmin&#8230; create a new folder and rename it to:</p>
<p>GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}</p>
<p>Read some more here:</p>
<p><a href="http://news.cnet.com/8301-13860_3-10423985-56.html" target="_blank">http://news.cnet.com/8301-13860_3-10423985-56.html</a></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://www.telerik.com/community/events/q1-2010-release-webinar-week.aspx</div>
]]></content:encoded>
			<wfw:commentRss>http://technical.davidunderwood.org/?feed=rss2&amp;p=256</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>C# Nuggets March 12th 2010</title>
		<link>http://technical.davidunderwood.org/?p=250</link>
		<comments>http://technical.davidunderwood.org/?p=250#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:24:38 +0000</pubDate>
		<dc:creator>David Underwood</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://technical.davidunderwood.org/?p=250</guid>
		<description><![CDATA[Read CSV Into an ADO.NET RecordSet
http://www.daniweb.com/forums/thread38676.html#
DateTime Examples C#
http://www.geekpedia.com/tutorial98_Using-the-DateTime-object.html
C# Dictionary
http://www.vcskicks.com/dictionary.php
Dictionary&#60;string, int&#62; dictionary = new Dictionary&#60;string, int&#62;();
dictionary.Add(&#8220;1&#8243;, 1);
int j = dictionary["1"];
C# List Examples 
http://dotnetperls.com/list
List&#60;int&#62; list = new List&#60;int&#62;();
list.Add(2);
list.Add(3);
Decimal.TryParse and Convert.ToDecimal
http://stackoverflow.com/questions/89203/difference-between-convert-todecimalstring-decimal-parsestring
One factor that you might not have thought of is the Decimal.TryParse method. Both Convert.ToDecimal and Parse throw exceptions if they cannot convert the string to the proper [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Read CSV Into an ADO.NET RecordSet</strong></p>
<p><a href="http://www.daniweb.com/forums/thread38676.html#" target="_blank">http://www.daniweb.com/forums/thread38676.html#</a></p>
<p><strong>DateTime Examples C#</strong></p>
<p><a href="http://www.geekpedia.com/tutorial98_Using-the-DateTime-object.html" target="_blank">http://www.geekpedia.com/tutorial98_Using-the-DateTime-object.html</a></p>
<p><strong>C# Dictionary</strong></p>
<p><a href="http://www.vcskicks.com/dictionary.php" target="_blank">http://www.vcskicks.com/dictionary.php</a></p>
<blockquote><p><span>Dictionary</span>&lt;<span>string</span>, <span>int</span>&gt; dictionary = <span>new</span> <span>Dictionary</span>&lt;<span>string</span>, <span>int</span>&gt;();</p>
<p>dictionary.Add(<span>&#8220;1&#8243;</span>, 1);</p>
<p><span>int</span> j = dictionary[<span>"1"</span>];</p></blockquote>
<p><strong>C# List Examples </strong></p>
<p><a href="http://dotnetperls.com/list" target="_blank">http://dotnetperls.com/list</a></p>
<blockquote><p>List&lt;int&gt; list = <strong>new List&lt;int&gt;()</strong>;<br />
list.<strong>Add</strong>(2);<br />
list.<strong>Add</strong>(3);</p></blockquote>
<p><strong>Decimal.TryParse and Convert.ToDecimal</strong><br />
<a href="http://stackoverflow.com/questions/89203/difference-between-convert-todecimalstring-decimal-parsestring" target="_blank">http://stackoverflow.com/questions/89203/difference-between-convert-todecimalstring-decimal-parsestring</a></p>
<blockquote><p>One factor that you might not have thought of is the Decimal.TryParse method. Both Convert.ToDecimal and Parse throw exceptions if they cannot convert the string to the proper decimal format. The TryParse method gives you a nice pattern for input validation.</p>
<p>decimal result;</p>
<p>if (decimal.TryParse(&#8221;5.0&#8243;, out result))</p>
<p>; // you have a valid decimal to do as you please, no exception.</p>
<p>else</p>
<p>; // uh-oh.  error message time!</p>
<p>This pattern is very incredibly awesome for error-checking user input.</p></blockquote>
<p><strong>String List string[] to an ArrayList in C#<br />
</strong><a href="http://www.daniweb.com/forums/thread82407.html#" target="_blank">http://www.daniweb.com/forums/thread82407.html#</a></p>
<div id="code927652031_1">
<pre>

<span><strong>string</strong></span> str= <span>"12,13,14,15"</span>;
<ol>
<li><span><strong>string</strong></span><span>[</span><span>]</span> strs = str.<span>Split</span><span>(</span><span>','</span><span>)</span>;</li>
<li><strong>ArrayList</strong> strsList = <span>new</span> <strong>ArrayList</strong><span>(</span><span>)</span>;</li>
<li><span>foreach</span><span>(</span><span><strong>string</strong></span> s <span>in</span> strs<span>)</span></li>
<li>strsList.<span>Add</span><span>(</span>s<span>)</span>;</li>
</ol>
</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://technical.davidunderwood.org/?feed=rss2&amp;p=250</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Looping through select statement results in MSSQL</title>
		<link>http://technical.davidunderwood.org/?p=244</link>
		<comments>http://technical.davidunderwood.org/?p=244#comments</comments>
		<pubDate>Tue, 26 Jan 2010 05:44:37 +0000</pubDate>
		<dc:creator>David Underwood</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://technical.davidunderwood.org/?p=244</guid>
		<description><![CDATA[I found this nice article on using cursors to loop through a result set in a stored proc and take actions based on the value in the looped row:
This method will loop through all rows of a table regardless of what type the primary key is.
use YourDatabaseNameHere
go
declare @Field1 int
declare @Field2 int
declare @Field3 int
declare MyCursor cursor [...]]]></description>
			<content:encoded><![CDATA[<p>I found this nice article on using cursors to loop through a result set in a stored proc and take actions based on the value in the looped row:</p>
<blockquote><p><span style="font-size: x-small;">This method will loop through all rows of a table regardless of what type the primary key is.</span></p>
<p><span style="font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">use</span></span><span style="font-size: x-small;"> <em>YourDatabaseNameHere</em><br />
go</p>
<p></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">declare</span></span><span style="font-size: x-small;"> @Field1 </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">int<br />
declare</span></span><span style="font-size: x-small;"> @Field2 </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">int<br />
declare</span></span><span style="font-size: x-small;"> @Field3 </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">int</p>
<p>declare</span></span><span style="font-size: x-small;"> MyCursor </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">cursor</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">fast_forward</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">for<br />
select</span></span><span style="font-size: x-small;"> Field1</span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">,</span></span><span style="font-size: x-small;"> Field2</span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">,</span></span><span style="font-size: x-small;"> Field3 </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">from</span></span><span style="font-size: x-small;"> <em>YourTableNameHere</em></p>
<p></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">open</span></span><span style="font-size: x-small;"> MyCursor<br />
</span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">fetch</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">next</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">from</span></span><span style="font-size: x-small;"> MyCursor<br />
</span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">into</span></span><span style="font-size: x-small;"> @Field1</span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">,</span></span><span style="font-size: x-small;"> @Field2</span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">,</span></span><span style="font-size: x-small;"> @Field3</p>
<p></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">while</span></span><span style="font-size: x-small;"> </span><span style="color: #ff00ff; font-size: x-small;"><span style="color: #ff00ff; font-size: x-small;">@@fetch_status</span></span><span style="font-size: x-small;"> </span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">=</span></span><span style="font-size: x-small;"> 0<br />
</span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">begin<br />
</span></span><span style="color: #008000; font-size: x-small;"><span style="color: #008000; font-size: x-small;"> &#8212; Perform Operations<br />
</span></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"> declare</span></span><span style="font-size: x-small;"> myTest </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">int<br />
</span></span><span style="font-size: x-small;"> myTest </span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">=</span></span><span style="font-size: x-small;"> @Field1 </span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">+</span></span><span style="font-size: x-small;"> @Field2 </span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">+</span></span><span style="font-size: x-small;"> @Field3<br />
</span><span style="color: #008000; font-size: x-small;"><span style="color: #008000; font-size: x-small;"><br />
&#8211; Advance the Cursor<br />
</span></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"> fetch</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">next</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">from</span></span><span style="font-size: x-small;"> MyCursor<br />
</span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"> into</span></span><span style="font-size: x-small;"> @Field1</span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">,</span></span><span style="font-size: x-small;"> @Field2</span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">,</span></span><span style="font-size: x-small;"> @Field3<br />
</span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">end</p>
<p>close</span></span><span style="font-size: x-small;"> MyCursor<br />
</span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">deallocate</span></span><span style="font-size: x-small;"> MyCursor<br />
go</span></p>
<p></span></p></blockquote>
<p><span style="font-size: x-small;">This was on the following site: <a href="http://www.bunkerhollow.com/blogs/matt/archive/2009/03/10/ms-sql-loop-through-table-scripts.aspx">http://www.bunkerhollow.com/blogs/matt/archive/2009/03/10/ms-sql-loop-through-table-scripts.aspx</a></span></p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://technical.davidunderwood.org/?feed=rss2&amp;p=244</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick Posts</title>
		<link>http://technical.davidunderwood.org/?p=241</link>
		<comments>http://technical.davidunderwood.org/?p=241#comments</comments>
		<pubDate>Tue, 12 Jan 2010 15:02:43 +0000</pubDate>
		<dc:creator>David Underwood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://technical.davidunderwood.org/?p=241</guid>
		<description><![CDATA[Twitteresque quick posts of links and information!
Why doesn&#8217;t my new column show up when I add or edit my list?
When adding a column to a list in SharePoint and using a template you may not see it in the New Item or Edit Item forms.
Sharepoint 2007
]]></description>
			<content:encoded><![CDATA[<h3><strong>Twitteresque quick posts of links and information!</strong></h3>
<p><strong><a href="http://wyly.wordpress.com/2009/05/20/why-doesnt-my-new-column-show-up-when-i-add-or-edit-my-list/#comment-284" target="_blank">Why doesn&#8217;t my new column show up when I add or edit my list?</a><br />
</strong>When adding a column to a list in SharePoint and using a template you may not see it in the New Item or Edit Item forms.<br />
Sharepoint 2007</p>
]]></content:encoded>
			<wfw:commentRss>http://technical.davidunderwood.org/?feed=rss2&amp;p=241</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Merge multiple video files using the free version of QuickTime</title>
		<link>http://technical.davidunderwood.org/?p=238</link>
		<comments>http://technical.davidunderwood.org/?p=238#comments</comments>
		<pubDate>Tue, 12 Jan 2010 13:14:48 +0000</pubDate>
		<dc:creator>David Underwood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://technical.davidunderwood.org/?p=238</guid>
		<description><![CDATA[I found this neat article online when looking to combine two Quicktime files before encoding as a Flash video using the FLV encoder&#8230;

]]></description>
			<content:encoded><![CDATA[<p>I found this neat article online when looking to combine two Quicktime files before encoding as a Flash video using the FLV encoder&#8230;</p>
<p><a href="http://www.macyourself.com/2009/03/18/merge-multiple-video-files-using-the-free-version-of-quicktime/" target="_blank"><img class="alignnone size-full wp-image-239" title="macyourself" src="http://technical.davidunderwood.org/wp-content/uploads/2010/01/macyourself.jpg" alt="macyourself" width="220" height="169" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://technical.davidunderwood.org/?feed=rss2&amp;p=238</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>favicon creating with icon composer</title>
		<link>http://technical.davidunderwood.org/?p=232</link>
		<comments>http://technical.davidunderwood.org/?p=232#comments</comments>
		<pubDate>Sat, 09 Jan 2010 17:22:46 +0000</pubDate>
		<dc:creator>David Underwood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://technical.davidunderwood.org/?p=232</guid>
		<description><![CDATA[I am creating a site for our church utilizing Wordpress as a CMS and wanted to generate a quick favorite icon. Icon Composer to the rescue! I grabbed a gif of the PCUSA logo off a Google image search, did some conversion in Illustrator, dropped my resultant PNG into Icon Composer and boom! a nice [...]]]></description>
			<content:encoded><![CDATA[<p>I am creating a site for our church utilizing Wordpress as a CMS and wanted to generate a quick favorite icon. Icon Composer to the rescue! I grabbed a gif of the PCUSA logo off a Google image search, did some conversion in Illustrator, dropped my resultant PNG into Icon Composer and boom! a nice favicon.</p>
<p>I&#8217;m including the files as a download for other churches to use.</p>
<p><img class="alignnone size-medium wp-image-234" title="icon-composer" src="http://technical.davidunderwood.org/wp-content/uploads/2010/01/icon-composer1-300x177.png" alt="icon-composer" width="300" height="177" /></p>
<p>Icon Composer is part of the <a href="http://developer.apple.com/tools/" target="_blank">Apple Developer Tools</a></p>
<p><strong>Download the PCUSA Logo Pak <a href="http://technical.davidunderwood.org/wp-content/uploads/2010/01/pcusa-logo-pak.zip">here</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://technical.davidunderwood.org/?feed=rss2&amp;p=232</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When Restoring in SQLEXPRESS &#8211; the operating system returned the error &#8216;5 access is denied. &#8216;</title>
		<link>http://technical.davidunderwood.org/?p=229</link>
		<comments>http://technical.davidunderwood.org/?p=229#comments</comments>
		<pubDate>Thu, 31 Dec 2009 15:06:49 +0000</pubDate>
		<dc:creator>David Underwood</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://technical.davidunderwood.org/?p=229</guid>
		<description><![CDATA[In Windows 7 while using SQL Express 2005 on my local dev machine and attempting to restore a database I received the following error:
the operating system returned the error &#8216;5 access is denied. &#8216;&#8230;
I found a nice posting on the MSDN social site at this link which helped to solve my problem.
Just wanted to say that [...]]]></description>
			<content:encoded><![CDATA[<p>In Windows 7 while using SQL Express 2005 on my local dev machine and attempting to restore a database I received the following error:</p>
<p style="padding-left: 30px;">the operating system returned the error &#8216;5 access is denied. &#8216;&#8230;</p>
<p>I found a nice posting on the MSDN social site at <a href="http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/7b259f06-e1e2-47f5-8303-77775ee80400" target="_blank">this link</a> which helped to solve my problem.</p>
<p style="padding-left: 30px;">Just wanted to say that I had the same problem &#8211; I could not restore from a .bak file.</p>
<p style="padding-left: 30px;"><span style="color: #800000;">error 5(error not found).<br />
RESTORE HEADERONLY</span></p>
<p style="padding-left: 30px;"><span style="color: #800000;">Using SQL Configuration Manager I changed my Logon to &#8216;Local System&#8217; and this worked a treat.</span></p>
<p style="padding-left: 30px;">So take heart &#8211; it does work!!!!</p>
<p style="padding-left: 30px;">My steps in detail.</p>
<p style="padding-left: 30px;">1. open up SQL Server Configuration Manager (I am using SQL Server 2005)</p>
<p style="padding-left: 30px;">2.right click on SQL Sever Express (I assume it is the same for the full version of SQL Server)</p>
<p style="padding-left: 30px;">3.Choose Properties</p>
<p style="padding-left: 30px;">4. in the Logon tab &#8211; click the built in account radio button and choose &#8216;Local system&#8217; from the drop down.</p>
<p style="padding-left: 30px;">This worked for me</p>
<p>I am not sure if this is the most elegant or correct solution but it worked for me for the moment on my dev machine to get my database restored.</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://technical.davidunderwood.org/?feed=rss2&amp;p=229</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
