<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for WebStorm &amp; PhpStorm Blog</title>
	<atom:link href="http://blog.jetbrains.com/webide/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jetbrains.com/webide</link>
	<description>Tips &#38; tricks, news, how-to’s</description>
	<lastBuildDate>Tue, 21 May 2013 05:54:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on Using the REST Client within PhpStorm and WebStorm by Maarten Balliauw</title>
		<link>http://blog.jetbrains.com/webide/2013/02/using-the-rest-client-within-phpstorm/#comment-42849</link>
		<dc:creator>Maarten Balliauw</dc:creator>
		<pubDate>Tue, 21 May 2013 05:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetbrains.com/webide/?p=5379#comment-42849</guid>
		<description>Created an issue for this: http://youtrack.jetbrains.com/issue/WI-18488</description>
		<content:encoded><![CDATA[<p>Created an issue for this: <a href="http://youtrack.jetbrains.com/issue/WI-18488" rel="nofollow">http://youtrack.jetbrains.com/issue/WI-18488</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the REST Client within PhpStorm and WebStorm by Adrian Rudnik</title>
		<link>http://blog.jetbrains.com/webide/2013/02/using-the-rest-client-within-phpstorm/#comment-42848</link>
		<dc:creator>Adrian Rudnik</dc:creator>
		<pubDate>Mon, 20 May 2013 15:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetbrains.com/webide/?p=5379#comment-42848</guid>
		<description>As stupid as it sounds, I got the same error yesterday. Clean PhpStorm installation on Windows and I gave up. Today i figured out that the REST Client tool is not sized correctly in height. You have to drag it a bit up to see the bottom line containing the status response code. The only reason why I noticed that: the outputs seemed to be truncated at the end (last line was always missing) and there is NO indication that there is more content at the bottom of the tool.</description>
		<content:encoded><![CDATA[<p>As stupid as it sounds, I got the same error yesterday. Clean PhpStorm installation on Windows and I gave up. Today i figured out that the REST Client tool is not sized correctly in height. You have to drag it a bit up to see the bottom line containing the status response code. The only reason why I noticed that: the outputs seemed to be truncated at the end (last line was always missing) and there is NO indication that there is more content at the bottom of the tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with Windows Azure SQL Database in PhpStorm by Ibrahima Ciss</title>
		<link>http://blog.jetbrains.com/webide/2013/04/working-with-windows-azure-sql-database-in-phpstorm/#comment-42826</link>
		<dc:creator>Ibrahima Ciss</dc:creator>
		<pubDate>Thu, 18 Apr 2013 16:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetbrains.com/webide/?p=5444#comment-42826</guid>
		<description>Hi Maarten,

Thank you so much, I do what you said and it&#039;s working perfectly.

You proved once again that PHPStorm is the PHP BEST IDE in the market.

Best Regards :)</description>
		<content:encoded><![CDATA[<p>Hi Maarten,</p>
<p>Thank you so much, I do what you said and it&#8217;s working perfectly.</p>
<p>You proved once again that PHPStorm is the PHP BEST IDE in the market.</p>
<p>Best Regards <img src='http://blog.jetbrains.com/webide/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with Windows Azure SQL Database in PhpStorm by Maarten Balliauw</title>
		<link>http://blog.jetbrains.com/webide/2013/04/working-with-windows-azure-sql-database-in-phpstorm/#comment-42823</link>
		<dc:creator>Maarten Balliauw</dc:creator>
		<pubDate>Wed, 17 Apr 2013 18:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetbrains.com/webide/?p=5444#comment-42823</guid>
		<description>Can you try jdbc:sqlserver://WIN-ELP7D85CNPU;daabaseName=mydatabase;user=myusername;passwordmypassword ?</description>
		<content:encoded><![CDATA[<p>Can you try jdbc:sqlserver://WIN-ELP7D85CNPU;daabaseName=mydatabase;user=myusername;passwordmypassword ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with Windows Azure SQL Database in PhpStorm by Ibrahima Ciss</title>
		<link>http://blog.jetbrains.com/webide/2013/04/working-with-windows-azure-sql-database-in-phpstorm/#comment-42822</link>
		<dc:creator>Ibrahima Ciss</dc:creator>
		<pubDate>Wed, 17 Apr 2013 16:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetbrains.com/webide/?p=5444#comment-42822</guid>
		<description>Hi Maarten,

When I connect to my database using PHP &amp; PDO for instance i type this:
 try {
            $db = new PDO(&#039;sqlsrv:Server=WIN-ELP7D85CNPU;Database=mydatabase&#039; , &#039;myusername&#039; , &#039;mypassword&#039;);
      } catch ( PDOException $e ) {
            die (&#039;Connexion Failed&#039; . $e-&gt;getMessage());
      }

Thank you for your help :)</description>
		<content:encoded><![CDATA[<p>Hi Maarten,</p>
<p>When I connect to my database using PHP &amp; PDO for instance i type this:<br />
 try {<br />
            $db = new PDO(&#8216;sqlsrv:Server=WIN-ELP7D85CNPU;Database=mydatabase&#8217; , &#8216;myusername&#8217; , &#8216;mypassword&#8217;);<br />
      } catch ( PDOException $e ) {<br />
            die (&#8216;Connexion Failed&#8217; . $e-&gt;getMessage());<br />
      }</p>
<p>Thank you for your help <img src='http://blog.jetbrains.com/webide/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TypeScript Support in WebStorm 6 by TypeScript: Continuity For JavaScript &#124; ProActive Speaks</title>
		<link>http://blog.jetbrains.com/webide/2013/02/typescript-support-in-webstorm-6/#comment-42821</link>
		<dc:creator>TypeScript: Continuity For JavaScript &#124; ProActive Speaks</dc:creator>
		<pubDate>Wed, 17 Apr 2013 15:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetbrains.com/webide/?p=5539#comment-42821</guid>
		<description>[...] And this editor capability is not limited to Microsoft Product. Jetbrains has already included TypeScript support for WebStorm 6. [...]</description>
		<content:encoded><![CDATA[<p>[...] And this editor capability is not limited to Microsoft Product. Jetbrains has already included TypeScript support for WebStorm 6. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with Windows Azure SQL Database in PhpStorm by Maarten Balliauw</title>
		<link>http://blog.jetbrains.com/webide/2013/04/working-with-windows-azure-sql-database-in-phpstorm/#comment-42819</link>
		<dc:creator>Maarten Balliauw</dc:creator>
		<pubDate>Wed, 17 Apr 2013 05:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetbrains.com/webide/?p=5444#comment-42819</guid>
		<description>What isthe JDBC connection string you are using? (feel free to leave out the password :-))</description>
		<content:encoded><![CDATA[<p>What isthe JDBC connection string you are using? (feel free to leave out the password <img src='http://blog.jetbrains.com/webide/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with Windows Azure SQL Database in PhpStorm by Ibrahima Ciss</title>
		<link>http://blog.jetbrains.com/webide/2013/04/working-with-windows-azure-sql-database-in-phpstorm/#comment-42818</link>
		<dc:creator>Ibrahima Ciss</dc:creator>
		<pubDate>Tue, 16 Apr 2013 14:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetbrains.com/webide/?p=5444#comment-42818</guid>
		<description>Hello,

Thank you for this post! I work with SQL Server 2012 and I try to connect to it using PHPStorm6 but it does not connect. 

I followed steps described above but it seems to work only for Windows Azure.

Any help would be great.

Thank you :)</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thank you for this post! I work with SQL Server 2012 and I try to connect to it using PHPStorm6 but it does not connect. </p>
<p>I followed steps described above but it seems to work only for Windows Azure.</p>
<p>Any help would be great.</p>
<p>Thank you <img src='http://blog.jetbrains.com/webide/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arrange your code automatically with PhpStorm (re)arranger by Svetlana Zemlyanskaya</title>
		<link>http://blog.jetbrains.com/webide/2013/03/arrange-your-code-automatically-with-phpstorm-rearranger/#comment-42791</link>
		<dc:creator>Svetlana Zemlyanskaya</dc:creator>
		<pubDate>Fri, 12 Apr 2013 12:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetbrains.com/webide/?p=5660#comment-42791</guid>
		<description>It&#039;s not possible yet.
Can you create a feature request on http://youtrack.jetbrains.com/issues/WI ?</description>
		<content:encoded><![CDATA[<p>It&#8217;s not possible yet.<br />
Can you create a feature request on <a href="http://youtrack.jetbrains.com/issues/WI" rel="nofollow">http://youtrack.jetbrains.com/issues/WI</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arrange your code automatically with PhpStorm (re)arranger by Philipp Rieber</title>
		<link>http://blog.jetbrains.com/webide/2013/03/arrange-your-code-automatically-with-phpstorm-rearranger/#comment-42790</link>
		<dc:creator>Philipp Rieber</dc:creator>
		<pubDate>Fri, 12 Apr 2013 08:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetbrains.com/webide/?p=5660#comment-42790</guid>
		<description>Really nice features, thank you.

How can I rearrange so that getters and setters follow the order of the properties?
I can only choce alphabetical order but I would like to have them in the same order as the properties.</description>
		<content:encoded><![CDATA[<p>Really nice features, thank you.</p>
<p>How can I rearrange so that getters and setters follow the order of the properties?<br />
I can only choce alphabetical order but I would like to have them in the same order as the properties.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
