The Blog Contains Information About Blogging. It has Blogger Widgets, templates and Much More About Blogging.
Showing posts with label Google. Show all posts
Showing posts with label Google. Show all posts

Monday, 30 December 2013

Block All The Advertisements In Google Chrome
Ad block plus is a free tool to block all the advertisements in Google chrome, it is also available in Firefox and other. We recommend you to add this widget in your browser to block harmful advertisements. Some advertisement networks spread irrelevant ads including adult content and pornographic ads. These ads are harmful for children and most of them are made to fool you. That's why you should block them. Advertisements also suck your bandwidth and waste your internet data and increase your internet bills.  After adding this extension to Google chrome, you don't need to worry about them. It will automatically block advertisements from all the websites. It also blocks YouTube video ads in some amounts. We already have uploaded a video on How to block all the advertisements in Google chrome.




One of the biggest reason that people are using Firefox is that, it supports millions of great extensions that Google chrome doesn't supports. Now Chrome is increasing its extensibility and adding great extensions in chrome web store. There is another way to block advertisements in Google chrome using privoxy, you can also try that
You can watch the video to know more. It also provides an option to exclude websites, so you can run adverts on your own website.
Posted by John Peter on 12:04 | No comments | Categories: , , ,

Wednesday, 4 December 2013

imageWant To Download Torrent File By Using Google
Simple way...just type:
*ur file name* filetype:torrent
You must not write ( * ) when you search....
Eksample:
ANTIVIRUS KASPERSKY filetype:torrent

Stay Connected.....................
Posted by John Peter on 02:32 | No comments | Categories: , , , ,
imageHi frndzzzz,
Another good way of finding MP3s (or other formats) is using Google and typing the following:
parent + directory + mp3 + OR + wma+ #dido#
Replace #dido# by whatever artist you wish to find, for example:
parent + directory + mp3 + OR + wma+ #Lamb#
You should get plenty of dirs with MP3s or WMA files (you could add OGG, etc, to the query). Cheers.

Stay Connected............
Posted by John Peter on 02:29 | No comments | Categories: ,
Search As Expert for Easy DownloadingHi frndzzzzz, Again this is similar to last one but little bit different........
If ure searching for something to download in google u can use this little trick. Mostly it works. Try typing this:
parent + directory + anything u wanna download
but if u wanna download anything special u can specify.
IE:
parent + directory + games + whatever
dunno if it will work for you all but for me it works quite good sometimes


Stay Connected.....................
Posted by John Peter on 02:26 | No comments | Categories: , ,

Friday, 1 November 2013

Google App engine is a free service from Google. There are many advantages with hosting websites on Google App Engine.
First, It should be more reliable since your site will get served through Google’s own data centers.
Second, if you have a low traffic website, it is highly likely that you won’t have to spend a penny for web hosting. You get 1 GB of free storage space for hosting your images, HTML web pages and other files and 1 GB of bandwidth per day. If you exceed that quota, you pay-per-use.
With a regular web hosting company, you rend some storage space on their server, you then transfer your HTML and other files to that server using FTP or cPanel and your website is ready to serve. Google App
Engine works in similar manner except that the file transfer mechanism is a bit different.
Step 1: Go to appengine.google.com and create a new application. If you have never used App Engine before, you might be asked to verify your mobile phone number before you can create a new app.
Ads by GoogleDownload Free Mobile Apps MoboGenie.com/Download-Mobile-Apps
Use Mobogenie to Download Mobile Apps. Save Data Cost. Download Now!
Step 2: Give your application a name – it should be unique and may only include lowercase alphabets and digits. For this example, our app identifier is “thisismyawesomewebsite”.
Step 3: The next two sub-steps may scare some of you but trust me, they simply require you download and run two installers in the given sequence.
3a. Download and install Python from python.org.
3b. Download and install App Engine SDK from this code.google.com.
Step 4: Download a sample webpage  and paste it somewhere on your desktop. It contains a basic website with some HTML pages, images and CSS that we’ll try to host with Google App Engine.
Step 5: Open the app.yaml file with notepad and replace the word ‘labnol’ with the application identifier that you created in Step 2 above. Save the changes.
Step 6: Finally it’s time to deploy /upload our website to Google App Engine. Open the Google App Engine Launcher program from the Start Menu, choose File – > Add Existing Application and browse to the folder where you unzipped the website.
Hit the deploy button, input your Google Account credentials and within seconds, your website should become available online at "xyz.appspot.com" where xyz is your unique app identifier. Later, if you add or modify any web page, press Deploy again and your new /edited files will get uploaded to App Engine.
Posted by John Peter on 06:03 | No comments | Categories: , ,

