I was updating babel configuration for my new Atlassian Cloud App project and I was deciding which browsers should I support. I have checked Atlassian’s supported browsers list for Cloud and I have found out it is a really simple list. In short, “Latest version of mainstream browsers” and it doesn’t include IE 🎉. I
Category: JavaScript
caniuse.com
http://caniuse.com/ is a very handy web site for web developers. It shows browser support for every HTML/CSS/JavaScript feature. Information is very detailed and shows current support level and estimated support level in future version of browsers. Partial supports are also shown with color codes.
Node is taking off
Setup a HTML5 Development Environment with IntelliJ
In this post I will explain you how you could set a simple web project to experiment with your favourite javascript libraries. IntelliJ has support for NodeJS, Javascript, HTML and CSS. For NodeJS support you have to install NodeJS framework to you computer. After you install NodeJS, you should install IntelliJ NodeJS plugin and allow it