Thursday, 26 September 2013

Find Who has Access to your Files in Google Drive ,.

Google Drive lets you share files with specific contacts or you can make them public and anyone can then view your files. Sharing also prevents you from clogging someone else’s mailbox. For instance, if you are sending a large file as an email attachment, a better option would be that you upload the file to Google Drive and share the link instead.
Google Drive - File Sharing Permissions

Who Can View or Edit your Shared Files?

If you have been using the sharing feature of Google Docs (now Google Drive) for some time, you may have quite a few files in the Drive that are accessible to other users. Would you like to review this list?
Here’s a simple Google script that will scan your Google Drive and prepare a list all files that have been shared from your Google Drive.
To get started, click here to copy the Google Script in your own Google Drive. Then choose Run->Start to execute the Google Script. The script will ask for authorization since it needs to check the sharing permissions of the file in your Google Drive. Say “authorize” and you’ll soon get an email with a list of all the shared files that were found in your Google Drive.
The report, see the above screenshot, will have links to the shared files and also a list of users who can view or edit that particular file. If a file can be viewed by anyone, the user will be mentioned as Public.
The Google Script checks the sharing permissions of every single file in your Google Drive and thus it may take a minute or two to finish if you have too many files in the Drive.

Ads by Google Get New Customers Online www.Google.com/AdWords
Advertise On Google. Get 2000 INR Advertising Credit When You Sign-Up
Bonus tip: Did you know that you can set an auto-expiry date for your shared links in Google Drive. The shared link will automatically stop working after a certain date or time set by you me

Find Who has Access to your Files in Google Drive.,.,


Wednesday, 25 September 2013

The Best Feature of Google Chrome You Aren’t Using.,.,

The Best Feature of Google Chrome You Aren’t Using

Google Chrome is an awesome web browser but there’s an even more awesome feature built right inside Chrome that most of us rarely use – it’s called Chrome Developer Tools. Let the word “Developer” not intimidate you because us regular Chrome users, or non-developers, can also benefit from having some basic knowledge of Chrome Dev Tools.
Did you know that you can use Chrome as a WYSIWYG editor for web pages? Or that Chrome can work as a Maths calculator? Or that you can perform date calculations inside Chrome? This video tutorial will walk you through a couple of examples where you can use Developers Tools.

Chrome Developer Tools for Non-Developers

Open this demo page inside Google Chrome on desktop and then press Ctrl + Shift + I on the keyboard (or Cmd + Shift + I on the Mac) to open Chrome Dev Tools. Now click the Magnifying Glass icon in the lower left corner of Chrome, hover your mouse over the page headline and double-click the selected HTML code in the Dev Tools to edit that headline.

1. Rearrange the text and images on a page

With Chrome Dev Tools, you can easily change of the order of elements as they appear on a page by simply dragging them with your mouse. Click the magnifying glass icon, hover over any element of the page – be it text paragraphs, images, or list items – and then drag that selection to place it at a different location.
order-list-items

2. Experiment with different colors

Web pages often use the hexadecimal format for writing colors but if the #AABBCC format makes no sense to you, just write the color names in plain English like Gold, Aqua and more. Just type the first character and Chrome Dev Tools will show all the available colors that begin with that letter.

Ads by Google Earn Money From Your App Vserv.Mobi/Android/Developer
Get Maximum Income with Minimum Effort.Monetize Your App in 1 Click  Zero Account Opening* www.icicidirect.com/zeroacopening
T&C apply. Online Share Trading Made Easy with ICICIdirect.com.
change-colors

3. Reveal the Hidden Passwords

Chrome may auto-fill the password field on a login form of a web page but you can’t view that password as it’s hidden behind asterisk characters. You can however use Chrome Dev Tools to change the type of the password input field from “password” to “text” and reveal the hidden password.

4. Edit your Web Pages inline

Web pages are non-editable in the browser but there’s a little trick that will let you edit web pages inline as you do in a word processor. Open Chrome Dev Tools, switch to the Console tab and type document.body.contenteditable=true at the command prompt. Voila! The page becomes editable.
content-editable

5. Chrome as a Calculator

