Lately we have been seeing a lot of excitement circulating on various blogs about HTML5 and it's support in latest versions of all major browsers.
We are constantly improving our IDE to support new standards. Now you can easily enjoy HTML5 development with our new IDEs PhpStorm & WebStorm.
Let's start with a simple example: Create a new HTML document.
Don't forget to change DOCTYPE to <!DOCTYPE HTML> to enable HTML5 support for that file. (WebStorm and PhpStorm 1.1 will also include new file templates for HTML5 documents )
Say, we'd like to use new <canvas> element.
Not onl