Thursday, 31 October 2013



This Blog will tell you how to use Google search engine from terminal command line. Watch The video Tutorial given below. Now you can use Google search engine from your Linux terminal using this simple command line. Carefully see the image give above.

Posted by John Peter on 09:31 | No comments | Categories: ,
Google Underwater Image Search
This post will tell you how to use Google underwater search interface.On April fools day in the year 2012, Google China introduced the Google underwater image search. Watch the video given below to know how to use Google underwater image search. This search interface will never let you down. Just input your queries and click on on search and all the images related to your queries will fall in front of you. This gives your image search a new look. Before using this cool search trick, please watch the video given below to see how cool it is.

Posted by John Peter on 08:53 | No comments | Categories:

Wednesday, 30 October 2013

Google DriveIn this blog post I will tell you how to host java script on Google drive. There are many reasons of hosting java script on Google drive. hosting java script on external websites having good bandwidth and download/upload speed increases the page loading speed. After hosting your files on Google drive, you will notice that  You can use the same method o host java scripts and php files on Google drive. Some days ago, I’ve posted a detailed video tutorial on hosting a webpage on google drive. Google drive gives you very huge storage space to store your files. You can store many files on your Google drive. For hosting a java script file on google drive you need to have a java script to host and a google account. If you these things then follow these simple steps given below:



1.Create a .txt File
you must create a text file of your java script, for creating a text file you can use notepad. Copy the java script code in notepad and save it as a .txt file. Remember!!! .txt extension is most important, if you save the file with .js extension then the code will not work. you can use notepad word pad or any other word processor. After pasting the code, save it with .txt extension
2.Uploading the Text file
After preparing text file for your java script code, you need to upload it on Google drive. Visit Google Drive and click on upload. then select the text file that we have created in the previous step.Google Drive
After uploading the file, click on share Google Drive

After that, you have to change the privacy settings of the file, change privacy settings to public so the everyone can access the file. Google DriveGoogle Drive
The second thing that you need to do is to note down the file-id of the file. It is placed in between ".....file/d/" and "/edit......" see the link given below.

https://drive.google.com/file/d/FILE-ID/edit?usp=sharing
Put your file id in the link given below

if your website uses http protocol, then use this code

http://googledrive.com/host/FILE-ID
If your website uses https protocol then use this code

 https://googledrive.com/host/FILE-ID
3.Adding The External java script Link In Your Html
after completing above steps, you need to paste the external java script link inside your main html. you can do this with the code given below:


<script src="JavaScript_file_link"></script>


 Replace the java script file link with the link that we created in the previous step, after replacement the link looks like


<script src=“http://googledrive.com/host/FILE-ID></script>


 Now put this code in place of your java script code in the html. now the java script code is hosted on Google drive .

Recommended: How To Host CSS On Google Drive

Posted by John Peter on 18:59 | No comments | Categories: ,
ASKEW googel trick is one of the most amazing google trick.When you search ASKEW in google search windows titlts. You must try this truicks. This trick will reaaally amaze you. Visit Google and then search for "askew" to get amazed.
Posted by John Peter on 18:06 | No comments | Categories:
For doing a barrel roll , you have to visit Google and then you must search "do a barrel roll", then the search will start to rotate and you will get amazed :)
Posted by John Peter on 17:35 | No comments | Categories:
Google DriveIn this blog post I will tell you how to host css on Google drive. There are many reasons of hosting css on Google drive. hosting css on external websites having good bandwidth and download/upload speed increases the page loading speed. After hosting your files on Google drive, you will notice that  You can use the same method o host java scripts and php files on Google drive. Some days ago, I’ve posted a detailed video tutorial on hosting a webpage on google drive.
Google drive gives you very huge storage space to store your files. You can store many files on your Google drive. For hosting a css file on google drive you need to have a css to host and a google account. If you these things then follow these simple steps given below:

