Rss Feed Like Us on facebook Google Plus
Showing posts with label Google+. Show all posts
Showing posts with label Google+. Show all posts

April 21, 2011

Google Toolbar 7—cleaner, fresher and faster is available for IE 8&9

Today we’re bringing the speed of Google Instant to the latest version of Google Toolbar for Internet Explorer. We’re also introducing a fresh, clean look that personalizes Toolbar with the tools you use most.

Toolbar Instant
If you’ve used Instant on google.com or in Chrome, you’ll be right at home with Toolbar Instant. Just start typing in the search box and search predictions and results will appear instantly as you type, getting you the results you want faster.


You can also type Alt+G to get to the Toolbar search box more quickly.

To enable Toolbar Instant, visit Toolbar Options and click “Enable Instant for faster searching and browsing.” Toolbar Instant works on IE8 and IE9; if you’re on an older browser, you can either upgrade your Internet Explorer version or try Instant in Chrome, which includes many of the same tools you’re familiar with in Toolbar.

Personalized Toolbar 
This new version of Toolbar is simpler, cleaner and emphasizes what’s important to you. The tools that you use most will remain visible on the toolbar, while buttons that you haven’t used recently will be moved to the new “More” button.

As you discover and use particular tools that help your browsing experience, like Share or Translate, they’ll automatically appear on the toolbar, making your most relevant tools easy to access. This personalization is stored only on your computer, so no information is sent to Google unless your usage statistics are enabled. You can learn more about this personalization at our Help Center.

Making Toolbar work for you
Some Google Toolbar features, such as PageRank and spell check, require sharing some information with Google in order to function properly. With Google Toolbar 7, we’ve made it easier for you to control your privacy settings. From a single settings menu, you can decide which of these features you'd like to enable and which ones you'd like to stay off.


We’ve also continued to improve the performance of Toolbar 7 without slowing down your browser, making it one of the fastest add-ons you can use in Internet Explorer. 

Google Toolbar 7 is available in English on our download page and will be coming to our other supported languages over the next week. If you’re already using Toolbar, you’ll automatically be updated to the new version over the next few weeks. You can also find out more about Toolbar on our features page.

Search with Google anywhere

Search Google from anywhere on the web.
  • Access Google search from the Toolbar on any site.
  • As you type a search, Toolbar will automatically show suggestions for what you are searching for.
  • Sign in to the Toolbar with your Google account and get personalized search results based on your search history. 


Find things faster

Quickly find your search terms on a web page with three helpful tools.
  • Quick Scroll: Quick Scroll lets you jump directly to the content in a page relevant to your search.
  • Highlight: Click the Highlight button to see all the words that match your search terms on any web page.
  • Word Find: Each word you enter in the Toolbar search box gets its own Word Find button. Click the button to see where that word appears on a page.

Translate languages

Automatically translate web pages written in foreign languages.
  • Visit a site written in a foreign language and Toolbar will offer to automatically translate it for you.
  • See the translation of a single word on a page just by rolling your cursor over it.
  • You can set Toolbar to always translate pages in certain languages in Toolbar Options.


Read More

March 15, 2011

Host your own website on Google App Engine

There are quite a few 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 similar to Amazon S3.

Ready to jump?
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.
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 and unzip this file - website.zip – 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 abc.appspot.com where abc 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.

Video Tutorial: Hosting your Website with Google



Read More

© 2011-2016 Techimpulsion All Rights Reserved.


The content is copyrighted to Tech Impulsion and may not be reproduced on other websites.