JSONView, a must have plugin for developers
If you are a developer dealing with JSON all the time, you would love JSONView plugin for Google Chrome.
JSONView will beautify JSON objects viewed on the browser, so you don’t have to dig into 100+ lines of code trying to figure out how the JSON is structured.
“Currently” , One of the best Google Chrome plugins
Recently, I found a plugin called “Currently” which is a simple Google Chrome plugin/extension that that adds a twist to your internet browsing experience. This plugin replaces the “New Tab” screen with a new one that shows the user the current time and the weather! The cool is that the user can customize it in different ways, for example the colors, layout and some other features.
iOS: What does the NS prefix mean?
iOS: What is the @2x image?
I recently came across an interesting article talking about the @2x image in iOS. So to summarize that, if your app supports both retina and non-retina displays then you should include on image with a regular size for the non-retina display (ex. backImage.png) and another one with higher resolution for the retina display (ex. backImage@2x.png).