August 5: Yes, it is here, today is the birthday of HTML5. So HAPPY BIRTHDAY and may you live thousands of years. Yes I know I do not have any gift to present, but I…
Sencha Touch Mobile application and Drupal mashup
I am working on a Mobile web application (will run on iPhone, Android, Blackberry) that pulls data from a Drupal back end for some time now. I am preparing the screens and data models for the application…
Continue Reading “Sencha Touch Mobile application and Drupal mashup”
Building cool web applications with Flex
Thought of sharing some slides from the Bar camp 2010. It is targeted for someone who has some knowledge about Flex and ofcourse beginners can also have a look. A cool Flickr gallery follows the slide. Download…
Adobe focusing on HTML5 with its new Edge software
Adobe has indeed started considering HTML5 as a big threat to flash technologies and has started to focus on the new web standards of HTML5, CSS3. Adobe’s main answer to doing fancy things on the…
Continue Reading “Adobe focusing on HTML5 with its new Edge software”
Writing your first Sencha Touch 1 application – Part3
In this tutorial we will add some interactivity to the list that we have created in Part 1 and Part 2. When the user taps on an item in the list a pop up box…
Continue Reading “Writing your first Sencha Touch 1 application – Part3”
Writing your first Sencha Touch 1 application – Part2
Till now we have seen how to create a viewport panel and dock a toolbar on top of the Panel. Lets build the rest of the application. Ok, now we need a List and some…
Continue Reading “Writing your first Sencha Touch 1 application – Part2”
Writing your first Sencha Touch 1 application – Part1
In this tutorial we will build a simple Sencha Touch application that will help you get started with this new Touch Framework. Sencha Touch is all about developing mobile web applications that look like native…
Continue Reading “Writing your first Sencha Touch 1 application – Part1”
Creating a SVG Pie Chart – HTML5
Updates: Animated pie chart with Raphael JS – https://josephkhan.me/animated-growing-pie-chart-with-rapahel-js/ Back to the actual post:- This tutorial talks about creating SVG pie chart for your web application. In one of my recent projects I had to…
HTML5 Geolocation
Geo-location is a new feature that has been included in HTML5. It allows the viewer to share his current location to trusted servers or websites. Once the location is determined, the server can then use…
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”