New version of our app Share Text Photo is published. We have add some animations using the build in animation features of IOS. It is really easy to add some eye candy to an app in IOS. For the ones who don’t know what Share Text photo is, it is an application for writing a text
Category: Work Log
How to Align Images in Markdown
Most markdown processors support HTML content within a markdown document. Basically you could embed your markdown markup within a div which will centre its content. Following sample centers the image on the document. <div style=”text-align:center” markdown=”1″> ![Alt Text](/path/to/image “Caption”) </div>
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