Recommended: How To Host Webpages On Google Drive

1.Create a .txt file
you must create a text file of your css, for creating a text file you can use notepad. Copy the css code in notepad and save it as a .txt file. Remember!!! .txt extension is most important, if you save the file with .css extension then the code will not work. In your blogger blog your css code is in between “<b:skin><![CDATA[“  to ”]]></b:skin>” tags and from <style> to </style” tags.
 You can use notepad word pad or any other word processor. After pasting the code, save it with .txt extensionBrain of computer css

2.Uploading the Text file
After preparing text file for your css code, you need to upload it on Google drive lets do this! Visit Google Drive and click on upload. then select the text file that we have created in the previous step.Google Drive
After uploading the file, click on share Google Drive

After that, you have to change the privacy settings of the file, change privacy settings to public so the everyone can access the file.Google DriveGoogle Drive
The second thing that you need to do is to note down the file-id of the file. It is placed in between ".....file/d/" and "/edit......" see the link given below.

“https://drive.google.com/file/d/FILE-ID/edit?usp=sharing”
Put your file id in the link given below

if your website uses http protocol, then use this code

“http://googledrive.com/host/FILE-ID
If your website uses https protocol then use this code

“https://googledrive.com/host/FILE-ID
3.Adding The External CSS Link In Your Html
after completing above steps, you need to paste the external css inside your main html. you can do this with the code given below:

<link rel="stylesheet" href="CSS_file_link"/>


 Replace the css file link with the link that we created in the previous step, after replacement the link looks like


<link rel="stylesheet" href=“http://googledrive.com/host/FILE-ID/>


 Now put this external css code in place of your css code in the main html, now the css code is hosted on Google drive .

Recommended: How To Host Java Scripts On Google Drive

Posted by John Peter on 16:40 | No comments | Categories: , ,

Sunday, 27 October 2013

sitemapSubmitting site is most of the important part of SEO. If you want to increase your SEO ranking and index your blog posts fast, then you must need to submit your sitemap in Google or Bing webmaster tools. As we know we can’t submit sitemap in Yahoo, because they remove the site explore option on November 2011. I saw some people submit their sitemap with wrong ways and who do it, they obviously facing too many problem about website. Problems like no visitors decrease SEO, not indexing blog pages, lost page rank, search engine position and many more. So today I decided to create a new post about how to submit sitemap with correct ways. It’s too easy for beginner, you just need to try.


  • Firstly you need to visit Google webmaster tools and log in with your Gmail address.
  • After the site complete loading, click the add site option (right side).
  • Type your website link. Example: www.yourdomain.com and click continue button.
  • Now you can see the verification page.
  • Choose HTML tag option for verify your site. They will give you a code, copy it.
  • Now log in your blogger account and go to Edit HTML tab.
  • Paste the code after the <head> Tag. Now save your template and click the verify button in Google webmaster tools.  
  • Now your site is successfully verified. Time to submit site link in Google webmaster tools.
  • Click crawl menu (left side of Google webmaster tools) and choose sitemaps option.
  • Click Add/Test Sitemap menu (Red colour – Right side when you click sitemaps).
  • Now follow all steps below.
Submit this sitemap if your blog have less than 500 posts
atom.xml?redirect=false&start-index=1&max-results=500

Submit this sitemap if your blog have less than 1000 posts
atom.xml?redirect=false&start-index=1&max-results=500
atom.xml?redirect=false&start-index=501&max-results=500

Submit this sitemap if your blog have less than 1500 posts
atom.xml?redirect=false&start-index=1&max-results=500
atom.xml?redirect=false&start-index=501&max-results=500
atom.xml?redirect=false&start-index=1001&max-results=500

