<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="rss.xsl" type="text/xsl" ?>
<rss version="2.0">
    <channel>
        <title>JetBrains News</title>
        <link>http://www.jetbrains.com/allnews.html</link>
        <ttl>1000</ttl>
        <description>Latest news about JetBrains products</description>
        <copyright>JetBrains s.r.o.</copyright>
        <generator>IntelliJ IDEA</generator>
        <webMaster>webmaster@jetbrains.com</webMaster>
        <item>
            <title>RubyMine 1.1.1 with Subversion 1.6 support</title>
            <link>http://jetbrains.com/ruby/whatsnew/</link>
            <description><![CDATA[<p>While we are actively working on new features for future RubyMine releases, here is the maintenance update to existing one &mdash; RubyMine 1.1.1.<br/>
            Together with the fixes, this update brings full compatibility with Subversion 1.6 and a number of other minor additions.</p>
            <p>Check <a href="http://www.jetbrains.com/ruby/whatsnew?rss">what's new</a> and <a href="http://www.jetbrains.com/ruby/download?rss">Download RubyMine 1.1.1</a>.</p>

            <p>Develop with pleasure!
            <br/><em>JetBrains RubyMine Team</em></p>
            ]]>
            </description>
            <pubDate>Fri, 30 June 2009 12:30:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#140</guid>

        </item>
        <item>
            <title>IntelliJ IDEA 9 Milestone 1 is available</title>
            <category>JetBrains Releases IntelliJ IDEA 9 Milestone 1</category>
            <link>http://jetbrains.com/idea/nextversion/</link>
            <description><![CDATA[<p>This Milestone release delivers a fresh preview of features and improvements we've implemented so far for IntelliJ IDEA 9. We encourage all early adopters to share their feedback and request more new features they want to be available in the final release. We appreciate all your input.</p>
<h4>For Everyone on Java</h4>
<ul>
	<li>Faster Environment. New, background-enabled file indexing allows you to start using essential editing features almost immediately. All the advanced features become available in minutes.</li>
	<li>Global unused symbols highlighting. Shows dead code instantly, as you type.</li>
	<li>Easy class exclusion from completion & auto-import. Allows to get rid of unwanted java.awt.List et al.</li>
	<li>Built-in spell checker that verifies comments, literals and identifiers in your code.</li>
	<li>Make Java a concise language with auto folding: generic parameters, one method anonymous classes (aka poor man's closures), i18n-ized messages etc.</li>
	<li>See what particular <em>index.html</em> you're looking at with customizable colors for editor tabs.</li>
	<li>Enjoy Subversion 1.6 support.</li>
	<li>And more.</li>
</ul>
<h4>Java EE 6 Support</h4>
<p>Though the specification itself is in late beta at the moment, IntelliJ IDEA 9M1 comes with initial support for this new standard of Java enterprise application development. The support includes error highlighting and usual editing aids for JPA 2.0, EJB 3.1, JSF 2.0, Servlet 3, Web Beans and Bean Validation, as well as support for GlassFish 3 Preview. We expect our Java EE 6 support to mature to the moment of IntelliJ IDEA 9 release as Java EE 6 / Glassfish going gold.</p>
<h4>Also</h4>
<ul>
	<li>Tapestry Integration</li>
	<li>OSGi Application Development</li>
	<li>Android Development</li>
	<li>Google App Engine Integration</li>
	<li>New JavaScript Debugger. The JavaScript debugger is now implemented as a Firefox plugin, so you can debug applications running in your favorite browser, not only in that embedded in IntelliJ IDEA.</li>
	<li>PHP Support</li>
	<li>AIR support</li>
	<li>FlexUnit support</li>
	<li>Support for class, method and call hierarchy in ActionScript code</li>
	<li>GWT 1.6</li>
</ul>
<p>To learn more about IntelliJ IDEA and download the latest build, see the official IntelliJ IDEA site at <a href="http://www.jetbrains.com/idea/nextversion/index.html?rss">http://www.jetbrains.com/idea/nextversion</a>.</p>
<p>Develop with pleasure!
            <br/><em>The JetBrains Team</em></p>
            ]]>
            </description>
            <pubDate>Thu, 25 June 2009 45:25:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#139</guid>

        </item>
        <item>
            <title>JetBrains Introduces New Issue Tracker</title>
            <link>http://jetbrains.net/confluence/display/TSYSPUB/Early+Access+Program</link>
            <description><![CDATA[<p>Today, we're opening public access to <strong>our own issue tracker</strong>
 code-named Charisma. You're welcome to <a href="http://jetbrains.net/confluence/display/TSYSPUB/Early+Access+Program">download the latest Charisma builds</a> and try them in your own environment.</p>

<p>Why in the world did we turn our sights to issue tracking? Based on our own corporate experience, a top-class issue tracker should be able to do the following:</p>
<ul>
<li>Make common actions, including issue search, issue editing and batch operations, faster and easier.</li>
<li>Provide a lightweight UI that only shows as much detail as a developer wants.</li>
<li>Support keyboard actions throughout the product.</li>
</ul>

<p>Keeping these priorities in mind, we have designed a product that provides the following features:</p>
<ul>
<li>Compact search box for <b>query-based issue search</b> as an alternative to traditional issue filters. Human-readable queries (i.e., <code>all critical unresolved issues for me</code>) along with <b>query completion</b> in the search box make it easy to start using the search grammar right away. (<a href="http://www.jetbrains.com/tracker/documentation/demos/announcement/search/search_demo.htm">demo</a>)</li>
<li><b>Inline</b> issue <b>editing</b>, straight from within the list of search results &mdash; in addition to the more traditional dedicated-page editing. (<a href="http://www.jetbrains.com/tracker/documentation/demos/announcement/editing/inline_editing_demo.htm">demo</a>)</li>
<li><b>Batch commands</b> that share syntax with search queries let you quickly select several issues and modify their attributes simultaneously. For example, once you've typed <code>for me open fix for eap1</code> in the command window, all selected issues are assigned to you, their state changes to <i>Open</i>, and fix version changes to <i>eap1</i>. (<a href="http://www.jetbrains.com/tracker/documentation/demos/announcement/commands/commands_demo.htm">demo</a>)</li>
<li><b>Tags</b> &mdash; custom attributes assignable to any issue &mdash; and <b>saved searches</b> help users build their own paths for navigating between issues and quickly access most relevant issues. (<a href="http://www.jetbrains.com/tracker/documentation/demos/announcement/tags/tags_demo.htm">demo</a>)</li>
<li>AJAX-based user interface provides multiple advantages, including the ability to quickly <b>hide or expand details</b> on demand.</li>
<li>Extensive <b>keyboard support</b> helps create, edit, and navigate between issues using keyboard shortcuts. Mouse support is available as well, with filters, instant edit buttons, and menus representing common commands.</li>
</ul>

<p>Intuitive search queries, inline editing, keyboard shortcuts, language-based commands that the user can apply to multiple issues &mdash; all this makes Charisma intuitive and easy to use without overloading the UI with too many controls.</p>

<p>Of course, we're gradually migrating our own products to Charisma. Currently, the users and developers of <a href="http://jetbrains.net/tracker/issues/TW">TeamCity</a>, <a href="http://jetbrains.net/tracker/issues/MPS">MPS</a>, and <a href="http://jetbrains.net/tracker/issues/DTRC">dotTrace</a> all work with the new issue tracker, providing valuable feedback.</p>

<p>You're welcome to <a href="http://jetbrains.net/confluence/display/TSYSPUB/Early+Access+Program">download Charisma EAP builds</a> and try them out on your own server (see <a href="http://jetbrains.net/confluence/display/TSYSPUB/EAP+Build+Installation">installation instructions</a> for details).</p>
<p>As there's still a long way to go towards beta, we encourage you to report any bugs that you may encounter, or make feature requests &mdash; you can do both <a href="http://jetbrains.net/tracker/issues/JT">here</a>. You can also keep in touch with Charisma developers and learn what's going on using our new <a href="http://blogs.jetbrains.com/issueTracker">blog</a>.</p>

<p>Whether or not you download Charisma right now, you can read useful tips and watch Charisma demos on its <a href="http://jetbrains.net/tracker/welcome">Welcome page</a>.</p>

<p>Start investigating the new JetBrains product in your own environment, and help us make it better every day!</p>

<p>Beta release is planned for the third quarter 2009.</p>
            ]]>
            </description>
            <pubDate>Tue, 23 June 2009 20:59:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#138</guid>

        </item>
        <item>
            <title>Fresh Update: TeamCity 4.5.3</title>
            <link>http://www.jetbrains.com/teamcity/download/index.html?rss</link>
            <description><![CDATA[

            <p>We're glad to announce the fresh update - TeamCity 4.5.3, which solves a Rake Runner problem introduced
            in TeamCity 4.5.2 and contains a few more fixes.</p>
            <p>Check <a href="http://www.jetbrains.com/teamcity/features/release_notes453.html?rss">Release notes</a> for the complete list of included changes.</p>
            <p><a href="http://www.jetbrains.com/teamcity/download/index.html?rss">Download TeamCity 4.5.3</a>.</p>


            <p>Wishing you develop with pleasure and waiting for your feedback!
            <br/><em>The JetBrains TeamCity Team</em></p>
            ]]>
            </description>
            <pubDate>Tue, 16 June 2009 19:25:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#137</guid>
        </item>
        <item>
            <title>TeamCity 4.5.2 is Here</title>
            <link>http://www.jetbrains.com/teamcity/download/index.html?rss</link>
            <description><![CDATA[<p>We're glad to inform you that TeamCity 4.5.2 is just released. This fresh update comprises improved compatibility
with Subversion 1.6 and a number of fixes.</p>
<p>Check <a href="http://www.jetbrains.com/teamcity/features/release_notes452.html?rss">Release notes</a>
for the complete list of included changes.</p>
<p><a href="http://www.jetbrains.com/teamcity/download/index.html">Download TeamCity 4.5.2</a>.</p>

            <p>Wishing you develop with pleasure and waiting for your feedback!
            <br/><em>The JetBrains TeamCity Team</em></p>
            ]]>
            </description>
            <pubDate>Tue, 9 June 2009 14:57:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#136</guid>
        </item>

        <item>
            <title>RubyMine 1.1 - major additions in minor release</title>
            <category>RubyMine 1.1 released</category>
            <link>http://www.jetbrains.com/ruby/index.html?rss</link>
            <description><![CDATA[<p>In this first update to our new Ruby IDE we are adding a number of things to make the IDE be on the cutting edge of the technology. So, here what RubyMine 1.1 features except the standard for a minor update performance and stability improvements:</p>
            <ul>
                <li><strong>Ruby on Rails 2.3 support</strong> including application templates and localized views.</li>
                <li><strong>Complete understanding of Cucumber</strong>. Editing scenarios and running tests in RubyMine's test runner UI.</li>
                <li><strong>Remote Debug</strong>. With this new debugger feature RubyMine allows you to debug applications running on a remote host.</li>
                <li><strong>RSpec DRb Server</strong>. Start RSpec DRB server from RubyMine and your tests will automatically run on the DRb server.</li>
            </ul>
            <p><a href="http://www.jetbrains.com/ruby/whatsnew/index.html?rss">Read more about the new features</a> and
            <a href="http://www.jetbrains.com/ruby/download/index.html?rss">download RubyMine 1.1</a> to try them.</p>

            <p>Develop with pleasure!
            <br/><em>JetBrains RubyMine Team</em></p>
            ]]>
            </description>
            <pubDate>Thu, 28 May 2009 13:30:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#135</guid>
        </item>
        <item>
            <title>IntelliJ IDEA 8.1.2 is Released</title>
            <link>http://www.jetbrains.com/idea/download/index.html?rss</link>
            <description><![CDATA[<p>We have just released a fresh <a href="http://www.jetbrains.com/idea/download/index.html?i802">IntellIJ IDEA</a> update - 8.1.2</p>
            <p>For the complete list of what has been added and fixed, see <a href="http://www.jetbrains.com/idea/features/release_notes812.html?i802">release notes</a>.</p>

            <p>Develop with pleasure!
            <br/><em>The JetBrains Team</em></p>
            ]]>
            </description>
            <pubDate>Mon, 18 May 2009 17:05:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#134</guid>
        </item>
        <item>
            <title>RubyMine 1.0.5 is Released</title>
            <link>http://www.jetbrains.com/ruby/index.html?rss</link>
            <description><![CDATA[<p>RubyMine 1.0.5 is the first update to our new Ruby/Rails IDE featuring improvements and new functionality: Rails 2.3 support, syntax highlighting for Cucumber testing framework files, experimental remote debug and more.</p>
            <p><a href="http://www.jetbrains.com/ruby/download/index.html?rss">Download</a> RubyMine 1.0.5.<br/>
            See <a href="http://www.jetbrains.net/confluence/display/RUBYDEV/RubyMine+1.0.5+Release+Notes">complete Release Notes</a> for more information.</p>

            <p>Develop with pleasure!
            <br/><em>JetBrains RubyMine Team</em></p>
            ]]>
            </description>
            <pubDate>Tue, 14 May 2009 21:20:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#133</guid>
        </item>

        <item>
            <title>TeamCity 4.5.1 is Released</title>
            <link>http://www.jetbrains.com/teamcity/index.html?rss</link>
            <description><![CDATA[<p>We are pleased to announce TeamCity 4.5.1 bug fix release.</p>
            <p><a href="http://www.jetbrains.com/teamcity/download/index.html?rss">Download</a> this fresh version of TeamCity. </p>
            <p><a href="http://www.jetbrains.com/teamcity/features/release_notes451.html?rss">Read</a> the release notes for the list of changes made.</p>

            <p>Develop with pleasure!
            <br/><em>The JetBrains Team</em></p>
            ]]>
            </description>
            <pubDate>Tue, 8 May 2009 15:00:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#132</guid>
        </item>

        <item>
            <title>Meet JetBrains RubyMine 1.0 - a Brand New IDE for Ruby and Rails</title>
            <category>RubyMine 1.0 released</category>
            <link>http://www.jetbrains.com/ruby/?rss</link>
            <description><![CDATA[<p>We are excited and proud to announce that <strong><a href="http://www.jetbrains.com/ruby?rss">RubyMine 1.0</a> is generally available now</strong>.</p>
<p>Our new product is no doubt a great addition to the constantly growing <a href="http://www.jetbrains.com/products?rss">family of JetBrains products</a>. We create products for many available technologies and we have no plans to stop where we are now.</p>
<p>JetBrains flagship product, <a href="http://www.jetbrains.com/idea?rss">IntelliJ IDEA</a>, has always been highly praised for its web development capabilities, such as great HTML, CSS and JavaScript editing support. RubyMine inherits the best of the IntelliJ IDEA platform, adds its own amazing <a href="http://www.jetbrains.com/ruby/features?rss">features for Ruby and Rails developers</a>, and makes a perfect IDE for an easier and more productive web development with Ruby on Rails.</p>
<p><a href="http://www.jetbrains.com/ruby/download?rss">Download RubyMine</a>, try it for free for 30 days, and <a href="http://www.jetbrains.com/ruby/buy?rss">purchase</a>
 the product for <strong>only $99 with free upgrades for one full year</strong>.</p>

            <p>Develop with pleasure!
            <br/> <em>The JetBrains Team</em></p>
            ]]>
            </description>
            <pubDate>Tue, 28 April 2009 20:20:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#131</guid>
        </item>

        <item>
            <title>TeamCity 4.5 Released</title>
            <category>TeamCity 4.5 released</category>
            <link>http://www.jetbrains.com/teamcity/index.html?rss</link>
            <description><![CDATA[<p>This release brings a range of improvements intended to make development teams more productive and efficient.</p>
<p>Here are some of the release highlights:</p>
    <ul><li>LDAP integration with automatic user profile synchronization</li>
        <li>User group management engine allowing for the fine-tuning of team member permissions, group hierarchy set-up, and rules notification on a per-user and per-project level</li>
        <li>CVS and Perforce 2008.2 support in Eclipse plugin</li>
        <li>Perforce support in Microsoft Visual Studio plugin</li>
        <li>Build Agent compatibility with Mono testing framework as a .NET platform for continuous builds</li>
        <li>Handling external tools reports in XML format (ANT's JUnit tasks, NUnit, Surefire, PMD, and FindBugs)</li>
        <li>Git integration (<a href="http://www.jetbrains.net/confluence/display/TW/Git">EAP</a> is now open)</li></ul>
<p>In addition to achievements in these areas, we made the UI more refined and responsive.</p>

<p>For more details, jump to the <a href="http://www.jetbrains.com/teamcity/features/newfeatures.html?rss">New Features</a> page.</p>

<p>You can <a href="http://www.jetbrains.com/teamcity/download/index.html?rss">download a free Professional Edition</a> or
if you are a newcomer, we encourage you to <a href="http://www.jetbrains.com/eforms/evaluation.action?token=tcEval">request a 60-day trial</a>
of TeamCity 4.5 Enterprise Edition.</p>

<p><strong>All upgrades from TeamCity 3.x and 4.x Enterprise Edition are free.</strong></p>

            <p>Develop with pleasure!
            <br/> <em>The JetBrains Team</em></p>
            ]]>
            </description>
            <pubDate>Thu, 23 April 2009 17:10:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#130</guid>
        </item>


        <item>
            <title>ReSharper 4.5 Released!</title>
            <category>ReSharper 4.5 released</category>
            <link>http://www.jetbrains.com/resharper/index.html?rss</link>
            <description><![CDATA[<p>After expanding its functionality in previous releases, ReSharper 4.5 shifts focus to the issues of performance and memory usage. Making the tool agile, robust and responsive - and a bit smarter still - is the main idea behind ReSharper 4.5.
</p>
<p>ReSharper 4.5 also brings a wide-ranging set of improvements that go beyond performance enhancements:</p>
    <ul><li>Performance and memory consumption: When working on large solutions, you will feel a great deal of difference between ReSharper 4.0 and 4.5</li>
        <li>New solution-wide warnings and suggestions: Analyze usage of non-private types and type members within your whole solution (or don't!)</li>
        <li>Visual Basic 9 support: ReSharper's cross-language refactorings and editing experience enhancements now fully support VB9 code</li>
        <li>Improved setup for naming conventions, which are now supported by all ReSharper features</li>
        <li>New Inline Field refactoring and enhancements in existing refactorings</li>
        <li>Go to Implementation: Go from the usage of a class or method straight to its implementation, bypassing its declaration</li></ul>
<p>To download your free 30-day trial of ReSharper 4.5, go to <a href="http://www.jetbrains.com/resharper/download/index.html?rss">www.jetbrains.com/resharper/download</a></p>
<p><strong>Upgrades from ReSharper 4.0 are free.</strong></p>
            ]]>
            </description>
            <pubDate>Wed, 8 April 2009 21:40:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#129</guid>
        </item>

        <item>
            <title>JetBrains RubyMine Beta is here with a 50% discount for 1.0</title>
            <link>http://www.jetbrains.com/ruby/index.html?rss</link>
            <description><![CDATA[<p>Back in November 2008, we opened the Public Preview for RubyMine, our new IDE for Ruby and Rails developers targeted at developer productivity. It has been a great success, with 10 EAP builds released so far and a great deal of positive and useful feedback from early adopters.</p>
<p>Now RubyMine is ready to go Beta, which leaves only a small step to the 1.0 release planned before the end of April.</p>
<p>Despite being the first major release, RubyMine 1.0 is a full-featured and mature integrated development environment. It provides developers with the following key functionality:</p>
<ul>
<li>Intelligent Editor with type aware code completion for Ruby code</li>
<li>Rails-specific code completion for Controllers, Helpers, Views, find_by_methods and methods like url_for, redirect_to, etc.</li>
<li>Set of refactorings for Ruby and Rails including Ruby-generic ones such as Extract Method</li>
<li>Advanced project navigation with Ruby on Rails specific views and navigation actions</li>
<li>Best of breed HTML, CSS and JavaScript editors and tools for web developers</li>
<li>Graphical Ruby debugger with breakpoints even in RHTML code</li>
<li>Support for Ruby-specific unit testing frameworks (RSpec, Test::Unit and Test/Spec)</li>
<li>Integrated Version Controls support including Subversion, Git and Perforce</li>
</ul>
<p>During the homestretch we are going to concentrate on product stability in line with JetBrains' commitment to highest product quality.</p>
<p>We made it known from the very start that RubyMine would be very affordable. The $99.00 price tag for RubyMine 1.0 proves this. In addition, everyone can now get a 50% discount on RubyMine by <a href="http://www.jetbrains.com/ruby/index.html?rss">submitting a request</a> to JetBrains.</p>
<p><a href="http://www.jetbrains.com/ruby/download/index.html?rss">Download RubyMine Beta</a> and request the discount to buy RubyMine 1.0 for just $49.00!</p>]]>
            </description>
            <pubDate>Thu, 2 April 2009 22:35:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#128</guid>
        </item>


        <item>
            <title>A Bunch of Innovations in the Line of JetBrains Products</title>
            <link>http://www.jetbrains.com/index.html?rss</link>
            <description><![CDATA[<p>Several popular products from JetBrains have simultaneously introduced a bunch of innovations, to improve user experience and productivity.</p>
            <p>The brand-new <a href="http://plugins.intellij.net/plugin/?id=4233" target="_blank">Voice Control plugin</a> for IntelliJ IDEA has gained the highest user rating during less than a day. Now you can associate a voice command with any action - just like a
keyboard or mouse shortcut, and IntelliJ IDEA will literally listen to
you, immediately carrying out the required action when you speak the
magic words.</p>
<p>You are encouraged to view a quick <a href="http://www.jetbrains.com/idea/training/demos/voice_control.html?rss" target="_blank">live demo</a> showing the plugin in action.</p>
<p>Our popular CI server, TeamCity, came up with a feature that would help developers weather recession. It is designed to improve your project ROI and raise team
motivation. It allows you to automatically charge developers for broken
builds, abusing hardware resources, and more.</p>
<p>To start improving your project bottom-line today, <a href="http://www.jetbrains.com/teamcity/index.html?rss">click here to learn more and download the latest TeamCity build</a>.</p>
<p>Our .NET users would definitely appreciate the new opportunity to customize their ReSharper build. Now you can <em>build your own </em>distributive, with our brand new ReSharper
Configurator. Choose the analysis engine, select the feature packages
you need, the supported languages, and even the colors! Go lightweight
or feature-rich - it's all up to you.</p>
<p>Click here to build your ReSharper now: <a href="http://www.jetbrains.com/resharper/build_now.html?rss">www.jetbrains.com/resharper/build_now.html</a>.</p>
<p>We hope you enjoy the innovations, and wish you always develop with pleasure :-)

            <br/> <em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Wed, 1 April 2009 15:30:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#127</guid>
        </item>

        <item>
            <title>ReSharper 4.5 Beta Released</title>
            <category>ReSharper 4.5 Beta released</category>
            <link>http://www.jetbrains.com/resharper/beta.html?rss</link>
            <description><![CDATA[<p>Your wait is almost over: ReSharper 4.5 has gone public beta, and the official release is just a few weeks away!</p>
            <p>After significantly expanding the set of ReSharper features in previous releases, we've shifted focus to the issues of performance and memory usage.</p>
            <p>Making the tool more agile, robust and responsive was our main goal when developing ReSharper 4.5.</p>
            <p>ReSharper 4.5 also brings a wide-ranging set of improvements that go way beyond performance enhancements:</p>
            <ul>
            <li>Performance and memory consumption: When working on large solutions, you'll feel a great deal of difference between ReSharper 4.0 and 4.5</li>
                <li>New solution-wide warnings and suggestions: Analyze usage of non-private types and type members within your whole solution</li>
                <li>Visual Basic 9 support: ReSharper's cross-language refactorings and editing experience enhancements now fully support VB9 code</li>
                <li>Improved setup for naming conventions, which are now supported by all ReSharper features</li>
                <li>New Inline Field refactoring and enhancements in existing refactorings</li>
                <li>Go to Implementation – go from the usage of a class or method straight to its implementation, bypassing its declaration</li></ul>
            <p>To get your hands on the public beta, download it now at <a href="http://www.jetbrains.com/resharper/beta.html?rss">www.jetbrains.com/resharper/beta.html</a></p>

            <p>Develop with pleasure!
            <br/> <em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Fri, 13 March 2009 18:11:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#126</guid>
        </item>

        <item>
            <title>IntelliJ IDEA 8.1 Released</title>
            <category>IntelliJ IDEA 8.1 released</category>
            <link>http://www.jetbrains.com/idea/index.html?rss</link>
            <description><![CDATA[<p>Fresh news, everyone! Hope you share our point of view on new features: there's simply never enough of them. And performance: you can always get more of it. This is why we're happy to tell you that <a href="http://www.jetbrains.com/idea/index.html?rss">IntelliJ IDEA</a> 8.1 is just released. It's been a really short time since we aired version 8, but thanks to working six days a week without lunch breaks we managed to deliver you this bunch of improvements:</p>
            <ul>
            <li>Performance of file and compiler caches</li>
            <li>Easy sharing of settings with IntelliJ IDEA Server</li>
            <li>Team Foundation Server</li>
            <li>Git</li>
            <li>Perforce jobs support</li>
            <li>Oracle SQL dialect</li>
            <li>Resin application server</li>
            <li>and <a href="http://www.jetbrains.com/idea/features/newfeatures.html?rss">more &raquo;</a></li>
            </ul>
            <p>Get your hands on this first JetBrains release of 2009: <a href="http://www.jebtrains.com/idea/download/index.html?rss">download</a> your copy of IntelliJ IDEA 8.1</p>
            <p>If you already own version 8, this release is free of charge for you.</p>
            <p>If you still don't &mdash; it's a good time to apply for an <a href="http://www.jetbrains.com/idea/buy/index.jsp#upgradeuser">upgrade</a>.</p>
            <p>If you're a newcomer, you are encouraged to <a href="http://www.jebtrains.com/idea/download/index.html?rss">try it for 30 days</a>, before you decide to <a href="http://www.jetbrains.com/idea/buy/index.jsp?rss">buy</a> it, or apply for a <strong>free</strong> <a href="http://www.jetbrains.com/idea/buy/buy.jsp#openSource_howToApply">open source</a> or <a href="http://www.jetbrains.com/eforms/resolver.action?licenseRequest=ideaCRLN">classroom</a> license.</p>
            <p>Develop with pleasure!
            <br/> <em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Wed, 8 February 2009 20:50:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#125</guid>
        </item>

        <item>
            <title>TeamCity 4.0.2 Released</title>
            <link>http://www.jetbrains.com/teamcity/index.html?rss</link>
            <description><![CDATA[<p>TeamCity 4.0.2 comes with several fixes and improvements, and we would like you to upgrade to this version if you:</p>
            <ul>
            <li>use snapshot dependencies and discover the build queue becomes long because of the builds of the same
            build configuration which were triggered automatically</li>
            <li>have builds with large number of failing tests</li>
            <li>use SVN, CVS, or TFS (for which we have added agent-side checkout) as your version control system</li>
            <li>have extra large build numbers</li>
            <li>use <a href="http://www.jetbrains.net/confluence/display/TCD4/MSTest+Support">MSTest</a> reporting</li>
            <li>experience any of the <a href="http://jetbrains.net/tracker/workspace?currentFolder=46-8727">following issues</a></li>
            </ul>
            <p><a href="http://www.jetbrains.com/teamcity/download/index.html?rss">Download</a> this new version of TeamCity.</p>
            <p>In the nearest future we plan to open the EAP for TeamCity 4.1 which will bring a number of brand-new features.</p>
            <p>Develop with pleasure!
            <br/> <em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Tue, 4 February 2009 15:50:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#124</guid>
        </item>

        <item>
            <title>Jolt Productivity Awards 2008</title>
            <link>http://www.jetbrains.com/allnews.html?rss</link>
            <description><![CDATA[<p>JetBrains tools continue to receive recognition and praise: three of our products have been named finalists in
        this year's Jolt Productivity Awards!</p>

    <p><a href="http://www.jetbrains.com/resharper?rsjolt">ReSharper</a>, our intelligent productivity-focused add-in for
        Microsoft Visual Studio, was honored as one of the five best Development Environments.
    </p>
    <p>In the Change and Configuration Management category, the finalists included <a
            href="http://www.jetbrains.com/teamcity?rsjolt">
        TeamCity</a>, our distributed build management and continuous integration server.
    </p>
    <p>Last but not least, <a href="http://www.jetbrains.com/dottrace?rsjolt">
        dotTrace</a>, a super-fast and efficient .NET profiling tool, was picked by Jolt judges as one of the best five
        Utilities.
    </p>
    <p>It's great to see that our products are really making a difference and helping developers and development teams
        create industry-leading quality software. We thank the judges and especially our customers who are instrumental
        to the success of our products.</p>

<p>Develop with pleasure!
        <br/> <em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Thu, 25 December 2008 13:40:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#122</guid>
        </item>

        <item>
            <title>TeamCity 4.0 Release + EAP</title>
            <link>http://www.jetbrains.com/teamcity/index.html?rss</link>
            <description><![CDATA[<p>You have probably heard that we have unleashed a new major update of JetBrains TeamCity, our distributed build management and continuous integration server. <a href="http://www.jetbrains.com/teamcity?rss">TeamCity 4.0</a> came out with a number of scalability and performance improvements, bringing productivity enhancement to every developer in a team:</p>
<ul>
<li>Support for Build Chains and enhanced build dependencies</li>
<li>Risk-group tests and tests re-ordering</li>
<li>History builds</li>
<li>Improved Eclipse integration</li>
<li>Integration with FxCop for .NET projects</li>
<li>UI improvements</li>
<li>And more...</li>
</ul>
<p>To find more details on this release, please visit TeamCity's <a href="http://www.jetbrains.com/teamcity/features/newfeatures.html?rss">New Features</a> page.</p>
<p>If you are new to TeamCity, <a href="http://www.jetbrains.com/teamcity/download?rss">download</a> your a copy of the FREE Professional Edition and give it a try.</p>
<p>We have also opened an <a href="http://www.jetbrains.net/confluence/display/TW/TeamCity+EAP">Early Access Program</a> of TeamCity 4.0.1, and you can download the latest stable version containing a number of the already improved issues.</p>
<p>Develop with pleasure!
        <br/> <em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Wed, 10 December 2008 18:20:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#121</guid>
        </item>


        <item>
            <title>MPS Goes Beta, Goes Free and Open-source</title>
            <category>Meta Programming System (MPS) Beta released</category>
            <link>http://www.jetbrains.com/mps/index.html?rss</link>
            <description><![CDATA[<p>It is a pleasure for us to announce the Beta release of the <a href="http://www.jetbrains.com/mps?rss">Meta Programming System</a>, our implementation of Language Oriented Programming concept. </p><p>Meta Programming System (MPS) is an environment for professional software developers to create new custom languages, extend existing languages, and use them to develop programs. MPS is also an instrument for creating Domain Specific Languages (DSLs). Domain experts who are not familiar with programming can easily use DSLs created with MPS.</p>
        <p>MPS's main focus is to allow creating new languages and extending existing ones as easily as possible. Its advanced features enable defining language typesystems, constraints and specialized editors to produce new, powerful and easy-to-use languages. MPS uses a generative approach: languages are described on a higher level, and MPS generates compilable code in other languages, particularly in Java.</p>
        <p>MPS will be free for all users and, moreover, a major part of its code is open-source (under Apache license).</p>
        <p>To learn more about JetBrains MPS, <a href="http://www.jetbrains.com/mps/download?rss">download it</A> and give it a try using the supplied <a href="http://www.jetbrains.com/mps/docs/tutorial.html?rss">Tutorial</a>.</p>
        <p>We are planning to have MPS 1.0 released early next year. But expect more announcements soon about new products that we've created using only MPS.</p>
        <p>Develop with pleasure!
        <br/> <em>Team JetBrains</em></p>
        ]]>
            </description>
            <pubDate>Wed, 10 December 2008 13:45:00+0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#120</guid>
        </item>

        <item>
            <title>Meet JetBrains' Release of the Year: IntelliJ IDEA 8</title>
            <category>IntelliJ IDEA 8 released</category>
            <link>http://www.jetbrains.com/idea/index.html?ij8rss</link>
            <li>UML-like class diagrams</li>
            <description><![CDATA[<p>We're proud to announce our release of the year: <a href="http://www.jetbrains.com/idea?ij8rss">IntelliJ IDEA</a> 8!</p><p>Our new and improved IDE is now faster, more stable, and more feature-rich.</p><p>The major release highlights include:</p><ul><li>SQL support & SQL Query Runner</li><li>JBoss Seam support</li><li>JavaScript & Flex Debugger</li><li>FreeMarker & Velocity support</li><li><a href="http://www.jetbrains.com/idea/features/newfeatures.html">and much more</a></li></ul>
        <p>For more details jump right to the <a href="http://www.jetbrains.com/idea/features/newfeatures.html?ij8rss">New
                Features</a> page, or better yet, start experiencing a new level of productivity and usability today &mdash; <a
                    href="http://www.jetbrains.com/idea/download/index.html?ij8rss">download</a> the fully-functional, free 30-day
                trial copy. Keep developing with pleasure!</p>
        <p>Develop with pleasure!
        <br/> <em>Team JetBrains</em>
    </p>
        ]]>
            </description>
            <pubDate>Thu, 6 November 2008 21:20:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#119</guid>
        </item>

        <item>
            <title>RubyMine - new Ruby and Rails IDE from JetBrains</title>
            <title>JetBrains releases RubyMine - a new Ruby and Rails IDE - for public preview</title>
            <link>http://www.jetbrains.com/ruby/index.html?rss</link>
            <description><![CDATA[<p>You might have heard that for the last two years we have been developing <a href="http://www.jetbrains.net/confluence/display/RUBYDEV?rss">Ruby plugin</a> for our award-winning Java IDE,<a href="http://www.jetbrains.com/idea?rss">IntelliJ IDEA</a> (its major release is just few days away, btw!)</p><p>Support of the Ruby community, which has highly anticipated the plugin quality and its feature set, combined with the intensive efforts of JetBrains Ruby team, have inspired us to create the dedicated Ruby IDE - <a href="http://www.jetbrains.com/ruby?rss"><strong>RubyMine</strong></a>.</p>

        <p>RubyMine is based on the years-proven IntelliJ IDEA platform that JetBrains has been developing for over than
            eight years, gathering feedback from worldwide development community and implementing the features that help
            developers being more effective and productive.</p>

        <p><strong>RubyMine</strong> is the full-fledged Ruby and Ruby on Rails IDE, equipped with specific tools for
            Ruby on Rails web developers: Rails generators integration, smart Ruby, HTML, CSS and JavaScript editor with
            completion, on-the-fly inspections, quick-fixes and advanced code analysis. integration with popular VCS
            (Git, Subversion, Perforce, etc.), Ruby debugger and unit testing support.</p>

        <p>Currently we're releasing RubyMine as <strong>Public Preview</strong>. Version 1.0 is scheduled for Q1, 2009.
        </p>

        <p>You are welcome to <a href="http://www.jetbrains.com/ruby/download?rss">download the Public Preview</a> release
            to try it and <a href="http://intellij.net/forums/forum.jspa?forumID=75">let us know you thoughts</a>.</p>

        <p>Stay tuned for the new articles on this blog - we'll be covering various RubyMine features, release
            announcements and many things you will definitely find worth reading.</p>

        <p>Develop with pleasure!<br/> <em>Team JetBrains</em>
        </p>
        ]]>
            </description>
            <pubDate>Sat, 1 November 2008 23:58:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#118</guid>
        </item>

        <item>
            <title>IntelliJ IDEAL Plugin Contest 2008</title>
            <link>http://plugins.intellij.net?ijnlc08</link>
            <description><![CDATA[<p>JetBrains launches the third annual IntelliJ IDEAL Plugin Contest and challenges Java developers to compete for over $15,000 in cash prizes and a whopping $51,700 in free software licenses! Someone is going to win amazing prizes this year - why not you? Join the club of distinguished contributors who have helped populate the IntelliJ IDEA plugin ecosystem with nearly 500 world-class plugins - and make a living of it!</p><p><strong>PRIZES:</strong></p><p>The total cash prize value amounts to $15,000, and the bonus software packs total breaks record at $51,700!</p>
<p>Seven of the best contributions will receive substantial awards with cash and free software licenses.</p>
<p>Grand Prize: $7,000 + Grand software license pack</p>
<p>Second Prize: $4,000 + Deluxe software license pack</p>
<p>Third Prize: $2,000 + Super software license pack</p>
<p>Team Leader's Personal Prize: $1,000 + Special free software license pack</p>
<p>Honorable Mention (3 awarded): $350 Amazon.com gift certificate + free software license pack</p>
<p>In addition, all valid submissions with non-trivial functionality will receive commemorative contest T-shirts</p>

<p><strong>KEY DATES</strong></p>
<p>The contest kicks off September 15, 2008. Final code and collaterals must be submitted by December 15, 2008. Winners will be contacted by e-mail, and the winners list will be posted on the contest home page and announced in JetBrains blogs and RSS feeds on January 30, 2009.</p>

<p><strong>WHERE TO GO</strong></p>
<p>For full contest details, prize info, official rules, submission procedures, etc, visit <a href="http://plugins.intellij.net?ijnlc08">http://plugins.intellij.net</a>.</p>
<p>We invite you to spread the word and consider entering the contest yourself. We're really looking forward to seeing what cool stuff people come up with to make your (and our!) favorite Java IDE even smarter and more productive.</p>
<p>Also, consider visiting the Plugin Wish List available at <a href="http://plugins.intellij.net/wishlist">http://plugins.intellij.net/wishlist</a>. Submit your feature requests and/or vote for others' requests to help plugin developers move in the right direction to benefit our community.</p>
<p>Give it your best shot - earn the recognition of your peers, add to the community's development toolbox, and win a cool prize!</p>

        <p>Develop with pleasure!<br/>
           <em>Team JetBrains</em>
        </p>
        ]]>
            </description>
            <pubDate>Mon, 15 September 2008 12:01:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#117</guid>
        </item>

        <item>
            <title>ReSharper 4.1 is released</title>
            <category>ReSharper 4.1 released</category>
            <link>http://www.jetbrains.com/resharper/download/index.html?rss41</link>
            <description>
                <![CDATA[

<p>Today, we're excited to announce the release of ReSharper 4.1! This minor version is highlighted by:</p>
<ul>
    <li>Support for Microsoft Visual Studio 2008 SP1</li>
    <li>Enhanced ASP.NET experience</li>
    <li>Improved performance and usability: quicker solution load, optimized Unit Test Explorer behavior, and more</li>
    <li>New minor features, including name editing in code generation UI,
    generating backing fields for implemented interface properties, highlighting usages of XML tags and attributes
    </li>
    <li>Stability improvements and bug fixes</li>
</ul>

<p>See <a href="http://www.jetbrains.com/resharper/releaseNotes41.html?rss41">Release Notes</a> for details on bug fixes,
cosmetics, new features, resolved performance and usability problems.
</p>
<p><a href="http://www.jetbrains.com/resharper/download/?rss41">Download</a> this new release now!</p>

        <p>Develop with pleasure!<br/>
           <em>Team JetBrains</em>
        </p>
        ]]>
            </description>
            <pubDate>Tue, 02 September 2008 19:15:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#116</guid>
        </item>


        <item>
            <title>IntelliJ IDEA 7.0.4 is released</title>
            <link>http://www.jetbrains.com/idea/download/index.html?rss704</link>
            <description>
                <![CDATA[
        <p>Good news, everyone!</p>
        <p>We're happy to announce the release of <a href="http://www.jetbrains.com/idea?rss704">IntelliJ IDEA</a> 7.0.4!</p>
        <p>Though this is a regular maintenance release, we have some cool stuff (besides performance improvements and bug-fixes -
            things you can typically find in any maintenance release) up our sleeve for you:</p>
        <ul>
        <li>Reworked Ruby, JRuby and Rails support
        <li>Way better smart Maven integration
        <li>Version control with Subversion 1.5
        <li>and <a href="http://www.jetbrains.com/idea/features/newfeatures.html?rss704">more</a>
        </ul>
        <p>For the complete list of what has been added, fixed and improved, read
            <a href="http://www.jetbrains.com/idea/download/release_notes704.html?rss704">Release Notes</a>.</p>
         <p><a href="http://www.jetbrains.com/idea/download/index.html?rss704">Get</a> this fresh update now. Traditionally available for Windows, MacOS and *NIX.</p>

        <p>Develop with pleasure!<br/>
           <em>Team JetBrains</em>
        </p>
        ]]>
            </description>
            <pubDate>Tue, 12 August 2008 17:35:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#115</guid>
        </item>

        <item>
            <title>IntelliJ IDEA 8 Milestone 1 is released</title>
            <category>IntelliJ IDEA 8 Milestone 1 is avaialable</category>
            <link>http://www.jetbrains.com/idea/nextversion/</link>
            <description>
                <![CDATA[
        <p>It is really a lucky concourse of circumstances that today, 8/8/08, we're releasing IntelliJ IDEA 8 Milestone 1!</p>
        <p>This Milestone Release is a <em>preview</em> of IntelliJ IDEA 8, which is due out by the end of Fall 2008. A number of major new features of the next release are already available for you to use today!  Milestone 1 greatly extends support for modern technologies, frameworks and languages, as well as broadening the possibilities for developing rich, complex solutions. Smooth, fast and effective development is made possible thanks to IntelliJ IDEA's famous productivity-boosting features and native support of every technology and language you need, all tied together in a robust, extensible IDE.</p>
        <p>Here's a list of the most remarkable features introduced in this release:</p>
        <ul>
        <li>JBoss Seam Integration</li>
        <li>Javascript/Flex Debugger</li>
        <li>Greatly improved performance</li>
        <li>Spring 2.5</li>
        <li>FreeMarker, Velocity, GWT 1.5</li>
        <li>Great support for REST WebServices</li>
        <li>Struts 2</li>
        <li>Multi-dialect SQL Console</li>
        <li>Reworked project configuration</li>
        <li>New automated refactorings</li>
        <li>Improved coding assistance </li>
        <li>Numerous new code inspections</li>
        <li>and many more</li>
        </ul>
        <p><a href="http://www.jetbrains.com/idea/nextversion/index.html?rssIdea8M1">Read more</a> about all the new features,
                <a href="http://www.jetbrains.com/idea/training/demos.html#idea8?rssIdea8M1">watch</a> them in live action, and
                <a href="http://www.jetbrains.com/idea/nextversion/index.html?rssIdea8M1">get</a> your copy of the fresh release to try it all for yourself.</p>

        <p>Develop with pleasure!<br/>
           <em>Team JetBrains</em>
        </p>
        ]]>
            </description>
            <pubDate>Fri, 08 August 2008 20:00:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#114</guid>
        </item>


        <item>
            <title>TeamCity 3.1.2 released</title>
            <link>
                http://www.jetbrains.com/teamcity/
            </link>
            <description>
                <![CDATA[
        <p>We are glad to announce the availability of <a href="http://www.jetbrains.com/teamcity/?tc312rss">TeamCity 3.1.2</a>.
            This minor release brings yet more enhancements, including:</p>
        <ul>
            <li>Database migration tool improvements</li>
            <li>Version control integration fixes for VSS, CVS, and StarTeam</li>
            <li>Support of Subversion 1.5 working copy format for Microsoft Visual Studio and Eclipse plugins (Subclipse versions 1.2.x and 1.4.x are now supported)</li>
            <li>Better performance and numerous other <a href="http://www.jetbrains.net/tracker/workspace?currentFolder=15-7199">fixes</a></li>
        </ul>
        <a href="http://www.jetbrains.com/teamcity/download/?tc312rss">Download</a> TeamCity 3.1.2.

        <p>Develop with pleasure!<br/>
           <em>Team JetBrains</em>
        </p>
        ]]>
            </description>
            <pubDate>Wed, 06 August 2008 16:15:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#113</guid>
        </item>

        <item>
            <title>ReSharper 4.0 is released</title>
            <category>ReSharper 4.0 released</category>
            <link>
                http://www.jetbrains.com/resharper/
            </link>
            <description>
                <![CDATA[

        <p>Greetings from JetBrains!</p>
        <p>We are pleased to announce the general availability of ReSharper 4.0!</p>

        <p>This release brings you the most up-to-date support for C# 3.0, including LINQ, and Visual Studio 2008 in general. The major upgrade also features multiple new usability and productivity-boosting tools, such as standard class library annotations, solution-wide analysis (for C#), versatile code cleanup, new automated refactorings, new and improved code-editing capabilities, and more.</p>

        <p>Complete product information about JetBrains ReSharper is available at <a href="http://www.jetbrains.com/resharper?rs40rss">http://www.jetbrains.com/resharper</a>.</p>

        <p>ReSharper 4.0 is available for a 30-day free trial download at <a href="http://www.jetbrains.com/resharper/download/?rs40rss">http://www.jetbrains.com/resharper/download</a>. No evaluation licenses are required.</p>

        <p>New customers can purchase ReSharper 4.0 online at <a href="http://www.jetbrains.com/resharper/buy/?rs40rss">http://www.jetbrains.com/resharper/buy</a>.</p>

        <p><strong>Please NOTE:</strong> All those who have purchased ReSharper 3.0 or ReSharper 3.1 after December 21, 2007 qualify for a free upgrade!</p>

        <p>Wishing you develop with pleasure!!<br/>
           <em>Team JetBrains</em>
        </p>
        ]]>
            </description>
            <pubDate>Tue, 10 June 2008 01:05:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#112</guid>
        </item>
        <item>
            <title>ReSharper 4.0 Beta is available!</title>
            <category>ReSharper 4.0 Beta is available</category>
            <link>
                http://www.jetbrains.com/resharper/beta/beta.html
            </link>
            <description>
                <![CDATA[<p>JetBrains heralds a happy release of ReSharper 4.0 Beta, a state-of-the-art productivity tool for
        .NET developers!<br> ReSharper 4.0 introduces a substantial pack of new features and improvements, of which the
        following are presumably the most delicious:</p>
        <ul>
            <li>
                Comprehensive support for Visual Studio 2008 and C# 3.0, including LINQ, implicitly typed locals and
                arrays, extension methods, automatic properties, lambda expressions, object &amp; collection
                initializers, anonymous types, expression trees, and partial methods.
            </li>
            <li>
                Solution-wide analysis, a feature that looks for erroneous C# code in your whole solution on-the-fly,
                without compiling it first.
            </li>
            <li>
                .NET Framework classes annotated with custom attributes to make ReSharper analyze your code even better
                than before - for instance, to let it know where format strings should be passed or where null values
                can or can not be assigned.
            </li>
            <li>
                Code Cleanup - a powerful successor to Reformat Code. By simply running Code Cleanup, you can instantly
                apply a dozen of actions, including arranging 'this' qualifiers, removing code redundaicies, migrating
                to auto-properties, optimizing using directives, and many more.
            </li>
            <li>
                All ReSharper's refactorings now support C# 3.0. New members of the refactoring family are available,
                including a pack of C# 3.0-specific refactorings.
            </li>
            <li>
                Multiple new productivity features. This is to mention just a few:
                <ul>
                    <li>
                        Complete Statement. This is a new feature that inserts necessary syntax elements (braces,
                        semicolons etc.) and gets you to the position to start the next statement.
                    </li>
                    <li>
                        CamelHumps in Code Completion. In ReSharper 4.0, all three completion features - Symbol
                        Completion, Smart Completion, and Import Symbol Completion - let you complete any symbol by
                        entering only its uppercase characters.
                    </li>
                    <li>
                        Live Templates Editor is a redesigned set of tools to view, manage, and edit ReSharper's three
                        types of templates. From now on, you can manage and classify your templates in a special-purpose
                        dialog box, and edit them right in a Visual Studio code pane.
                    </li>
                    <li>
                        Recent Edits - a drop-down list similar to existing Go To features that shows files and symbols
                        that you recently modified.
                    </li>
                </ul>
            </li>
            <li>
                Smoother interaction with Visual Studio ecosystem. The quality of interaction with frameworks, add-ins,
                version control clients and other members of the Visual Studio ecosystem is brought to a new level. The
                list includes .NET Compact Framework, BizTalk, and Silverlight.
            </li>
            <li>
                ASP.NET Speedup. ReSharper 4.0 significantly speeds up analysis of ASP.NET pages, to enable more web
                developers benefit from the great toolset that ReSharper provides.
            </li>
        </ul>
        <p>As before, ReSharper comes in three editions: Full, C# and VB.NET, which are called on to bring every
            customer precisely what they need - and enjoy the savings.</p>

        <p><a href="http://download.jetbrains.com/resharper/ReSharperSetup.4.0-Beta.msi">Download</a> the beta version
            of ReSharper 4.0 to test the power of new capabilities and help us put the finishing touch on the product.
            Whatever edition you want, whatever version of Visual Studio you use, there's a single download file for
            all.</p>

        <p>Develop with pleasure!<br/> <em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Wed, 21 May 2008 19:20:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#111</guid>
        </item>
        <item>
            <title>dotTrace 3.1 released</title>
            <category>dotTrace 3.1 released</category>
            <link>
                http://www.jetbrains.com/profiler/index.html
            </link>
            <description>
                <![CDATA[<p>On this beautiful spring day, JetBrains announces <a
            href="http://www.jetbrains.com/profiler/index.html">dotTrace 3.1</a> - the new minor release of the simple
        and super-fast profiling tool for .NET developers!</p>

        <p>We keep working on a major upgrade that will represent a big step in terms of functionality and scalability,
            but as an intermediate release, we'd like to introduce dotTrace 3.1. The highlights of this new version
            include:</p>
        <ul class="starlist">
            <li>Support for Visual Studio 2008 and .NET Framework 3.x. You can now launch dotTrace from Visual Studio
                2008 and profile solutions running under latest versions of .NET Framework
            </li>
            <li>Support for Windows Vista and Windows Server 2008</li>
            <li>Support for web-based JetBrains License Server, a utility that serves as a central source of license
                tickets and distributes them between workstations seamlessly
            </li>
            <li>A new floating license that any member of your development team can use</li>
            <li>Stability and performance improvements</li>
        </ul>
        <p>As usual, you can <a href="http://www.jetbrains.com/profiler/download/">download</a> a 10-day evaluation
            copy. Current dotTrace 3.0 customers can upgrade for free.</p>

        <p>For more details on changes in dotTrace 3.1 as compared to 3.0, see <a
                href="http://www.jetbrains.com/profiler/download/releaseNotes31.html">Release Notes</a>.</p>

        <p>Develop with pleasure!<br/> <em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Mon, 5 May 2008 19:45:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#110</guid>
        </item>
        <item>
            <title>Announcing Rake Runner Plugin for TeamCity</title>
            <link>
                http://www.jetbrains.net/confluence/display/TW/Rake+Runner?runnerrss
            </link>
            <description>
                <![CDATA[<p>We are glad to announce the Early Access Program of Rake Runner plugin for TeamCity (<a
            href="http://www.jetbrains.com/teamcity">www.jetbrains.com/teamcity</a>). The plugin in conjunction with
        TeamCity brings the following features and benefits for Rake development: </p>
        <ul>
            <li>
                Continuous changes integration and testing under Test::Unit and RSpec testing frameworks
            </li>
            <li>
                Possibility to run tests under different database environments
            </li>
            <li>
                User-friendly web UI and easy projects administration
            </li>
            <li>
                Support of industry-leading version control systems, including Subversion
            </li>
            <li>
                Smart reporting on the builds and tests results with different notification means and customizable rules
            </li>
            <li>
                Intelligent tracking of tests status and visual statistics charts
            </li>
            <li>
                Taking responsibility for integrating incorrect changes
            </li>
            <li>
                Instant and easy access to the builds' artifacts, intelligent artifacts management and much more
            </li>
        </ul>
        <p>To take a look at a Rake Runner plugin in action, please visit our public demo server at <a
                href="http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt103&amp;guest=1">http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt103&amp;guest=1</a>
            The server doesn't require any registration or configuration.</p>

        <p>The plugin is open-source, developed in Java and Ruby, and, of course, everyone is welcome to contribute. All
            the plugin-related information is available at our Confluence page at <a
                href="http://www.jetbrains.net/confluence/display/TW/Rake+Runner">http://www.jetbrains.net/confluence/display/TW/Rake+Runner</a>
        </p>

        <p>We urge you to give TeamCity a try and download a Professional edition which brings innovative productivity-
            and quality-enhancing features for FREE at <a href="http://www.jetbrains.com/teamcity/download/">http://www.jetbrains.com/teamcity/download/</a>
        </p>

        <p>And we would also like to familiarize you with Ruby, JRuby and Ruby on Rails support provided by our flagship
            product IntelliJ IDEA (<a href="http://www.jetbrains.com/idea">www.jetbrains.com/idea</a>) at <a
                href="http://www.jetbrains.com/idea/features/ruby_rails.html">http://www.jetbrains.com/idea/features/ruby_rails.html</a>
        </p>

        <p>Develop with pleasure!<br/> <em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Fri, 25 April 2008 16:15:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#109</guid>
        </item>
        <item>
            <title>JetGroovy 1.5 released</title>
            <category>JetGroovy 1.5 released</category>
            <link>
                http://www.jetbrains.com/idea/features/groovy_grails.html?groovyrss
            </link>
            <description>
                <![CDATA[<p>We're glad to announce the general availability of the new release of JetGroovy Plugin for <a
            href="http://www.jetbrains.com/idea">IntelliJ IDEA</a>.</p>

        <p>Version 1.5 brings yet more of IntelliJ IDEA's smart, advanced features to Groovy and Grails developers:</p>
        <ul>
            <li>Multiple new Groovy-aware refactorings</li>
            <li>Extended Groovy coding assistance with support for dynamic properties and methods</li>
            <li>Groovy-ready debugger that handles mixed Java and Groovy code</li>
            <li>Smart GroovyDoc browser</li>
            <li>Support for automatic testing with JUnit/TestNG</li>
            <li>Improved Grails coding assistance with support for JavaScript and custom tags</li>
            <li>Complete support for Grails plugins</li>
        </ul>
        <p>To learn more about JetGroovy, visit the <a href="http://www.jetbrains.com/idea/features/groovy_grails.html">Groovy
            and Grails</a> feature page.<br/><br/>JetGroovy supports all of IntelliJ IDEA 7.0 releases, including 7.0.2
            and 7.0.3. You can download the plugin from <a href="http://plugins.intellij.net/plugin/?id=1524">http://plugins.intellij.net/plugin/?id=1524</a>
            or via the IntelliJ IDEA Plug-in Manager.</p>

        <p>Develop with pleasure!<br/> <em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Tue, 15 April 2008 16:35:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#108</guid>
        </item>
        <item>
            <title>TeamCity 3.1.1 is Here</title>
            <link>
                http://www.jetbrains.com/teamcity/download/index.html?tc311rss
            </link>
            <description>
                <![CDATA[<p>We're glad to announce the availability of <a href="http://www.jetbrains.com/teamcity/">TeamCity
        version 3.1.1</a></p>

        <p>This new release brings several enhancements, including:</p>
        <ul>
            <li>Better and more stable performance</li>
            <li>StarTeam integration-related fixes</li>
            <li>Numerous bug-fixes, cosmetics and exception fixes</li>
        </ul>
        <p><a href="http://www.jetbrains.com/teamcity/download/">Download</a> a new version of TeamCity 3.1.1.</p>

        <p>Wishing you always develop with pleasure!<br/> <em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Mon, 31 March 2008 19:55:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#107</guid>
        </item>
        <item>
            <title>IntelliJ IDEA 7.0.3 is Here</title>
            <link>
                http://www.jetbrains.com/idea/download/index.html?idea703rss
            </link>
            <description>
                <![CDATA[<p>We're glad to announce the availability of <a href="http://www.jetbrains.com/idea">IntelliJ IDEA</a>
        version 7.0.3<br/>This new release brings multiple new features, improvements and bug-fixes, including:</p>
        <ul>
            <li>Improved performance and usability</li>
            <li>Improved Flex support</li>
            <li>Totally new, reworked debugger UI</li>
            <li>Multiple Maven integration improvements</li>
            <li>Numerous bug-fixes, cosmetics and exception fixes</li>
        </ul>
        <p>For the complete list of what's been added and fixed, see <a
                href="http://www.jetbrains.com/idea/download/release_notes703.html">Release Notes</a>.</p>

        <p><a href="http://www.jetbrains.com/idea/download/index.html">Download</a> the fully-functional, 30-day, no-key
            evaluation version of IntelliJ IDEA 7.0.3.</p>
        ]]>
            </description>
            <pubDate>Mon, 17 March 2008 11:40:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#106</guid>
        </item>
        <item>
            <title>TeamCity 3.1 Release</title>
            <category>TeamCity 3.1 released</category>
            <link>
                http://www.jetbrains.com/teamcity/download/index.html?tc31rss
            </link>
            <description>
                <![CDATA[<p>We are glad to announce the release of TeamCity 3.1 - a new version of our innovative solution for
        continuous integration and build management.</p>

        <p>This version brings a number of improvements and fixes to existing features, plus several new features you
            might enjoy (to name just the most noteworthy ones):</p>
        <ul>
            <li>Visualization of Build Agents' workload</li>
            <li>"Time to fix tests" statistics graph for monitoring the project health</li>
            <li>Improvements in 3rd party .NET tools integration</li>
            <li>More types of notification options</li>
            <li>Improved external database support (Oracle and MS SQL 2005)</li>
            <li>Scope filter for Code Duplicates and Inspections browsers</li>
            <li>New options for builds triggering</li>
        </ul>
        <p>And of course, this release has multiple user interface enhancements, performance improvements, and
            bugfixes.</p>

        <p>We encourage you to <a href="http://www.jetbrains.com/teamcity/download/index.html?tc31rss">download</a>
            TeamCity 3.1, to give it a try for yourself.</p>

        <p>To find out more about new features of TeamCity 3.1, surf to the <a
                href="http://www.jetbrains.com/teamcity/features/newfeatures.html?tc31rss">"What's new"</a> page.</p>

        <p><em>Wishing you always develop with pleasure!<br/>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Tue, 4 March 2008 16:40:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#105</guid>
        </item>
        <item>
            <title>IntelliJ IDEA 7.0.2 released to support JetGroovy and Ruby productivity plugins</title>
            <link>
                http://www.jetbrains.com/idea/features/groovy_grails.html?gr-ruby-rss
            </link>
            <description>
                <![CDATA[<p>We are proud to announce the release of IntelliJ IDEA 7.0.2, which is much more than a maintenance
        update. It specifically supports <a
            href="http://www.jetbrains.com/idea/features/groovy_grails.html?gr-ruby-rss">JetGroovy Plugin</a> 1.0 for
        Groovy and Grails developers and <a href="http://www.jetbrains.com/idea/features/ruby_rails.html?gr-ruby-rss">Ruby
        plugin</a> 1.0 for productive Ruby development.</p>

        <p>With JetGroovy, IntelliJ IDEA brings the following productivity-boosting features to Groovy and Grails:</p>
        <ul>
            <li>
                Cross-language support, which lets you develop applications both in Groovy and Java, with all features
                supported seamlessly, as well as to compile your project in a single step
            </li>
            <li>
                Built-in debugger capable of working with both Groovy and Java code
            </li>
            <li>
                Smart, context-sensitive GDK-aware code completion with cross-resolution between Groovy and Java
            </li>
            <li>
                Syntax highlighting, code formatting and folding
            </li>
            <li>
                Error highlighting which includes: unresolved classes, unresolved unqualified properties, incompatible
                type assignments, method calls, and more
            </li>
            <li>
                Auto-insertion of imports statements, parameter info, etc.
            </li>
            <li>
                Refactorings, advanced navigation and views
            </li>
            <li>GSP support with Grails tags and inline Groovy coding assistance</li>
            <li>
                Dedicated Visual Application Model editor for Grails
            </li>
            <li>
                Automatic generators for Grails controllers, views, domain classes, jobs, script and <a
                    href="http://www.jetbrains.com/idea/features/groovy_grails.html?gr-ruby-rss">more</a>
            </li>
        </ul>
        <p>Ruby developers will benefit from the following features and support:</p>
        <ul>
            <li>Advanced coding assistance with smart code completion, including RHTML code completion</li>
            <li>
                JRuby support, with coding assistance and navigation
            </li>
            <li>
                Syntax highlighting, code formatting and folding
            </li>
            <li>
                On-the-fly code inspections with error highlighting and one-click quick-fixes
            </li>
            <li>
                TestUnit and RSpec test frameworks support
            </li>
            <li>
                Ruby and Rails live and file templates plus intention actions
            </li>
            <li>
                Refactorings, advanced navigation and views
            </li>
            <li>
                Automatic generators for Rails skeletons, actions and Ruby access modifiers
            </li>
            <li>
                Run configurations for Ruby and Rails applications, with various application servers support
            </li>
        </ul>
        <p>JetGroovy and Ruby plugins are supported only in this IntelliJ IDEA 7.0.2 maintenance release. Users of older
            versions can find their <a
                href="http://www.jetbrains.com/idea/buy/buy.html?gr-ruby-rss#commercial_maintenance">upgrade plan</a> or
            consider <a href="http://www.jetbrains.com/idea/download/index.html?gr-ruby-rss">30-day free fully
            functional trial</a> for evaluation.</p>

        <p>You can download the plugins and get more information either from the <a
                href="http://plugins.intellij.net/?gr-ruby-rss">IntelliJ IDEA Plugin Repository</a> or via the built-in
            IntelliJ IDEA Plug-in Manager.</p>

        <p><em>Develop with pleasure!<br/>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Tue, 18 December 2007 13:45:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#104</guid>
        </item>
        <item>
            <title>Free Professional Edition of TeamCity 3.0 Released</title>
            <category>TeamCity 3.0 released</category>
            <link>
                http://www.jetbrains.com/teamcity/download?tc30rss
            </link>
            <description>
                <![CDATA[<p>We are proud to give you TeamCity 3.0 &#8211; the newest version of our teamwork and productivity
        tool for continuous integration and effective build management. </p>

        <p>Two TeamCity editions - Professional (free!) and Enterprise - are now available to meet the specific needs of
            smaller and larger teams and projects.</p>

        <p>The key new features of this release include:</p>
        <ul>
            <li>
                Per-project access rights with project roles &#8211; an exclusive feature of the Enterprise edition
            </li>
            <li>
                Build statistics charts, with declarative pluggable charts for user-defined metrics
            </li>
            <li>
                Pre-tested commit from Visual Studio for Subversion
            </li>
            <li>
                StarTeam support
            </li>
            <li>
                .NET Duplicates finder for catching similar code fragments of your C# and Visual Basic .NET code
            </li>
            <li>
                Java Inspections and Duplicates for Maven2 projects
            </li>
            <li>
                Version Control labeling for Subversion, CVS, Perforce, StarTeam, ClearCase
            </li>
            <li>
                "Hanging" builds auto-detection and thread dump capturing, for quick feedback on Java and .NET builds'
                problems
            </li>
            <li>
                Display of build start/finish estimations in the build queue
            </li>
            <li>
                Build tags for organizing and quickly filtering builds
            </li>
        </ul>
        <p>To find out more about new features in TeamCity 3.0, please visit   <br> <a
                href="http://www.jetbrains.com/teamcity/features/newfeatures.html?tc30rss">www.jetbrains.com/teamcity/features/newfeatures.html</a>.
        </p>

        <p>For more details about the new licensing scheme for Professional, Enterprise and Open Source licenses, see <a
                href="http://www.jetbrains.com/teamcity/buy/?tc30rss">http://www.jetbrains.com/teamcity/buy/</a>.</p>

        <p>We're also glad to inform Current TeamCity users that they qualify for a free upgrade to the most
            feature-rich Enterprise edition. For details on upgrading please surf to <a
                href="http://www.jetbrains.com/teamcity/buy/index.html#upgradeuser?tc30rss">http://www.jetbrains.com/teamcity/buy/index.html#upgradeuser</a>.
        </p>

        <p><em>Develop with pleasure!<br/>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Thu, 6 December 2007 01:40:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#103</guid>
        </item>
        <item>
            <title>We are happy to announce that IntelliJ IDEA 7.0 is available!</title>
            <category>IntelliJ IDEA 7.0 released</category>
            <link>
                http://www.jetbrains.com/idea/
            </link>
            <description>
                <![CDATA[    <p>In addition to further upgrades in performance, usability, and user experience, you will surely
        appreciate the newly added efficient support for the most in-demand features, technologies, and tools of
        today.</p>

        <p><strong>Hibernate and Spring integration</strong></p>
        <ul>
            <li>Coding assistance with smart completion</li>
            <li>Highlighting, code inspections and quick-fixes</li>
            <li>Spring file set editor</li>
            <li>Spring namespaces support</li>
            <li>Spring AOP support with full coding assistance, quick fixes and navigation</li>
            <li>Hibernate mapping structure view</li>
            <li>Editable Hibernate entities relationship diagram</li>
            <li>Hibernate/Spring-aware Refactorings</li>
            <li>Tight Hibernate/Spring integration</li>
            <li>And more...</li>
        </ul>
        <p><strong>New and improved support for multiple languages and technologies</strong></p>
        <ul>
            <li>EJB &amp; JPA</li>
            <li>JSP</li>
            <li>HTML &amp; CSS</li>
            <li>XML</li>
            <li>More advanced JavaScript (with basic Flex) support</li>
            <li>Ruby/JRuby and Groovy development plugins coming very soon</li>
            <li>Highly anticipated Web services support</li>
            <li>And more...</li>
        </ul>
        <p><strong>New and innovative VCS features</strong></p>
        <ul>
            <li>Rational ClearCase integration</li>
            <li>"Review Incoming Changes" to raise awareness of team members' activity</li>
            <li>Ability to "shelve" (temporarily put aside) local changes</li>
            <li>Other important enhancements</li>
        </ul>
        <p><strong>Greater level of team cooperation</strong></p>
        <ul>
            <li>Tight, transparent Maven integration</li>
            <li>Interoperability with Eclipse projects</li>
            <li>Better TeamCity integration, with a dedicated tool window for reviewing inspections and duplicates
                reports right from the IDE
            </li>
        </ul>
        <p><strong>Numerous productivity-boosting features</strong></p>
        <ul>
            <li>New Java refactorings</li>
            <li>A rich set of refactorings for XML</li>
            <li>Around 50 new code inspections and quick-fixes</li>
            <li>More flexible search options</li>
            <li>And more...</li>
        </ul>
        <p><strong>Variety of other enhancements</strong></p>
        <ul>
            <li>New intuitive approach to configuring complex Enterprise Applications</li>
            <li>Completely new debugger UI</li>
            <li>Innovative visual Dependency Structure Matrix (DSM)</li>
            <li>Top-notch performance</li>
            <li>Enhanced usability</li>
            <li>And much more!</li>
        </ul>
        <p>To learn more about IntelliJ IDEA's new features, go to <a
                href="http://www.jetbrains.com/idea/features/newfeatures.html?70rss">http://www.jetbrains.com/idea/features/newfeatures.html</a>.
        </p>

        <p>Download is available at <a href="http://www.jetbrains.com/idea/download/index.html?70rss">http://www.jetbrains.com/idea/download/index.html</a>.
        </p>

        <p><em>Develop with (more) pleasure with 7.0!<br/>The IntelliJ IDEA Team</em></p>
        ]]>
            </description>
            <pubDate>Mon, 15 October 2007 23:55:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#102</guid>
        </item>
        <item>
            <title>IntelliJ IDEA 6.0.6 maintenance release is available</title>
            <link>
                http://www.jetbrains.com/idea/download/index.html?idea606rss
            </link>
            <description>
                <![CDATA[<p>We announce the availability of IntelliJ IDEA 6.0.6 maintenance release.</p>

        <p><a href="http://www.jetbrains.com/idea/download/release_notes606.html?idea606rss">IntelliJ IDEA 6.0.6</a>
            includes the following new features, bugfixes and improvements:</p>
        <ul>
            <li>JUnit 4.4 support</li>
            <li>Geronimo 1.2 and 2.0 support</li>
            <li>MacOS X 10.5 "Leopard" support</li>
            <li>And other numerous improvements</li>
        </ul>
        <p>You can now <a href="http://www.jetbrains.com/idea/download/index.html?idea606rss">download</a> the fresh
            build for <a href="http://www.jetbrains.com/idea/download/index.html#win?idea606rss">Windows</a>, <a
                href="http://www.jetbrains.com/idea/download/index.html#mac?idea606rss">MacOS</a> and <a
                href="http://www.jetbrains.com/idea/download/index.html#linux?idea606rss">Linux</a>.</p>

        <p><em>Develop with pleasure!</em></p>

        <p><em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Tue, 24 September 2007 18:35:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#101</guid>
        </item>
        <item>
            <title>IntelliJ IDEAL Plugin Contest 2007</title>
            <link>
                http://plugins.intellij.net?contest2007rss
            </link>
            <description>
                <![CDATA[<p>Dear IntelliJ IDEA User,</p>

        <p>We cordially invite you to participate in the second ever <strong>IntelliJ IDEAL Plugin Contest</strong>. The
            benefits brought by the newly created plugins cannot be underestimated, and that is why we have decided to
            make it an annual event. This year we are hoping to attract even more high-quality, creative contributions
            by offering even better prizes. </p>

        <h3>PRIZES:</h3>

        <p>The total cash prize value has been raised to $15,000 (US), and the bonus software packs total a whopping
            $42,000! Seven of the best contributions will receive substantial awards with cash and free software
            licenses. </p>

        <p><b>Grand Prize</b>: $7,000 (US) + Grand software license pack</p>

        <p><b>Second Prize</b>: $4,000 (US) + Deluxe software license pack</p>

        <p><b>Third Prize</b>: $2,000 (US) + Super software license pack</p>

        <p><b>Team Leader's Personal Prize</b>: $1,000 (US) + Special free software license pack</p>

        <p><b>Honorable Mention (3 awarded)</b>: $350 Amazon.com gift certificate + free software license pack</p>

        <p>In adidition, everybody who submits a valid entry with non-trivial functionality will  receive a
            commemorative contest T-shirt. </p>

        <h3>KEY DATES</h3>

        <p>The contest kicks off September 17, 2007. Final code and collaterals must be submitted by December 21, 2007.
            Winners will be contacted by e-mail, and the winners list will be posted on the contest home page and
            announced in JetBrains blogs and RSS feeds on January 31, 2008. </p>

        <h3>WHERE TO GO</h3>

        <p>For full contest details, prize info, official rules, submission procedures, etc, visit <a
                href="http://plugins.intellij.net?contest2007rss">http://plugins.intellij.net</a>. </p>

        <p>We invite you to spread the word and consider entering the contest yourself. We're really looking forward to
            seeing what cool stuff people come up to make your (and our!) favorite Java IDE even smarter and more
            productive. </p>

        <p>Also, consider visiting the Plugin Wish List available at <a
                href="http://plugins.intellij.net/wishlist?contest2007rss">http://plugins.intellij.net/wishlist</a>.
            Submit your feature requests and/or vote for others' requests to help plugin developers move in the right
            direction and benefit our community. </p>

        <p>Give it your best shot - earn the recognition of your peers, add to the community's development toolbox, and
            win a cool prize! </p>

        <p><em>Develop with pleasure!</em></p>

        <p><em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Tue, 18 September 2007 20:55:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#100</guid>
        </item>
        <item>
            <title>ReSharper 2.0.4 and 3.0.2 Released</title>
            <link>
                http://www.jetbrains.com/resharper/download/index.html?rs302rss
            </link>
            <description>
                <![CDATA[<p>We are pleased to announce a double bug fix release - ReSharper versions 2.0.4 and 3.0.2.</p>

        <p>ReSharper 3.0.2 includes Unit Test Explorer usability improvements and bugfixes, and enhanced support for
            ASP.NET. A number of other bugs are fixed as well.</p>

        <p>In addition, ReSharper 3.0.2 C# Edition enables support for ReSharper 2.0 licenses purchased since April 15,
            2007. If you bought ReSharper 2.0 recently, you're welcome to download and use ReSharper 3.0.2 C# without
            having to pay the upgrade price.</p>

        <p>ReSharper 2.0.4 includes several bugfixes and also introduces cross-version license support: those who are
            using Full and C# editions of ReSharper 3.0 can now use ReSharper with Visual Studio 2003 for free.</p>
        ]]>
            </description>
            <pubDate>Fri, 17 August 2007 17:50:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#99</guid>
        </item>
        <item>
            <title>IntelliJ IDEA Milestone 2 Released</title>
            <category>JetBrains Releases IntelliJ IDEA 7.0 Milestone 2 with Groovy and Grails Support</category>
            <link>
                http://www.jetbrains.com/idea/nextversion/index.html?ideam2rss
            </link>
            <description>
                <![CDATA[<p>JetBrains announces the availability of <a href="http://www.jetbrains.com/idea/nextversion">IntelliJ
        IDEA 7.0 Milestone 2</a> and the <strong>Free IntelliJ IDEA 7.0 Upgrade Program</strong>!</p>

        <p>Major release highlights:</p>
        <ul>
            <li><strong>Groovy and Grails</strong> support
            <li><strong>Dependency Structure Matrix</strong> class dependency analysis
            <li>Integration between <strong>Spring and Hibernate</strong>
            <li>More flexible project configuration
            <li>New refactorings, <strong>Maven</strong> support, better <strong>performance</strong>, and <a
                    href="http://www.jetbrains.com/idea/nextversion">more</a>
        </ul>
        <p><a href="http://www.jetbrains.com/idea/training/demos.html#nextversion2">Watch</a> new features in the live
            action <strong>voice </strong>demo.</p>

        <p><a href="http://www.jetbrains.com/idea/nextversion">Download</a> the fresh, free, 30-day evaluation version
            of IntelliJ IDEA 7.0 Milestone 2 for Windows, Mac or Linux.</p>

        <p><a href="http://www.jetbrains.com/idea/nextversion">Read</a> the complete release notes for the list of fixes
            and improvements.</p>
        <!--<p><a href="http://www.jetbrains.com/idea/nextversion">See</a> the IntelliJ IDEA 7.0 roadmap to get insight into what will be available in the final release by the end of 2007.</p>-->
        <p>With the Milestone 2 release <a href="http://www.jetbrains.com/">JetBrains</a> also announces the launch of
            <strong>Free IntelliJ IDEA 7.0 Upgrade Program</strong>.</p>

        <p>When you buy IntelliJ IDEA version 6.0 before the end of 2007, you get all IntelliJ IDEA 7.0 Milestone
            releases for commercial use immidiately, <strong>plus </strong>you can upgrade to IntelliJ IDEA 7.0 <strong>for
            free </strong>as soon as it is released!</p>

        <p><a href="http://www.jetbrains.com/idea/features">Read more</a> about the features of IntelliJ IDEA 6.0</p>

        <p><a href="http://www.jetbrains.com/idea/buy/index.html">Buy</a> IntelliJ IDEA 6.0, <a
                href="http://www.jetbrains.com/idea/buy/index.html#upgradeuser">find your upgrade plan</a> or even get
            it for free for a <a href="http://www.jetbrains.com/idea/buy/buy.html#classroom">classroom</a> or an <a
                href="http://www.jetbrains.com/idea/buy/buy.html#openSource">Open-Source project</a></p>

        <p><em>The JetBrains Team</em></p>

        <p><em>Develop with pleasure!</em></p>
        ]]>
            </description>
            <pubDate>Mon, 13 August 2007 20:30:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#98</guid>
        </item>
        <item>
            <title>TeamCity 2.1.1 Released</title>
            <link>
                http://www.jetbrains.com/teamcity/download/index.html?rs211rss
            </link>
            <description>
                <![CDATA[<p>This bugfix release includes patches for several Subversion, CVS and Perforce support issues, as
        well as IPR runner and quest authentication updates.</p>

        <p><a href="http://www.jetbrains.com/teamcity/download/?tc211rss">Download</a> this release or try TeacmCity
            live in the <a href="http://teamcity.jetbrains.com/overview.html?guest=1"
                           title="TeamCity Test Drive Center">Test Drive Center</a>.</p>

        <p><em>The JetBrains Team</em></p>

        <p><em>Develop with pleasure!</em></p>
        ]]>
            </description>
            <pubDate>Wed, 4 July 2007 13:00:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#97</guid>
        </item>
        <item>
            <title>ReSharper 3.0.1 Released</title>
            <link>
                http://www.jetbrains.com/resharper/download/index.html?rs301rss
            </link>
            <description>
                <![CDATA[<p>The first bugfix update for ReSharper 3.0 is out. Some critical issues have been eliminated so you
        can enjoy the great new features of ReSharper.</p>

        <p><a href="http://www.jetbrains.com/resharper/download/index.html">Download ReSharper 3.0.1</a> from the
            official download page.</p>

        <p>The problems fixed included ASP.NET user controls, To-do Explorer, Unit Testing and some others.</p>

        <p>For details see this <a href="http://www.jetbrains.com/resharper/releaseNotes301.html"
                                   title="list of bugfixes">release notes</a>.</p>

        <p><em>The JetBrains Team</em></p>

        <p><em>Develop with (more) pleasure!</em></p>
        ]]>
            </description>
            <pubDate>Fri, 29 June 2007 19:55:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#96</guid>
        </item>

        <item>
            <title>Howdy!</title>
            <category>ReSharper 3.0 released</category>
            <link>
                http://www.jetbrains.com/resharper/index.html?rs30rss
            </link>
            <description>
                <![CDATA[<p>The team over here at JetBrains is pleased to announce the release of <a
            href="http://www.jetbrains.com/resharper">ReSharper 3.0</a> - offering <a
            href="http://www.jetbrains.com/resharper/features/highlighting.html?rs30rss">unrivalled C# productivity and
        code quality tools</a> plus full-featured support for <a
            href="http://www.jetbrains.com/resharper/features/newfeatures.html#vbImprovements?rs30rss">Visual Basic
        .NET</a>, with extensive <a
            href="http://www.jetbrains.com/resharper/features/newfeatures.html#Cross-Language_Functionality?rs30rss">cross-language
        functionality</a>. </p>

        <p>Version 3.0 features in-depth <a
                href="http://www.jetbrains.com/resharper/features/highlighting.html?rs30rss">code analysis for C#</a>
            and a host of new productivity-enhancing features such as a <a
                href="http://www.jetbrains.com/resharper/features/unitTesting.html?rs30rss">superior unit testing
            solution</a>, efficient handling of to-do lists, plus new <a
                href="http://www.jetbrains.com/resharper/features/NavSearch.html?rs30rss">navigation and search
            commands</a>. Another major boost is the addition of <a
                href="http://www.jetbrains.com/resharper/features/newfeatures.html#vbImprovements?rs30rss">Visual Basic
            .NET</a> support, backed by cross-language functionality between C# and VB.NET. ReSharper also brings
            versatile support for <a href="http://www.jetbrains.com/resharper/features/xml_editor.html?rs30rss">XML</a>
            and <a href="http://www.jetbrains.com/resharper/features/xaml_editor.html?rs30rss">XAML</a>. </p>

        <p>Productivity is at the heart of all our development, so version 3.0 includes multiple productivity enhancers
            across all our covered languages.  The new features include “Go to Symbol” navigation, a Unit Test Explorer
            (a totally reworked Unit Test Runner), a smart To-do list for keeping track of all your to-do notes
            solution-wide (even in closed files), and more. </p>

        <p>The list of new features for ReSharper 3.0 is much too long to get into right here, so check out the stuff
            you are interested in at: <a
                href="http://www.jetbrains.com/resharper?rs30rss">www.jetbrains.com/resharper</a>
        </p>

        <p><b><u>Please NOTE</u></b>:</p>

        <p><b>If you bought ReSharper 2.5 on, or after April 15, 2007 you qualify for a free upgrade!</b></p>

        <p>Considering ReSharper's increased value to different user groups, in addition to regular full-featured
            ReSharper 3.0 we are offering two specialized editions: C# and VB.NET. These language-focused editions
            exclude a part of the functionality and cost a fraction of the full price. </p>

        <p>Fully-functional 30-day evaluation downloads for all three editions are available at <a
                href="http://www.jetbrains.com/resharper/download?rs30rss">www.jetbrains.com/resharper/download</a> (no
            evaluation license required). </p>

        <p>If any questions arise during your evaluation process, or if you have any bulk sales inquiries, please feel
            free to email us at <a href="mailto:sales@jetbrains.com">sales@jetbrains.com</a></p>

        <p><em>The JetBrains Team</em></p>

        <p><em>Develop with pleasure, as always!</em></p>
        ]]>
            </description>
            <pubDate>Thu, 21 June 2007 19:55:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#95</guid>
        </item>
        <item>
            <title>TeamCity 2.1 Release</title>
            <category>TeamCity 2.1 released</category>
            <link>
                http://www.jetbrains.com/teamcity/features/newfeatures.html?tc21rss
            </link>
            <description>
                <![CDATA[
        <h4>JetBrains releases TeamCity 2.1 - an innovative solution for continuous integration and build
            management.</h4>

        <p>This version provides various improvements to existing features, plus several new features you might enjoy
            (to name just the most noteworthy ones):</p>
        <ul>
            <li>More stable and complete integration with Subversion and ClearCase</li>
            <li>Fixes related to Ipr and Inspection runners, and Duplicates finder</li>
            <li>Ivy-related improvements, including password repository protection</li>
            <li>Viewing existing artifact dependencies for a given build on the build results page</li>
            <li>Possibility to select a specific agent to run a build on</li>
            <li>Enforce clean checkout for a project on all build agents (to clean all the incorrect data)</li>
            <li>And more...</li>
        </ul>
        <p>We encourage you to <a href="http://www.jetbrains.com/teamcity/download/?tc21rss" title="download TeamCity">download</a>
            TeamCity 2.1, to give it a try for yourself.</p>

        <p>To find out more about new features of TeamCity 2.1, surf to the "<a
                href="http://www.jetbrains.com/teamcity/features/newfeatures.html?tc21rss"
                title="What's new in TeamCity 2.1">What's new</a>" page.</p>

        <p><em>The JetBrains Team</em></p>

        <p><em>Wishing you always develop with pleasure!</em></p>
        ]]>
            </description>
            <pubDate>Tue, 5 June 2007 15:35:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#94</guid>
        </item>
        <item>
            <title>Full-Featured Visual Basic .NET Support Available in ReSharper 3.0 Beta</title>
            <category>ReSharper 3.0 Beta released</category>
            <link>
                http://www.jetbrains.com/resharper/beta.html?rs3brss
            </link>
            <description>
                <![CDATA[<p>If you are not subscribed to our newsletter, you will be glad to learn about the recently released
        ReSharper 3.0 Beta.</p>

        <p>The newest version expands its versatile support of languages and technologies, providing improved
            functionality for C#, VB.NET, ASP.NET, XML, XAML, build script editing and integrated unit testing. For
            detailed descriptions of the major new features, see <a
                href="http://www.jetbrains.com/resharper/features/newfeatures.html?rs3brss">http://www.jetbrains.com/resharper/features/newfeatures.html</a>.
        </p>
        <ul>
            <li><strong><a
                    href="http://www.jetbrains.com/resharper/features/newfeatures.html?rs3brss#Full-Featured_VB_Support">Full-Featured
                Visual Basic .NET Support</a></strong>

                <p>With the newest version, developers get a full coverage of VB.NET, with multiple features
                    complementing and extending those provided by Microsoft Visual Studio. </p>
            </li>
            <li><strong><a
                    href="http://www.jetbrains.com/resharper/features/newfeatures.html?rs3brss#Cross-Language_Functionality">Cross-Language
                Functionality Between C# and VB</a> </strong>

                <p>ReSharper also brings cross-language functionality between Visual Basic and C#, unparalleled in
                    today's market of .NET development tools.</p>
            </li>
            <li><strong><a
                    href="http://www.jetbrains.com/resharper/features/newfeatures.html?rs3brss#Unique_Code_Analysis_for_CSharp_Code">Unique
                Code Analysis for C#</a> </strong>

                <p>Unique code analysis, available for C# code, is another major step forward for ReSharper. Now, in
                    addition to detecting errors and warnings on the fly, ReSharper produces code suggestions - insights
                    into your code that offer clever analysis and observations for various situations.</p>
            </li>
            <li><strong><a
                    href="http://www.jetbrains.com/resharper/features/newfeatures.html?rs3brss#XML_and_XAML_Support">XML
                and XAML Support</a> </strong>

                <p>ReSharper 3.0 brings much-awaited XML and XAML support. XML features include type completion, various
                    navigation between tags, navigation to referenced types, basic code assistance, and live templates
                    support. XAML features include XML editing in XAML code, all three types of ReSharper's code
                    completion, several refactorings, and on-the-fly error, syntax and semantic analysis.</p>
            </li>
            <li><strong><a
                    href="http://www.jetbrains.com/resharper/features/newfeatures.html?rs3brss#Productivity_Enhancers">Many
                Productivity Enhancers</a></strong>

                <p>The new productivity-enhancing features include "Go to Symbol" navigation, Unit Test Explorer (a
                    totally reworked Unit Test Runner), a smart To-do list, and others.</p>
            </li>
        </ul>
        <p>We also want to let you know that version 3.0 will be released in <a
                href="http://www.jetbrains.com/resharper/features/newfeatures.html?rs3brss#ReSharper_Editions">three
            editions</a>, two of which will exclude either C# or VB.NET functionality and cost a fraction of the full
            price. One of these editions may be right for you - and more affordable - if you work on single-language
            projects only.</p>

        <p>For fully-functional 30-day evaluation downloads of ReSharper 3.0 Beta, go to <a
                href="http://www.jetbrains.com/resharper/beta.html?rs3brss">http://www.jetbrains.com/resharper/beta.html</a>
        </p>

        <p><em>The JetBrains Team</em></p>

        <p><em>Wishing you always develop with pleasure!</em></p>
        ]]>
            </description>
            <pubDate>Mon, 4 June 2007 17:35:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#93</guid>
        </item>
        <item>
            <title>dotTrace 3.0 Released</title>
            <category>dotTrace 3.0 released</category>
            <link>
                http://www.jetbrains.com/profiler/index.html
            </link>
            <description>
                <![CDATA[<p>We're pleased to announce the release of <a href="http://www.jetbrains.com/profiler/">dotTrace
        Profiler 3.0</a>, which offers an expanded arsenal of memory and performance profiling tools and is prepared to
        handle many more profiling scenarios.</p>

        <p>The new version features several important new features in the Performance Profiling department, some very
            useful Memory Profiling enhancements, and other helpful improvements. Overall, developers' profiling options
            are expanded with regard to both the application profiling process and working with profiling results.</p>

        <p>The first to be mentioned is a quadruple increase in the number of performance profiling tools available to
            dotTrace users. The new profiling modes introduced in dotTrace 3.0 include <strong>sampling
            profiling</strong> for fastest, minimum-overhead profiling (at the expense of accuracy), and <strong>routine
            thread profiling</strong> for unprecedented precision of measurement. This catapults the total number of
            profiling modes from one to four - a truly versatile set.</p>

        <p>As far as memory profiling, more intricate memory leaks can now be spotted with the help of dotTrace's
            <strong>finalized objects</strong>. Developers can easily see objects that were finalized without being
            properly disposed of in their code. Navigating around the object graph has also got easier, thanks to the
            ability to merge strongly-connected objects.</p>

        <p>Performance profiling enhancements in dotTrace 3.0 include:</p>
        <ul>
            <li>Measuring routine thread time, in addition to the existing wall time profiling mode.</li>
            <li>Super fast sampling profiling for getting the fastest picture of application's performance with the
                lowest possible overhead.
            </li>
            <li>Ability to save individual parts of snapshots (tab saving).</li>
            <li>Filtering and folding function call chains in Hot Spots and Back Traces views and filtering function
                calls in Plain View.
            </li>
        </ul>
        <p>Memory profiling enhancements in dotTrace 3.0 include:</p>
        <ul>
            <li>Finalized objects are detected, including those not properly disposed of in your code.</li>
            <li>Possibility to merge strongly-connected objects.</li>
            <li>Navigation to classes' source in source preview.</li>
            <li>Information about reachable and held objects is now serialized to disk, eliminating the necessity to
                recompute it on each memory snapshot opening.
            </li>
        </ul>
        <p>Other enhancements include:</p>
        <ul>
            <li>Profiling ASP.NET applications from Microsoft Visual Studio.</li>
            <li>Profiling ASP.NET applications using Visual Studio Development server.
            </li>
            <li>Automatic creation of <em>.config</em> files for profiling modes not supported for the .NET 1.1
                framework.
            </li>
        </ul>
        <p>An overview of dotTrace 3.0 is available at <a href="http://www.jetbrains.com/profiler/">http://www.jetbrains.com/profiler/</a>.
            Information on new features can be found at <a
                href="http://www.jetbrains.com/profiler/features/newfeatures.html">http://www.jetbrains.com/profiler/features/newfeatures.html</a>.
        </p>

        <p>The release is available for download at <a href="http://www.jetbrains.com/profiler/download/">http://www.jetbrains.com/
            profiler/download/</a>. A free 10-day evaluation license enabling full functionality can be requested at the
            same URL.</p>

        <p><em>The JetBrains Team</em></p>

        <p><em>Wishing you always develop with pleasure!</em></p>
        ]]>
            </description>
            <pubDate>Mon, 14 May 2007 22:30:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#92</guid>
        </item>
        <item>
            <title>IntelliJ IDEAL Plugin Contest 2007: Wish List</title>
            <link>
                http://plugins.intellij.net/
            </link>
            <description>
                <![CDATA[<p>The last year's <a href="http://plugins.intellij.net/contest/" title="2006 Plugin Contest">Plugin
        Contest</a> drawn a lot of attention and people who contributed many new useful plugins that helped to make
        IntelliJ IDEA even better. It all was so impressive and the effect on the entire community was so remarkable,
        that we've decided to make the contest a regular annual event.</p>

        <p>Our team already started working on the 2007 year contest and so we're looking to hear some feedback from the
            community to get a better picture of what kinds of plugins you think are missing.</p>

        <p>We made the online <a href="http://plugins.intellij.net/wishlist/" title="Wish List">Wish List</a> survey
            where everybody is welcome to leave their opinion, let it be a request for a new plugin or suggestion to
            improve the existing one.</p>

        <p>We're looking forward to your <a href="http://plugins.intellij.net/wishlist/">contributions</a>!</p>

        <p><em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Tue, 8 May 2007 16:11:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#91</guid>
        </item>
        <item>
            <title>IntelliJ IDEA 7.0 Milestone 1</title>
            <category>IntelliJ IDEA 7.0 Milestone 1 is available</category>
            <link>
                http://www.jetbrains.com/idea/nextversion
            </link>
            <description>
                <![CDATA[<p>Just in case you haven't been online for some time and missed the IntelliJ IDEA 7.0 Milestone 1
        release, we're listing all of its major additions and improvements in Java EE support, including Spring and
        Hibernate, code analysis, extended version control support, including Rational ClearCase integration, enhanced
        debugging, code search, usability and performance.</p>

        <p>The most remarkable of the new features are:</p>
        <ul>
            <li>Performance improvements</li>
            <li>Spring support</li>
            <li>Hibernate support</li>
            <li>Eclipse interoperability</li>
            <li>Improved XML/HTML/XHTML/JSP/JSPX editor</li>
            <li>Extended Version Control Systems support</li>
            <li>Rational ClearCase integration</li>
            <li>Improved JavaScript support</li>
            <li>Enhanced code analysis</li>
            <li>Better debugger</li>
            <li>Multiple user interface improvements</li>
            <li>Enhanced Java ME supportBetter</li>
            <li>TeamCity Integration</li>
        </ul>
        <p>More information about IntelliJ IDEA 7 Milestone 1, plus a free 30-day trial, can be found at <a
                href="http://www.jetbrains.com/idea/nextversion/" title="IntelliJ IDEA 7 Milestone 1">http://www.jetbrains.com/idea/nextversion/</a>
        </p>

        <p>You may want to also check the <a href="http://www.jetbrains.com/idea/training/demos/IDEA-m1.html?rss"
                                             title="Live Demo">Live Demo</a> showing this Milestone release in action.
        </p>

        <p>The IntelliJ IDEA 7.0 Milestone is only a pre-release build of version 7.0 of IntelliJ IDEA which is coming
            out by the end of this year. Existing IntelliJ IDEA 6.0 customers can benefit from free use of the IntelliJ
            IDEA 7.0 Milestone until December 31, 2007. Evaluation users can <a
                href="http://www.jetbrains.com/idea/nextversion"
                title="download IntelliJ IDEA 7.0 Milestone 1">download</a> IntelliJ IDEA 7.0 Milestone 1 for a free
            30-day trial. Use of the IntelliJ IDEA 7.0 Milestone 1 is subject to the terms and conditions set forth in a
            separate <a href="http://www.jetbrains.com/idea/nextversion/license.html" title="License Agreement">License
            Agreement</a> for Pre-Release Version of IntelliJ IDEA.</p>

        <p><em>The JetBrains Team</em></p>

        <p><em>Wishing you always develop with pleasure!</em></p>
        ]]>
            </description>
            <pubDate>Fri, 27 Apr 2007 19:00:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#90</guid>
        </item>
        <item>
            <title>ReSharper 2.5.2 Released, Uses No-License Evaluation Model</title>
            <link>
                http://www.jetbrains.com/resharper/download/
            </link>
            <description>
                <![CDATA[<p>A maintenance release of ReSharper, version 2.5.2., has been released. This version includes a
        number of bug fixes and a new evaluation model aimed at making things easier for evaluators and users.</p>

        <p>In short, there are no more evaluation licenses. Just download, install and enjoy the product for 30 days! We
            only ask for one thing: after you've tried the software, select Submit Feedback from ReSharper menu and tell
            us your thoughts. We take feedback seriously.</p>

        <p>ReSharper 2.5.2 can be downloaded at <a href="http://www.jetbrains.com/resharper/download/"
                                                   title="http://www.jetbrains.com/resharper/download/">http://www.jetbrains.com/resharper/download/</a>.
        </p>

        <p>On the topic of evaluation licenses, our <a href="http://www.jetbrains.net/confluence/display/ReSharper/"
                                                       title="ReSharper 3.0 EAP">ReSharper 3.0 EAP</a> (Early Access
            Program) has also moved to the new no-license evaluation model. Here's how it works:</p>
        <ul>
            <li>All EAP builds run under evaluation for 30 days; each EAP build restarts the evaluation period (released
                about once every two weeks)
            </li>
            <li>Nightly builds can be downloaded, installed and used under the latest EAP evaluation; however, they do
                not renew the evaluation period
            </li>
            <li>Also, an evaluation period starts when you first start using the software; it does not start and expire
                on pre-specified dates like it used to do in previous EAPs
            </li>
        </ul>
        <p>This scheme will provide enough evaluation overlap to span the time between the most stable builds.</p>

        <p><em>The JetBrains Team</em></p>

        <p><em>As always, develop with pleasure!</em></p>
        ]]>
            </description>
            <pubDate>Tue, 24 Apr 2007 19:10:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#89</guid>
        </item>
        <item>
            <title>TeamCity Blog Launched</title>
            <link>
                http://blogs.jetbrains.com/teamcity/
            </link>
            <description>
                <![CDATA[<p>Dear friends, we're pleased to launch a new blog dedicated solely to <a
            href="http://blogs.jetbrains.com/teamcity/">TeamCity</a>. </p>

        <p>We hope you will find it a useful resource for all things related to TeamCity - news, tips & tricks, links
            and opinions, and more.</p>

        <p>To let you in on the history of TeamCity, which is nearing its second major release, the opening post
            includes a recap of past and recent TeamCity developments.</p>

        <p>Please check in often!</p>

        <p><em>- The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Sat, 7 Apr 2007 01:20:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#88</guid>
        </item>
        <item>
            <title>IntelliJ IDEA 6.0.5 Blasts Off</title>
            <link>
                http://www.jetbrains.com/idea/download
            </link>
            <description>
                <![CDATA[<p><a href="http://www.jetbrains.com/idea">IntelliJ IDEA</a> 6.0.5 maintenance release is now available
        for <a href="http://www.jetbrains.com/idea/download/index.html">download</a>. </p>

        <p>
            The key mark of this release is the improved evaluation model. You <strong>no longer have to apply for the
            free 30-day evaluation key</strong>. Just download the installation package, setup and get started. Your
            free evaluation period starts when <strong>you first run IntelliJ IDEA</strong>. </p>

        <p>Other remarkable features include:</p>
        <ul>
            <li>Tomcat 6 support</li>
            <li>JUnit 4.2 support</li>
            <li>Bundled Ant 1.7</li>
            <li>Keymap for Eclipse users</li>
            <li>Miscellaneous fixes and improvements</li>
        </ul>
        <p>For complete list of what's been fixed, added and improved, see <a
                href="http://www.jetbrains.com/idea/download/release_notes605.html">Release Notes</a>. </p>

        <p>Wishing you always develop with pleasure!</p>

        <p><em>- The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Thu, 29 Mar 2007 20:25:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#87</guid>
        </item>
        <item>
            <title>TeamCity 2.0 Beta Release</title>
            <category>TeamCity 2.0 Beta is avaialable</category>
            <link>
                http://www.jetbrains.com/teamcity/beta.html
            </link>
            <description>
                <![CDATA[<p>JetBrains releases TeamCity 2.0 Beta - a continuous integration and software build management solution
    aimed at improving the productivity of Java and .NET software development teams. </p>

    <p>This version provides enhanced TeamCity server and productivity plugins for Eclipse, Microsoft Visual Studio
        2005, and IntelliJ IDEA developers to facilitate their changes integration, improve code quality, monitor the
        software development process, and improve the team collaboration without breaking the established practices.</p>

    <h3>IntelliJ IDEA Plugin</h3>

    <p>The new version of TeamCity provides completely redesigned user interface for accessing TeamCity features within
        IntelliJ IDEA and improved code quality maintenance features.</p>
    <ul>
        <li>A toolwindow with <strong>Projects</strong> and <strong>Changes</strong> tabs for starting regular builds of
            your projects, watching the status of changes and monitored projects.
        </li>
        <li>Server-side search of code duplicates and analyzing results both in web UI and IntelliJ IDEA.</li>
        <li>Working with code inspection results in IntelliJ IDEA.</li>
        <li>Improved viewing of the build results-related data: build log and failed tests.</li>
    </ul>
    <h3>Microsoft Visual Studio 2005 Plugin</h3>

    <p>TeamCity now integrates with <strong>Team Foundation Server</strong> and <strong>Visual SourceSafe</strong>
        version control systems enabling:</p>
    <ul>
        <li>"Remote run" and "delayed (pre-tested) commit" of your changes to your project code base managed by Team
            Foundation Server (managing the work items and check-in policies are supported).
        </li>
        <li>Watching status of changes and viewing the build results right in Microsoft Visual Studio.</li>
        <li>Navigating from the results of failed tests in TeamCity's web interface to Microsoft Visual Studio editor.
        </li>
        <li>Viewing detailed build results, including failed tests and build log.</li>
        <li>One-click navigation to TeamCity's web interface.</li>
    </ul>
    <h3>Eclipse Plugin</h3>

    <p>Highly-anticipated TeamCity's continuous integration possibilities are now available in Eclipse. The plugin
        provides the following possibilities:</p>
    <ul>
        <li>"Remote Run" and delayed commit of your changes to the project code base controlled by Subversion.</li>
        <li>Viewing changes pending for the build.</li>
        <li>Viewing test results and build log in the <strong>Console</strong> view.</li>
        <li>The <strong>Watched Projects</strong> view allowing to monitor the projects status.</li>
        <li><strong>Changes</strong> view displaying the status of builds triggered by your commits to the version
            control system.
        </li>
        <li>In the <strong>Remote Run</strong> view, you can explore the changes that you have introduced to the source
            code, compare the local version of files with the latest version available in the project repository, and
            trigger a build with your changes on server. If the build succeeds, you changes can be automatically
            submitted to your Version Control System (now Subversion).
        </li>
        <li>Taking responsibility for failed builds right within your IDE.</li>
        <li>Viewing failed tests, exploring the changes you have introduced to the source code, and comparing the local
            version of the file with the latest version available in the project repository.
        </li>
        <li>One-click navigation to TeamCity's web interface.</li>
    </ul>
    <p>To download TeamCity 2.0 Beta and learn more about it, please visit <a
            href="http://www.jetbrains.com/teamcity/beta.html">http://www.jetbrains.com/teamcity/beta.html?tc20rss</a>.
    </p>

    <p>To find out more about the new features, surf to the "<a
            href="http://www.jetbrains.com/teamcity/features/newfeatures.html?tc20rss">What's new</a>" page.</p>

    <p>Wishing you always develop with pleasure!</p>

    <p><em>- The JetBrains Team</em></p>
    ]]>
            </description>
            <pubDate>Tue, 27 Mar 2007 21:10:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#86</guid>
        </item>
        <item>
            <title>Jolt Productivity Awards 2007</title>
            <link>
                http://www.joltawards.com/2007
            </link>
            <description>
                <![CDATA[<p>It's time again for the Jolt Productivity Awards, and once again, JetBrains' tools have brought home
        the trophies! Our flagship tool, the productivity-focused IDE for Java Developers, <a
            href="http://www.jetbrains.com/idea" title="IntelliJ IDEA">IntelliJ IDEA</a> received awards for being a
        productive <strong>Development Environment</strong> and a <strong>Web Development Tool</strong>. </p>

        <p>Our newest product, <a href="http://www.jetbrains.com/teamcity" title="TeamCity">TeamCity</a>, a build
            management and continuous integration tool for facilitating teamwork, has picked up recognition and a
            Productivity Award in the <strong>Collaboration Tool</strong> Category. </p>

        <p>It's great to see that our focus on providing more productivity, in more languages, has really been noticed
            in the industry! </p>

        <p>We've always strived to focus our products on boosting developers' and development teams' productivity to
            help them create industry-leading quality software. We're very happy that our effort received such
            prestigious awards. </p>

        <p><em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Fri, 23 Mar 2007 18:35:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#85</guid>
        </item>
        <item>
            <title>ReSharper Personal Licences Are Here!</title>
            <link>
                http://www.jetbrains.com/resharper/buy/personal.html
            </link>
            <description>
                <![CDATA[<p>With the goal of accommodating more of our customers, we have introduced <b>Personal Licences for
        ReSharper</b>, priced at only <b>$149</b>.</p>

        <p>ReSharper Personal License is only for individuals purchasing the license with their own funds and for their
            personal use. This license permits the use of a fully-functional version of ReSharper by a single person for
            commercial purposes.</p>

        <p>For more details please visit <a href="http://www.jetbrains.com/resharper/buy/personal.html">http://www.jetbrains.com/resharper/buy/personal.html</a>.
        </p>

        <p>Wishing you develop with pleasure!</p>

        <p><em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Mon, 5 Feb 2007 17:05:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#84</guid>
        </item>
        <item>
            <title>JetBrains' .NET products updated</title>
            <link>
                http://www.jetbrains.com/products.html
            </link>
            <description>
                <![CDATA[<p>JetBrains is continuing to polish its line of .NET tools. As of today, maintenances updates are
        available for dotTrace Profiler 2.0.1, ReSharper 2.0.3, and ReSharper 2.5.1. Each release fixes a number of bugs
        and also adds stability and performance improvements:</p>
        <ul>
            <li>dotTrace Profiler 2.0.1. Lots of stability and performance improvements, including much faster memory
                snapshot loading. Download the bug-fix release at <a href="http://www.jetbrains.com/profiler/download/"">http://www.jetbrains.com/profiler/download/</a>
            </li>
            <li>ReSharper 2.0.3 for Visual Studio .NET 2003: Many bug-fixes and improvements, including better handling
                of ASP files. Download the bug-fix release at <a href="http://www.jetbrains.com/resharper20/download/">http://www.jetbrains.com/resharper20/download/</a>
            </li>
            <li>ReSharper 2.5.1 for Visual Studio 2005. Multiple enhancements and bug-fixes with resolved IntelliSense
                issues, detection of Visual Studio 2005 SP1, and more. Download the bug-fix release at <a
                    href="http://www.jetbrains.com/resharper/download/">http://www.jetbrains.com/resharper/download/</a>
            </li>
        </ul>
        <p>We encourage you to update your tools now and enjoy the increased usability and performance!</p>

        <p>Wishing you develop with pleasure!</p>

        <p><em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Thu, 18 Jan 2007 12:10:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#83</guid>
        </item>
        <item>
            <title>JetBrains is pleased to announce the release of TeamCity 1.2 - an integrated team environment - aimed
                at improving the productivity of .NET platform developers
            </title>
            <category>TeamCity 1.2 is released</category>
            <link>
                http://www.jetbrains.com/teamcity/download/index.html
            </link>
            <description>
                <![CDATA[<p>This new version of TeamCity provides:</p>
        <ul>
            <li>a plugin for Microsoft Visual Studio 2005</li>
            <li>Visual SourceSafe 2005 and 6.0 support</li>
        </ul>
        <p>TeamCity integration plugin for Microsoft Visual Studio 2005 enables navigation to the results of the failed
            tests from TeamCity's Build Results page to Microsoft Visual Studio editor in just one click. To achieve
            this, download the plugin from the My Settings page, TeamCity Add-ons area, come through quite simple
            installation wizard, set up a project in TeamCity and enjoy the new workflow. </p>

        <p>View <a href="http://www.jetbrains.com/teamcity/documentation/screenshots/TeamCityDemo1.2.html"
                   title="TeamCity 1.2 flash demo">TeamCity 1.2 flash demo</a> highlighting the integration with
            Microsoft Visual Studio 2005. </p>

        <p>See <a href="http://www.jetbrains.com/teamcity/features/newfeatures.html">what's new</a> in TeamCity 1.2 and
            read <a href="http://www.jetbrains.com/teamcity/download/release_notes12.html" title="release notes">release
            notes</a>. </p>

        <p>Test-drive our <a href="http://teamcity.jetbrains.com/">demo server</a> with TeamCity 1.2 installed. </p>

        <p><a href="http://www.jetbrains.com/teamcity/download/index.html">Download</a> TeamCity 1.2. </p>

        <p>Wishing you develop with pleasure!</p>

        <p><em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Mon, 15 Jan 2007 23:25:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#82</guid>
        </item>
        <item>
            <title>IntelliJ IDEA 6.0.3 is Here</title>
            <link>
                http://www.jetbrains.com/idea/download/index.html
            </link>
            <description>
                <![CDATA[<p>Fresh maintenance release of <a href="http://www.jetbrains.com/idea">IntelliJ IDEA</a> v6.0.3 is
        available for <a href="http://www.jetbrains.com/idea/download/index.html">download</a>. This release is
        primarily aimed at improving performance, but of course, also introduces various bug-fixes and improvements.
    </p>

        <p>See the <a href="http://www.jetbrains.com/idea/download/release_notes603.html">complete list</a> of what has
            been done.</p>

        <p>IntelliJ IDEA 6.0 users are welcome to <a
                href="http://www.jetbrains.com/idea/download/index.html">download</a> and upgrade at no additional fee.
        </p>

        <p>Users of earlier versions and others may <a href="http://www.jetbrains.com/idea/upgrade/how_to_upgrade.html">
            find their upgrade plan</a>.</p>

        <p>If you're still deciding whether to upgrade, <a
                href="http://www.jetbrains.com/idea/upgrade/top_reasons.html"> this article</a> is for you.</p>

        <p>Wishing you develop with pleasure!</p>

        <p><em>The JetBrains Team</em></p>
        ]]>
            </description>
            <pubDate>Thu, 11 Jan 2007 19:25:00 +0300</pubDate>
            <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#81</guid>
        </item>
        <item>
            <title>TeamCity 1.2 Release Candidate is Now