While the Console tab is active, you can write arithmetic expressions and also perform date calculations like how many days between two dates or write a date as a human-readable string. A little know of the Date object in JavaScript will come handy. Chrome stores the value of the previous calculation in a special $_ variable that can be used in lengthy calculations.
date-calculations

6. Extract Information from a Web Page

You can run multi-line commands in the console window to parse and extract data from web pages. For instance, $$(‘a’) selector will hold all the hyperlinks that are embedded in a page. You can then use a simple for loop to export these hyperlinks as plain text.
urls = $$('a'); for (url in urls) console.log ( urls[url].href );
export-url-list

7. Fake your Location

Some web may request your geo-location for personalization and with Chrome Dev Tools, you can easily fake the location. Click the Settings gear in Dev Tools and share a different set of latitude and longitude values with that site.
Please watch the YouTube video for more tips.

Best Resources for Learning Chrome Dev Tools

Here are some good online resources that will help you master Chrome Dev Tools.
  • codeschool.com - This online class by Paul Irish of Chrome team will help you try and explore all the features of Chrome Dev Tools.
  • developers.google.com - Official documentation with plenty of tips and tricks to help you master  Developer Tools.
  • vimeo.com - Patrick Dubroy of the Chrome team provides an in-depth demonstration of some of the lesser-known features of Chrome Dev Tools.
  • youtube.com - Ilya Grigorik, developer advocate at Google, discusses the advanced features of Dev Tools.
  • youtube.com – Paul Irish again discussing the new features of Chrome Dev Tools at that Google I/O event.
Written by Amit Agarwal, personal technology columnist and founder of Digi

The Best Feature of Google Chrome You Aren’t Using.,


How to Host your Websites on Google Drive,,lkjioh

If you are looking for a place to quickly host your websites but don’t have access to any web server, Google Drive is a great alternative. You can use Google Drive to host basic websites or even complex JavaScript based web apps. You may publish any kind of static content* on your website including HTML pages, images, CSS, icons, audio and video files.
Google Drives serves your website over HTTPS and thus can be be used for hosting custom Facebook Pages since Facebook requires that custom pages are only served over secure HTTP.

How to Host your Website on Google Drive

The official procedure for hosting websites on Google Drive involves a couple of steps.
You need to upload your website files to a folder inside Google Drive, set the sharing permissions of that folder as public, open the index.html file that you uploaded in the Google Docs viewer and then click the “Preview” link to get the URL of your website.
The process may not be complicated but a little time-consuming for sure. There’s a better way though that will let you publish your websites on to Google Drive in a single step.

From your computer to Google Drive in one step

Just put all your website assets in a zip file (you may use this sample website) and then click here to upload that zip file to your Google Drive. Once the file has uploaded, the tool will generate the public URL of your website in the same step. Isn’t that simple?

Ads by Google Automated Testing in mins www.AutomationAnywhere.com/testing
Automate functional, regression testing and more. Try it Free now!
Internally, this little Google Script is doing all the hard work for you. If you are using the tool for the first time, you may have to click the “Authorize” button since the script needs your permission to upload that zip file to your Google Drive.
There are a few things you need to know before hosting websites on Google Drive. One, you need to have an index.html as that file will be served when someone tries to access the homepage of your site. Second, Google Drive websites have a URL structure like googledrive.com/host/ and there’s no way to change the default URL.
For instance, if your are hosting a website on Google Drive but wish to serve it under your own custom domain, that’s not possible yet. There’s a workaround though.

Public Google Drive Websites with different Web Domain

I’ll show an example here. This website is hosted on Google Drive and here’s the same website but hosted on a different web domain. The trick is easy – you just have to wrap your Google Drive website URL inside an IFRAME tag as shown in the following snippet:
  1. <html>
  2. <head>
  3. <style>
  4. body { margin:0; padding:0; }
  5. iframe { position: absolute; height: 100%; width: 100%; }
  6. </style>
  7. <title>Google Drive Website</title>
  8. </head>
  9. <body>
  10. <iframe src="https://googledrive.com/host/ABCD/" frameborder="0"></iframe>
  11. </body>
  12. </html>
