Archive for September, 2008

Sep 22 2008

Piece missing

Published by Gaurav Mishra under life

A piece is missing , one emotion is flowing.

Ohh My heart don`t miss them.

They were part of you and now they have parted.

Pray them to be happy whereever they are


No responses yet

Sep 12 2008

Google chrome tips tricks and keyboard shortcuts

Published by Gaurav Mishra under web

Chrome is all about speed and user friendliness , from the point chrome is released , it`s been a rage. 

Here are some tricks and keyboard shortcuts that i found useful for chrome

1.  Control + Shift + N opens an ‘incognito’ window - This mode helps you to visit sites which will not appear on browser history or search history.

2. Alt + Home opens your Chrome home page, Which contains the thumbnails of your most visited sites shown in the active tabbed window.

3. Control + T opens you a new tab. Tabs can be drag around to change their order just like good old Firefox.

4. Control + Shift + T opens most recently closed tab. Press same key combination again to open the tab closed before that one.

5. Change your focus with Control + 1, Control + 2,……… Control + 9 takes you to the last tab.

Enjoy these small tricks,…. Have fun


3 responses so far

Sep 03 2008

Tips and tricks of Google Chrome browser

Published by Gaurav Mishra under life, web

It`s been nearly 10-12 hours that i have been using Google chrome browser and i surely going to make this my default browser for sure.

There are some tips and tricks which every power user should understand about google chrome:-

1. Incognito mode

On clicking the control icon in the upper right corner of the browser there comes options of opening a new tab, a new window, or a new incognito window. Incognito window opens up and let you browse without leaving tracemarks in your browser history or appearing search history, Also it will  not leave cookies or any other traces of your activity, However files you’ve downloaded or bookmarks will be untouched.

 

From Blog Pics

 

2. Chrome Task manager

Chrome task manager is a small cousin of windows task manager, It displays the process (aka websites ) seperately along with the information which website is taking how much memory and using how much cpu cycles is used by which website. Now this comes out to be a very handy tool as some websites tend to accumulate a lot of memory due to bad backend programming over time, Finally we can close the particular website without crashing the browser. In short this means we can run our browser for eternity without crashing.

 

From Blog Pics

3. Import your firefox bookmark and browser history

It`s a piece of cakewalk importing your browser history and bookmarks in chrome browser. See below screenshot for detail.

From Blog Pics

Let me know if someone find more trick and tips for the browser


14 responses so far

Sep 02 2008

Google unveils Chrome browser Download Fastest and most Innovative browser on earth

Published by Gaurav Mishra under web

Download google chrome here

Sometime we never really care about basic things and keep making stuff complex, This is what was happening with the browser market, No doubt there are many architectural issues that were present in browsers and desktop was slowly getting outdated according to web.

Google unvield the browser on it`s official blog here http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html

For my techies friends , Here http://www.google.com/googlebooks/chrome/index.html Google explained every architectural difference between the Chrome , Firefox and IE browsers.

My take for Chrome is that it`s uberfast and very new approach browser . Will test it more and post the updates here


4 responses so far

Sep 02 2008

Getting Pagerank of Websites through PHP

Published by Gaurav Mishra under programming

Google is today one of the most important website in world wide web, Google search result has become one of the most important services for world wide web users.

A full fledged SEO industry is running on the google pagerank algorithm decided by Google Inc

I have seen a lot of developers asking the method of getting google pageranks and baclinks with the help of php.

The Google search results are ranked by page rank.

We are going to use Php class “Google PR” from Phpclasses.org

Download the Class file from here

<?php

//Include and initiate the class this line tutorial assumes that this code and class are situated in same folder

include_once(“class.googlepr.php”);

//initate a  new object

$rank = new GooglePR();


//Query the pagerank of website

echo “PageRank : ” .$gpr->GetPR(“http://www.mrdbs.com/”) .“\n”;

?>


2 responses so far

FireStats icon Powered by FireStats