<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Great Developers Blog</title>
	<atom:link href="http://blog.greatdevelopers.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.greatdevelopers.com</link>
	<description>All about Great Developers</description>
	<lastBuildDate>Sat, 23 Mar 2013 14:45:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Code Review will get a lot easier.</title>
		<link>http://blog.greatdevelopers.com/2012/10/code-review-will-get-a-lot-easier/</link>
		<comments>http://blog.greatdevelopers.com/2012/10/code-review-will-get-a-lot-easier/#comments</comments>
		<pubDate>Mon, 15 Oct 2012 11:36:23 +0000</pubDate>
		<dc:creator>Tushar Agarwal</dc:creator>
				<category><![CDATA[Tip]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[code review]]></category>

		<guid isPermaLink="false">http://blog.greatdevelopers.com/?p=136</guid>
		<description><![CDATA[If you are working on good development project with a team which you would like to support and maintain over a long period of time then code review is utmost important. No matter how good is your team, code review is required because of various factors. As you all know, Great Developers is involved in [...]]]></description>
				<content:encoded><![CDATA[<p>If you are working on good development project with a team which you would like to support and maintain over a long period of time then code review is utmost important. No matter how good is your team, code review is required because of various factors.</p>
<p>As you all know, Great Developers is involved in developing SaaS products. We already have some products live and there are many in the queue to be launched. To give our clients the best experience in using these products, we have to ensure that the systems are bug free, fast and reliable. To achieve this we need to do rigorous testing and code review.</p>
<p>Until now, code review was a challenge for me. While browsing or updating the code, even if I found some issues in the code, I used to kinda ignore it. There are various reasons I avoided that for:</p>
<ul>
<li>Taking screenshots</li>
<li>Highlighting the code, specifying the issue</li>
<li>Emailing the screenshot with the details of lines, projects, file names, etc</li>
<li>Following up on the closure, etc</li>
</ul>
<p>These issues led me to look for a better solution of code review. I started searching and came across couple of tools, one of which is <strong>Review Assistant</strong> from <strong>Devart</strong>.<br />
<strong>Review Assistant</strong> is a Lightweight peer code review tool, add-in for Visual Studio. Automated code inspection handled by code review tools helps to improve coding quality, hone developers&#8217; skills, and ship software with less defects. Review Assistant helps you to benefit from code review with minimum overhead. Whether you employ formal or lightweight review workflows, you will find this Visual Studio add-in most useful for the development workflow.</p>
<p>Below is the list of features, why you would like to use Review Assistant</p>
<ul>
<li>Integration into Visual Studio</li>
<li>Simple Review Process</li>
<li>Integration with SVN, GIT, TFS</li>
<li>Code discussions</li>
<li>Formal Reviews</li>
<li>Ad-hoc reviews</li>
<li>Integration with Code Comparison tools</li>
<li>Last, but not the least &#8211; It&#8217;s free *</li>
</ul>
<div><strong>Integration with Visual Studio</strong></div>
<p>Take your code review routine with you into your favorite IDE. Review Assistant comes as an add-in for Visual Studio 2010/2012, which allows you to:</p>
<ul>
<li>Forget about switching between two different tools during code revision</li>
<li>Inspect peers&#8217; work and provide annotations within the project context, for a simpler revision procedure</li>
<li>See other reviewers&#8217; comments directly in the development environment</li>
</ul>
<div><strong>Simple Review Process</strong></div>
<p>Review Assistant provides a simple, lightweight process for post-commit code reviews:</p>
<ul>
<li>No need to call a review meeting</li>
<li>Easy to set up and start using the code review tool straight away</li>
<li>Streamlined workflows allow doing your own jobs while reviewing your colleagues&#8217; work</li>
<li>Most features are optional, allowing you to apply flexible workflow settings to take up with the code inspection schemes adopted in your company</li>
</ul>
<p><strong><span style="font-size: small;"><span style="line-height: 24px;">Free Edition</span></span></strong></p>
<p>You can enjoy the benefits of the code inspection tool without paying for it. Start using the tool for free now. During the trail period, you use the full functionality. After the trail period, you&#8217;ll be restricted to one project with three users.</p>
<p>It is a wonderful tool, which has made the code review much easier. Once you have setup the tool, is integrates with Visual Studio very nicely. The features which I love this tool for are:</p>
<ul>
<li>Manage Users</li>
<li>Integration with SVN, GIT, TFS</li>
<li>A central server for storing the review details</li>
<li>Context menu to add review</li>
<li>With bigger teams, you can assign a reviewer for a chunk of code</li>
<li>Easy to follow and get the update on code review</li>
<li>Dashboard to summarize and list all reviews</li>
<li>No more screenshots, annotations,  long emails for follow ups on code review</li>
<li>Better productivity</li>
<li>Much better product quality</li>
</ul>
<div>Here are some of the <a href="http://www.devart.com/review-assistant/screenshots.html" target="_blank">screenshots </a>of the product. For more details on the product visit <a href="http://www.devart.com/review-assistant/" target="_blank">Review Assistant</a> .<br />
I hope code review will no longer be boring and avoidable task.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.greatdevelopers.com/2012/10/code-review-will-get-a-lot-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing Metro apps for Windows 8</title>
		<link>http://blog.greatdevelopers.com/2011/09/developing-metro-apps-for-windows-8/</link>
		<comments>http://blog.greatdevelopers.com/2011/09/developing-metro-apps-for-windows-8/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 06:35:56 +0000</pubDate>
		<dc:creator>Tushar Agarwal</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[.net 4.5]]></category>
		<category><![CDATA[metro apps]]></category>

		<guid isPermaLink="false">http://blog.greatdevelopers.com/?p=129</guid>
		<description><![CDATA[Probably most of you would have seen the preview of Windows 8 &#8211; either at BUILD conference or online. For developers it&#8217;s time to start looking into what it takes to start developing Windows 8 applications. The apps would be developed in .NET 4.5. It&#8217;s not exactly same as .NET 4 and yes there are [...]]]></description>
				<content:encoded><![CDATA[<p>Probably most of you would have seen the preview of Windows 8 &#8211; either at BUILD conference or online. For developers it&#8217;s time to start looking into what it takes to start developing Windows 8 applications. The apps would be developed in .NET 4.5. It&#8217;s not exactly same as .NET 4 and yes there are some breaking changes. You&#8217;ll have to port your applications to .NET 4.5.</p>
<p>Here is the link for starting the development &#8211; <a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh464920(v=VS.85).aspx">MSDN &#8211; .NET Metro style apps</a></p>
<p>Find all the resource here &#8211; <a href="http://msdn.microsoft.com/en-us/windows/apps">Windows Metro style apps</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.greatdevelopers.com/2011/09/developing-metro-apps-for-windows-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending SMS from Mobile using Computer</title>
		<link>http://blog.greatdevelopers.com/2011/09/sending-sms-from-mobile-using-computer/</link>
		<comments>http://blog.greatdevelopers.com/2011/09/sending-sms-from-mobile-using-computer/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 12:30:28 +0000</pubDate>
		<dc:creator>Tushar Agarwal</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[bulk sms]]></category>
		<category><![CDATA[free sms]]></category>
		<category><![CDATA[send sms]]></category>
		<category><![CDATA[simplifying sms]]></category>

		<guid isPermaLink="false">http://blog.greatdevelopers.com/?p=114</guid>
		<description><![CDATA[How many times it has been that you want to send SMS to multiple friends, people or group. This kind of a situation arises when you are planning a party, get together, event or want to spread information. In Android phones you hate to select to many people again and again. Ideally you would want [...]]]></description>
				<content:encoded><![CDATA[<p>How many times it has been that you want to send SMS to multiple friends, people or group. This kind of a situation arises when you are planning a party, get together, event or want to spread information.</p>
<p>In Android phones you hate to select to many people again and again. Ideally you would want to compose a SMS on your computer and send it through your mobile. We have developed an application for you which does the same &#8211; allows you to compose SMS on computer and send them using your Android phones &#8211; <a href="http://www.SimplifyingSMS.com" target="_blank">Simplifying SMS</a>.</p>
<p>Follow 3 simple steps:</p>
<ol>
<li>Logon to http://www.SimplifyingSMS.com</li>
<li>Compose your SMS and select recipients (you can create and select groups)</li>
<li>Open up <a href="https://market.android.com/details?id=greatdevelopers.simplifyingSms" target="_blank">Simplifying SMS app</a> on your Android phone and click &#8220;Send SMS&#8221;. That&#8217;s it, you are done !</li>
</ol>
<p>You can send regular updates, bulk sms, information in just 3 simple steps.</p>
<p>There are two versions of the Android applications available &#8211; FREE and PRO.</p>
<p>The <a href="https://market.android.com/details?id=greatdevelopers.simplifyingSms" target="_blank">FREE </a>one allows you to send 10 SMS/day and that too of 160 characters max.<br />
With <a href="https://market.android.com/details?id=greatdevelopers.simplifyingSmsPro" target="_blank">PRO </a>version you can send unlimited SMS and of any length.</p>
<p>Some of the screen shots of the android app:</p>

<a href='http://blog.greatdevelopers.com/2011/09/sending-sms-from-mobile-using-computer/login/' title='Login'><img width="150" height="150" src="http://blog.greatdevelopers.com/wp-content/uploads/2011/09/Login-150x150.png" class="attachment-thumbnail" alt="Login" /></a>
<a href='http://blog.greatdevelopers.com/2011/09/sending-sms-from-mobile-using-computer/unsent/' title='Unsent'><img width="150" height="150" src="http://blog.greatdevelopers.com/wp-content/uploads/2011/09/Unsent-150x150.png" class="attachment-thumbnail" alt="Unsent" /></a>
<a href='http://blog.greatdevelopers.com/2011/09/sending-sms-from-mobile-using-computer/smsconfirmation/' title='SMSConfirmation'><img width="150" height="150" src="http://blog.greatdevelopers.com/wp-content/uploads/2011/09/SMSConfirmation-150x150.png" class="attachment-thumbnail" alt="SMSConfirmation" /></a>
<a href='http://blog.greatdevelopers.com/2011/09/sending-sms-from-mobile-using-computer/mainscreen/' title='MainScreen'><img width="150" height="150" src="http://blog.greatdevelopers.com/wp-content/uploads/2011/09/MainScreen-150x150.png" class="attachment-thumbnail" alt="MainScreen" /></a>

<p>Simplifying SMS</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.greatdevelopers.com/2011/09/sending-sms-from-mobile-using-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s +1</title>
		<link>http://blog.greatdevelopers.com/2011/04/googles-1/</link>
		<comments>http://blog.greatdevelopers.com/2011/04/googles-1/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 03:50:21 +0000</pubDate>
		<dc:creator>shekhar</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://blog.greatdevelopers.com/?p=105</guid>
		<description><![CDATA[In a move to capture the social media market, Google has attempted again by launching it&#8217;s new service called  &#8211; &#8220;+1&#8243;. Many experts feel that this might not kick off very well, like other services launched by Google. There are many services similar to +1 in the market. For details please visit Google&#8217;s blogpost.]]></description>
				<content:encoded><![CDATA[<p>In a move to capture the social media market, Google has attempted again by launching it&#8217;s new service called  &#8211; &#8220;+1&#8243;. Many experts feel that this might not kick off very well, like other services launched by Google. There are many services similar to +1 in the market.<br />
For details please visit <a href="http://googleblog.blogspot.com/2011/03/1s-right-recommendations-right-when-you.html" target="_blank">Google&#8217;s blogpost.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.greatdevelopers.com/2011/04/googles-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Former President APJ Abdul Kalam cuts language barriers</title>
		<link>http://blog.greatdevelopers.com/2011/03/former-president-apj-abdul-kalam-cuts-language-barriers/</link>
		<comments>http://blog.greatdevelopers.com/2011/03/former-president-apj-abdul-kalam-cuts-language-barriers/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 03:00:16 +0000</pubDate>
		<dc:creator>shekhar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.greatdevelopers.com/?p=102</guid>
		<description><![CDATA[New language translation tool unveiled at the 20th International WWW conference.  Former President APJ Abdul Kalam today launched the Machine translation (MT) systems, also called content multiplier tools, developed with funding from TDIL (Technology Development for Indian Languages) programme at the 20th International World Wide Web conference in Hyderabad. Based on the Computational Paninian grammar [...]]]></description>
				<content:encoded><![CDATA[<p>New language translation tool unveiled at the 20th International WWW conference. </p>
<p>Former President APJ Abdul Kalam today launched the Machine translation (MT) systems, also called content multiplier tools, developed with funding from TDIL (Technology Development for Indian Languages) programme at the 20th International World Wide Web conference in Hyderabad.</p>
<p>Based on the Computational Paninian grammar (CPG), which works very well for free word-order languages, Indian languages in particular, the tools are available in three modules Sampark (Indian to Indian), AnglaMT (English to Bengali, Malayalam, Punjabi and Urdu) and Anvadaksh (English to Hindi, Bengali, Marathi, Oriya, Urdu and Tamil).</p>
<p> &#8220;India has more than 122 languages of which 22 are official. More than a billion people all over the world speak either Hindi, Bengali, Telugu, Marathi, Tamil or Urdu. With the availability of e-content and development of language technology, it is now possible to overcome the language barrier,&amp;&#8221; Rajeev Sangal, director of IIIT-Hyderabad (one of the 17 institutions that participated in the development of the tools), told mediapersons.</p>
<p> Sangal said three consortia comprising 17 academic and research institutions were involved in building 26 different pairs of languages. Right now, 12 pairs are available and the plan is to release more pairs every three-four months, he added.</p>
<p>&#8220;An amount of Rs 13 crore went into the whole exercise and about 200 students were directly involved in the development of these tools. An additional 200 students worked on the project as a thesis and their algorithms were embedded into the systems directly,&amp;&#8221; Sangal said.</p>
<p>The MT quality, Sangal said, was better in case of translation between Indian languages because they were similar in many ways, both in grammar and vocabulary. Translation between English and Indian languages is harder and hence the output quality is likely to be inferior.</p>
<p>&#8220;We are now asking users to try using the tool as an experiment. Our only focus now is on improving quality&#8221; he said.</p>
<p>Stating that the MT technology is currently freely accessible, Sangal said the MT initiative would be monetised when special needs for further research arises. </p>
<p>&#8220;Company-based efforts can also be initiated. We are already working with translation houses and publishers,&amp;&#8221; he said, adding students at the IIT-Hyderabad were working on a text-to-speech system, and at some point these two technologies (text-to-speech and MT systems) will be combined together.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.greatdevelopers.com/2011/03/former-president-apj-abdul-kalam-cuts-language-barriers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Smartphone Shipment Growth May Slow This Year, IDC Says</title>
		<link>http://blog.greatdevelopers.com/2011/03/smartphone-shipment-growth-may-slow-this-year-idc-says/</link>
		<comments>http://blog.greatdevelopers.com/2011/03/smartphone-shipment-growth-may-slow-this-year-idc-says/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 02:37:26 +0000</pubDate>
		<dc:creator>shekhar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.greatdevelopers.com/?p=98</guid>
		<description><![CDATA[Global sales of smartphones will probably increase at a slower pace this year, with Google Inc. (GOOG)’s Android likely to become the world’s best-selling smartphone system, according to International Data Corp. Shipments of handsets that allow users to surf the Internet and download movies and music may gain 49 percent this year to more than [...]]]></description>
				<content:encoded><![CDATA[<p>Global sales of smartphones will probably increase at a slower pace this year, with <a title="Get Quote" href="http://www.bloomberg.com/apps/quote?ticker=GOOG:US">Google Inc. (GOOG)</a>’s Android likely to become the world’s best-selling smartphone system, according to International Data Corp.</p>
<p>Shipments of handsets that allow users to surf the Internet and download movies and music may gain 49 percent this year to more than 450 million units, the Framingham, Massachusetts-based researcher said in a <a title="Open Web Site" rel="external" href="http://www.idc.com/getdoc.jsp?containerId=prUS22762811">report</a> today. The rate lags the <a title="Open Web Site" rel="external" href="http://www.idc.com/about/viewpressrelease.jsp?containerId=prUS22689111">74 percent</a> growth last year when consumers made purchases they’d delayed during the recession.</p>
<p>Android, which is available on handsets from dozens of vendors including Samsung Electronics Corp. and <a title="Get Quote" href="http://www.bloomberg.com/apps/quote?ticker=2498:TT">HTC Corp. (2498)</a>, has built its market share in less than three years to challenge <a title="Get Quote" href="http://www.bloomberg.com/apps/quote?ticker=NOK1V:FH">Nokia Oyj (NOK1V)</a>’s Symbian as the market leader. Nokia, the biggest maker of mobile phones, said last month it will move to <a title="Get Quote" href="http://www.bloomberg.com/apps/quote?ticker=MSFT:US">Microsoft Corp. (MSFT)</a>’s Windows Phone 7 as its primary operating system in a transition that is expected to last through 2012.</p>
<p>“For vendors who made Android the cornerstone of their smartphone strategies, 2010 was the coming-out party,” IDC analyst <a href="http://topics.bloomberg.com/ramon-llamas/">Ramon Llamas</a> said in the report. “This year will see a coronation party as these same vendors broaden and deepen their portfolios to reach more customers, particularly first-time smartphone users.”</p>
<p>Microsoft’s Windows Phone 7 could be the second-largest operating platform behind Android by 2015 as it benefits from Nokia production capacity, IDC said today.</p>
<p>Android may have 39.5 percent of the smartphone market this year, passing Symbian&#8217;s share of 20.9 percent, IDC predicted. Symbian could fall to 0.2 percent in 2015, the researcher said. Windows Phone 7 and older Microsoft systems will run on 5.5 percent of units shipped this year, it said.</p>
<p>Android grew more than ninefold in 2010, according to Gartner Inc. <a title="Open Web Site" rel="external" href="http://www.gartner.com/it/page.jsp?id=1543014">research</a> on unit sales to end users. The Google system had 22.7 percent of the smartphone market for the full year, compared with 37.6 percent for Symbian, Gartner said Feb. 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.greatdevelopers.com/2011/03/smartphone-shipment-growth-may-slow-this-year-idc-says/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox 4 now available for download</title>
		<link>http://blog.greatdevelopers.com/2011/03/firefox-4-now-available-for-download/</link>
		<comments>http://blog.greatdevelopers.com/2011/03/firefox-4-now-available-for-download/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 11:14:04 +0000</pubDate>
		<dc:creator>shekhar</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.greatdevelopers.com/?p=96</guid>
		<description><![CDATA[Firefox 4 Release Candidate is now available for download. With competition such as IE9 and Google Chrome 10, does Firefox 4 have some tricks up its sleeve to withstand the competition? For starters, Firefox 4 comes with a plethora of changes both aesthetically as well as under the hood. The first thing that you will [...]]]></description>
				<content:encoded><![CDATA[<p>Firefox 4 Release Candidate is now available for download. With competition such as IE9 and Google Chrome 10, does Firefox 4 have some tricks up its sleeve to withstand the competition?</p>
<p>For starters, Firefox 4 comes with a plethora of changes both aesthetically as well as under the hood. The first thing that you will notice is the change in tabs layout and the address bar. It looks a lot neater than its predecessors and has an IE9 feel to it. The tabs are located above the address bar giving them a more visual presence. It is now possible for a user to switch between tabs from the comfort of the address bar itself.</p>
<p>Firefox also helps you stay in sync on multiple devices. You can synchronize your settings, passwords, bookmarks, history, open tabs and other customizations across multiple devices such as your smartphones.</p>
<p>Managing add-ons and organizing your tabs is as simple as drag and drop on Firefox 4.</p>
<p>Firefox 4 claims to be 3-times faster and 6-times improved when compared to Firefox 3.6.12.</p>
<p>Under the hood, Firefox 4 is a beast!! With the new JavaScript engine, not only does the browser render web pages faster, but has also improved upon the startup time. It also includes support for WebM for HD-videos. The latest version also has very fast graphics acceleration with Direct2D and Direct3D on <a href="http://hostdisplay.com/page/windows-vps/">Windows</a> and OpenGL on the Mac. Firefox 4 also supports multi-touch making it an ideal browser for mobile devices.</p>
<p>The download is available at this page &#8211; <a href="http://www.mozilla.com/en-US/firefox/RC/">Download Firefox 4 RC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.greatdevelopers.com/2011/03/firefox-4-now-available-for-download/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft Visual Studio 2010 Service Pack 1 now available</title>
		<link>http://blog.greatdevelopers.com/2011/03/microsoft-visual-studio-2010-service-pack-1-now-available/</link>
		<comments>http://blog.greatdevelopers.com/2011/03/microsoft-visual-studio-2010-service-pack-1-now-available/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 03:49:06 +0000</pubDate>
		<dc:creator>shekhar</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://blog.greatdevelopers.com/?p=92</guid>
		<description><![CDATA[The final version of Visual Studio 2010 SP1 is now available for download. You can download it from here. The list of changes, features can be found here.]]></description>
				<content:encoded><![CDATA[<p>The final version of Visual Studio 2010 SP1 is now available for download.<br />
You can download it from <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=75568aa6-8107-475d-948a-ef22627e57a5&amp;displaylang=en" target="_blank">here</a>.<br />
The list of changes, features can be found <a href="http://support.microsoft.com/kb/983509" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.greatdevelopers.com/2011/03/microsoft-visual-studio-2010-service-pack-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Service Pack 1 (SP1) Released</title>
		<link>http://blog.greatdevelopers.com/2011/02/windows-7-service-pack-1-sp1-released/</link>
		<comments>http://blog.greatdevelopers.com/2011/02/windows-7-service-pack-1-sp1-released/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 10:47:45 +0000</pubDate>
		<dc:creator>shekhar</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://blog.greatdevelopers.com/?p=90</guid>
		<description><![CDATA[  Microsoft released the first official service pack for Windows 7 today. This is an important update that includes previously released security, performance, and stability updates for Windows 7. SP1 also includes new improvements to features and services in Windows 7, such as improved reliability when connecting to HDMI audio devices, printing using the XPS [...]]]></description>
				<content:encoded><![CDATA[<p>  Microsoft released the first official service pack for Windows 7 today. This is an important update that includes previously released security, performance, and stability updates for Windows 7. SP1 also includes new improvements to features and services in Windows 7, such as improved reliability when connecting to HDMI audio devices, printing using the XPS Viewer, and restoring previous folders in Windows Explorer after restarting.<br />
There are different ways to install Windows 7 SP1. But before you start downloading, please note that you may need to keep from 750MB to 7400MB of free space (depending on the version of Windows) on your Windows partition to be able to install it. Also check if your Windows 7 is already updated to SP1. You can find this by looking under System in Control Panel, next to System type.<br />
The easiest and safest way to install SP1 is using Windows Update service. If you use this, then your total download size will be 750MB for 32-bit Windows 7, and 1050MB for the 64-bit version. For this, you need to click Start, click All Programs and click Windows Update. In the window that opens, click &#8220;<em>Check for updates</em>&#8221; on the left. In the list of updates, you will see Service Pack for Microsoft Windows (KB976932), select it and click OK. Click Install updates to start downloading and installing the update. Enter your administrator password if prompted for the same. This method requires your computer to remain connected to the internet while the update downloads and installs.<br />
The second way is to download the from the <a href="http://go.microsoft.com/fwlink/?LinkId=199583" target="_blank">Microsoft Download Center</a>. Choose the version of SP1 according to your Windows version and click Download. Run this downloaded file to install SP1.<br />
There is also a provision to order a DVD from Microsoft containing SP1 from <a href="http://go.microsoft.com/fwlink/?LinkId=208642" target="_blank">here</a>, but it is valid only for users living in U.S. or Canada.<br />
Please note that Geniune Windows validation is required to be able to download Windows 7 SP1.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.greatdevelopers.com/2011/02/windows-7-service-pack-1-sp1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moonlight 4 Preview Now Available</title>
		<link>http://blog.greatdevelopers.com/2011/02/moonlight-4-preview-now-available/</link>
		<comments>http://blog.greatdevelopers.com/2011/02/moonlight-4-preview-now-available/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 03:27:06 +0000</pubDate>
		<dc:creator>shekhar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.greatdevelopers.com/?p=86</guid>
		<description><![CDATA[Novell has announced that Moonlight 4 is now available. This version of Moonlight comes with full support for all prior version of Silverlight and preview support for Silverlight 4, including support of Microsoft-licensed codecs for Silverlight 3 and 4, today&#8217;s announcement marks the first time that Moonlight has shipped a release consistent with many popular [...]]]></description>
				<content:encoded><![CDATA[<p>Novell has announced that <a href="http://www.mono-project.com/Moonlight" target="_blank">Moonlight</a> 4 is now available. This version of <a href="http://www.mono-project.com/Moonlight" target="_blank">Moonlight</a> comes with full support for all prior version of Silverlight and preview support for Silverlight 4, including support of Microsoft-licensed codecs for Silverlight 3 and 4, today&#8217;s announcement marks the first time that Moonlight has shipped a release consistent with many popular sites built for the latest release of Silverlight. This release gives Firefox* and Google Chrome* users on Linux access to the latest Silverlight content and enables developers to take advantage of the newest features of Silverlight on all platforms.</p>
<p>For more information refer to <a href="http://www.novell.com/news/press/2011/2/moonlight-4-preview-now-available.html" target="_blank">this post </a> on novell.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.greatdevelopers.com/2011/02/moonlight-4-preview-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
