<?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>aKa Web Design &#187; .NET</title>
	<atom:link href="http://blog.akawebdesign.com/index.php/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.akawebdesign.com</link>
	<description>...how a nerd sees the world-wide-web.</description>
	<lastBuildDate>Thu, 22 Jul 2010 20:13:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Book Review: ASP.NET 3.5 Application Architecture and Design</title>
		<link>http://blog.akawebdesign.com/index.php/2010/01/29/book-review-asp-net-3-5-application-architecture-and-design/</link>
		<comments>http://blog.akawebdesign.com/index.php/2010/01/29/book-review-asp-net-3-5-application-architecture-and-design/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:29:30 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=369</guid>
		<description><![CDATA[This review is part of a series of book reviews I have agreed to do for Packt Publishing.

ASP.NET 3.5 Application Architecture and Design (by Vivek Thakur) is a fantastic book offering insight into multi-layered and n-Tier software development. Although its title says "ASP.NET 3.5", developers using any language can benefit from the concepts covered in this book.

If you're looking for a book on application architecture - this book is definitely for you!]]></description>
			<content:encoded><![CDATA[<p><em>This review is part of a series of book reviews I have agreed to do for Packt Publishing. I am not being paid for this review, although I did receive a free copy of the book. I do not work for either Packt Publishing or Microsoft.</em></p>
<p><strong><a href="http://www.amazon.com/gp/product/1847195504?ie=UTF8&amp;amp;tag=whiloch-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1847195504" target="_blank">ASP.NET 3.5 Application Architecture and Design</a></strong> was written by <strong><a href="http://geekswithblogs.net/vivek/" target="_blank">Vivek Thakur</a></strong> and published in 2008.</p>
<h3>Who This Book is For</h3>
<p><a href="http://www.amazon.com/gp/product/1847195504?ie=UTF8&amp;tag=whiloch-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1847195504" target="_blank"><img style="margin: 10px;" src="http://www.akawebdesign.com/blog/2010/01-29/aspnet-application-architecture.jpg" border="0" alt="" align="left" /></a>This book is intended for developers who have &#8220;basic understanding of the ASP.NET framework, and programming knowledge of either C# or VB.NET&#8221;, although it looks to me as if every example is written with C#. The word <em>basic</em> is a relative term, but Vivek seems to use it accurately &#8211; you don&#8217;t need to know that much about ASP.NET in order to comprehend this book.</p>
<p>Furthermore, Vivek states that &#8220;if reading about application architecture usually confuses you or sends you to sleep, then this book will be perfect for you!&#8221; He&#8217;s not lying. Vivek does an outstanding job explaining complicated concepts using everyday analogies.</p>
<h3>Getting Started</h3>
<p>Vivek starts the book by introducing the reader to the world of software architecture. He uses the analogy of an automobile company, where mechanical engineers, design engineers and the assembly line staff all have clearly defined roles &#8211; roles separated from each other for a variety of reasons. Vivek equates this process to that of the software &#8220;project life cycle&#8221;, and then moves into a discussion on software tiers and layers.</p>
<p>From there Vivek dives into n-Tier software architecture, giving some great examples along the way. I loved his approach to this topic because he starts at the beginning (a 1 Tier, 1 Layer application) and moves step-by-step towards a fully n-Tier application (his example uses 6 Tiers). The author also sticks to the same example (an order management system, or OMS) which helps the reader easily understand how a 1 Tier application is different from a 4 Tier.</p>
<p>I also really appreciated Vivek&#8217;s instruction on how to add new class libraries to Visual Studio. For readers who aren&#8217;t well versed in VS, this is definitely something useful.</p>
<p>Lastly, I thought it was a great idea to introduce the concepts of Data Transfer Objects (DTOs), Lazy Loading and distributing assemblies across multiple machines. Vivek&#8217;s explanations of each subject were clear and concise &#8211; perfect for readers with only &#8220;basic understanding of the ASP.NET framework.&#8221;</p>
<h3>Moving On</h3>
<p>About halfway into the book, the author moves into discussions of MVC and SOA design patterns. The only thing I really didn&#8217;t like was the introduction of the Windows Communication Foundation (WCF) in chapter 7, and that&#8217;s because Vivek only spent 4 pages on the subject. WCF is also the only .NET-specific topic in the entire book; I understand why it was introduced, but it felt rushed and (as someone who isn&#8217;t an expert ASP.NET developer) I didn&#8217;t get much out of it.</p>
<p>On the other hand, I really enjoyed Chapter 8 (<em>Database Design</em>). Vivek&#8217;s conceptualization of the domain model vs. the logical data model is spot-on, and I would recommend that any developer looking to build a database read it. I particularly liked the author&#8217;s example on page 197 for data normalization: who knew that the members of Metallica wrote books on ASP.NET? Sweet!</p>
<h3>The Final Verdict</h3>
<p>I definitely enjoyed reading <strong><a href="http://www.amazon.com/gp/product/1847195504?ie=UTF8&amp;amp;tag=whiloch-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1847195504" target="_blank">ASP.NET 3.5 Application Architecture and Design</a></strong>. Overall, I think I would say that anyone interested in software architecture and design (regardless of the language used in development) could get a lot out of this book, minus a handful of exceptions (see my comment on WCF above).</p>
<p>Nice job Vivek!</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://blog.akawebdesign.com/index.php/feed/" title="RSS"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F29%2Fbook-review-asp-net-3-5-application-architecture-and-design%2F&amp;t=Book%20Review%3A%20ASP.NET%203.5%20Application%20Architecture%20and%20Design" title="Facebook"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F29%2Fbook-review-asp-net-3-5-application-architecture-and-design%2F&amp;title=Book%20Review%3A%20ASP.NET%203.5%20Application%20Architecture%20and%20Design" title="StumbleUpon"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F29%2Fbook-review-asp-net-3-5-application-architecture-and-design%2F&amp;title=Book%20Review%3A%20ASP.NET%203.5%20Application%20Architecture%20and%20Design&amp;bodytext=This%20review%20is%20part%20of%20a%20series%20of%20book%20reviews%20I%20have%20agreed%20to%20do%20for%20Packt%20Publishing.%0D%0A%0D%0AASP.NET%203.5%20Application%20Architecture%20and%20Design%20%28by%20Vivek%20Thakur%29%20is%20a%20fantastic%20book%20offering%20insight%20into%20multi-layered%20and%20n-Tier%20software%20development.%20Although%20its%20title%20says%20%22ASP.NET%203.5%22%2C%20developers%20using%20any%20language%20can%20benefit%20from%20the%20concepts%20covered%20in%20this%20book.%0D%0A%0D%0AIf%20you%27re%20looking%20for%20a%20book%20on%20application%20architecture%20-%20this%20book%20is%20definitely%20for%20you%21" title="Digg"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F29%2Fbook-review-asp-net-3-5-application-architecture-and-design%2F" title="Sphinn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F29%2Fbook-review-asp-net-3-5-application-architecture-and-design%2F&amp;title=Book%20Review%3A%20ASP.NET%203.5%20Application%20Architecture%20and%20Design&amp;notes=This%20review%20is%20part%20of%20a%20series%20of%20book%20reviews%20I%20have%20agreed%20to%20do%20for%20Packt%20Publishing.%0D%0A%0D%0AASP.NET%203.5%20Application%20Architecture%20and%20Design%20%28by%20Vivek%20Thakur%29%20is%20a%20fantastic%20book%20offering%20insight%20into%20multi-layered%20and%20n-Tier%20software%20development.%20Although%20its%20title%20says%20%22ASP.NET%203.5%22%2C%20developers%20using%20any%20language%20can%20benefit%20from%20the%20concepts%20covered%20in%20this%20book.%0D%0A%0D%0AIf%20you%27re%20looking%20for%20a%20book%20on%20application%20architecture%20-%20this%20book%20is%20definitely%20for%20you%21" title="del.icio.us"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F29%2Fbook-review-asp-net-3-5-application-architecture-and-design%2F" title="Technorati"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F29%2Fbook-review-asp-net-3-5-application-architecture-and-design%2F&amp;title=Book%20Review%3A%20ASP.NET%203.5%20Application%20Architecture%20and%20Design" title="Reddit"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Book%20Review%3A%20ASP.NET%203.5%20Application%20Architecture%20and%20Design%20-%20http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F29%2Fbook-review-asp-net-3-5-application-architecture-and-design%2F" title="Twitter"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.akawebdesign.com/index.php/2010/01/29/book-review-asp-net-3-5-application-architecture-and-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: ASP.NET MVC 1.0 Quickly</title>
		<link>http://blog.akawebdesign.com/index.php/2010/01/04/book-review-asp-net-mvc-1-0-quickly/</link>
		<comments>http://blog.akawebdesign.com/index.php/2010/01/04/book-review-asp-net-mvc-1-0-quickly/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 20:02:46 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Book Reviews]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=325</guid>
		<description><![CDATA[ASP.NET MVC 1.0 Quickly was written by Maarten Balliauw and published in early 2009. The book caught my eye as I'm currently working on a project using ASP.NET MVC and I decided I could probably benefit from reading this book.

I did get some information from this book, and it's probably worth reading if you want to learn ASP.NET MVC. I say "probably" only because I don't know of any books which explain the concept more clearly or in a more organized fashion. 

Overall, I'd give the book a 3 out of 5 stars.]]></description>
			<content:encoded><![CDATA[<p><em>This review is part of a series of book reviews I have agreed to do for Packt Publishing. I am not being paid for this review, although I did receive a free copy of the book. I do not work for either Packt Publishing or Microsoft.</em></p>
<p><strong>ASP.NET MVC 1.0 Quickly</strong> was written by Maarten Balliauw and published in early 2009. The book caught my eye as I&#8217;m currently working on a project using ASP.NET MVC and I decided I could probably benefit from reading this book.</p>
<h3>Who This Book is For</h3>
<p>This book is intended for &#8220;ASP.NET developers who want a fast-paced guide to building powerful web applications using the ASP.NET MVC framework.&#8221; I&#8217;ve been using .NET for a few years now, though admittedly I never learned Webforms. Although I consider that a blessing, a knowledge of Webforms is somewhat assumed in this book. All of the code examples are written in C# so you should be familiar with that as well.</p>
<p>Beginners may want to shy away from this book until they&#8217;re really familiar with web development concepts and know their way around Visual Studio.</p>
<h3>Let&#8217;s Dig In</h3>
<p><a href="http://www.amazon.com/gp/product/184719754X?ie=UTF8&amp;tag=whiloch-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=184719754X"><img style="margin: 10px;" src="http://www.akawebdesign.com/blog/2010/01-04/aspnetmvc.jpg" border="0" alt="" align="left" /></a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=whiloch-20&amp;l=as2&amp;o=1&amp;a=184719754X" border="0" alt="" width="1" height="1" /><br />
Chapter 1 discusses what MVC (model-view-controller) architecture actually is and dives into reasons why a developer may want to choose ASP.NET MVC over traditional ASP.NET Webforms. My only complaint about this chapter is that the author gives <em>any</em> reason to use Webforms. Yes, Webforms have a lot of built-in controls and event handlers &#8211; but let&#8217;s be honest, they&#8217;re not really very good tools. As a JavaScript guy, I&#8217;ll be the first to point out that you can develop data-driven solutions with frameworks like ExtJS that are cross-browser compatible and W3C compliant&#8230; plus your application will simply look better out-of-the-box.</p>
<p>Chapter 2 has the reader create a new MVC Application. Maarten shows us what a new MVC project contains by default (he calls it &#8220;inside the box&#8221;), which is a rather helpful introduction to ASP.NET MVC as it&#8217;s complete with screenshots from Visual Studio. I particularly like the &#8220;Employee&#8221; example, and Maarten does a good job showing the reader how the model/view/controller interact with one another. That being said, the author changes things in each class as the chapter progresses without highlighting or bolding the code sections which have changed &#8211; which makes it a bit hard to follow. Maarten also shows us how to build a Unit Test but doesn&#8217;t tell us how to run the tests.</p>
<h3>The Train Runs off the Tracks</h3>
<p>When I got into the third chapter, I have to say that I very quickly became frustrated with the author. Maarten says the following phrase at least 4 times in this chapter: &#8220;The examples in this section&#8230; can be found in the sample code for this book.&#8221; Translation: <em>Go and download the code if you want to follow along, because I&#8217;m not going to explain what happens next very well.</em> The book is less than 200 pages (not counting the appendices), and I really wish Maarten had simply pasted the code samples into the book.</p>
<p>I also felt like the author used too many customized examples (extending a built-in class to do X, Y or Z). I&#8217;ll agree that this kind of information is useful, but this approach forces the user to endure tangent after tangent. All I wanted was to learn how the MVC framework works &#8211; but the use of advanced examples prevents the reader from learning ASP.NET MVC 1.0 &#8220;quickly&#8221;.</p>
<p>Lastly, Maarten doesn&#8217;t talk about unit tests (one of the best reasons to use an MVC framework&#8230;) for most of the book. It&#8217;s mentioned in Chapter 2, but then we don&#8217;t hear about it again until Chapter 9. Personally, I think the author should have asked the reader to build a unit test for every example in the book &#8211; but maybe that&#8217;s just me.</p>
<h3>Some Things I Did Like</h3>
<p>Chapter 5 (<em>Routing</em>) had some useful information in there, specifically with regards to creating route patterns. I also enjoyed Chapter 7 (<em>Using Existing ASP.NET Features</em>), where Maarten explains how to use built-in ASP.NET features (like security, globalization, etc.) into an MVC application.</p>
<p>I&#8217;m mildly impressed that the author took the time to write Chapter 8 (<em>AJAX and ASP.NET MVC</em>) using jQuery in addition to ASP.NET AJAX. Good concepts, though Maarten again failed to tie any of this back into the previous 7 chapters.</p>
<h3>Final Thoughts</h3>
<p>I did get some good information from this book, and it&#8217;s probably worth reading if you want to learn ASP.NET MVC. I say &#8220;probably&#8221; only because I don&#8217;t know of any books which explain the concept more clearly or in a more organized fashion.</p>
<p>In my opinion, it would have been much smarter to have had the reader build a single application &#8211; adding features and parts as each chapter introduced a new concept. But Maarten Balliauw didn&#8217;t do that, and I think it really hurts the book. The reader is forced to jump from concept to concept, and not all of the examples follow the &#8220;best practice&#8221; for an MVC application &#8211; to separate functionality into complimentary models, controllers and views.</p>
<p>For example, Chapter 3 has a &#8220;Contact&#8221; model which interacts with the &#8220;Home&#8221; controller. There is no &#8220;Contact&#8221; controller in the author&#8217;s example, and we never actually create a view. (I take that back&#8230; it might be there in the book&#8217;s sample code &#8211; but I, like many readers, will never bother to download it.)</p>
<p>The biggest problem for this book is that it reads like a college textbook. It&#8217;s full of good information, but students want to learn by doing rather than memorizing definitions and abstract concepts.</p>
<p>Overall, I&#8217;d give the book a 3 out of 5 stars. Not terrible, but far from great.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://blog.akawebdesign.com/index.php/feed/" title="RSS"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F04%2Fbook-review-asp-net-mvc-1-0-quickly%2F&amp;t=Book%20Review%3A%20ASP.NET%20MVC%201.0%20Quickly" title="Facebook"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F04%2Fbook-review-asp-net-mvc-1-0-quickly%2F&amp;title=Book%20Review%3A%20ASP.NET%20MVC%201.0%20Quickly" title="StumbleUpon"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F04%2Fbook-review-asp-net-mvc-1-0-quickly%2F&amp;title=Book%20Review%3A%20ASP.NET%20MVC%201.0%20Quickly&amp;bodytext=ASP.NET%20MVC%201.0%20Quickly%20was%20written%20by%20Maarten%20Balliauw%20and%20published%20in%20early%202009.%20The%20book%20caught%20my%20eye%20as%20I%27m%20currently%20working%20on%20a%20project%20using%20ASP.NET%20MVC%20and%20I%20decided%20I%20could%20probably%20benefit%20from%20reading%20this%20book.%0D%0A%0D%0AI%20did%20get%20some%20information%20from%20this%20book%2C%20and%20it%27s%20probably%20worth%20reading%20if%20you%20want%20to%20learn%20ASP.NET%20MVC.%20I%20say%20%22probably%22%20only%20because%20I%20don%27t%20know%20of%20any%20books%20which%20explain%20the%20concept%20more%20clearly%20or%20in%20a%20more%20organized%20fashion.%20%0D%0A%0D%0AOverall%2C%20I%27d%20give%20the%20book%20a%203%20out%20of%205%20stars." title="Digg"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F04%2Fbook-review-asp-net-mvc-1-0-quickly%2F" title="Sphinn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F04%2Fbook-review-asp-net-mvc-1-0-quickly%2F&amp;title=Book%20Review%3A%20ASP.NET%20MVC%201.0%20Quickly&amp;notes=ASP.NET%20MVC%201.0%20Quickly%20was%20written%20by%20Maarten%20Balliauw%20and%20published%20in%20early%202009.%20The%20book%20caught%20my%20eye%20as%20I%27m%20currently%20working%20on%20a%20project%20using%20ASP.NET%20MVC%20and%20I%20decided%20I%20could%20probably%20benefit%20from%20reading%20this%20book.%0D%0A%0D%0AI%20did%20get%20some%20information%20from%20this%20book%2C%20and%20it%27s%20probably%20worth%20reading%20if%20you%20want%20to%20learn%20ASP.NET%20MVC.%20I%20say%20%22probably%22%20only%20because%20I%20don%27t%20know%20of%20any%20books%20which%20explain%20the%20concept%20more%20clearly%20or%20in%20a%20more%20organized%20fashion.%20%0D%0A%0D%0AOverall%2C%20I%27d%20give%20the%20book%20a%203%20out%20of%205%20stars." title="del.icio.us"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F04%2Fbook-review-asp-net-mvc-1-0-quickly%2F" title="Technorati"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F04%2Fbook-review-asp-net-mvc-1-0-quickly%2F&amp;title=Book%20Review%3A%20ASP.NET%20MVC%201.0%20Quickly" title="Reddit"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Book%20Review%3A%20ASP.NET%20MVC%201.0%20Quickly%20-%20http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2010%2F01%2F04%2Fbook-review-asp-net-mvc-1-0-quickly%2F" title="Twitter"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.akawebdesign.com/index.php/2010/01/04/book-review-asp-net-mvc-1-0-quickly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issues with GoDaddy Hosting Connection</title>
		<link>http://blog.akawebdesign.com/index.php/2009/07/15/issues-with-godaddy-hosting-connection/</link>
		<comments>http://blog.akawebdesign.com/index.php/2009/07/15/issues-with-godaddy-hosting-connection/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 23:36:48 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=162</guid>
		<description><![CDATA[I&#8217;ve been a customer of GoDaddy for several years at this point, and for the most part I&#8217;m a happy customer. Their prices are always among the best, their servers almost never go down, and their customer service representatives really seem to want to help me when I call.
However, I have also been a critic [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a customer of GoDaddy for several years at this point, and for the most part I&#8217;m a happy customer. Their prices are always among the best, their servers almost never go down, and their customer service representatives really seem to want to help me when I call.</p>
<p>However, I have also been a critic of their technical support staff. As a professional web developer I have a solid understanding of server configurations and language-specific coding practices. When I have run into development issues with my GoDaddy hosting accounts, my experience has been that the tech support staff has far less experience than I do. . . meaning that they rarely understand what my problem is, let alone how to solve it. (To their credit, they are a friendly bunch.)</p>
<p>This brings me to the <strong><a href="https://hostingconnection.godaddy.com/" target="_blank">GoDaddy Hosting Connection</a></strong>. If you&#8217;re not familiar with this service, GoDaddy basically offers to install a number of applications on your behalf (I&#8217;m assuming via some automated scripts). This sounds like a really nice feature, and GoDaddy will argue that it helps to make them the best choice to host your website.</p>
<p>Over the past day or so, I&#8217;ve been attempting to play with DotNetNuke which is one of many CMS tools offered in the GoDaddy Hosting Connection portal. Sadly, I&#8217;ve run into so many issues with their automated installation that I think I&#8217;m seeing more gray hairs. The installation of the application to my hosting account seems to succeed when you look in the GoDaddy Hosting Connection, but attempting to walk through the application&#8217;s setup is a very frustrating experience.</p>
<p>For starters, the installation script fails to notice that particular assemblies linked in the web.config file are already installed which results in a nice 500 error. Because the &#8220;customErrors&#8221; value is set to &#8220;RemoteOnly&#8221;, novice .NET users have no idea what the hell happened. Changing this value to &#8220;Off&#8221; allows you to see the errors, and you are forced to remove the fault lines in web.config to proceed with the installation. The errors I saw were different on my IIS6 and IIS7 accounts, and I have no explanation as to why.</p>
<p>Getting past the annoying 500 errors, my IIS6 setup seemed to move forward without too many problems. IIS7 on the other hand fails when DNN upgrades its database &#8211; its hangs on version 4.8.1, and no error is output to the screen. I waited and waited and waited for it to complete, but I eventually gave up. I never got DNN running on my IIS7 account.</p>
<p>Once I got DNN up on my IIS6 account, I noticed that all of my links had a hard-coded path to the subdirectory in which DNN was installed, despite the fact that I had the subdirectory aliased as a domain root. While this doesn&#8217;t prevent the application from working, it&#8217;s a problem for SEO and simple user interaction. After searching the Web for possible solutions, I dug into my SQL database looking for that value. I couldn&#8217;t find it. With a bit more digging, I find in the admin portal that DNN automatically assigns a &#8220;relative path&#8221; to my application because I didn&#8217;t install in my hosting root. As far as I can tell, there&#8217;s no way around that on GoDaddy.</p>
<p>I spent about another 10 minutes fidgeting with DNN host settings and somehow managed to break DNN completely (I sent it into an infinite loop). I have no idea what I did. *SIGH* I&#8217;ve uninstalled DNN for like the 10th time and am giving up. I&#8217;m going to try Joomla (also offered by GoDaddy Hosting Connection) but my faith in GoDaddy is growing thin.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://blog.akawebdesign.com/index.php/feed/" title="RSS"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F07%2F15%2Fissues-with-godaddy-hosting-connection%2F&amp;t=Issues%20with%20GoDaddy%20Hosting%20Connection" title="Facebook"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F07%2F15%2Fissues-with-godaddy-hosting-connection%2F&amp;title=Issues%20with%20GoDaddy%20Hosting%20Connection" title="StumbleUpon"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F07%2F15%2Fissues-with-godaddy-hosting-connection%2F&amp;title=Issues%20with%20GoDaddy%20Hosting%20Connection&amp;bodytext=I%27ve%20been%20a%20customer%20of%20GoDaddy%20for%20several%20years%20at%20this%20point%2C%20and%20for%20the%20most%20part%20I%27m%20a%20happy%20customer.%20Their%20prices%20are%20always%20among%20the%20best%2C%20their%20servers%20almost%20never%20go%20down%2C%20and%20their%20customer%20service%20representatives%20really%20seem%20to%20want%20to" title="Digg"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F07%2F15%2Fissues-with-godaddy-hosting-connection%2F" title="Sphinn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F07%2F15%2Fissues-with-godaddy-hosting-connection%2F&amp;title=Issues%20with%20GoDaddy%20Hosting%20Connection&amp;notes=I%27ve%20been%20a%20customer%20of%20GoDaddy%20for%20several%20years%20at%20this%20point%2C%20and%20for%20the%20most%20part%20I%27m%20a%20happy%20customer.%20Their%20prices%20are%20always%20among%20the%20best%2C%20their%20servers%20almost%20never%20go%20down%2C%20and%20their%20customer%20service%20representatives%20really%20seem%20to%20want%20to" title="del.icio.us"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F07%2F15%2Fissues-with-godaddy-hosting-connection%2F" title="Technorati"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F07%2F15%2Fissues-with-godaddy-hosting-connection%2F&amp;title=Issues%20with%20GoDaddy%20Hosting%20Connection" title="Reddit"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F07%2F15%2Fissues-with-godaddy-hosting-connection%2F&amp;title=Issues%20with%20GoDaddy%20Hosting%20Connection&amp;source=aKa+Web+Design+...how+a+nerd+sees+the+world-wide-web.&amp;summary=I%27ve%20been%20a%20customer%20of%20GoDaddy%20for%20several%20years%20at%20this%20point%2C%20and%20for%20the%20most%20part%20I%27m%20a%20happy%20customer.%20Their%20prices%20are%20always%20among%20the%20best%2C%20their%20servers%20almost%20never%20go%20down%2C%20and%20their%20customer%20service%20representatives%20really%20seem%20to%20want%20to" title="LinkedIn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Issues%20with%20GoDaddy%20Hosting%20Connection%20-%20http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F07%2F15%2Fissues-with-godaddy-hosting-connection%2F" title="Twitter"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F07%2F15%2Fissues-with-godaddy-hosting-connection%2F&amp;submitHeadline=Issues%20with%20GoDaddy%20Hosting%20Connection&amp;submitSummary=I%27ve%20been%20a%20customer%20of%20GoDaddy%20for%20several%20years%20at%20this%20point%2C%20and%20for%20the%20most%20part%20I%27m%20a%20happy%20customer.%20Their%20prices%20are%20always%20among%20the%20best%2C%20their%20servers%20almost%20never%20go%20down%2C%20and%20their%20customer%20service%20representatives%20really%20seem%20to%20want%20to&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.akawebdesign.com/index.php/2009/07/15/issues-with-godaddy-hosting-connection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WhyILoveChicago.com Update</title>
		<link>http://blog.akawebdesign.com/index.php/2009/05/08/whyilovechicagocom-update/</link>
		<comments>http://blog.akawebdesign.com/index.php/2009/05/08/whyilovechicagocom-update/#comments</comments>
		<pubDate>Fri, 08 May 2009 22:01:02 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=92</guid>
		<description><![CDATA[Over the past week, I&#8217;ve spent some time updating WhyILoveChicago.com with a much-needed facelift.
For starters, the site is now coded in .NET!
I also made the template much wider than before, and started promoting the various parntnerships I&#8217;ve formed (notably StubHub and Hotels.com). The homepage has also been updated with a YUI TabView object, which really [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past week, I&#8217;ve spent some time updating <a href="http://www.whyilovechicago.com" target="_blank">WhyILoveChicago.com</a> with a much-needed facelift.</p>
<p>For starters, the site is now coded in .NET!</p>
<p>I also made the template much wider than before, and started promoting the various parntnerships I&#8217;ve formed (notably StubHub and Hotels.com). The homepage has also been updated with a <strong>YUI TabView</strong> object, which really adds some flair.</p>
<p>Sadly, I&#8217;m failing to get GoDaddy to properly handle my 404 redirects. . . which might bite me in the ass for SEO. Since the old site was coded in Classic ASP and the new site is in .NET, I can&#8217;t brute-force the 404 redirects in Classic ASP. I&#8217;m really hoping this won&#8217;t kill my organic search revenue!</p>
<p>If anyone has feedback, I&#8217;d be really happy to hear it!</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://blog.akawebdesign.com/index.php/feed/" title="RSS"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F05%2F08%2Fwhyilovechicagocom-update%2F&amp;t=WhyILoveChicago.com%20Update" title="Facebook"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F05%2F08%2Fwhyilovechicagocom-update%2F&amp;title=WhyILoveChicago.com%20Update" title="StumbleUpon"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F05%2F08%2Fwhyilovechicagocom-update%2F&amp;title=WhyILoveChicago.com%20Update&amp;bodytext=Over%20the%20past%20week%2C%20I%27ve%20spent%20some%20time%20updating%20WhyILoveChicago.com%20with%20a%20much-needed%20facelift.%0D%0A%0D%0AFor%20starters%2C%20the%20site%20is%20now%20coded%20in%20.NET%21%0D%0A%0D%0AI%20also%20made%20the%20template%20much%20wider%20than%20before%2C%20and%20started%20promoting%20the%20various%20parntnerships%20I%27v" title="Digg"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F05%2F08%2Fwhyilovechicagocom-update%2F" title="Sphinn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F05%2F08%2Fwhyilovechicagocom-update%2F&amp;title=WhyILoveChicago.com%20Update&amp;notes=Over%20the%20past%20week%2C%20I%27ve%20spent%20some%20time%20updating%20WhyILoveChicago.com%20with%20a%20much-needed%20facelift.%0D%0A%0D%0AFor%20starters%2C%20the%20site%20is%20now%20coded%20in%20.NET%21%0D%0A%0D%0AI%20also%20made%20the%20template%20much%20wider%20than%20before%2C%20and%20started%20promoting%20the%20various%20parntnerships%20I%27v" title="del.icio.us"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F05%2F08%2Fwhyilovechicagocom-update%2F" title="Technorati"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F05%2F08%2Fwhyilovechicagocom-update%2F&amp;title=WhyILoveChicago.com%20Update" title="Reddit"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F05%2F08%2Fwhyilovechicagocom-update%2F&amp;title=WhyILoveChicago.com%20Update&amp;source=aKa+Web+Design+...how+a+nerd+sees+the+world-wide-web.&amp;summary=Over%20the%20past%20week%2C%20I%27ve%20spent%20some%20time%20updating%20WhyILoveChicago.com%20with%20a%20much-needed%20facelift.%0D%0A%0D%0AFor%20starters%2C%20the%20site%20is%20now%20coded%20in%20.NET%21%0D%0A%0D%0AI%20also%20made%20the%20template%20much%20wider%20than%20before%2C%20and%20started%20promoting%20the%20various%20parntnerships%20I%27v" title="LinkedIn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=WhyILoveChicago.com%20Update%20-%20http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F05%2F08%2Fwhyilovechicagocom-update%2F" title="Twitter"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F05%2F08%2Fwhyilovechicagocom-update%2F&amp;submitHeadline=WhyILoveChicago.com%20Update&amp;submitSummary=Over%20the%20past%20week%2C%20I%27ve%20spent%20some%20time%20updating%20WhyILoveChicago.com%20with%20a%20much-needed%20facelift.%0D%0A%0D%0AFor%20starters%2C%20the%20site%20is%20now%20coded%20in%20.NET%21%0D%0A%0D%0AI%20also%20made%20the%20template%20much%20wider%20than%20before%2C%20and%20started%20promoting%20the%20various%20parntnerships%20I%27v&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.akawebdesign.com/index.php/2009/05/08/whyilovechicagocom-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJS and Script#</title>
		<link>http://blog.akawebdesign.com/index.php/2009/03/02/extjs-and-script/</link>
		<comments>http://blog.akawebdesign.com/index.php/2009/03/02/extjs-and-script/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 14:53:26 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=36</guid>
		<description><![CDATA[Over the past few weeks, I&#8217;ve come to the realization that trying to organize more than 10,000 lines of JavaScript code is just a silly idea&#8230; and by &#8220;silly&#8221; I mean really ridiculously painful.
I&#8217;ve been building a highly complicated software solution over the past six months at my office, and our UI is built entirely [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few weeks, I&#8217;ve come to the realization that trying to organize more than 10,000 lines of JavaScript code is just a silly idea&#8230; and by &#8220;silly&#8221; I mean really ridiculously painful.</p>
<p>I&#8217;ve been building a highly complicated software solution over the past six months at my office, and our UI is built entirely on the ExtJS framework (hooray for AJAX!). The solution runs on SQL Server, and the backend is written in C#.</p>
<p>Since our team of developers uses Visual Studio for our IDE, I thought it would be awesome to find a tool which might allow me to more easily organize and document the UI code. Visual Studio handles C# documentation and unit testing as part of the build process (compile-time) &#8212; a task which completely ignores anything to do with JavaScript (runtime).</p>
<p>After searching Google for a day or so, I stumbled across some cool C# extensions: <a href="http://projects.nikhilk.net/ScriptSharp" target="_blank">Script#</a> and <a href="http://code.google.com/p/extsharp/" target="_blank">Ext#</a>.</p>
<p>Script# basically allows the developer to write C# classes which are compiled into a JavaScript file for execution in the UI. Since the classes are written in C#, you get the added benefit of easy documentation and the abilty to write unit tests.</p>
<p>Ext# a project that attempts to translate the ExtJS libraries into Script#. According to their site, they&#8217;re up to version 2.1 (current ExtJS version is 2.2).</p>
<p>What did I find?</p>
<ol>
<li>Script# is not well documented. It was a pain in the arse to get working, and has errors in Firefox.</li>
<li>Ext# is a great idea&#8230; but with Script# being a pain and not widely supported, I can&#8217;t trust it.</li>
</ol>
<p>Despite my initial feelings on Script#, I would be using it IF the MVC platform worked with it. MVC is incompatible with the way Script# renders its JavaScript code at runtime, which sucks as our software solution is based on MVC.</p>
<p>Back to the drawing board&#8230;</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://blog.akawebdesign.com/index.php/feed/" title="RSS"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F03%2F02%2Fextjs-and-script%2F&amp;t=ExtJS%20and%20Script%23" title="Facebook"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F03%2F02%2Fextjs-and-script%2F&amp;title=ExtJS%20and%20Script%23" title="StumbleUpon"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F03%2F02%2Fextjs-and-script%2F&amp;title=ExtJS%20and%20Script%23&amp;bodytext=Over%20the%20past%20few%20weeks%2C%20I%27ve%20come%20to%20the%20realization%20that%20trying%20to%20organize%20more%20than%2010%2C000%20lines%20of%20JavaScript%20code%20is%20just%20a%20silly%20idea...%20and%20by%20%22silly%22%20I%20mean%20really%20ridiculously%20painful.%0D%0A%0D%0AI%27ve%20been%20building%20a%20highly%20complicated%20software%20sol" title="Digg"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F03%2F02%2Fextjs-and-script%2F" title="Sphinn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F03%2F02%2Fextjs-and-script%2F&amp;title=ExtJS%20and%20Script%23&amp;notes=Over%20the%20past%20few%20weeks%2C%20I%27ve%20come%20to%20the%20realization%20that%20trying%20to%20organize%20more%20than%2010%2C000%20lines%20of%20JavaScript%20code%20is%20just%20a%20silly%20idea...%20and%20by%20%22silly%22%20I%20mean%20really%20ridiculously%20painful.%0D%0A%0D%0AI%27ve%20been%20building%20a%20highly%20complicated%20software%20sol" title="del.icio.us"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F03%2F02%2Fextjs-and-script%2F" title="Technorati"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F03%2F02%2Fextjs-and-script%2F&amp;title=ExtJS%20and%20Script%23" title="Reddit"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F03%2F02%2Fextjs-and-script%2F&amp;title=ExtJS%20and%20Script%23&amp;source=aKa+Web+Design+...how+a+nerd+sees+the+world-wide-web.&amp;summary=Over%20the%20past%20few%20weeks%2C%20I%27ve%20come%20to%20the%20realization%20that%20trying%20to%20organize%20more%20than%2010%2C000%20lines%20of%20JavaScript%20code%20is%20just%20a%20silly%20idea...%20and%20by%20%22silly%22%20I%20mean%20really%20ridiculously%20painful.%0D%0A%0D%0AI%27ve%20been%20building%20a%20highly%20complicated%20software%20sol" title="LinkedIn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=ExtJS%20and%20Script%23%20-%20http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F03%2F02%2Fextjs-and-script%2F" title="Twitter"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F03%2F02%2Fextjs-and-script%2F&amp;submitHeadline=ExtJS%20and%20Script%23&amp;submitSummary=Over%20the%20past%20few%20weeks%2C%20I%27ve%20come%20to%20the%20realization%20that%20trying%20to%20organize%20more%20than%2010%2C000%20lines%20of%20JavaScript%20code%20is%20just%20a%20silly%20idea...%20and%20by%20%22silly%22%20I%20mean%20really%20ridiculously%20painful.%0D%0A%0D%0AI%27ve%20been%20building%20a%20highly%20complicated%20software%20sol&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.akawebdesign.com/index.php/2009/03/02/extjs-and-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Blogger API Tutorial</title>
		<link>http://blog.akawebdesign.com/index.php/2009/01/29/net-blogger-api-tutorial/</link>
		<comments>http://blog.akawebdesign.com/index.php/2009/01/29/net-blogger-api-tutorial/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 16:48:00 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/index.php/2009/01/29/net-blogger-api-tutorial/</guid>
		<description><![CDATA[Yesterday, I found a cool .NET API offered by Google. The Blogger Developer&#8217;s Guide for .NET is a cool way to dynamically link your Blogger posts within your own website.
I was a bit frustrated by the documentation (both on the website and within the .NET-generated docs included with their code), so I have decided to [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I found a cool .NET API offered by Google. The <a href="http://code.google.com/apis/blogger/docs/2.0/developers_guide_dotnet.html" target="_blank">Blogger Developer&#8217;s Guide for .NET</a> is a cool way to dynamically link your Blogger posts within your own website.</p>
<p>I was a bit frustrated by the documentation (both on the website and within the .NET-generated docs included with their code), so I have decided to write my own tutorial.</p>
<h3>Requirements</h3>
<ul>
<li>You need to know .NET (either C# or VB.NET)</li>
<li>You need to be using some version of Visual Studio. I used Visual Web Developer (Express)</li>
</ul>
<h3>Step One</h3>
<p>First, you&#8217;re going to need to download and install the API code. Visit <a href="http://code.google.com/p/google-gdata/downloads/list" target="_blank">this page</a> and download the MSI file. Save and run the file.</p>
<h3>Step Two</h3>
<p>Next, open your website (or application, etc) in Visual Studio. Pick a page where you want your blog posts to display, and paste the following code into the ASPX page (not the code-behind file).</p>
<pre>
&lt;div id="blogger" runat="server" /&gt;
</pre>
<h3>Step Three</h3>
<p>In order to use the Google API libraries, we need to include them in our application. Under <strong>Website &#8211; Add Reference</strong>, click the <strong>Browse</strong> tab and navigate to <strong>C:\Program Files\Google\Google Data API SDK\Redist\</strong> and include the files <strong>Google.GData.Client.dll</strong> and <strong>Google.GData.Extensions.dll</strong>. You&#8217;ll notice that these files are now added to your <em>\Bin\</em> folder.</p>
<p>Note: Be sure to upload the <em>\Bin\</em> directory when you post the code to your web server.</p>
<h3>Step Four</h3>
<p>After you&#8217;ve created the above HTML element (a DIV tag), open the code-behind file. We&#8217;re going to add the following code (VB.NET) so we have access to the libraries we need:</p>
<pre>
Imports Google.GData.Client
Imports System.Net
Imports System.Xml
Imports System.IO
Imports System.Text.RegularExpressions
</pre>
<h3>Step Five</h3>
<p>Finally, we&#8217;re going to add the following code to actually do the work for us:</p>
<pre>
   Sub Page_Load() Handles Me.Load

       Dim bloggerHtml As String = ""

       Try
           Dim feedQuery As FeedQuery = New FeedQuery

           Dim blogId As String = "0000000000000000000"
           feedQuery.Uri = New Uri("http://www.blogger.com/feeds/" + blogId + "/posts/default")
           feedQuery.NumberToRetrieve = 5

           Dim googleService As Service = New Service("blogger", "XXXXXXXXXX")
           Dim atomFeed As AtomFeed = googleService.Query(feedQuery)

           Try
               bloggerHtml += "&lt;ul&gt;"

               Dim entry As AtomEntry

               For Each entry In atomFeed.Entries
                   bloggerHtml += "&lt;li&gt;&lt;a href='" &amp; _
                       entry.AlternateUri.ToString &amp; _
                       "' target='_blank'&gt;" &amp; entry.Title.Text &amp; _
                       "&lt;/a&gt;&lt;/li&gt;"
               Next

               bloggerHtml += "&lt;/ul&gt;"

           Catch feedEx As Exception
               bloggerHtml = "&lt;p&gt;An error occurred while retrieving the Atom Feed from Blogger.&lt;/p&gt;"
           End Try

       Catch ex As Exception
           bloggerHtml = "&lt;p&gt;&lt;strong&gt;Problem with Blogger API: &lt;/strong&gt;" &amp; ex.Message &amp; "&lt;/p&gt;"
       End Try

       blogger.InnerHtml = bloggerHtml

   End Sub
</pre>
<p>This function will run as the page loads, and place HTML code inside of the DIV tag (id=&#8221;blogger&#8221;) we created in step two.</p>
<p>Be sure to replace the blogId variable (&#8220;0000000000000000000&#8243;) with your own Blogger id. You can find this by looking at the source code of your blog &#8212; it&#8217;s used in several of the first lines. You should also replace the &#8220;XXXXXXXXXX&#8221; with the name of your company/website/project. Honestly, I don&#8217;t know if it really matters what you put in this string&#8230; the documentation was sketchy on the details.</p>
<p>Your website should now display the last 5 blog posts from your Blogger account!</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://blog.akawebdesign.com/index.php/feed/" title="RSS"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F29%2Fnet-blogger-api-tutorial%2F&amp;t=.NET%20Blogger%20API%20Tutorial" title="Facebook"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F29%2Fnet-blogger-api-tutorial%2F&amp;title=.NET%20Blogger%20API%20Tutorial" title="StumbleUpon"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F29%2Fnet-blogger-api-tutorial%2F&amp;title=.NET%20Blogger%20API%20Tutorial&amp;bodytext=Yesterday%2C%20I%20found%20a%20cool%20.NET%20API%20offered%20by%20Google.%20The%20Blogger%20Developer%27s%20Guide%20for%20.NET%20is%20a%20cool%20way%20to%20dynamically%20link%20your%20Blogger%20posts%20within%20your%20own%20website.%0A%0AI%20was%20a%20bit%20frustrated%20by%20the%20documentation%20%28both%20on%20the%20website%20and%20within%20th" title="Digg"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F29%2Fnet-blogger-api-tutorial%2F" title="Sphinn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F29%2Fnet-blogger-api-tutorial%2F&amp;title=.NET%20Blogger%20API%20Tutorial&amp;notes=Yesterday%2C%20I%20found%20a%20cool%20.NET%20API%20offered%20by%20Google.%20The%20Blogger%20Developer%27s%20Guide%20for%20.NET%20is%20a%20cool%20way%20to%20dynamically%20link%20your%20Blogger%20posts%20within%20your%20own%20website.%0A%0AI%20was%20a%20bit%20frustrated%20by%20the%20documentation%20%28both%20on%20the%20website%20and%20within%20th" title="del.icio.us"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F29%2Fnet-blogger-api-tutorial%2F" title="Technorati"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F29%2Fnet-blogger-api-tutorial%2F&amp;title=.NET%20Blogger%20API%20Tutorial" title="Reddit"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F29%2Fnet-blogger-api-tutorial%2F&amp;title=.NET%20Blogger%20API%20Tutorial&amp;source=aKa+Web+Design+...how+a+nerd+sees+the+world-wide-web.&amp;summary=Yesterday%2C%20I%20found%20a%20cool%20.NET%20API%20offered%20by%20Google.%20The%20Blogger%20Developer%27s%20Guide%20for%20.NET%20is%20a%20cool%20way%20to%20dynamically%20link%20your%20Blogger%20posts%20within%20your%20own%20website.%0A%0AI%20was%20a%20bit%20frustrated%20by%20the%20documentation%20%28both%20on%20the%20website%20and%20within%20th" title="LinkedIn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=.NET%20Blogger%20API%20Tutorial%20-%20http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F29%2Fnet-blogger-api-tutorial%2F" title="Twitter"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F29%2Fnet-blogger-api-tutorial%2F&amp;submitHeadline=.NET%20Blogger%20API%20Tutorial&amp;submitSummary=Yesterday%2C%20I%20found%20a%20cool%20.NET%20API%20offered%20by%20Google.%20The%20Blogger%20Developer%27s%20Guide%20for%20.NET%20is%20a%20cool%20way%20to%20dynamically%20link%20your%20Blogger%20posts%20within%20your%20own%20website.%0A%0AI%20was%20a%20bit%20frustrated%20by%20the%20documentation%20%28both%20on%20the%20website%20and%20within%20th&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.akawebdesign.com/index.php/2009/01/29/net-blogger-api-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome N-Tier Tutorial in .NET</title>
		<link>http://blog.akawebdesign.com/index.php/2009/01/20/awesome-n-tier-tutorial-in-net/</link>
		<comments>http://blog.akawebdesign.com/index.php/2009/01/20/awesome-n-tier-tutorial-in-net/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 21:29:00 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/index.php/2009/01/20/awesome-n-tier-tutorial-in-net/</guid>
		<description><![CDATA[I was poking around today to see if I could find a good tutorial which highlights N-tier programming in .NET. I found a really good series of tutorials written by Imar Spaanjaars which I think anyone interested in the subject should read.
The tutorials are well-written, complete with download-able source code, and (most importantly) easy to [...]]]></description>
			<content:encoded><![CDATA[<p>I was poking around today to see if I could find a good tutorial which highlights N-tier programming in .NET. I found a <a href="http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=476">really good series of tutorials</a> written by Imar Spaanjaars which I think anyone interested in the subject should read.</p>
<p>The tutorials are well-written, complete with download-able source code, and (most importantly) easy to follow.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://blog.akawebdesign.com/index.php/feed/" title="RSS"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F20%2Fawesome-n-tier-tutorial-in-net%2F&amp;t=Awesome%20N-Tier%20Tutorial%20in%20.NET" title="Facebook"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F20%2Fawesome-n-tier-tutorial-in-net%2F&amp;title=Awesome%20N-Tier%20Tutorial%20in%20.NET" title="StumbleUpon"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F20%2Fawesome-n-tier-tutorial-in-net%2F&amp;title=Awesome%20N-Tier%20Tutorial%20in%20.NET&amp;bodytext=I%20was%20poking%20around%20today%20to%20see%20if%20I%20could%20find%20a%20good%20tutorial%20which%20highlights%20N-tier%20programming%20in%20.NET.%20I%20found%20a%20really%20good%20series%20of%20tutorials%20written%20by%20Imar%20Spaanjaars%20which%20I%20think%20anyone%20interested%20in%20the%20subject%20should%20read.%0A%0AThe%20tutori" title="Digg"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F20%2Fawesome-n-tier-tutorial-in-net%2F" title="Sphinn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F20%2Fawesome-n-tier-tutorial-in-net%2F&amp;title=Awesome%20N-Tier%20Tutorial%20in%20.NET&amp;notes=I%20was%20poking%20around%20today%20to%20see%20if%20I%20could%20find%20a%20good%20tutorial%20which%20highlights%20N-tier%20programming%20in%20.NET.%20I%20found%20a%20really%20good%20series%20of%20tutorials%20written%20by%20Imar%20Spaanjaars%20which%20I%20think%20anyone%20interested%20in%20the%20subject%20should%20read.%0A%0AThe%20tutori" title="del.icio.us"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F20%2Fawesome-n-tier-tutorial-in-net%2F" title="Technorati"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F20%2Fawesome-n-tier-tutorial-in-net%2F&amp;title=Awesome%20N-Tier%20Tutorial%20in%20.NET" title="Reddit"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F20%2Fawesome-n-tier-tutorial-in-net%2F&amp;title=Awesome%20N-Tier%20Tutorial%20in%20.NET&amp;source=aKa+Web+Design+...how+a+nerd+sees+the+world-wide-web.&amp;summary=I%20was%20poking%20around%20today%20to%20see%20if%20I%20could%20find%20a%20good%20tutorial%20which%20highlights%20N-tier%20programming%20in%20.NET.%20I%20found%20a%20really%20good%20series%20of%20tutorials%20written%20by%20Imar%20Spaanjaars%20which%20I%20think%20anyone%20interested%20in%20the%20subject%20should%20read.%0A%0AThe%20tutori" title="LinkedIn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Awesome%20N-Tier%20Tutorial%20in%20.NET%20-%20http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F20%2Fawesome-n-tier-tutorial-in-net%2F" title="Twitter"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2009%2F01%2F20%2Fawesome-n-tier-tutorial-in-net%2F&amp;submitHeadline=Awesome%20N-Tier%20Tutorial%20in%20.NET&amp;submitSummary=I%20was%20poking%20around%20today%20to%20see%20if%20I%20could%20find%20a%20good%20tutorial%20which%20highlights%20N-tier%20programming%20in%20.NET.%20I%20found%20a%20really%20good%20series%20of%20tutorials%20written%20by%20Imar%20Spaanjaars%20which%20I%20think%20anyone%20interested%20in%20the%20subject%20should%20read.%0A%0AThe%20tutori&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.akawebdesign.com/index.php/2009/01/20/awesome-n-tier-tutorial-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Version of Visual Studio</title>
		<link>http://blog.akawebdesign.com/index.php/2008/12/15/free-version-of-visual-studio/</link>
		<comments>http://blog.akawebdesign.com/index.php/2008/12/15/free-version-of-visual-studio/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 15:13:00 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/index.php/2008/12/15/free-version-of-visual-studio/</guid>
		<description><![CDATA[A little more than 3 months ago I downloaded the 90-day free trial of Microsoft Visual Studio so that I could start fooling around with both .NET and Silverlight. I have to say that I am a big fan of Visual Studio, though I&#8217;m certainly not a fan of its high price tag to buy [...]]]></description>
			<content:encoded><![CDATA[<p>A little more than 3 months ago I downloaded the 90-day free trial of Microsoft Visual Studio so that I could start fooling around with both .NET and Silverlight. I have to say that I am a big fan of Visual Studio, though I&#8217;m certainly not a fan of its high price tag to buy a licensed copy.</p>
<p>Last week, I opened Visual Studio and was warned that my trial would expire in 4 days. I&#8217;m not done working on a Silverlight tutorial, so I was a little frightened that VS would kick me out&#8230; and I decided to just leave the application open and running.</p>
<p>More than a week later, Visual Studio still hasn&#8217;t kicked me out.</p>
<p>Now, since I&#8217;m really only using VS to test Silverlight I&#8217;m not terribly worried about breaking any user-agreement which might be part of the 90-day trial. Plus, I&#8217;m not using it in a corporate environment.</p>
<p>The bottom line is this: Microsoft dropped the ball here. While it happens to work out to my advantage, you&#8217;d think they would know how to properly program a trial version of their flagship software product.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://blog.akawebdesign.com/index.php/feed/" title="RSS"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F15%2Ffree-version-of-visual-studio%2F&amp;t=Free%20Version%20of%20Visual%20Studio" title="Facebook"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F15%2Ffree-version-of-visual-studio%2F&amp;title=Free%20Version%20of%20Visual%20Studio" title="StumbleUpon"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F15%2Ffree-version-of-visual-studio%2F&amp;title=Free%20Version%20of%20Visual%20Studio&amp;bodytext=A%20little%20more%20than%203%20months%20ago%20I%20downloaded%20the%2090-day%20free%20trial%20of%20Microsoft%20Visual%20Studio%20so%20that%20I%20could%20start%20fooling%20around%20with%20both%20.NET%20and%20Silverlight.%20I%20have%20to%20say%20that%20I%20am%20a%20big%20fan%20of%20Visual%20Studio%2C%20though%20I%27m%20certainly%20not%20a%20fan%20of%20i" title="Digg"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F15%2Ffree-version-of-visual-studio%2F" title="Sphinn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F15%2Ffree-version-of-visual-studio%2F&amp;title=Free%20Version%20of%20Visual%20Studio&amp;notes=A%20little%20more%20than%203%20months%20ago%20I%20downloaded%20the%2090-day%20free%20trial%20of%20Microsoft%20Visual%20Studio%20so%20that%20I%20could%20start%20fooling%20around%20with%20both%20.NET%20and%20Silverlight.%20I%20have%20to%20say%20that%20I%20am%20a%20big%20fan%20of%20Visual%20Studio%2C%20though%20I%27m%20certainly%20not%20a%20fan%20of%20i" title="del.icio.us"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F15%2Ffree-version-of-visual-studio%2F" title="Technorati"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F15%2Ffree-version-of-visual-studio%2F&amp;title=Free%20Version%20of%20Visual%20Studio" title="Reddit"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F15%2Ffree-version-of-visual-studio%2F&amp;title=Free%20Version%20of%20Visual%20Studio&amp;source=aKa+Web+Design+...how+a+nerd+sees+the+world-wide-web.&amp;summary=A%20little%20more%20than%203%20months%20ago%20I%20downloaded%20the%2090-day%20free%20trial%20of%20Microsoft%20Visual%20Studio%20so%20that%20I%20could%20start%20fooling%20around%20with%20both%20.NET%20and%20Silverlight.%20I%20have%20to%20say%20that%20I%20am%20a%20big%20fan%20of%20Visual%20Studio%2C%20though%20I%27m%20certainly%20not%20a%20fan%20of%20i" title="LinkedIn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Free%20Version%20of%20Visual%20Studio%20-%20http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F15%2Ffree-version-of-visual-studio%2F" title="Twitter"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F15%2Ffree-version-of-visual-studio%2F&amp;submitHeadline=Free%20Version%20of%20Visual%20Studio&amp;submitSummary=A%20little%20more%20than%203%20months%20ago%20I%20downloaded%20the%2090-day%20free%20trial%20of%20Microsoft%20Visual%20Studio%20so%20that%20I%20could%20start%20fooling%20around%20with%20both%20.NET%20and%20Silverlight.%20I%20have%20to%20say%20that%20I%20am%20a%20big%20fan%20of%20Visual%20Studio%2C%20though%20I%27m%20certainly%20not%20a%20fan%20of%20i&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.akawebdesign.com/index.php/2008/12/15/free-version-of-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating an email in VB.NET</title>
		<link>http://blog.akawebdesign.com/index.php/2008/12/09/generating-an-email-in-vbnet/</link>
		<comments>http://blog.akawebdesign.com/index.php/2008/12/09/generating-an-email-in-vbnet/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 04:59:00 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/index.php/2008/12/09/generating-an-email-in-vbnet/</guid>
		<description><![CDATA[So I&#8217;ve been fooling around lately with .NET, and I have decided that I&#8217;m going to redesign my website (or at least create a sub-domain) in .NET as an exercise in developing my skills. I&#8217;ll be using Visual Web Developer&#8230; mainly because I don&#8217;t want to pay for Visual Studio  
Since one of the [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been fooling around lately with .NET, and I have decided that I&#8217;m going to redesign my website (or at least create a sub-domain) in .NET as an exercise in developing my skills. I&#8217;ll be using Visual Web Developer&#8230; mainly because I don&#8217;t want to pay for Visual Studio <img src='http://blog.akawebdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Since one of the more important parts of the site is the &#8220;Contact Me&#8221; form, I decided that starting on that part would really be a good example for learning VB.NET.</p>
<p>My current website uses Classic ASP (with VB Script) to generate an email&#8230; so how hard could using VB.NET to send an SMTP email really be?</p>
<p>&#8230;apparently really hard, particularly since I&#8217;m new.</p>
<p>After searching Google for a bit, I stumbled across <a href="http://www.mikepope.com/blog/DisplayBlog.aspx?permalink=1251&amp;count=no">this blog</a> by Mike Pope. This turned out to be my best friend, although his code didn&#8217;t exactly work out-of-the-box. With a few modifications, I had this working in about an hour &#8212; not exactly bad for my first VB.NET page!</p>
<p>Here&#8217;s what I came up with. I pass the page a handful of variables via a POST operation.</p>
<pre>
Partial Class contactpage
    Inherits System.Web.UI.Page

    Protected Sub contactpage_load() Handles Me.Load

        Dim email As New System.Net.Mail.MailAddress(Request("Email"))

        Dim Fname As New String(Request("Firstname"))
        Dim Lname As New String(Request("Lastname"))
        Dim phone As New String(Request("Phone"))
        Dim comments As New String(Request("Comments"))

        Response.Expires = -1
        Response.ContentType = "text/plain"

        ' ======================
        ' Send Email to visitor
        '=======================
        Dim visitorSubj As String = "Thank you for contacting aKa Web Design"

        visitorBody += "Thank you for contacting aKa Web Design!"

        Dim noReplyAddress As New System.Net.Mail.MailAddress("AN EMAIL ADDRESS HERE")

        SendMail(noReplyAddress, _
                 email, _
                 visitorSubj, _
                 visitorBody)

        ' **********************
        ' send message to admin
        ' **********************
        Dim sendMessage As String = "Some message here"

        Dim akaWebAddress As New System.Net.Mail.MailAddress("AN EMAIL ADDRESS HERE")

        SendMail(email, _
                 akaWebAddress, _
                 "Contact aKa Web Design", _
                 sendMessage)

    End Sub

    Protected Sub SendMail(ByVal strFrom As System.Net.Mail.MailAddress, _
                               ByVal strTo As System.Net.Mail.MailAddress, _
                               ByVal strSubj As String, _
                               ByVal strMsg As String)

        Dim mailMessage As New System.Net.Mail.MailMessage(strFrom, strTo)
        mailMessage.Subject = strSubj
        mailMessage.Body = strMsg
        mailMessage.IsBodyHtml = True

        Dim mailSender As New System.Net.Mail.SmtpClient()

        mailSender.Host = "YOUR OUTGOING SMTP SERVER HERE"

        mailSender.Port = 25 'YOUR PORT MIGHT BE DIFFERENT

        mailSender.Credentials = New Net.NetworkCredential("YOUR USERNAME", "YOUR PASSWORD")

        Try
            mailSender.Send(mailMessage)
            Response.Write("Message sent!")
        Catch ex As Exception
            Response.Write(ex.Message)
        End Try

    End Sub

End Class
</pre>
<p>I&#8217;m happy I finally got it working! My biggest problem was trying to figure out my outgoing SMTP port (I used a shared-hosting account).</p>
<p>I hope this helps someone! Stay tuned for the redesign, coming soon!</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://blog.akawebdesign.com/index.php/feed/" title="RSS"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F09%2Fgenerating-an-email-in-vbnet%2F&amp;t=Generating%20an%20email%20in%20VB.NET" title="Facebook"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F09%2Fgenerating-an-email-in-vbnet%2F&amp;title=Generating%20an%20email%20in%20VB.NET" title="StumbleUpon"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F09%2Fgenerating-an-email-in-vbnet%2F&amp;title=Generating%20an%20email%20in%20VB.NET&amp;bodytext=So%20I%27ve%20been%20fooling%20around%20lately%20with%20.NET%2C%20and%20I%20have%20decided%20that%20I%27m%20going%20to%20redesign%20my%20website%20%28or%20at%20least%20create%20a%20sub-domain%29%20in%20.NET%20as%20an%20exercise%20in%20developing%20my%20skills.%20I%27ll%20be%20using%20Visual%20Web%20Developer...%20mainly%20because%20I%20don%27t%20want" title="Digg"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F09%2Fgenerating-an-email-in-vbnet%2F" title="Sphinn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F09%2Fgenerating-an-email-in-vbnet%2F&amp;title=Generating%20an%20email%20in%20VB.NET&amp;notes=So%20I%27ve%20been%20fooling%20around%20lately%20with%20.NET%2C%20and%20I%20have%20decided%20that%20I%27m%20going%20to%20redesign%20my%20website%20%28or%20at%20least%20create%20a%20sub-domain%29%20in%20.NET%20as%20an%20exercise%20in%20developing%20my%20skills.%20I%27ll%20be%20using%20Visual%20Web%20Developer...%20mainly%20because%20I%20don%27t%20want" title="del.icio.us"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F09%2Fgenerating-an-email-in-vbnet%2F" title="Technorati"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F09%2Fgenerating-an-email-in-vbnet%2F&amp;title=Generating%20an%20email%20in%20VB.NET" title="Reddit"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F09%2Fgenerating-an-email-in-vbnet%2F&amp;title=Generating%20an%20email%20in%20VB.NET&amp;source=aKa+Web+Design+...how+a+nerd+sees+the+world-wide-web.&amp;summary=So%20I%27ve%20been%20fooling%20around%20lately%20with%20.NET%2C%20and%20I%20have%20decided%20that%20I%27m%20going%20to%20redesign%20my%20website%20%28or%20at%20least%20create%20a%20sub-domain%29%20in%20.NET%20as%20an%20exercise%20in%20developing%20my%20skills.%20I%27ll%20be%20using%20Visual%20Web%20Developer...%20mainly%20because%20I%20don%27t%20want" title="LinkedIn"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Generating%20an%20email%20in%20VB.NET%20-%20http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F09%2Fgenerating-an-email-in-vbnet%2F" title="Twitter"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.akawebdesign.com%2Findex.php%2F2008%2F12%2F09%2Fgenerating-an-email-in-vbnet%2F&amp;submitHeadline=Generating%20an%20email%20in%20VB.NET&amp;submitSummary=So%20I%27ve%20been%20fooling%20around%20lately%20with%20.NET%2C%20and%20I%20have%20decided%20that%20I%27m%20going%20to%20redesign%20my%20website%20%28or%20at%20least%20create%20a%20sub-domain%29%20in%20.NET%20as%20an%20exercise%20in%20developing%20my%20skills.%20I%27ll%20be%20using%20Visual%20Web%20Developer...%20mainly%20because%20I%20don%27t%20want&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.akawebdesign.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.akawebdesign.com/index.php/2008/12/09/generating-an-email-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
