<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress.com" -->
<rss version="0.92">
<channel>
	<title>Reflections on Software Development</title>
	<link>http://basgun.wordpress.com</link>
	<description>Personal Blog of Mustafa Basgun</description>
	<lastBuildDate>Sat, 07 Nov 2009 18:40:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Design Considerations for Mobile Development</title>
		<description><![CDATA[Decide if you will build a rich client, a thin Web client, or rich Internet application (RIA)
If your application requires local processing and must work in an occasionally connected scenario, consider designing a rich client. A rich client application will be more complex to install and maintain. If your application can depend on server processing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basgun.wordpress.com&blog=2398215&post=325&subd=basgun&ref=&feed=1" />]]></description>
		<link>http://basgun.wordpress.com/2009/11/07/design-considerations-for-mobile-development/</link>
			</item>
	<item>
		<title>Walkthroughs for WinMo Marketplace Registration and Submission</title>
		<description><![CDATA[

Posted in Mobile Experiences       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basgun.wordpress.com&blog=2398215&post=322&subd=basgun&ref=&feed=1" />]]></description>
		<link>http://basgun.wordpress.com/2009/08/27/walkthroughs-for-winmo-marketplace-registration-and-submission/</link>
			</item>
	<item>
		<title>How To Take Screenshots Of Windows Mobile Emulator</title>
		<description><![CDATA[Followings are the steps to take screenshots of your Windows Mobile emulator:
1. Start &#62; All Programs &#62; Visual Studio 2008 &#62; Remote Tools &#62; Remote Zoom In

2. In the &#8220;Remote Zoom In&#8221; tool, choose the appropriate emulator:

If this menu is not opened as default, go to Target &#62; Connect in &#8220;Remote Zoom In&#8221; tool.
3. Click [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basgun.wordpress.com&blog=2398215&post=318&subd=basgun&ref=&feed=1" />]]></description>
		<link>http://basgun.wordpress.com/2009/06/07/how-to-take-screenshots-of-windows-mobile-emulator/</link>
			</item>
	<item>
		<title>Getting Connection String From Web.Config Inside A DLL Code</title>
		<description><![CDATA[I have been working on creating some .NET dlls at work which would commonly be utilized by our web applications. And, one of the requirements was getting the connection string information from web.config file. Simply making the call by using the ConfigurationManager class wouldn&#8217;t work since it was giving some kind of compile time error [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basgun.wordpress.com&blog=2398215&post=299&subd=basgun&ref=&feed=1" />]]></description>
		<link>http://basgun.wordpress.com/2009/03/22/get-connection-string-from-web-config-inside-dll/</link>
			</item>
	<item>
		<title>Best Practices for Speeding Up Your Web Site</title>
		<description><![CDATA[There are tones of programming practices that I have been doing while developing an online application without even knowing or thinking about the technical reasons behind them; such as placing stylesheets at the top between the head tags, preferring CSS sprites to create menu items, utilizing &#60;link&#62; instead of @import, putting or linking the heavy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basgun.wordpress.com&blog=2398215&post=294&subd=basgun&ref=&feed=1" />]]></description>
		<link>http://basgun.wordpress.com/2009/02/12/best-practices-for-speeding-up-your-web-site/</link>
			</item>
	<item>
		<title>Here Comes Another Bubble v1.1 &#8211; Sit Back and Enjoy!</title>
		<description><![CDATA[
Posted in Miscellaneous, Personal       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basgun.wordpress.com&blog=2398215&post=286&subd=basgun&ref=&feed=1" />]]></description>
		<link>http://basgun.wordpress.com/2009/01/01/here-comes-another-bubble-the-richter-scales/</link>
			</item>
	<item>
		<title>Everything You May Want to Know About Azure Briefly</title>
		<description><![CDATA[Here are two introductory presentations by David Chou about Azure. They both give a great overview of Microsoft&#8217;s Cloud Computing platform.


Posted in Web Development       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basgun.wordpress.com&blog=2398215&post=275&subd=basgun&ref=&feed=1" />]]></description>
		<link>http://basgun.wordpress.com/2008/12/07/everything-you-may-want-to-know-about-azure-briefly/</link>
			</item>
	<item>
		<title>Want To Validate Username Availability Asynchronously?</title>
		<description><![CDATA[While I was reading my feed aggregator at the weekend, I was paid attention to the recent post from Encosia because of its title. Validating a username asynchronously would be a great functionality in almost every types of online registration scenarios. Right after reading the post, I downloaded the binary file from CodePlex and created [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basgun.wordpress.com&blog=2398215&post=251&subd=basgun&ref=&feed=1" />]]></description>
		<link>http://basgun.wordpress.com/2008/10/06/aspnet-username-availability-validator-asynchronous/</link>
			</item>
	<item>
		<title>Implementing New Virtual Earth Map Control in ASP.NET</title>
		<description><![CDATA[When the July 2008 CTP of Live Tools were released a few weeks ago, I was kind of impressed with the Map control. I finally had a chance yesterday to read more about it and develop my own simple testing page. You may need to download this CTP release first before reading the rest of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basgun.wordpress.com&blog=2398215&post=203&subd=basgun&ref=&feed=1" />]]></description>
		<link>http://basgun.wordpress.com/2008/08/15/virtual-earth-map-control-aspnet/</link>
			</item>
	<item>
		<title>Manual Sorting with ListView by Using Drag and Drop</title>
		<description><![CDATA[Introduction
I have been following Matt&#8217;s jQuery related posts, and trying to get myself familiar with this new library. While searching for tutorials about it, I accidentally found this great blog. Accident followed by another accident, I figured out that one of their JavaScript posts can be applicable to the ListView control in order to create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basgun.wordpress.com&blog=2398215&post=159&subd=basgun&ref=&feed=1" />]]></description>
		<link>http://basgun.wordpress.com/2008/06/30/manual-sorting-listview-drag-and-drop-javascript/</link>
			</item>
</channel>
</rss>