The height and width attributes of the IFRAME tag should be set to 100% for the Google Drive website to occupy the entire screen. The only downside is that the URL in the address bar won’t change if you open a different page of the website since you are now browsing inside an embedded page.
Related tip: Host your Website on Google App Engine
[*] Google Drive cannot be used for serving dynamic pages like those generated through PHP scripts on a WordPress website.jijpoi

The Best Feature of Google Chrome You Aren’t Using..

Google Chrome is an awesome web browser but there’s an even more awesome feature built right inside Chrome that most of us rarely use – it’s called Chrome Developer Tools. Let the word “Developer” not intimidate you because us regular Chrome users, or non-developers, can also benefit from having some basic knowledge of Chrome Dev Tools.
Did you know that you can use Chrome as a WYSIWYG editor for web pages? Or that Chrome can work as a Maths calculator? Or that you can perform date calculations inside Chrome? This video tutorial will walk you through a couple of examples where you can use Developers Tools.

Chrome Developer Tools for Non-Developers

Open this demo page inside Google Chrome on desktop and then press Ctrl + Shift + I on the keyboard (or Cmd + Shift + I on the Mac) to open Chrome Dev Tools. Now click the Magnifying Glass icon in the lower left corner of Chrome, hover your mouse over the page headline and double-click the selected HTML code in the Dev Tools to edit that headline.

1. Rearrange the text and images on a page

With Chrome Dev Tools, you can easily change of the order of elements as they appear on a page by simply dragging them with your mouse. Click the magnifying glass icon, hover over any element of the page – be it text paragraphs, images, or list items – and then drag that selection to place it at a different location.
order-list-items

2. Experiment with different colors

Web pages often use the hexadecimal format for writing colors but if the #AABBCC format makes no sense to you, just write the color names in plain English like Gold, Aqua and more. Just type the first character and Chrome Dev Tools will show all the available colors that begin with that letter.

Ads by Google Zero Account Opening* www.icicidirect.com/zeroacopening
T&C apply. Online Share Trading Made Easy with ICICIdirect.com.  Earn Money From Your App Vserv.Mobi/Android/Developer
Get Maximum Income with Minimum Effort.Monetize Your App in 1 Click
change-colors

3. Reveal the Hidden Passwords

Chrome may auto-fill the password field on a login form of a web page but you can’t view that password as it’s hidden behind asterisk characters. You can however use Chrome Dev Tools to change the type of the password input field from “password” to “text” and reveal the hidden password.

4. Edit your Web Pages inline

Web pages are non-editable in the browser but there’s a little trick that will let you edit web pages inline as you do in a word processor. Open Chrome Dev Tools, switch to the Console tab and type document.body.contenteditable=true at the command prompt. Voila! The page becomes editable.
content-editable

5. Chrome as a Calculator

While the Console tab is active, you can write arithmetic expressions and also perform date calculations like how many days between two dates or write a date as a human-readable string. A little know of the Date object in JavaScript will come handy. Chrome stores the value of the previous calculation in a special $_ variable that can be used in lengthy calculations.
date-calculations

6. Extract Information from a Web Page

You can run multi-line commands in the console window to parse and extract data from web pages. For instance, $$(‘a’) selector will hold all the hyperlinks that are embedded in a page. You can then use a simple for loop to export these hyperlinks as plain text.
urls = $$('a'); for (url in urls) console.log ( urls[url].href );
export-url-list

7. Fake your Location

Some web may request your geo-location for personalization and with Chrome Dev Tools, you can easily fake the location. Click the Settings gear in Dev Tools and share a different set of latitude and longitude values with that site.
Please watch the YouTube video for more tips.

Best Resources for Learning Chrome Dev Tools

Here are some good online resources that will help you master Chrome Dev Tools.
  • codeschool.com - This online class by Paul Irish of Chrome team will help you try and explore all the features of Chrome Dev Tools.
  • developers.google.com - Official documentation with plenty of tips and tricks to help you master  Developer Tools.
  • vimeo.com - Patrick Dubroy of the Chrome team provides an in-depth demonstration of some of the lesser-known features of Chrome Dev Tools.
  • youtube.com - Ilya Grigorik, developer advocate at Google, discusses the advanced features of Dev Tools.
  • youtube.com – Paul Irish again discussing the new features of Chrome Dev Tools at that Google I/O event.

