Some time back I came up with a cooler modal pop up window using CSS3 and JavaScript specifically for mobile webkit browsers. The example that I presented had only a single button, a click on it…
Articles with create
Authoring “Adobe Edge Inspect Starter”…
My book “Instant Adobe Edge Inspect Starter” on mobile web debugging and testing has been published and it is now available online. For more details and to purchase you can visit here. Mobile web testing…
Creating a simple List in Sencha Touch 2.0
Creating a simple data list in Sencha Touch 2.0 has changed over the way we used to create data lists in Sencha 1.0. Changes have been made in the way a data Model is created…
Continue Reading “Creating a simple List in Sencha Touch 2.0”
Fade-in/Fade-out animation using CSS3
Let us try a simple fade-in and fade-out animation in CSS3. Looks very simple, lets see how to achieve it. We will be using only CSS3 for the animations and only a little bit of…
HTML5 – SVG Demographic Map Dashboard Example
The previous month I was busy with experimenting a dashboard which had choropleth/thematic maps, charts, interactivity, also dynamic data reading. Here is what I came up with. This one is a HTML5 based dashboard. Looks…
Continue Reading “HTML5 – SVG Demographic Map Dashboard Example”
Creating dynamic SVG elements in JavaScript
While I was working on a HTML5 project I found this problem of creating SVG (Scalable Vector Graphics) elements dynamically in JavaScript. For example creating vector circles inside a for loop and adding them to…
Continue Reading “Creating dynamic SVG elements in JavaScript”