Hurray, you successfully did submitting your sitemap. Wait at least 2-3 days for crawl your whole page in search engine. Now I will show you the easiest way to submit your sitemap in Bing webmaster tools. Because Bing is also a most popular search engine like Google. You will get too many web traffic from Bing search engine, if you successful to put your site link there. I've seen some people submit their website in webmaster tools, but they got some crawl errors. So I will share the error free ways to submit sitemap. Let’s learn.
Submit sitemap in Bing webmaster tools:
  • Firstly you need a live or Hotmail account for log in. If you have no, you can create an account.   
  • Go to Bing webmaster tools and sign in with your email address. 
  • After sign in, click the add site menu and put your site link. Example: http://www.yourdomain.com/
  • Now you need to complete your webmaster profiles.
  • Then you can see 3 different options to verify your website. Choose option 2.
Option 2: Copy and paste a <Meta> tag in your default webpage
  • Now copy the Meta tag and paste it below <head> tag in blogger.
  • Save your blogger template and verify your website in Bing. You will see verification complete.  
We are successful to submit our website in Bing webmaster tools. Now this is the time for submit your blog sitemap.
If you have less than 500 posts in your blog, then copy the code.
http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fwww.brain-of-computer.blogspot.com%2Fatom.xml%3Fredirect%3Dfalse%26start-index%3D1%26max-results%3D500

If you have less than 1000 posts in your blog, then copy the code.
http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fwww.brain-of-computer.blogspot.com%2Fatom.xml%3Fredirect%3Dfalse%26start-index%3D501%26max-results%3D500

If you have less than 1500 posts in your blog, then copy the code.
http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fwww.brain-of-computer.blogspot.com%2Fatom.xml%3Fredirect%3Dfalse%26start-index%3D1001%26max-results%3D500

Note:
You must need to change the site URL.
Now paste only one code in your new browser tab and hit enter. You will see a message like this, Thanks for submitting your sitemap.
For Yahoo search engine:  

You don't need to submit sitemap for yahoo. When you finish the bing webmaster steps, your site will appear in yahoo search engine.

Note (Yahoo requirement):


You must need at least 5 days after submitting sitemap in bing webmaster tools.   

You blog must need at least 15 blog posts.
If you have any kinds of problem or need help about webmaster tools, feel free to comment here. I will try to solve your problem quickly. Thanks for reading my posts
Posted by John Peter on 14:21 | No comments | Categories: , , ,
AndroidAndroid is a great OS in every sense, fully customizable, millions of free and paid apps, tons of launchers and availability of all the high-end games are some of its advantages. The only drawback you could find in Android is its battery consumption. If compared to the other operating systems, you could feel that the Android phones consume battery faster. So to solve this issue, we have some tips for saving battery on your Android phone. Follow the instructions givn below and turn your android device into an energy saver.


1. Display Consumes the Largest Part

Your mobile screen consumes a lot more power than any other application/process. Don’t toggle the display again and again. Try to keep the display off when your battery is low, this will make it last longer.

2. Reduce Screen Brightness

As screen consumes a lot of power, you must keep the brightness to the least level.

3. Stop Wireless Communication

Turn on mobile data, WiFi, NFC, Bluetooth and GPS only when you need them. All of these consume a lot of power and should be kept off all the time.

4. Give Preference To WiFi

If you can have access to a WiFi network, then you must use it instead of mobile data. Mobile data consumes much more power than WiFi and hence should always be avoided.

5. Turn Off Auto Sync

Most applications you install sync files with their servers after every set interval. The syncing process should be run manually and for only the app you want to sync data for.

6. Use a Minimum Number of Widgets

Widgets use power to be live and to display the changes. They are always working in the background. You should not use many widgets together.

7.Don’t Use Live Wallpapers

Live wallpaper are very power greedy and drain your Android mobile’s battery very fast. You should turn them off when you want to squeeze some more time out of your battery, or better, don’t use them.

8. Kill Applications Manually or Using Some Task Killer Application

When you leave an application, it continues to run in the background. This is done to reduce the time it takes to start-up, and give you a better experience. But being in RAM they all consume battery. Either end them using your phones task manager or use some third-party application.

9. Use Black Background

If your phone has an AMOLED screen, then you must use some black image as a background. This will reduce the battery consumption for display manifolds. Also choose a dark theme if possible.

10.Setting Screen Timeout to the Least Value

