Let's develop hybrid mobile apps with Ionic framework II.
I wrote about Ionic Framework in the previous post, concentrated on basic requirements of development, such as how to install ionic and cordova, how to create a blank template and…
I wrote about Ionic Framework in the previous post, concentrated on basic requirements of development, such as how to install ionic and cordova, how to create a blank template and…
Ionic is an open source devkit for developing hybrid mobile apps. A hybrid app is one that is written with the same technology used for web development. It runs on…
This post focuses on using HTML5 web workers for the purpose of keeping the user interface responsive while doing a lot of background computations. For other use cases I recommend…
This project is based on James Shore: Let's Code: Test Driven Javascript lessons (Chapter 8, Testing the DOM). The plan set up the cross-browser client testing framework create some basic…
I've made a tiny app with which you can study the Mandelbrot set. Give it a try: http://mandel.tompascall.com. The Mandelbrot set is endless source of wonderful images…
This project is based on James Shore: Let's Code: Test Driven Javascript lessons (Chapter 7, Cross-Browser Testing). We will set up a client side testing framework using Grunt as task-runner…