<?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>Kartik Sehgal&#039;s Blog</title>
	<atom:link href="http://kartiksehgal.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kartiksehgal.wordpress.com</link>
	<description>Projects Consultant</description>
	<lastBuildDate>Wed, 09 Nov 2011 19:16:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kartiksehgal.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Kartik Sehgal&#039;s Blog</title>
		<link>http://kartiksehgal.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kartiksehgal.wordpress.com/osd.xml" title="Kartik Sehgal&#039;s Blog" />
	<atom:link rel='hub' href='http://kartiksehgal.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Key benefits of a domain-driven development model for Business Automation</title>
		<link>http://kartiksehgal.wordpress.com/2011/10/01/key-benefits-of-a-domain-driven-development-model-for-business-automation/</link>
		<comments>http://kartiksehgal.wordpress.com/2011/10/01/key-benefits-of-a-domain-driven-development-model-for-business-automation/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 13:53:14 +0000</pubDate>
		<dc:creator>kartiksehgal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[OOAD]]></category>
		<category><![CDATA[OOPS]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[business domain]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[ddd]]></category>
		<category><![CDATA[domain driven development]]></category>
		<category><![CDATA[entities]]></category>
		<category><![CDATA[strongly typed]]></category>

		<guid isPermaLink="false">http://kartiksehgal.wordpress.com/?p=103</guid>
		<description><![CDATA[Let me be honest upfront! I have a bias towards working on a domain-driven development model. Yes! I do mean customized, strongly typed entities and not .NET CLR types (typed datasets, datatables, etc). Yet for years, due to preexisting project infrastructure and libraries I have had to develop and enhance software that follow a loosely [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=103&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let me be honest upfront! I have a bias towards working on a domain-driven development model. Yes! I do mean customized, strongly typed entities and not .NET CLR types (typed datasets, datatables, etc). Yet for years, due to preexisting project infrastructure and libraries I have had to develop and enhance software that follow a loosely typed development model along with all its pitfalls.</p>
<p>It took the introduction of Microsoft&#8217;s <a title="An overview of Entity Framework" href="http://msdn.microsoft.com/en-us/library/aa697427(v=vs.80).aspx" target="_blank">Entity Framework</a> and <a title="An introduction to ASP.NET MVC 3" href="http://www.asp.net/mvc/mvc3" target="_blank">ASP.NET MVC</a> for the same powers that be, to suddenly wake up and espouse all about domain-driven development. Naturally, I am not the one complaining. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I am currently reading Phil Haack&#8217;s co-authored book, <a title="Professional ASP.NET MVC 3" href="http://www.amazon.com/gp/product/1118076583/" target="_blank">Professional ASP.NET MVC 3</a>, enjoying and referencing it for my current projects.</p>
<p>Finally I am being able to develop software with renewed passion!</p>
<p>The <a title="software project communication gap results" href="http://www.cravingtech.com/blog/wp-content/uploads/2007/11/project.jpg" target="_blank">standard joke</a> about software development is regarding the lack of understanding between stakeholders and the software developers. These days, <a title="Agile Software Development Methods" href="http://en.wikipedia.org/wiki/Agile_Methods" target="_blank">Agile methodology</a> of software development is the rage. This requires a close interaction between a domain expert and the development team in short multiple iterations. As a result, the amount of documentation done for recording requirements is lesser than in the <a title="Waterfall software development approach" href="http://en.wikipedia.org/wiki/Waterfall_software_development" target="_blank">waterfall approach</a>.</p>
<p>Software systems like the business domain have objects that have properties, behavior and interaction. In Domain-driven development, the key aspect is to conceptualize software objects similar to the business domain, using the terminology that domain experts use.</p>
<p>It also pertains to the “<a title="Strong Typing" href="http://en.wikipedia.org/wiki/Strong_typing" target="_blank">strong typing</a>” of these software objects so that the business domain is explicit to the development team. Business stakeholders will always use terminology they understand. If the development team embraces the same terminology while conceptualizing the system, it will result in a domain-driven system that will be very close to the real world business model. There may be concepts for which it may not be easy to use common terminology. In such cases, the stakeholders and development team members must arrive at a consensus.</p>
<p>For example, the domain expert for a healthcare domain sees pharmacist, physician, administrator, nurse, care manager as separate and distinct entities. They have their own behavior and distinct interactions. However, a development team following a domain agnostic approach may just see a &#8220;user&#8221; entity and assign role as an attribute (and in some cases, a collection of roles for the same user). Such an approach may lead to confusion during development and user acceptance. The focus would shift from the software matching the domain and its workflow to making the client adjust to so-called <em>reusable</em> software developed. A very strong proof of such software is when the end user requires explicit training to use the software.</p>
<p>In the last decade, the datatables have been really popular because their attributes can be changed dynamically at runtime. This flexibility comes at the cost of making it confusing for developers to understand the business model since it is no longer explicit. Datatables also cannot prevent the violation of the <a title="The principles of SOLID OOPS" href="https://sites.google.com/site/spyderhoodcommunity/TechResources/applyingprinciplesofsolidtooops" target="_blank">principles of “SOLID” OOPS</a>.</p>
<p>My personal opinion is that use of datatables has resulted in a lot of domain-agnostic code written under the perception of software reuse.</p>
<p>Listed below are some of the key benefits that I see in a domain-driven development model. I may have missed a few benefits, while there may be some who would argue against those listed below. Please feel free to share your thoughts with me! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3>Key Benefits</h3>
<div>
<ul>
<li>When a development team is attempting to translate the requirements in terms of the business domain, chances are good that the analysis is leading to objects that closely model the business domain, tailored to the end user&#8217;s needs. This is opposed to a domain-agnostic approach in which we, as developers, start generalizing beyond the end user&#8217;s needs to develop the Utopian &#8221;one-tool-fits-all&#8221; software</li>
<li>Requirements are always explained from a domain perspective. Conceptualizing the software system in terms of the business domain reduces the risk of misunderstandings between the domain experts and the development team. This also reduces the risk of ‘back-and-forth’ while freezing requirements</li>
<li>When everyone is using the same terminology, keeping track of requirement implementation becomes a simpler task</li>
<li>It becomes simpler for the domain expert to establish whether the software features map the business requirements in every release cycle (iterations in Agile)</li>
<li>The direction of development is closer to the client&#8217;s needs</li>
<li>The project has lesser chances of going off-track. This is usually established in UAT phases or showcases</li>
<li>The coordination is more people driven (since everyone is using the same terminology) that is less top driven, ensuring fewer bottlenecks</li>
<li>For a new development team member, learning the domain information can actually be less confusing because they will be able to visualize the domain in the software and be able to co-relate</li>
<li>Last but not the least &#8211; when we develop domain driven, we end up with more readable code and lesser duplication. As an esteemed colleague of mine commented &#8211; &#8220;<em>Code should be readable like a newspaper!</em>&#8220;</li>
</ul>
<p>&nbsp;</p>
</div>
<div>
<p>Please feel free to share your thoughts me! Your suggestions may get incorporated into this blog (with due credits of course!)</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kartiksehgal.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kartiksehgal.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kartiksehgal.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kartiksehgal.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kartiksehgal.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kartiksehgal.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kartiksehgal.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kartiksehgal.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kartiksehgal.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kartiksehgal.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kartiksehgal.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kartiksehgal.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kartiksehgal.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kartiksehgal.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=103&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kartiksehgal.wordpress.com/2011/10/01/key-benefits-of-a-domain-driven-development-model-for-business-automation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3eba9f4effdb7917ff81e7b30bdc8ec7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kartiksehgal</media:title>
		</media:content>
	</item>
		<item>
		<title>A bad picture is worth a thousand long discussions. (via Doug Seven)</title>
		<link>http://kartiksehgal.wordpress.com/2011/09/20/a-bad-picture-is-worth-a-thousand-long-discussions-via-doug-seven/</link>
		<comments>http://kartiksehgal.wordpress.com/2011/09/20/a-bad-picture-is-worth-a-thousand-long-discussions-via-doug-seven/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 07:08:56 +0000</pubDate>
		<dc:creator>kartiksehgal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[net-4-5]]></category>
		<category><![CDATA[telerik]]></category>
		<category><![CDATA[windows-8]]></category>
		<category><![CDATA[winrt]]></category>

		<guid isPermaLink="false">http://kartiksehgal.wordpress.com/2011/09/20/a-bad-picture-is-worth-a-thousand-long-discussions-via-doug-seven/</guid>
		<description><![CDATA[I agree with Doug that boxes can never represent architecture or information flow although its still necessary for a big picture. This big picture is important for developers for the METRO UI While here at Build I&#039;ve been in lots of conversations with customers, other attendees, Microsoft MVP’s, Microsoft Regional Directors, and Microsoft engineering team [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=98&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I agree with Doug that boxes can never represent architecture or information flow although its still necessary for a big picture. This big picture is important for developers for the METRO UI<br />
<blockquote cite='http://dougseven.wordpress.com/2011/09/15/a-bad-picture-is-worth-a-thousand-long-discussions/' style='overflow:hidden;'>
<p><a href='http://dougseven.wordpress.com/2011/09/15/a-bad-picture-is-worth-a-thousand-long-discussions/' title='Doug Seven'><img src="http://dougseven.files.wordpress.com/2011/09/win8-platform-and-tools_thumb.jpg?h=100" height="100" alt="A bad picture is worth a thousand long discussions." class="align-left thumbnail alignleft left" style="max-width:100%;" /></a> While here at Build I&#039;ve been in lots of conversations with customers, other attendees, Microsoft MVP’s, Microsoft Regional Directors, and Microsoft engineering team members. One of the recurring topics that I&#039;ve been talking about ad nausium is the “boxology” diagram of the Windows 8 Platform and Tools (shown here). Now let me tell you, I have drawn a lot of these “marketecture” diagrams in my time and its not easy. These kind of diagrams are ne &#8230; <a href='http://dougseven.wordpress.com/2011/09/15/a-bad-picture-is-worth-a-thousand-long-discussions/' title='Doug Seven'>Read More</a></p>
</blockquote>
<p><small>via <a href='http://dougseven.wordpress.com/2011/09/15/a-bad-picture-is-worth-a-thousand-long-discussions/' title='Doug Seven'>Doug Seven</a></small></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kartiksehgal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kartiksehgal.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kartiksehgal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kartiksehgal.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kartiksehgal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kartiksehgal.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kartiksehgal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kartiksehgal.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kartiksehgal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kartiksehgal.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kartiksehgal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kartiksehgal.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kartiksehgal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kartiksehgal.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=98&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kartiksehgal.wordpress.com/2011/09/20/a-bad-picture-is-worth-a-thousand-long-discussions-via-doug-seven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3eba9f4effdb7917ff81e7b30bdc8ec7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kartiksehgal</media:title>
		</media:content>

		<media:content url="http://dougseven.files.wordpress.com/2011/09/win8-platform-and-tools_thumb.jpg?h=100" medium="image">
			<media:title type="html">A bad picture is worth a thousand long discussions.</media:title>
		</media:content>
	</item>
		<item>
		<title>Browser Usage: IE6 and IE9 predictions</title>
		<link>http://kartiksehgal.wordpress.com/2011/09/08/ieusageprediction/</link>
		<comments>http://kartiksehgal.wordpress.com/2011/09/08/ieusageprediction/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 06:25:37 +0000</pubDate>
		<dc:creator>kartiksehgal</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[usage statistics]]></category>

		<guid isPermaLink="false">http://kartiksehgal.wordpress.com/?p=90</guid>
		<description><![CDATA[For all of nearly last 7 years that I have worked on web applications, IE6 has tormented me and all my colleagues alike. While the client’s expectation in terms of feature richness has multiplied, IE6 continues to be the standard on which the development has to be based! I have been following browser usage statistics [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=90&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For all of nearly last 7 years that I have worked on web applications, IE6 has tormented me and all my colleagues alike. While the client’s expectation in terms of feature richness has multiplied, IE6 continues to be the standard on which the development has to be based!</p>
<p>I have been following browser usage statistics for the last couple of years at gs.statcounter.com. Although predictions can always swing 10-15% either ways, I am still venturing out to predict the changing scenario of IE 6 to IE 9 in the next 6 months in U.S.</p>
<ul>
<li>As per my analysis, IE 6 will fall below 50% by the end of this year and become negligible by March 2012.</li>
<li>IE8 and IE9 will be almost level by March 2012.</li>
<li>The rate of change could have been much more rapid had the adoption rate for Windows 7 not been so sluggish (and mostly due to budget constraints).</li>
<li>Another key point to note is that there is a great chance that overall share of IE could come down from around 44% to around 41.5% in the next 6 months.</li>
</ul>
<table style="border-color:#000000;border-style:solid;border-width:1px;" width="373" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr style="height:32px;background-color:c5d9f1;font-size:16px;">
<td valign="bottom" nowrap="nowrap" width="75">Date</td>
<td valign="bottom" nowrap="nowrap" width="75">IE 6.0</td>
<td valign="bottom" nowrap="nowrap" width="75">IE 7.0</td>
<td valign="bottom" nowrap="nowrap" width="75">IE 8.0</td>
<td valign="bottom" nowrap="nowrap" width="75">IE 9.0</td>
</tr>
<tr style="height:24px;background-color:d8d8d8;font-size:11px;">
<td valign="bottom" nowrap="nowrap" width="75">avg +/-</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">0.16</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">0.54</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">1.11</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">-1.26</p>
</td>
</tr>
<tr style="height:24px;font-size:11px;">
<td valign="bottom" nowrap="nowrap" width="75">2011-10</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">0.78</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">4.28</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">25.95</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">13.67</p>
</td>
</tr>
<tr style="height:24px;font-size:11px;">
<td valign="bottom" nowrap="nowrap" width="75">2011-11</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">0.62</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">3.74</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">24.84</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">14.93</p>
</td>
</tr>
<tr style="height:24px;font-size:11px;">
<td valign="bottom" nowrap="nowrap" width="75">2011-12</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">0.47</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">3.20</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">23.73</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">16.19</p>
</td>
</tr>
<tr style="height:24px;font-size:11px;">
<td valign="bottom" nowrap="nowrap" width="75">2012-01</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">0.31</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">2.66</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">22.62</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">17.45</p>
</td>
</tr>
<tr style="height:24px;font-size:11px;">
<td valign="bottom" nowrap="nowrap" width="75">2012-02</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">0.15</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">2.12</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">21.51</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">18.71</p>
</td>
</tr>
<tr style="height:24px;font-size:11px;">
<td valign="bottom" nowrap="nowrap" width="75">2012-03</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">-0.01</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">1.58</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">20.40</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">19.97</p>
</td>
</tr>
</tbody>
</table>
<p>Avg +/- denotes average increase or decrease expected.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kartiksehgal.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kartiksehgal.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kartiksehgal.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kartiksehgal.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kartiksehgal.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kartiksehgal.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kartiksehgal.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kartiksehgal.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kartiksehgal.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kartiksehgal.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kartiksehgal.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kartiksehgal.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kartiksehgal.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kartiksehgal.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=90&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kartiksehgal.wordpress.com/2011/09/08/ieusageprediction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3eba9f4effdb7917ff81e7b30bdc8ec7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kartiksehgal</media:title>
		</media:content>
	</item>
		<item>
		<title>HTC Desire HD Review</title>
		<link>http://kartiksehgal.wordpress.com/2011/03/27/htc-desire-hd-review/</link>
		<comments>http://kartiksehgal.wordpress.com/2011/03/27/htc-desire-hd-review/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 18:11:24 +0000</pubDate>
		<dc:creator>kartiksehgal</dc:creator>
				<category><![CDATA[smartphone]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[desire hd]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://kartiksehgal.wordpress.com/?p=84</guid>
		<description><![CDATA[First things first! Lets get started with a screenshot! This is a 4.3 inch screen! If you are interested in understanding HTC Desire features, please feel free to visit http://www.htc.com/www/product/desirehd/overview.html Let me talk about the non-technical stuff. I have not been able to explore all the features as yet (which is a good thing) but I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=84&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First things first! Lets get started with a screenshot! This is a 4.3 inch screen!</p>
<div class="wp-caption alignnone" style="width: 862px"><img title="HTC Desire HD" src="http://www.htc.com/uploadedImages/WWW/Product/HTC_Desire_HD/image3.jpg" alt="HTC Desire HD" width="852" height="479" /><p class="wp-caption-text">HTC Desire HD</p></div>
<p style="text-align:left;">If you are interested in understanding HTC Desire features, please feel free to visit <a title="http://www.htc.com/www/product/desirehd/overview.html" href="http://www.htc.com/www/product/desirehd/overview.html" target="_blank">http://www.htc.com/www/product/desirehd/overview.html</a></p>
<p>Let me talk about the non-technical stuff. I have not been able to explore all the features as yet (which is a good thing) but I have explored the following:</p>
<ol>
<li>Camera &#8211; Although it is 8 Mega Pixels, it works best in cases where objects are not moving. I like the editing stuff.</li>
<li>Contact Management System &#8211; This is awesome. It helps you connect your contacts across Facebook, google and regular phone contacts.</li>
<li>Multi-tasking &#8211; Except when I use Skype,  I am able to multi-task with ease</li>
<li>HTC Sense &#8211; Even iPhone owning colleagues drool at its touch capability</li>
<li>Maps &#8211; Pretty good, but need to explore more</li>
<li>Browser &#8211; Great experience. I plan to try other browsers</li>
<li>Push Mail &#8211; very good, especially the suggestions they give on typing. I have not tried the mike much but it looks promising</li>
<li>Facebook, Twitter, Gmail integration is great. I can share anything at any point of time to multiple options.</li>
<li>Internet connectivity &#8211; the USB tethering based internet connection works great! The wireless hotspot also works.</li>
<li>WiFi connectivity &#8211; Works seamlessly. Skype works great on wi-fi. In fact, it feels I am speaking on a normal phone connection. On 3G, due to the inconsistent connectivity, the experience was not so smooth.</li>
</ol>
<p>This is just the beginning, but one thing is sure. This is no poor man&#8217;s iPhone. It stands out on it own!</p>
<p>A small mention must be made about the battery life. While it does not get drained so fast on wi-fi or 2G; 3G seems to be drinking its battery.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kartiksehgal.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kartiksehgal.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kartiksehgal.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kartiksehgal.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kartiksehgal.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kartiksehgal.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kartiksehgal.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kartiksehgal.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kartiksehgal.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kartiksehgal.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kartiksehgal.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kartiksehgal.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kartiksehgal.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kartiksehgal.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=84&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kartiksehgal.wordpress.com/2011/03/27/htc-desire-hd-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3eba9f4effdb7917ff81e7b30bdc8ec7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kartiksehgal</media:title>
		</media:content>

		<media:content url="http://www.htc.com/uploadedImages/WWW/Product/HTC_Desire_HD/image3.jpg" medium="image">
			<media:title type="html">HTC Desire HD</media:title>
		</media:content>
	</item>
		<item>
		<title>Who cares about modern browsers?</title>
		<link>http://kartiksehgal.wordpress.com/2011/02/16/who-cares-about-modern-browsers/</link>
		<comments>http://kartiksehgal.wordpress.com/2011/02/16/who-cares-about-modern-browsers/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 08:17:37 +0000</pubDate>
		<dc:creator>kartiksehgal</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie9]]></category>

		<guid isPermaLink="false">http://kartiksehgal.wordpress.com/?p=78</guid>
		<description><![CDATA[Firefox recently took IE9 and its modern browser claims head on in an article, &#8220;Is IE9 a modern browser?&#8221;. Microsoft then retorted with &#8220;A Modern Browser&#8221;. The only point the two have proven is eloquence of words. In reality Google&#8217;s chrome is the one proving the technical point. Take for instance that Firefox&#8217;s much touted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=78&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Firefox recently took IE9 and its modern browser claims head on in an article, <a title="Is IE9 a modern browser?" href="http://people.mozilla.com/~prouget/ie9/" target="_blank">&#8220;Is IE9 a modern browser?&#8221;</a>.</p>
<p>Microsoft then retorted with <a title="A Modern Browser" href="http://blogs.msdn.com/b/tims/archive/2011/02/15/a-modern-browser.aspx" target="_blank">&#8220;A Modern Browser&#8221;</a>.</p>
<p>The only point the two have proven is eloquence of words. In reality Google&#8217;s chrome is the one proving the technical point.</p>
<p>Take for instance that Firefox&#8217;s much touted version 4 is still not out. Their adoption rate for new versions is next only to IE. Firefox 3.6 has the majority, but there are still many users for 3.5, 3.0 and a few beta users of 4.0. IE, as every one knows has IE8, IE7 and IE6 all being used in significant numbers. Look at chrome. Chrome 9 and chrome 8. No trace of the lower versions. This will be a very important aspect from a modern browser&#8217;s perspective.</p>
<p>Today a developer targeting IE has to cater to too many differences that are there between IE 6, 7 and 8.</p>
<p>The other challenge is that despite all the success of Windows 7, even in U.S., the number of WIN7 users has still not crossed WINXP. Even if IE9 comes out in a few months, it will take at least 2-3 years to become the standard browser when WINXP becomes a minority that no one is really worried about. The current trends for U.S. are less than 1% decrease for WINXP per month over the last 13 months. Currently around 32%, and at this rate, it will not take less than 30-36 months before it comes below 2-3% in U.S. (see <a href="http://gs.statcounter.com/#os-US-monthly-201002-201102" target="_blank">http://gs.statcounter.com/#os-US-monthly-201002-201102</a>)</p>
<p>For Firefox, the challenge will remain on how quickly they can bring out the stable version of 4.0 as user patience is very thin these days. Firefox was around 32.8% worldwide 13 months back. Today it is 30.5% worldwide. All the efforts of Firefox are not really leading to an increase in share. They too are taking a step in the right direction, <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . However, they have a long way to go and prove that they are a better alternative to Chrome. (see <a href="http://gs.statcounter.com/#browser-ww-monthly-201002-201102" target="_blank">http://gs.statcounter.com/#browser-ww-monthly-201002-201102</a>)</p>
<p>From an end-user&#8217;s perspective, I would love to use the browser which is the fastest and most memory/processor efficient. At the moment I will still choose to use Chrome although I like both Firefox 4 and IE9.</p>
<p>From a developer&#8217;s perspective, I know that there is going to be a 3 way split between IE, Firefox and Chrome/Safari. The one with the least matching features is the one that will stand out like a sore thumb for me because when making browser compliant sites, we will have to choose the least common denominator. No matter what I like, I have to program to IE6 / IE7 levels and I will continue to hate IE for doing that to me till the time I have to continue doing it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kartiksehgal.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kartiksehgal.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kartiksehgal.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kartiksehgal.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kartiksehgal.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kartiksehgal.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kartiksehgal.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kartiksehgal.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kartiksehgal.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kartiksehgal.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kartiksehgal.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kartiksehgal.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kartiksehgal.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kartiksehgal.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=78&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kartiksehgal.wordpress.com/2011/02/16/who-cares-about-modern-browsers/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3eba9f4effdb7917ff81e7b30bdc8ec7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kartiksehgal</media:title>
		</media:content>
	</item>
		<item>
		<title>jALRichText Released! (via Assign Labs)</title>
		<link>http://kartiksehgal.wordpress.com/2011/02/09/jalrichtext-released-via-assign-labs/</link>
		<comments>http://kartiksehgal.wordpress.com/2011/02/09/jalrichtext-released-via-assign-labs/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 16:08:05 +0000</pubDate>
		<dc:creator>kartiksehgal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kartiksehgal.wordpress.com/2011/02/09/jalrichtext-released-via-assign-labs/</guid>
		<description><![CDATA[Nice light-weight plugin for rich text editing in a jiffy! There are many rich text editors available already for use in applications. One of the most popular is FCKEditor. Assign Labs has made a basic rich text editor that will be cross browser compatible, themeable using jQuery UI and at the same time keeping it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=77&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Nice light-weight plugin for rich text editing in a jiffy!<br />
<blockquote cite='http://assignlabs.wordpress.com/?p=84' style='overflow:hidden;'>
<p><a href='http://assignlabs.wordpress.com/?p=84' title='Assign Labs'></a> There are many rich text editors available already for use in applications. One of the most popular is FCKEditor. Assign Labs has made a basic rich text editor that will be cross browser compatible, themeable using jQuery UI and at the same time keeping it light weight. The road map includes enhancing the rich text editor to include the following features CSS based styling control with ability to control which CSS style sheets are used Templates  &#8230; <a href='http://assignlabs.wordpress.com/?p=84' title='Assign Labs'>Read More</a></p>
</blockquote>
<p>via <a href='http://assignlabs.wordpress.com/?p=84' title='Assign Labs'>Assign Labs</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kartiksehgal.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kartiksehgal.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kartiksehgal.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kartiksehgal.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kartiksehgal.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kartiksehgal.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kartiksehgal.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kartiksehgal.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kartiksehgal.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kartiksehgal.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kartiksehgal.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kartiksehgal.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kartiksehgal.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kartiksehgal.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=77&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kartiksehgal.wordpress.com/2011/02/09/jalrichtext-released-via-assign-labs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3eba9f4effdb7917ff81e7b30bdc8ec7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kartiksehgal</media:title>
		</media:content>
	</item>
		<item>
		<title>How Facebook Ships Code (via FrameThink &#8211; Frameworks for Thinking People)</title>
		<link>http://kartiksehgal.wordpress.com/2011/01/20/how-facebook-ships-code-via-framethink-frameworks-for-thinking-people/</link>
		<comments>http://kartiksehgal.wordpress.com/2011/01/20/how-facebook-ships-code-via-framethink-frameworks-for-thinking-people/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 08:29:10 +0000</pubDate>
		<dc:creator>kartiksehgal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kartiksehgal.wordpress.com/2011/01/20/how-facebook-ships-code-via-framethink-frameworks-for-thinking-people/</guid>
		<description><![CDATA[Quite a few learning points for managers / organizations I&#039;m fascinated by the way Facebook operates.  It&#039;s a very unique environment, not easily replicated (nor would their system work for all companies, even if they tried).  These are notes gathered from talking with many friends at Facebook about how the company develops and releases software. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=76&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Quite a few learning points for managers / organizations<br />
<blockquote cite='http://framethink.wordpress.com/?p=92' style='overflow:hidden;'>
<p><a href='http://framethink.wordpress.com/?p=92' title='FrameThink - Frameworks for Thinking People'></a> I&#039;m fascinated by the way Facebook operates.  It&#039;s a very unique environment, not easily replicated (nor would their system work for all companies, even if they tried).  These are notes gathered from talking with many friends at Facebook about how the company develops and releases software. Seems like others are also interested in Facebook&#8230;   The company&#039;s developer-driven culture is coming under greater public scrutiny and other companies are  &#8230; <a href='http://framethink.wordpress.com/?p=92' title='FrameThink - Frameworks for Thinking People'>Read More</a></p>
</blockquote>
<p>via <a href='http://framethink.wordpress.com/?p=92' title='FrameThink - Frameworks for Thinking People'>FrameThink &#8211; Frameworks for Thinking People</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kartiksehgal.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kartiksehgal.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kartiksehgal.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kartiksehgal.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kartiksehgal.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kartiksehgal.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kartiksehgal.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kartiksehgal.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kartiksehgal.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kartiksehgal.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kartiksehgal.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kartiksehgal.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kartiksehgal.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kartiksehgal.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=76&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kartiksehgal.wordpress.com/2011/01/20/how-facebook-ships-code-via-framethink-frameworks-for-thinking-people/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3eba9f4effdb7917ff81e7b30bdc8ec7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kartiksehgal</media:title>
		</media:content>
	</item>
		<item>
		<title>My hoped state &#8211; My country (via Pranavkaushik&#8217;s Blog)</title>
		<link>http://kartiksehgal.wordpress.com/2011/01/11/my-hoped-state-my-country-via-pranavkaushiks-blog/</link>
		<comments>http://kartiksehgal.wordpress.com/2011/01/11/my-hoped-state-my-country-via-pranavkaushiks-blog/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 11:55:25 +0000</pubDate>
		<dc:creator>kartiksehgal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kartiksehgal.wordpress.com/2011/01/11/my-hoped-state-my-country-via-pranavkaushiks-blog/</guid>
		<description><![CDATA[Where the feet are strong and fast, [feet here denote the worker class] And too bold and continuous working, That state will ever last, With no disturbances or jerking. Where the hands do not harass, [hands denote the soldiers and security] And never think of any cheat, That state will always be prosperous, And never [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=75&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote cite='http://pranavkaushik.wordpress.com/?p=62' style='overflow:hidden;'><p><a href='http://pranavkaushik.wordpress.com/?p=62' title='Pranavkaushik&#039;s Blog'></a> Where the feet are strong and fast, [feet here denote the worker class] And too bold and continuous working, That state will ever last, With no disturbances or jerking. Where the hands do not harass, [hands denote the soldiers and security] And never think of any cheat, That state will always be prosperous, And never tried by anyone&#039;s beat. Where the stomach has no disorders,[stomach is the system] And things are thoroughly digested, That state h &#8230; <a href='http://pranavkaushik.wordpress.com/?p=62' title='Pranavkaushik&#039;s Blog'>Read More</a></p>
</blockquote>
<p>via <a href='http://pranavkaushik.wordpress.com/?p=62' title='Pranavkaushik&#039;s Blog'>Pranavkaushik&#039;s Blog</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kartiksehgal.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kartiksehgal.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kartiksehgal.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kartiksehgal.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kartiksehgal.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kartiksehgal.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kartiksehgal.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kartiksehgal.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kartiksehgal.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kartiksehgal.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kartiksehgal.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kartiksehgal.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kartiksehgal.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kartiksehgal.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=75&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kartiksehgal.wordpress.com/2011/01/11/my-hoped-state-my-country-via-pranavkaushiks-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3eba9f4effdb7917ff81e7b30bdc8ec7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kartiksehgal</media:title>
		</media:content>
	</item>
		<item>
		<title>Women- The hope of life (via Nikita Agrawal)</title>
		<link>http://kartiksehgal.wordpress.com/2011/01/07/women-the-hope-of-life-via-nikita-agrawal/</link>
		<comments>http://kartiksehgal.wordpress.com/2011/01/07/women-the-hope-of-life-via-nikita-agrawal/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 16:52:35 +0000</pubDate>
		<dc:creator>kartiksehgal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kartiksehgal.wordpress.com/2011/01/07/women-the-hope-of-life-via-nikita-agrawal/</guid>
		<description><![CDATA[Women is the creator of life, She is the one who guides at time. She herself becomes advene, And leads the world to shine &#160; Women of today’s era is present in all pursuits, She starts thinking, from where the men quits. She equally works for the development of world And helps in providing the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=74&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote cite='http://nikitaagrawal.wordpress.com/?p=42' style='overflow:hidden;'><p><a href='http://nikitaagrawal.wordpress.com/?p=42' title='Nikita Agrawal'></a> Women is the creator of life, She is the one who guides at time. She herself becomes advene, And leads the world to shine &nbsp; Women of today’s era is present in all pursuits, She starts thinking, from where the men quits. She equally works for the development of world And helps in providing the daily bread. &nbsp; Many social evils had affected her life, Whether it was sexual harassment, sati, purdah or dowry. It leads to her downfall in the s &#8230; <a href='http://nikitaagrawal.wordpress.com/?p=42' title='Nikita Agrawal'>Read More</a></p>
</blockquote>
<p>via <a href='http://nikitaagrawal.wordpress.com/?p=42' title='Nikita Agrawal'>Nikita Agrawal</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kartiksehgal.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kartiksehgal.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kartiksehgal.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kartiksehgal.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kartiksehgal.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kartiksehgal.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kartiksehgal.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kartiksehgal.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kartiksehgal.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kartiksehgal.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kartiksehgal.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kartiksehgal.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kartiksehgal.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kartiksehgal.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=74&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kartiksehgal.wordpress.com/2011/01/07/women-the-hope-of-life-via-nikita-agrawal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3eba9f4effdb7917ff81e7b30bdc8ec7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kartiksehgal</media:title>
		</media:content>
	</item>
		<item>
		<title>What’s happening with Windows Phone updates in 2011 (via Windows Phone Secrets)</title>
		<link>http://kartiksehgal.wordpress.com/2011/01/06/what%e2%80%99s-happening-with-windows-phone-updates-in-2011-via-windows-phone-secrets/</link>
		<comments>http://kartiksehgal.wordpress.com/2011/01/06/what%e2%80%99s-happening-with-windows-phone-updates-in-2011-via-windows-phone-secrets/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 16:43:21 +0000</pubDate>
		<dc:creator>kartiksehgal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kartiksehgal.wordpress.com/2011/01/06/what%e2%80%99s-happening-with-windows-phone-updates-in-2011-via-windows-phone-secrets/</guid>
		<description><![CDATA[I can finally reveal a number of details about the first Windows Phone 7 update, a future major update, and how Microsoft intends to roll out updates generally. It’s not necessarily great news. But here’s what’s happening. The first update: “No Donuts” The first Windows Phone 7 software update, codenamed “NoDo,” will RTM in January, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=73&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote cite='https://windowsphonesecrets.wordpress.com/2011/01/04/whats-happening-with-windows-phone-updates-in-2011/' style='overflow:hidden;'><p><a href='https://windowsphonesecrets.wordpress.com/2011/01/04/whats-happening-with-windows-phone-updates-in-2011/' title='Windows Phone Secrets'></a> I can finally reveal a number of details about the first Windows Phone 7 update, a future major update, and how Microsoft intends to roll out updates generally. It’s not necessarily great news. But here’s what’s happening. The first update: “No Donuts” The first Windows Phone 7 software update, codenamed “NoDo,” will RTM in January, possibly this very week and in time for the CES keynote. But it won’t ship to users until early February, once the  &#8230; <a href='https://windowsphonesecrets.wordpress.com/2011/01/04/whats-happening-with-windows-phone-updates-in-2011/' title='Windows Phone Secrets'>Read More</a></p>
</blockquote>
<p>via <a href='https://windowsphonesecrets.wordpress.com/2011/01/04/whats-happening-with-windows-phone-updates-in-2011/' title='Windows Phone Secrets'>Windows Phone Secrets</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kartiksehgal.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kartiksehgal.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kartiksehgal.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kartiksehgal.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kartiksehgal.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kartiksehgal.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kartiksehgal.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kartiksehgal.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kartiksehgal.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kartiksehgal.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kartiksehgal.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kartiksehgal.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kartiksehgal.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kartiksehgal.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kartiksehgal.wordpress.com&amp;blog=8499241&amp;post=73&amp;subd=kartiksehgal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kartiksehgal.wordpress.com/2011/01/06/what%e2%80%99s-happening-with-windows-phone-updates-in-2011-via-windows-phone-secrets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3eba9f4effdb7917ff81e7b30bdc8ec7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kartiksehgal</media:title>
		</media:content>
	</item>
	</channel>
</rss>