Screen timeout is the duration after which your screen’s backlight goes off, when left untouched. Setting it to a lesser value will save battery of your Android phone.

11. Turn off Haptic Feedback

Haptic feedback is a phenomenon by which your phone gives a feedback in the form of vibration when you touch the screen. Though this is helpful while typing, but it consumes high resources. You should turn it off to save your phone’s battery.

12. Switch to Flight Mode

When in a flight, you should switch your mobile to flight mode. Since you have no network connectivity, your phone’s transmitter will keep trying to find a network. This will just drain battery and nothing else. So, switch to flight mode when on a plane. You can also turn it off if you don’t want to use it.

13. Activate The Power Saving Mode

You must activate power saving mode whenever you are not playing games or running some resource extensive app. The power saving mode by default limits the CPU usage, decreases the screen’s brightness, disables the data connection whenever the screen is off and turns off the haptic feedback. Precisely, this does most of the things you need to save battery of your Android phone.

14. Restrict Background Data

Many application like Gmail, Google Play Store and many others collect and send data to their servers in the background. This drains your battery at a very faster speed. To stop this you can restrict the data usage by enabling it from “Settings > Data Usage“, then click on options and select “Restrict background data“.
Mobile Data

15. Don’t Install Resource Intensive Apps

There are many apps that use huge resources, you can figure them out by navigating to “Settings > Battery” on a samsung mobile. This will show you all the programs & Android services that are using up the battery. You can use this feature to monitor high battery drainer apps and then get rid of them.

16. Update Apps

App Developers are always working on their apps to make them better, faster, more interactive and make them use less resources. They always try to make them consume less battery power. So always keep your apps updated.













Posted by John Peter on 06:30 | No comments | Categories: ,

Saturday, 26 October 2013

I have uploaded a detailed video tutorial on hosting webpages on Google Drive.  Watch the video tutorial for better understanding. You can use the same trick for hosting other files like .jpg, .js, .php  etc.

google drive
In this blog post I will tell you how to host html files on Google drive. There are many reasons of hosting html file on Google drive. hosting html file on external websites having good bandwidth and download/upload speed increases the page loading speed. After hosting your files on Google drive, you will notice that  You can use the same method o host html files and php files on Google drive.




Recommended: How To Host Webpages On Google Drive

Google DriveGoogle drive gives you very huge storage space to store your files. You can store many files on your Google drive. For hosting a html file on google drive you need to have a good malware free html file to host and a google account. If you these things then follow these simple steps given below:

Posted by John Peter on 17:28 | No comments | Categories:
Create your own Google LogoIf you are a fan of Google’s colorful logo then here’s a good new for you. Goglogo is a web service that allows you to make a logo with any name, and it will create a logo that will have exactly the same look as Google. It uses GIF files, one for each letter you type, and then arranges them to make the letters you typed. If you want to save the Logo, you can do that by taking a screen snapshot.
LINK: Goglogo
Posted by John Peter on 12:01 | No comments | Categories:
Pac Man Game on GoogleOn 30th anniversary of the Pac-Man game (May 22, 2010), Google launched the Pac-Man doodle that allowed people to play Pac-Man on the Google’s homepage itself. Millions of fans played the game, and as a result, productivity came to a stand still. If you want to play it, here’s the link.

LINK: Pac-Man
Posted by John Peter on 12:00 | No comments | Categories:
Let me Google that for youLet Me Google That For You is a web service that instead of giving you the search results, gives you a link to the Google’s search results page with the query you want to do a search for. This link shows you a visual of how you can perform a search on Google and then takes you to the search results page automatically. This is for all those who have people in their family, who don’t know how to do a Google search. This will allow you to search for them, and also teach them how to do a Google search.

LINK: Let Me Google That For You
Posted by John Peter on 12:00 | No comments | Categories:
Google GraviyWant to see the gravity effect on Google? Google Gravity is an experiment that induces gravity in Google and every element falls down to the bottom of the page. You can then pick and through everything on the screen, and guess what!, everything still works. You can still use the search engine and all the search results will fall down as well. Isn’t this cool? Visit the Google gravity page and experience the gravity effect in Google Search.

