<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Code A La Mode</title>
	<atom:link href="http://codealamode.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://codealamode.wordpress.com</link>
	<description>Project notes, code snippets, problems, and solutions for ASP.NET, Actionscript, C#, etc...</description>
	<lastBuildDate>Fri, 25 Jun 2010 04:35:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='codealamode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Code A La Mode</title>
		<link>http://codealamode.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://codealamode.wordpress.com/osd.xml" title="Code A La Mode" />
	<atom:link rel='hub' href='http://codealamode.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Enable remote connections to SQL Server</title>
		<link>http://codealamode.wordpress.com/2010/06/25/enable-remote-connections-to-sql-server/</link>
		<comments>http://codealamode.wordpress.com/2010/06/25/enable-remote-connections-to-sql-server/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 04:30:12 +0000</pubDate>
		<dc:creator>toddgdaugherty</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codealamode.wordpress.com/?p=61</guid>
		<description><![CDATA[Started here http://msdn.microsoft.com/en-us/library/dd857537(VS.85).aspx .  Was going to open a port so I could use SQL Management Center remotely just temporarily and then close the port when I was finished but this did not work.  Instead I installed a local copy of Management Studio on the remote server and then used TeamViewer to run Management Studio [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codealamode.wordpress.com&amp;blog=12322277&amp;post=61&amp;subd=codealamode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Started here <a href="http://msdn.microsoft.com/en-us/library/dd857537(VS.85).aspx">http://msdn.microsoft.com/en-us/library/dd857537(VS.85).aspx</a> .  Was going to open a port so I could use SQL Management Center remotely just temporarily and then close the port when I was finished but this did not work.  Instead I installed a local copy of Management Studio on the remote server and then used TeamViewer to run Management Studio remotely.  It might have worked if I had Management Studio already installed on the remote server so that I could use it to make this setting change:  Properties -&gt; Connections -&gt; Check &#8220;Allow remote connections to this server,&#8221; but if I had a it installed in the first place I also wouldn&#8217;t have needed to use in remotely anyhow!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codealamode.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codealamode.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codealamode.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codealamode.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codealamode.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codealamode.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codealamode.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codealamode.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codealamode.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codealamode.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codealamode.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codealamode.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codealamode.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codealamode.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codealamode.wordpress.com&amp;blog=12322277&amp;post=61&amp;subd=codealamode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codealamode.wordpress.com/2010/06/25/enable-remote-connections-to-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5a38d6e1d8302fba1ad1e6b7c5f2fb32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">toddgdaugherty</media:title>
		</media:content>
	</item>
		<item>
		<title>Server setup &#8211; Windows server 2008, IIS 7, SQL Server 2008 R2</title>
		<link>http://codealamode.wordpress.com/2010/06/25/server-setup-windows-server-2008-iis-7-sql-server-2008-r2/</link>
		<comments>http://codealamode.wordpress.com/2010/06/25/server-setup-windows-server-2008-iis-7-sql-server-2008-r2/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 03:50:30 +0000</pubDate>
		<dc:creator>toddgdaugherty</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codealamode.wordpress.com/?p=51</guid>
		<description><![CDATA[Steps involved setting up new server to run nopcommerce shopping cart. Install Windows Installer 4.5 (Windows6.0-KB942288-v2-x86 (1).msu) Install ASP.NET 3.5 (dotnetfx35.exe) Install SQL Server Express 2008 R2 with Management Studio (SQLEXPRWT_x86_ENU.exe) Install TeamViewer to run server remotely Configuration IIS &#62; Sites &#62; Add Web Site Server Manager &#62; Roles &#62; Add Role Services: install .NET [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codealamode.wordpress.com&amp;blog=12322277&amp;post=51&amp;subd=codealamode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Steps involved setting up new server to run nopcommerce shopping cart.</strong></p>
<ul>
<li>Install Windows Installer 4.5 (Windows6.0-KB942288-v2-x86 (1).msu)</li>
<li>Install ASP.NET 3.5 (dotnetfx35.exe)</li>
<li>Install SQL Server Express 2008 R2 with Management Studio (SQLEXPRWT_x86_ENU.exe)</li>
<li>Install TeamViewer to run server remotely</li>
</ul>
<p><strong>Configuration</strong></p>
<ul>
<li>IIS &gt; Sites &gt; Add Web Site</li>
<li>Server Manager &gt; Roles &gt; Add Role Services: install .NET 3.5 onto IIS</li>
<li>Add &#8216;NT AUTHORITY\NETWORK SERVICE&#8217; user to SQL Server (<a href="http://msdn.microsoft.com/en-us/library/ff647402.aspx">see msdn</a>) and then map to the db_owner role.  <a href="http://codealamode.wordpress.com/2010/06/24/errorsbests-solutions/">See Errors/Solutions.</a></li>
<li>Add default.aspx as default document</li>
<li>Assign and double check all permissions are set correctly as outlined in nopcommerce users guide</li>
<li>Create new database in SQL Server via Management Studio and give name &#8211; - -then restore DB backed up from local SQL Server.</li>
<li>Adjust connection string to proper set up on new server.  See <a href="http://connectionstrings.com/">http://connectionstrings.com/</a></li>
<li>Temporarily remove connection string and run nopcommerce install wizard.  It will check for proper permissions settings.  Stop before wizard created a new DB though.  No harm to in case you want to check site with nopcommerce&#8217;s fake DB &#8211; choose &#8220;add data&#8221; on install to fill w/ fake products.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codealamode.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codealamode.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codealamode.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codealamode.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codealamode.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codealamode.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codealamode.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codealamode.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codealamode.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codealamode.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codealamode.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codealamode.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codealamode.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codealamode.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codealamode.wordpress.com&amp;blog=12322277&amp;post=51&amp;subd=codealamode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codealamode.wordpress.com/2010/06/25/server-setup-windows-server-2008-iis-7-sql-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5a38d6e1d8302fba1ad1e6b7c5f2fb32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">toddgdaugherty</media:title>
		</media:content>
	</item>
		<item>
		<title>Errors/Bests solutions</title>
		<link>http://codealamode.wordpress.com/2010/06/24/errorsbests-solutions/</link>
		<comments>http://codealamode.wordpress.com/2010/06/24/errorsbests-solutions/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 23:25:58 +0000</pubDate>
		<dc:creator>toddgdaugherty</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codealamode.wordpress.com/?p=47</guid>
		<description><![CDATA[Error: Cannot open database &#8220;xxx&#8221; requested by the login. The login failed. Login failed for user &#8216;NT AUTHORITY\NETWORK SERVICE&#8217;. Solution: http://blog.sqlauthority.com/2009/08/20/sql-server-fix-error-cannot-open-database-requested-by-the-login-the-login-failed-login-failed-for-user-nt-authoritynetwork-service/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codealamode.wordpress.com&amp;blog=12322277&amp;post=47&amp;subd=codealamode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Error: Cannot open database &#8220;xxx&#8221; requested by the login. The login failed. Login failed for user &#8216;NT AUTHORITY\NETWORK SERVICE&#8217;.</p>
<p>Solution: <a href="http://blog.sqlauthority.com/2009/08/20/sql-server-fix-error-cannot-open-database-requested-by-the-login-the-login-failed-login-failed-for-user-nt-authoritynetwork-service/">http://blog.sqlauthority.com/2009/08/20/sql-server-fix-error-cannot-open-database-requested-by-the-login-the-login-failed-login-failed-for-user-nt-authoritynetwork-service/ </a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codealamode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codealamode.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codealamode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codealamode.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codealamode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codealamode.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codealamode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codealamode.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codealamode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codealamode.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codealamode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codealamode.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codealamode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codealamode.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codealamode.wordpress.com&amp;blog=12322277&amp;post=47&amp;subd=codealamode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codealamode.wordpress.com/2010/06/24/errorsbests-solutions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5a38d6e1d8302fba1ad1e6b7c5f2fb32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">toddgdaugherty</media:title>
		</media:content>
	</item>
		<item>
		<title>Test Slideshow</title>
		<link>http://codealamode.wordpress.com/2010/03/02/test-slideshow/</link>
		<comments>http://codealamode.wordpress.com/2010/03/02/test-slideshow/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 02:53:33 +0000</pubDate>
		<dc:creator>toddgdaugherty</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codealamode.wordpress.com/2010/03/02/test-slideshow/</guid>
		<description><![CDATA[While working on a project to place a slideshow on a blog hosted at WordPress.com, I created this particular blog as a testing platform. (Which I intent to continue for my own personal notes, code snippets, problems, solutions, etc. for ASP.NET, Actionscript, and C#) I found many slideshow plug-ins that work with WordPress. One of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codealamode.wordpress.com&amp;blog=12322277&amp;post=3&amp;subd=codealamode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While working on a project to place a slideshow on a blog hosted at WordPress.com, I created this particular blog as a testing platform. (Which I intent to continue for my own personal notes, code snippets, problems, solutions, etc. for ASP.NET, Actionscript, and C#)  I found many slideshow plug-ins that work with WordPress.  One of them in particular called <a href="http://wordpress.org/extend/plugins/flash-album-gallery/">GRAND Flash Album Gallery</a> was brilliantly designed with great affects and dozens upon dozens of options.  When I was trying to install it I learned the disappointing truth.  <em><strong>WordPress.com is different than WordPress.org.</strong></em> WordPress.com hosts your blog, in contrast to WordPress.org which allows you to download the open source php application and run it on your own server.  Having WordPress.com host your blog is great in it&#8217;s own respect, but it also has it&#8217;s limitations.  Just to name a few, plug-ins such as the slideshow I really liked, javascript, and css (unless paid for) are not allowed.  I was however left with a few options to create slideshows.</p>
<div><embed src='http://widget-03.slide.com/widgets/slideticker.swf' type='application/x-shockwave-flash' quality='high' scale='noscale' salign='l' wmode='transparent' flashvars='site=widget-03.slide.com&channel=2738188573471927555&cy=wp&il=1' width='426' height='320' name='flashticker' align='middle' /><div style='width: 426px;text-align:left;'><a href='http://www.slide.com/pivot?ad=0&tt=0&sk=0&cy=wp&th=0&id=2738188573471927555&map=1' target='_blank'><img src='http://widget-03.slide.com/p1/2738188573471927555/wp_t000_v000_a000_f00/images/xslide1.gif' border='0' ismap='ismap' /></a> <a href='http://www.slide.com/pivot?ad=0&tt=0&sk=0&cy=wp&th=0&id=2738188573471927555&map=2' target='_blank'><img src='http://widget-03.slide.com/p2/2738188573471927555/wp_t000_v000_a000_f00/images/xslide2.gif' border='0' ismap='ismap' /></a></div></div>
<p>My favorite of those few was from <a href="http://www.slide.com">Slide.com</a> because you have the option to create your own skin such as the one above. What I don&#8217;t really like about it is the buttons at the bottom and the overlays that pop up from time to time asking the viewer to participate in such things as &#8220;Add your own review,&#8221; etc. which seem a bit intrusive. I tried to get rid of the buttons at the bottom using an embed tag rather than the [shortcode] supplied by slide.com but WordPress strips embed tags and the like so I was left with no options.</p>
<p>If anyone has come across a better slideshow that can be posted on WordPress, please submit a comment.  I do however prefer the option that allows me to create my own skin so that should be available.  Thanks.  It doesn&#8217;t exactly have to be WordPress.com compatible either.  There is an option to convert your slideshow into a video and then embed the video using Vodpod (<a href="http://www.gavinwray.com/2009/08/how-to-embed-a-flickr-slideshow-in-wordpress-com-using-vodpod/">outlined here by Gavin Wray</a>).  Come to think of it, maybe I should have just created  video using Premier Pro.  Hmmm.  No&#8230;. takes too long.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codealamode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codealamode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codealamode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codealamode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codealamode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codealamode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codealamode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codealamode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codealamode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codealamode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codealamode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codealamode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codealamode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codealamode.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codealamode.wordpress.com&amp;blog=12322277&amp;post=3&amp;subd=codealamode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codealamode.wordpress.com/2010/03/02/test-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5a38d6e1d8302fba1ad1e6b7c5f2fb32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">toddgdaugherty</media:title>
		</media:content>
	</item>
	</channel>
</rss>
