BREAKING NEWS
Showing posts with label Video. Show all posts
Showing posts with label Video. Show all posts

Sunday, September 22, 2013

The Pros and Cons of Video Blogging

Video blogging has a lot of advantages over text-based blogging, and it is little wonder that this new technology is catching on all over the globe. Video blogs very effectively grab the attention of web surfers, and people are much more likely to become excited about the dynamic content of a video blog than they are likely to find a written posting very thrilling. The more enthusiastic viewers are about a site, the quicker the word of mouth spreads, and the more traffic the site will get.

Of course, there are plenty of disadvantages to video blogging as well. Hosting a v-blog requires quite a bit of server space, which can make it difficult to get started. It takes more time to process and upload a video file than it does to dash off a quick bit of text, which means that running and updating a video blog can be quite a bit of work. In addition, web surfers sometimes grow frustrated with the slow loading times of the files on many video blogs. Whether you opt for a video blog or not depends on what kind of subject matter you want to cover, and how much time you can devote to video blogging. Before you decide to pursue a video blog, consider if there is an easier way for you to get your

Monday, August 19, 2013

How to Import Web Data into Google Docs [Video]

This video tutorial explains how you can import web data – like HTML tables and lists – from external web pages into your Google Docs sheets with a simple formula.

You have been using Google Docs to create basic documents and spreadsheets but did you know that Google’s cloud-based Office suite can do even more.

For instance, you can directly import data from web pages and edit it inside Google Docs. You can translate the text of a cell from one language to another. You can read RSS feeds inside Google Docs. You can even use Google Docs for monitoring web page changes - this is handy for tracking price fluctuations for a product on any shopping website.

You don’t have to be a geek nor do you have to write any scripts to do such amazing stuff inside Google Docs. All you need to know is a couple of Google functions - ImportFeed, ImportHTML and ImportXML – and you’ll have a head start. Ready?

Import HTML with Google Docs

Today we’ll discuss ImportHTML, a useful Google formula that will help you fetch tables and lists from an external web pages into a Google Sheet.

Let’s start with an example. Open a new spreadsheet inside Google Docs, double-click any cell to enter the Edit mode and copy-paste the following function:
=ImportHTML("http://en.wikipedia.org/wiki/List_of_Bollywood_films_of_2012", "table", 2)
When you press Return, Google Docs will instantly import the second table from the corresponding Wikipedia page into your current sheet. If you replace the value of the third parameter in the above formula from 2 to, say, 4, Google Docs will import the forth table from the Wikipedia page.

In addition to , you can also import HTML lists into Google Sheets that are created using the
    or 
      tags. Try the next function on your Google Sheet:
      =ImportHTML("weburl", "list", 2)
      The 25 start-up tips are listed using an Ordered HTML List and you can import the entire list into your Google Sheet with one formula. If there are multiple lists on a page, you can change the third parameter with the index of the list that you wish to fetch inside Google Docs.

      It is important to note that once a table or list has been imported into Google Docs, the table won’t update itself even if the data on the source page has changed. Also, Google imports the tables as plain text and all the formatting and links will be lost.
 
Back To Top
Distributed By Blogger Templates | Designed By OddThemes