Quick description of git says: Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.Branching and merging are fast and [...]
Advent, Use and Abuse of Web in dark alleys of Pantnagar
Category: College Days, PantnagarThis was a old post written by Arib Sir for my blog. Those were the good old golden days of college. I thought this excellent piece of writing need to be indexed by google and should exist in cloud, so i am posting it here again. If you like this, you can follow his blog [...]
How to add splash screen to an android app in phonegap
Category: Android, Mobile app devTo 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 [...]
Phonegap – Filling the gap between web and mobile development
Category: Mobile app devFor 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, [...]
Angel of the month – Maria S
Category: AngelsThis 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 [...]
Three layers of web
Category: Random WebLong 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 [...]
a thank you post
Category: PersonalSo 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 [...]