How to Host your Websites on Google Drive...

If you are looking for a place to quickly host your websites but don’t have access to any web server, Google Drive is a great alternative. You can use Google Drive to host basic websites or even complex JavaScript based web apps. You may publish any kind of static content* on your website including HTML pages, images, CSS, icons, audio and video files.
Google Drives serves your website over HTTPS and thus can be be used for hosting custom Facebook Pages since Facebook requires that custom pages are only served over secure HTTP.

How to Host your Website on Google Drive

The official procedure for hosting websites on Google Drive involves a couple of steps.
You need to upload your website files to a folder inside Google Drive, set the sharing permissions of that folder as public, open the index.html file that you uploaded in the Google Docs viewer and then click the “Preview” link to get the URL of your website.
The process may not be complicated but a little time-consuming for sure. There’s a better way though that will let you publish your websites on to Google Drive in a single step.

From your computer to Google Drive in one step

Just put all your website assets in a zip file (you may use this sample website) and then click here to upload that zip file to your Google Drive. Once the file has uploaded, the tool will generate the public URL of your website in the same step. Isn’t that simple?

Ads by Google Download Free Software mobogenie.com/download-software
Download Free PC Manager Software. Easy File Transfer. Download Now !
Internally, this little Google Script is doing all the hard work for you. If you are using the tool for the first time, you may have to click the “Authorize” button since the script needs your permission to upload that zip file to your Google Drive.
There are a few things you need to know before hosting websites on Google Drive. One, you need to have an index.html as that file will be served when someone tries to access the homepage of your site. Second, Google Drive websites have a URL structure like googledrive.com/host/ and there’s no way to change the default URL.
For instance, if your are hosting a website on Google Drive but wish to serve it under your own custom domain, that’s not possible yet. There’s a workaround though.

Public Google Drive Websites with different Web Domain

I’ll show an example here. This website is hosted on Google Drive and here’s the same website but hosted on a different web domain. The trick is easy – you just have to wrap your Google Drive website URL inside an IFRAME tag as shown in the following snippet:
  1. <html>
  2. <head>
  3. <style>
  4. body { margin:0; padding:0; }
  5. iframe { position: absolute; height: 100%; width: 100%; }
  6. </style>
  7. <title>Google Drive Website</title>
  8. </head>
  9. <body>
  10. <iframe src="https://googledrive.com/host/ABCD/" frameborder="0"></iframe>
  11. </body>
  12. </html>
The height and width attributes of the IFRAME tag should be set to 100% for the Google Drive website to occupy the entire screen. The only downside is that the URL in the address bar won’t change if you open a different page of the website since you are now browsing inside an embedded page.
Related tip: Host your Website on Google App Engine
[*] Google Drive cannot be used for serving dynamic pages like those generated through PHP scripts on a WordPress website.
Written by Amit Agarwal, personal technology columnist and founder of Digital Inspiration. You can follow him on the social web or sign up for the email newsletter for your daily dose of how-to guides and video tutorials.

How to Copy the Command Output to Windows Clipboard

Like it or not, the command prompt is still an indispensable part of your Windows computer because there are still a bunch of things that can only be done by writing commands.
For instance, if the computer isn’t connecting to the Internet, you will probably be interested in the output of the “ping” or the “tracert” command. If you need to print the contents of a directory in Windows, the command “dir” will come to your rescue.
Copy Output to Clipboard
Copy command line output to Windows Clipboard
Now here’s a little trick. If you add the pipe* operator (|) to your command followed by the “clip” command, the output of your original command will get saved to the Windows clipboard and won’t print inside the Command Prompt window.
Here are some examples:
  • dir | clip Copy the content of a folder to the clipboard.
  • tree | clip  Display the recursive directory structure and save it to the clipboard.
  • type error.log | clip Place the content of the file error.log to the clipboard.
  • sort file.txt | clip Sort the file and save the sorted output to the clipbord.
  • ipconfig /all | clip Get details of your network connection for sending to tech support.