LINK: Google Gravity
Posted by John Peter on 11:59 | No comments | Categories:
Gogle TricksHere is a list of 6 cool Google searching tricks, these tricks works on every device perfectly . I’m sure that this tricks will amaze you.The list is expected to expand soon. Don’t forget to bookmark this page.

1. Google Gravity

Google GravityWant to see the gravity effect on Google? Google Gravity is an experiment that induces gravity in Google and every element falls down to the bottom of the page. You can then pick and through everything on the screen, and guess what!, everything still works. You can still use the search engine and all the search results will fall down as well. Isn’t this cool?

LINK: Google Gravity

2. Playing Pac-Man on Google

Google Pacman GameOn 30th anniversary of the Pac-Man game (May 22, 2010), Google launched the Pac-Man doodle that allowed people to play Pac-Man on the Google’s homepage itself. Millions of fans played the game, and as a result, productivity came to a stand still. If you want to play it, here’s the link.
LINK: Pac-Man

3. Do a Barrel Roll

Do A Barrel RollThis is a very old easter egg by Google. The name says it all. If you search for “Do a barrel roll” on Google, it will certainly do a barrel roll for you. If you don’t believe me, just hit the link below.
LINK: Do a Barrel Roll

4. Askew – Tilting Google’s Search Page

Askew, as you would know means “not in a level position”, and Google represents it’s meaning by tilting the search results page. Just search for “askew” or “tilt” and Google will tilt the page to the right.
LINK: Askew

5. Let Me Google That For You

Let me google that for youLet Me Google That For You is a web service that instead of giving you the search results, gives you a link to the Google’s search results page with the query you want to do a search for. This link shows you a visual of how you can perform a search on Google and then takes you to the search results page automatically. This is for all those who have people in their family, who don’t know how to do a Google search. This will allow you to search for them, and also teach them how to do a Google search.
LINK: Let Me Google That For You

6. Get a Logo Like Google

Brain Of ComputerIf you are a fan of Google’s colorful logo then here’s a good new for you. Goglogo is a web service that allows you to make a logo with any name, and it will create a logo that will have exactly the same look as Google. It uses GIF files, one for each letter you type, and then arranges them to make the letters you typed. If you want to save the Logo, you can do that by taking a screen snapshot.
LINK: Goglogo
There are many other tricks that I have left. If you know some other trick, do use the comment form below.
Posted by John Peter on 10:59 | No comments | Categories:

Wednesday, 2 October 2013


Another way of locating specific versions of Web servers is to search for the standard pages displayed after successful server installation. Strange though it may seem, there are plenty of Web servers out there, the default configuration of which hasn't been touched since installation. They are frequently forgotten, ill-secured machines which are easy prey for attackers. They can be located using the queries shown in Table. This method is both very simple and extremely useful, as it provides access to a huge number of various websites and operating systems which run applications with known vulnerabilities that lazy or ignorant administrators have not patched. We will see how this works for two fairly popular programs: WebJeff Filemanager and Advanced Guestbook.



QueryServer
"Apache/1.3.28 Server at" intitle:index.ofApache 1.3.28
"Apache/2.0 Server at" intitle:index.ofApache 2.0
"Apache/* Server at" intitle:index.ofany version of Apache
"Microsoft-IIS/4.0 Server at" intitle:index.of Microsoft Internet Information Services 4.0
"Microsoft-IIS/6.0 Server at" intitle:index.of Microsoft Internet Information Services 5.0
"Microsoft-IIS/* Server at" intitle:index.of Microsoft Internet Information Services 6.0
"Oracle HTTP Server/* Server at" intitle:index.of any version of Microsoft Internet Information Services
"IBM _ HTTP _ Server/* * Server at" intitle:index.ofany version of IBM HTTP Server
"Netscape/* Server at" intitle:index.ofany version of Netscape Server
"Red Hat Secure/*" intitle:index.ofany version of the Red Hat Secure server
"HP Apache-based Web Server/*" intitle:index.ofany version of the HP server
Posted by John Peter on 00:12 | No comments | Categories:
Powered by Blogger.

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Text Widget

Sample Text

Download