Tag Archives: Browser

Google Chrome overtaking Internet Explorer.

By | May 23, 2012

Google’s Chrome is now the most popular Web browser worldwide, surpassing Microsoft’s Internet Explorer for the first time, according to the latest figures from StatCounter. After years of slowly chipping away Internet Explorer’s market share, Chrome took the lead with 32.76 percent share, while IE dipped to 31.94 percent. Read More from here http://www.pcworld.com/article/255886/google_chrome_overtakes_internet_explorer.html

Global variables in ANDROID……

By | May 17, 2011

Hi all……. In today’s exampl e I will show you how to deal with global variables in ANDROID. You know global variables are those variables that you can access across any variables. It’s value becomes changed when you change it in any of the classes in your project. These types of variables act as like… Read More »

How to use Global variables in ANDROID?

By | May 17, 2011

Hi all……. In today’s exampl e I will show you how to deal with global variables in ANDROID. You know global variables are those variables that you can access across any variables. It’s value becomes changed when you change it in any of the classes in your project. These types of variables act as like… Read More »

How to add more than One HTML Document in a single Browser ?

By | February 28, 2011

Hi… There may arise certain situations where you need to include more than one HTML document in the same browser. But how? It’s simple. It’s by using FRAMES of HTML. FRAMES can be included inside FRAMESET. Let’s see an example. This will create two column frames in the browser with www.coderzheaven in one frame with… Read More »