The “clip” command may not be available on Windows XP but in that case, you can use the redirect operators, like > and >>, for saving the command output to a text file.
Alternatively, right-click anywhere inside the command window, select Mark from the contextual menu, use the mouse to highlight a block text and then press Enter to save it to the clipboard.
[*] The pipe operator (|) takes the output of one command and directs it into the input of another command which in our case is clip.
Written by Amit Agarwal, personal technology columnist and founder of Digital

How to Host your Websites on Google Drive...

If you are looking for a place to quickly host your websites but don’t have access to any web server, Google Drive is a great alternative. You can use Google Drive to host basic websites or even complex JavaScript based web apps. You may publish any kind of static content* on your website including HTML pages, images, CSS, icons, audio and video files.
Google Drives serves your website over HTTPS and thus can be be used for hosting custom Facebook Pages since Facebook requires that custom pages are only served over secure HTTP.

How to Host your Website on Google Drive

The official procedure for hosting websites on Google Drive involves a couple of steps.
You need to upload your website files to a folder inside Google Drive, set the sharing permissions of that folder as public, open the index.html file that you uploaded in the Google Docs viewer and then click the “Preview” link to get the URL of your website.
The process may not be complicated but a little time-consuming for sure. There’s a better way though that will let you publish your websites on to Google Drive in a single step.

From your computer to Google Drive in one step

Just put all your website assets in a zip file (you may use this sample website) and then click here to upload that zip file to your Google Drive. Once the file has uploaded, the tool will generate the public URL of your website in the same step. Isn’t that simple?

Ads by Google Get New Customers Online www.Google.com/AdWords
Advertise On Google. Get 2000 INR Advertising Credit When You Sign-Up
Internally, this little Google Script is doing all the hard work for you. If you are using the tool for the first time, you may have to click the “Authorize” button since the script needs your permission to upload that zip file to your Google Drive.
There are a few things you need to know before hosting websites on Google Drive. One, you need to have an index.html as that file will be served when someone tries to access the homepage of your site. Second, Google Drive websites have a URL structure like googledrive.com/host/ and there’s no way to change the default URL.
For instance, if your are hosting a website on Google Drive but wish to serve it under your own custom domain, that’s not possible yet. There’s a workaround though.

Public Google Drive Websites with different Web Domain

I’ll show an example here. This website is hosted on Google Drive and here’s the same website but hosted on a different web domain. The trick is easy – you just have to wrap your Google Drive website URL inside an IFRAME tag as shown in the following snippet:
  1. <html>
  2. <head>
  3. <style>
  4. body { margin:0; padding:0; }
  5. iframe { position: absolute; height: 100%; width: 100%; }
  6. </style>
  7. <title>Google Drive Website</title>
  8. </head>
  9. <body>
  10. <iframe src="https://googledrive.com/host/ABCD/" frameborder="0"></iframe>
  11. </body>
  12. </html>
The height and width attributes of the IFRAME tag should be set to 100% for the Google Drive website to occupy the entire screen. The only downside is that the URL in the address bar won’t change if you open a different page of the website since you are now browsing inside an embedded page.
Related tip: Host your Website on Google App Engine
[*] Google Drive cannot be used for serving dynamic pages like those generated through PHP scripts on a WordPress website.

Do you want to Print a YouTube Video?.

The other day I came across a web app that allowed users to print GIF animations as flipbooks. The site – gifprint.com – isn’t working anymore but the idea is nonetheless interesting. The app extracts all the image frames of an animated GIF, arranges the individual frames in sequence and then creates a PDF file ready to be sent to the printer.
We can do something similar for YouTube videos as well. See sample.
When you are watching any video on the YouTube website, the storyboard for that video is automatically downloaded in the background. Our Print YouTube bookmarklet stitches all these storyboard frames as one large poster as shown in the video demo.
Print YouTube Video To get started, drag the above bookmarklet to your bookmarks toolbar. Then open any video on YouTube, click the bookmarklet link and it should instantly generate a storyboard for that video which you can either print or save as PDF.
These storyboards offer a visual summary of videos and you can generate them for short videos as well as full-length movies on YouTube.
M2

How Much Customs Duty You Have to Pay for Importing Goods into India...