• Enter Slide 1 Title

    This is slide 1 description.

  • Enter Slide 2 Title

    This is slide 2 description.

  • Enter Slide 3 Title

    This is slide 3 description.

  • Enter Slide 4 Title

    This is slide 4 description.

  • Enter Slide 5 Title

    This is slide 5 description.

  • Enter Slide 6 Title

    This is slide 6 description.

  • Enter Slide 7 Title

    This is slide 7 description.

  • Enter Slide 8 Title

    This is slide 8 description.

  • Enter Slide 9 Title

    This is slide 9 description.

Google's New Scientific Calculator

Google Launches its New Scientific Calculator.


If you type "Calculator" or "99/9" in google search, you will get the googles All New Scientific calculator.
Or if you do any mathematic calculations right away it will bring its Advanced Mathematical calculator
Try typing these things in google search for getting Google Scientific Calculator

Search it in Google - Calculator , 99/9 , Sin(90) , Sin 90,  log10 , like any mathematical calculations.
Its is as fast as google search results.


Google Restricts Labels in blogger (robot.txt)


Google Search restricts Labels (Categories) for all the blogs in Blogger (BlogSpot)

If you see something like this in your webmaster tools, be cool don’t worry for this.

This is because

Reason: Each Label entries are not sub pages, they are just a well framed search query
For example:
When you click the Label – Windows Trick in coolcomputricks.co.cc, the url pointing to that label is this

http://www.coolcomputricks.co.cc/search/label/Windows%20Trick

If you see this url carefully, you can see “/search/” in it, this means it is not actually a new page to be crawled by the Google search bot, it just a search query url, where all the pages yielded by this search query url is already indexed, so it just says it restricts the labels (search query url), but all the pages in your site is already indexed and included in search engine

The main idea behind having labels in the blogs or website, is to make the users comfortable in selecting categories they wished.

Make Browsing safer when using Friends systems or using it in outsiders system like net cafe


What should you do to make safe browsing, when using your friends laptop or using it in any Internet center.?

What should you do to temporarily erase the trace of what you searched for?

Keep the history unchanged, but temporarily disallow saving of histories, cookies, url names and everything.

Here is what you need to do.

Almost All the browsers has a concept called Private Browsing, Private Browsing helps not to save any information like histories, form entries, username, password, cookies, and everything you browsed for, so all the browsing entries can be unsaved for that particular time of browsing
For Chrome Users
1.       Click Settings ( Tool Icon on the top right corner of chrome)
2.       From the drop down, select “New Incognito Window

3.       You will now see a new window with a Detective Agent Logo on Top Left Corner, where you can make private browsing, credit card transactions, experiments, research, and anything that will not saved forever
4.       And when you close it, it goes normal, If you want to do Private browsing again, need to start from first

For Mozilla Firefox Users
1.       Click Firefox Button on the Left top corner
2.       Click “Start Private Browsing
3.       You will receive a alert box, click “Start Private Browsing” once again

4.       There you go, you will now see a new window that has changed color in the Firefox Button on the Left top corner enjoy private browsing, where you can make private browsing, credit card transactions, experiments, research, and anything that will not saved forever

For Internet Explorer Users
1.       Click Safety Menu on the Top right side of the Internet explorer
2.       Select “InPrivate Browsing

3.       There you go, you will now see a new window that has InPrivate icon on the address bar, enjoy private browsing, where you can make private browsing, credit card transactions, experiments, research, and anything that will not saved forever

convert string to dictionary in python

Cool trick to convert strings into dictionary object in Python Programming

Method 1: Using ast.literal_eval

## Example

import ast
strr = "{'a': 1, 'b': 2, 'c': 3}"
strr_dict=ast.literal_eval(strr)

Method 2: Using json
## Example

Make an Unchangeable Home Page

Computer Browser is one of the essential softwares that we use frequently, most of the people use computer because of browsing, This is the trick which will help you make your computer browsers home page to became unchangeable


Trick Your Friend my making his firefox, chrome , internet explorer or any other computer browser home page unchangeable.

Step-1: Right-click on the browser icon (firefox, chrome, Internet Explorer, etc.,) icon on your desktop and select "Properties".

Step-2: In the Target text box you will see "C:\Program Files\Mozilla Firefox\firefox.exe" or something similar to this

Step-3: Now add an URL or any address at the end in the Target text box

"C:\Program Files\Mozilla Firefox\firefox.exe" www.websitename.com

Step-4: This will make www.websitename.com to be the unchangeable home page, Even if your friend tries to change the homepage settings, it wont change.