Archive for November, 2011

How to add splash screen to an android app in phonegap

Tags: ,

To add a splash screen to your android app in phonegap, you need to make sure of few things. You are using 0.9.3 or higher version of phonegap. Add 1super.setIntegerProperty("splashscreen", R.drawable.splash); to DefaultActivity.Java (which is your main java file) in the onCreate method just before the 1loadUrl("file///asset_android/www/index.html") Make sure splash is the name of your [...]

Continue reading » 2 Comments

Phonegap – Filling the gap between web and mobile development

Tags: , ,

For those who doesn’t know how HTML5 is changing the web. Here is a platform “Phonegap” based on HTML5 for building cross platform mobile apps using your existing knowledge of web technologies, that means using only HTML, CSS and javascript you can build a app much faster for any platform be it iphone/ipad, android, blackberry, [...]

Continue reading » 1 Comment

Angel of the month – Maria S

Tags:

This is a new series in my blog focusing on the unknown angels of this planet. Don’t get me wrong, nothing in this world is free, not even my free webserver space. Today on the list is Maria Sokolovski an Italian model. To get more details about her, google yourself. She also goes by the [...]

Continue reading » No comments

Three layers of web

Tags: ,

Long back people used to (they still, out of unawareness or laziness) write their HTML, CSS, Javascript code in single file. But soon they realized that the code they write can be divided into three fundamental layers: Content Layer – HTML Presentation Layer – CSS Behavior Layer – Javascript Keeping  your code in three different layers [...]

Continue reading » No comments

a thank you post

Tags:

So here i am back again with one more attempt to blogging.  My last college time blog was lost with the deactivation of my webfaction account. Going straight this is a thank you post to Mr. Shivansh Pandey for free server space (here free refers free as in free speech, not as in free beer [...]

Continue reading » No comments