<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mukarram Mukhtar</title>
	<atom:link href="http://mukarrammukhtar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mukarrammukhtar.wordpress.com</link>
	<description>Integration of .NET Application with QuickBooks</description>
	<lastBuildDate>Fri, 27 Jan 2012 05:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mukarrammukhtar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mukarram Mukhtar</title>
		<link>http://mukarrammukhtar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mukarrammukhtar.wordpress.com/osd.xml" title="Mukarram Mukhtar" />
	<atom:link rel='hub' href='http://mukarrammukhtar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>WCF Service With LINQ In .NET</title>
		<link>http://mukarrammukhtar.wordpress.com/2011/10/09/wcf-service-with-linq-in-net/</link>
		<comments>http://mukarrammukhtar.wordpress.com/2011/10/09/wcf-service-with-linq-in-net/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 21:57:10 +0000</pubDate>
		<dc:creator>Mukarram Mukhtar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[WCF Web Service]]></category>

		<guid isPermaLink="false">http://mukarrammukhtar.wordpress.com/?p=690</guid>
		<description><![CDATA[LINQ and WCF were introduced by Microsoft with Visual Studio 2008. The two technologies, albeit have been in the market for a while now, nonetheless are still favorite of many project and development managers. In this article we’ll see how can these easy-to-implement, yet robust and sturdy technologies, be learnt and used in our daily [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=690&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>LINQ and WCF were introduced by Microsoft with Visual Studio 2008. The two technologies, albeit have been in the market for a while now, nonetheless are still favorite of many project and development managers. In this article we’ll see how can these easy-to-implement, yet robust and sturdy technologies, be learnt and used in our daily programming routine. As software development is trending towards Service Oriented Architecture, and with LINQ to SQL&#8217;s powerful syntax and approach, learning the two technologies will come in very handy for any software engineer. I personally feel that learning these two technologies makes our programming lives a lot easier. Having them on resume is just a bonus point <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>(<a title="LINQ with WCF in .NET" href="http://mukarrammukhtar.wordpress.com/linq-with-wcf-in-net/" target="_blank"><span style="text-decoration:underline;">more on this</span></a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mukarrammukhtar.wordpress.com/690/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mukarrammukhtar.wordpress.com/690/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mukarrammukhtar.wordpress.com/690/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mukarrammukhtar.wordpress.com/690/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mukarrammukhtar.wordpress.com/690/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mukarrammukhtar.wordpress.com/690/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mukarrammukhtar.wordpress.com/690/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mukarrammukhtar.wordpress.com/690/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mukarrammukhtar.wordpress.com/690/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mukarrammukhtar.wordpress.com/690/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mukarrammukhtar.wordpress.com/690/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mukarrammukhtar.wordpress.com/690/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mukarrammukhtar.wordpress.com/690/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mukarrammukhtar.wordpress.com/690/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=690&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mukarrammukhtar.wordpress.com/2011/10/09/wcf-service-with-linq-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d02accd3ea934ed7f2da65c31fa33d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mani</media:title>
		</media:content>
	</item>
		<item>
		<title>Image Enhancement And Contrast Enhancement in JAVA</title>
		<link>http://mukarrammukhtar.wordpress.com/2010/12/21/image-and-contrast-enhancement-in-java/</link>
		<comments>http://mukarrammukhtar.wordpress.com/2010/12/21/image-and-contrast-enhancement-in-java/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 16:18:46 +0000</pubDate>
		<dc:creator>Mukarram Mukhtar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Contrast Enhancement]]></category>
		<category><![CDATA[Image Enhancement]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Frame]]></category>
		<category><![CDATA[Java Swings]]></category>
		<category><![CDATA[JFrame]]></category>
		<category><![CDATA[JProgressBar]]></category>
		<category><![CDATA[JSlider]]></category>
		<category><![CDATA[Mukarram]]></category>
		<category><![CDATA[Mukarram Mukhtar]]></category>
		<category><![CDATA[Multi-Threading in Java]]></category>

		<guid isPermaLink="false">http://mukarrammukhtar.wordpress.com/?p=658</guid>
		<description><![CDATA[In this article I’ll explain what is Image Enhancement? What is contrast enhancement? What’s the difference between the two? How to achieve one or the other or both? For simplicity, we’ll operate only on black and white images with gray scale of 0 – 255, and images will only be in pgm format. But if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=658&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this article I’ll explain what is Image Enhancement? What is contrast enhancement? What’s the difference between the two? How to achieve one or the other or both? For simplicity, we’ll operate only on black and white images with gray scale of 0 – 255, and images will only be in pgm format. But if you understand the concept, then it can be expanded and applied on more complex formats as well e.g. RGB or CMYK etc. This article will probably be most useful for students and/or software developers who have to do some image processing work. However, other programmers can also try the code just for the sake of fun, because the results are so interesting and very easy to produce!</p>
<p>(<a title="Enhancing Image+Contrast" href="http://mukarrammukhtar.wordpress.com/image-and-contrast-enhancement/">more on this</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mukarrammukhtar.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mukarrammukhtar.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mukarrammukhtar.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mukarrammukhtar.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mukarrammukhtar.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mukarrammukhtar.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mukarrammukhtar.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mukarrammukhtar.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mukarrammukhtar.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mukarrammukhtar.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mukarrammukhtar.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mukarrammukhtar.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mukarrammukhtar.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mukarrammukhtar.wordpress.com/658/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=658&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mukarrammukhtar.wordpress.com/2010/12/21/image-and-contrast-enhancement-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d02accd3ea934ed7f2da65c31fa33d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mani</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Implement Single Sign On in .NET</title>
		<link>http://mukarrammukhtar.wordpress.com/2010/11/09/how-to-implement-single-sign-on-in-net/</link>
		<comments>http://mukarrammukhtar.wordpress.com/2010/11/09/how-to-implement-single-sign-on-in-net/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 20:23:43 +0000</pubDate>
		<dc:creator>Mukarram Mukhtar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Mukarram]]></category>
		<category><![CDATA[Mukarram Mukhtar]]></category>
		<category><![CDATA[SAML]]></category>
		<category><![CDATA[SAML Protocol]]></category>
		<category><![CDATA[Single Sign On]]></category>
		<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://mukarrammukhtar.wordpress.com/?p=618</guid>
		<description><![CDATA[If you are a .NET developer and have been tasked to implement Single Sign On (SSO) and you have absolutely no idea what the heck Single Sign On is, then this article is right for you. In this article I’ll explain what Single Sign On means; in what scenarios it is useful and how you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=618&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are a .NET developer and have been tasked to implement Single Sign On (SSO) and you have absolutely no idea what the heck Single Sign On is, then this article is right for you. In this article I’ll explain what Single Sign On means; in what scenarios it is useful and how you can implement it in .NET? To make life little easier and to avoid reinventing the wheel, I’ll use SAML protocol and Component Space’s class libraries to implement SSO. Enjoy reading…</p>
<p>(<a href="http://mukarrammukhtar.wordpress.com/single-sign-on-p-1/" target="_self">more on this</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mukarrammukhtar.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mukarrammukhtar.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mukarrammukhtar.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mukarrammukhtar.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mukarrammukhtar.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mukarrammukhtar.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mukarrammukhtar.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mukarrammukhtar.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mukarrammukhtar.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mukarrammukhtar.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mukarrammukhtar.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mukarrammukhtar.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mukarrammukhtar.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mukarrammukhtar.wordpress.com/618/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=618&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mukarrammukhtar.wordpress.com/2010/11/09/how-to-implement-single-sign-on-in-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d02accd3ea934ed7f2da65c31fa33d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mani</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Draw a Chess Board in JAVA</title>
		<link>http://mukarrammukhtar.wordpress.com/2010/10/01/how-to-draw-a-chess-board-in-java/</link>
		<comments>http://mukarrammukhtar.wordpress.com/2010/10/01/how-to-draw-a-chess-board-in-java/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 18:08:10 +0000</pubDate>
		<dc:creator>Mukarram Mukhtar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mukarram]]></category>
		<category><![CDATA[Mukarram Mukhtar]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Chess Board]]></category>
		<category><![CDATA[Draw Chess Board in Java]]></category>
		<category><![CDATA[Chessboard]]></category>
		<category><![CDATA[Java Swings]]></category>
		<category><![CDATA[Java Frame]]></category>

		<guid isPermaLink="false">http://mukarrammukhtar.wordpress.com/?p=590</guid>
		<description><![CDATA[This post is for beginner Java developers, if you are one, keep on reading, otherwise you can skip. So if you are up to developing a chess game in Java then this article might give you a little bit head start. In this article you’ll see how easy it is to set the basic UI [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=590&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is for beginner Java developers, if you are one, keep on reading, otherwise you can skip. So if you are up to developing a chess game in Java then this article might give you a little bit head start. In this article you’ll see how easy it is to set the basic UI of a chess application in Java. Not only will you learn how to draw a chess board but also how set pieces and handle their moves. The application I’m posting here is an excerpt of what I made as my semester project. The complete application was made by a team of 4 developers and had some advanced features like playing chess with other players over the internet, chatting and etc. The code of original game will not be available; however you can get help from its mini-version that can be seen by selecting the following link:</p>
<p>(<a href="http://mukarrammukhtar.wordpress.com/chess-board-in-java/" target="_self">more on this</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mukarrammukhtar.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mukarrammukhtar.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mukarrammukhtar.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mukarrammukhtar.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mukarrammukhtar.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mukarrammukhtar.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mukarrammukhtar.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mukarrammukhtar.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mukarrammukhtar.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mukarrammukhtar.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mukarrammukhtar.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mukarrammukhtar.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mukarrammukhtar.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mukarrammukhtar.wordpress.com/590/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=590&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mukarrammukhtar.wordpress.com/2010/10/01/how-to-draw-a-chess-board-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d02accd3ea934ed7f2da65c31fa33d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mani</media:title>
		</media:content>
	</item>
		<item>
		<title>Implementation of RSA Cryptosystem in JAVA</title>
		<link>http://mukarrammukhtar.wordpress.com/2009/12/08/implementation-of-rsa-cryptosystem-in-java/</link>
		<comments>http://mukarrammukhtar.wordpress.com/2009/12/08/implementation-of-rsa-cryptosystem-in-java/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 19:59:01 +0000</pubDate>
		<dc:creator>Mukarram Mukhtar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[BigInteger]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mukarram]]></category>
		<category><![CDATA[Mukhtar Mukhtar]]></category>
		<category><![CDATA[Optimal Asymmetric Encryption Padding]]></category>
		<category><![CDATA[RSA Cryptosystem]]></category>

		<guid isPermaLink="false">http://mukarrammukhtar.wordpress.com/?p=539</guid>
		<description><![CDATA[In this article I’ll demonstrate how easy it is to implement the most popular asymmetric-key cryptosystem, RSA in Java language. RSA, named after its inventors Rivest, Shamir and Adleman, is basis of many modern encryption protocols e.g. SSL, PGP etc. The detailed explanation of how RSA works is beyond the scope of this article; nonetheless, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=539&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this article I’ll demonstrate how easy it is to implement the most popular asymmetric-key cryptosystem, RSA in Java language. RSA, named after its inventors Rivest, Shamir and Adleman, is basis of many modern encryption protocols e.g. SSL, PGP etc. The detailed explanation of how RSA works is beyond the scope of this article; nonetheless, you’ll find in this article practical implementation of RSA’s encryption and decryption algorithms. Moreover, you’ll also find, in its basic form, implementation of Optimal Asymmetric Encryption Padding (OAEP), which is an essential part of RSA (Thanks to Ojash Shrestha).</p>
<p>(<a href="http://mukarrammukhtar.wordpress.com/rsa-in-java/" target="_self">more on this</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mukarrammukhtar.wordpress.com/539/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mukarrammukhtar.wordpress.com/539/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mukarrammukhtar.wordpress.com/539/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mukarrammukhtar.wordpress.com/539/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mukarrammukhtar.wordpress.com/539/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mukarrammukhtar.wordpress.com/539/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mukarrammukhtar.wordpress.com/539/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mukarrammukhtar.wordpress.com/539/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mukarrammukhtar.wordpress.com/539/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mukarrammukhtar.wordpress.com/539/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mukarrammukhtar.wordpress.com/539/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mukarrammukhtar.wordpress.com/539/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mukarrammukhtar.wordpress.com/539/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mukarrammukhtar.wordpress.com/539/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=539&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mukarrammukhtar.wordpress.com/2009/12/08/implementation-of-rsa-cryptosystem-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d02accd3ea934ed7f2da65c31fa33d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mani</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Share Master Page Among Different .NET Web Applications</title>
		<link>http://mukarrammukhtar.wordpress.com/2009/10/13/how-to-share-master-page-among-different-net-web-applications/</link>
		<comments>http://mukarrammukhtar.wordpress.com/2009/10/13/how-to-share-master-page-among-different-net-web-applications/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 18:22:59 +0000</pubDate>
		<dc:creator>Mukarram Mukhtar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Creating Virtual Directories]]></category>
		<category><![CDATA[Master Page]]></category>
		<category><![CDATA[Mukarram]]></category>
		<category><![CDATA[Mukarram Mukhtar]]></category>
		<category><![CDATA[Precompile Code]]></category>
		<category><![CDATA[Re-Usable Code]]></category>
		<category><![CDATA[Sharing Master Page]]></category>
		<category><![CDATA[Virtual Directories]]></category>
		<category><![CDATA[VirtualFile]]></category>
		<category><![CDATA[VirtualPathProvider]]></category>

		<guid isPermaLink="false">http://mukarrammukhtar.wordpress.com/?p=451</guid>
		<description><![CDATA[If you want to create a Master page so that two or more web applications can share it, then this blog is written exactly for you. In this blog I&#8217;ll demonstrate how you can create a Master page and share it among different .NET web applications in such a way that every time you make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=451&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to create a Master page so that two or more web applications can share it, then this blog is written exactly for you. In this blog I&#8217;ll demonstrate how you can create a Master page and share it among different .NET web applications in such a way that every time you make any change in the Master page, either in HTML or in server side script, all the web applications sharing it, start reflecting those changes either automatically or with minimal tweeking e.g. updating references or dlls etc.</p>
<p>(<a href="http://mukarrammukhtar.wordpress.com/sharing-master-page-in-net/" target="_self">more on this</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mukarrammukhtar.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mukarrammukhtar.wordpress.com/451/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mukarrammukhtar.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mukarrammukhtar.wordpress.com/451/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mukarrammukhtar.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mukarrammukhtar.wordpress.com/451/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mukarrammukhtar.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mukarrammukhtar.wordpress.com/451/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mukarrammukhtar.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mukarrammukhtar.wordpress.com/451/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mukarrammukhtar.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mukarrammukhtar.wordpress.com/451/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mukarrammukhtar.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mukarrammukhtar.wordpress.com/451/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=451&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mukarrammukhtar.wordpress.com/2009/10/13/how-to-share-master-page-among-different-net-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d02accd3ea934ed7f2da65c31fa33d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mani</media:title>
		</media:content>
	</item>
		<item>
		<title>Pay Word Press To Stop Ads Coming on Your Blogs!</title>
		<link>http://mukarrammukhtar.wordpress.com/2009/07/27/pay-word-press-to-stop-ads-coming-on-your-blogs/</link>
		<comments>http://mukarrammukhtar.wordpress.com/2009/07/27/pay-word-press-to-stop-ads-coming-on-your-blogs/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 16:16:37 +0000</pubDate>
		<dc:creator>Mukarram Mukhtar</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Google Ads]]></category>
		<category><![CDATA[Google Ads on Blogs]]></category>

		<guid isPermaLink="false">http://mukarrammukhtar.wordpress.com/?p=419</guid>
		<description><![CDATA[An Open Letter to Word Press, on adding Google Ads on blogs without bloggers’ consent.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=419&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://mukarrammukhtar.wordpress.com/word-press-unscrupulous/">An Open Letter to Word Press, on adding Google Ads on blogs without bloggers’ consent.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mukarrammukhtar.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mukarrammukhtar.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mukarrammukhtar.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mukarrammukhtar.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mukarrammukhtar.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mukarrammukhtar.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mukarrammukhtar.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mukarrammukhtar.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mukarrammukhtar.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mukarrammukhtar.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mukarrammukhtar.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mukarrammukhtar.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mukarrammukhtar.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mukarrammukhtar.wordpress.com/419/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=419&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mukarrammukhtar.wordpress.com/2009/07/27/pay-word-press-to-stop-ads-coming-on-your-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d02accd3ea934ed7f2da65c31fa33d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mani</media:title>
		</media:content>
	</item>
		<item>
		<title>Integration of Quick Books with .NET (Reloaded)</title>
		<link>http://mukarrammukhtar.wordpress.com/2009/06/27/how-to-integrate-quick-books-with-net-reloaded/</link>
		<comments>http://mukarrammukhtar.wordpress.com/2009/06/27/how-to-integrate-quick-books-with-net-reloaded/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 17:10:20 +0000</pubDate>
		<dc:creator>Mukarram Mukhtar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET & Quickbooks]]></category>
		<category><![CDATA[Add data in QuickBooks]]></category>
		<category><![CDATA[Add Vendor in QuickBooks]]></category>
		<category><![CDATA[Integration of QuickBooks with .NET]]></category>
		<category><![CDATA[Mukarram]]></category>
		<category><![CDATA[QBFC 7.0]]></category>
		<category><![CDATA[QuickBooks]]></category>
		<category><![CDATA[Quickbooks with .NET]]></category>

		<guid isPermaLink="false">http://mukarrammukhtar.wordpress.com/?p=379</guid>
		<description><![CDATA[If you want to INSERT new data in Quick Books through a .NET application, this article is written for you, with a solid example of inserting QB Vendor, with lots of code snippets and screen shots. So don’t miss this article and it’s Part 1 too, if you have an assignment as a professional or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=379&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to INSERT new data in Quick Books through a .NET application, this article is written for you, with a solid example of inserting QB Vendor, with lots of code snippets and screen shots. So don’t miss this article and it’s <a href="http://mukarrammukhtar.wordpress.com/quickbooks-with-net/" target="_self">Part 1</a> too, if you have an assignment as a professional or as a student in your college course. And Yes, don’t forget to get FREE copy of its source code as well.</p>
<p><a href="http://mukarrammukhtar.wordpress.com/quickbooks-with-net-reloaded/" target="_self">(more on this&#8230;)</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mukarrammukhtar.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mukarrammukhtar.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mukarrammukhtar.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mukarrammukhtar.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mukarrammukhtar.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mukarrammukhtar.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mukarrammukhtar.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mukarrammukhtar.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mukarrammukhtar.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mukarrammukhtar.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mukarrammukhtar.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mukarrammukhtar.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mukarrammukhtar.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mukarrammukhtar.wordpress.com/379/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=379&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mukarrammukhtar.wordpress.com/2009/06/27/how-to-integrate-quick-books-with-net-reloaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d02accd3ea934ed7f2da65c31fa33d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mani</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Apply Security in .NET Web Applications</title>
		<link>http://mukarrammukhtar.wordpress.com/2009/06/17/how-to-apply-security-in-net-web-applications/</link>
		<comments>http://mukarrammukhtar.wordpress.com/2009/06/17/how-to-apply-security-in-net-web-applications/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 03:58:35 +0000</pubDate>
		<dc:creator>Mukarram Mukhtar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ASP.NET Configuration]]></category>
		<category><![CDATA[aspnet_regsql.exe]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Authentication Mode = Forms]]></category>
		<category><![CDATA[Authentication Mode = Windows]]></category>
		<category><![CDATA[Authentication Vs. Authorization]]></category>
		<category><![CDATA[Authorization]]></category>
		<category><![CDATA[How to Use aspnet_regsql.exe]]></category>
		<category><![CDATA[Web Application Security in .NET]]></category>

		<guid isPermaLink="false">http://mukarrammukhtar.wordpress.com/?p=289</guid>
		<description><![CDATA[This article is again for novice and intermediate level .NET programmers. In the article I’ll demonstrate, how programmers can implement security settings on their .NET web applications with minimal programming effort. The article is divided in two parts; part one deals with applying security on an intranet web application i.e., the one that runs on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=289&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This article is again for novice and intermediate level .NET programmers. In the article I’ll demonstrate, how programmers can implement security settings on their .NET web applications with minimal programming effort. The article is divided in two parts; part one deals with applying security on an intranet web application i.e., the one that runs on a local network and only authorized network users can access the application through LAN, WAN or VPN. Part two shows how to apply security on an internet web application i.e. the one which is globally available for users from all over the world. Click the following links and let’s see more details.</p>
<p>• For more info on security on <strong><em>intranet</em></strong>&nbsp;&nbsp;web applications, click <a href="http://mukarrammukhtar.wordpress.com/web-security-in-net-p1/" target="_self">here</a></p>
<p>• For more info on security on <strong><em>internet</em></strong>&nbsp;&nbsp;web applications, click <a href="http://mukarrammukhtar.wordpress.com/web-security-in-net-part-2/" target="_self">here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mukarrammukhtar.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mukarrammukhtar.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mukarrammukhtar.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mukarrammukhtar.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mukarrammukhtar.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mukarrammukhtar.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mukarrammukhtar.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mukarrammukhtar.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mukarrammukhtar.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mukarrammukhtar.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mukarrammukhtar.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mukarrammukhtar.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mukarrammukhtar.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mukarrammukhtar.wordpress.com/289/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=289&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mukarrammukhtar.wordpress.com/2009/06/17/how-to-apply-security-in-net-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d02accd3ea934ed7f2da65c31fa33d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mani</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Write an Application Architecture Design Document</title>
		<link>http://mukarrammukhtar.wordpress.com/2009/04/19/application-architecture-design/</link>
		<comments>http://mukarrammukhtar.wordpress.com/2009/04/19/application-architecture-design/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 17:10:20 +0000</pubDate>
		<dc:creator>Mukarram Mukhtar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Application Architecture Design]]></category>
		<category><![CDATA[Application Tiers]]></category>
		<category><![CDATA[Architecture Design]]></category>
		<category><![CDATA[Class Diagram]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Facade]]></category>
		<category><![CDATA[Facade Design Pattern]]></category>
		<category><![CDATA[Multi-Tier Application]]></category>
		<category><![CDATA[Multi-Tier Application Architecture]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Prototype Design Pattern]]></category>

		<guid isPermaLink="false">http://mukarrammukhtar.wordpress.com/?p=233</guid>
		<description><![CDATA[Are you a senior software engineer or an application architect who needs to design applications’ architecture and then create design documents, fancy enough to allure your non-technical clients or project manager and comprehensive enough to give your development team a good idea on how to get the development phase started? This article has been written [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=233&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A<span style="font-size:13pt;"><span style="font-size:13pt;"><span style="font-family:Times New Roman;">re you a senior software engineer or an application architect who needs to design applications’ architecture and then create design documents, fancy enough to allure your non-technical clients or project manager and comprehensive enough to give your development team a good idea on how to get the development phase started? This article has been written just to meet your needs.</span></span></span></p>
<p><span style="font-size:11pt;"><a href="http://mukarrammukhtar.wordpress.com/application-architecture-design/" target="_self">(more on this…)</a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mukarrammukhtar.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mukarrammukhtar.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mukarrammukhtar.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mukarrammukhtar.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mukarrammukhtar.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mukarrammukhtar.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mukarrammukhtar.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mukarrammukhtar.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mukarrammukhtar.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mukarrammukhtar.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mukarrammukhtar.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mukarrammukhtar.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mukarrammukhtar.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mukarrammukhtar.wordpress.com/233/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mukarrammukhtar.wordpress.com&amp;blog=4511404&amp;post=233&amp;subd=mukarrammukhtar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mukarrammukhtar.wordpress.com/2009/04/19/application-architecture-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d02accd3ea934ed7f2da65c31fa33d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mani</media:title>
		</media:content>
	</item>
	</channel>
</rss>
