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...


Saturday, 20 July 2013

Dictation – Speech Recognition in the Browser TRY IT

Real-time web site stats. Observe visitors live on your site 5-minute install. Try it free now! www.web-stat.net/LiveStatsFreeTrial
Meet Dictation v2.0, a web-based speech recognition app that will transcribe your voice into digital text using the Chrome Speech API. You can also install Dictation as a Chrome App.
Unlike the regular Chrome web apps that are nothing but fancy bookmarks, the Dictation App for Chrome will run entirely on your computer.
Dictation for Chrome

Dictation Gets New Voice Commands & Auto-Save

Getting started with Dictation in simple. Just plug in the microphone to your computer, click the Start Dictation button and watch as your spoken words are magically transformed into text. You can also use a few voice commands like:
  • Say “new sentence” to begin a new sentence. Dictation will automatically add a period to the previous sentence and capitalizes the first letter of your new sentence.
  • Say “new paragraph” to move the cursor to the next paragraph.
  • Say “stop listening” to exit the dication mode. If you wish to resume recording, hit the “Start” button again.
If you make a mistake, or if Chrome makes an error while recognizing your speech, simple click the incorrect word and edit it inline. The entire notepad is editable as it uses the contenteditable attribute of HTML5.

Dictation 2.0 – What’s New

The first release of Dictation happened in August 2012 and much has changed since then. The Web Speech API is now part of Google Chrome though you still need an active network connection for Chrome to connect to the speech recognition servers.
The new version of Dictation App does sport a few extra features. One, it will auto-save your work in Chrome’s local storage so you can close the browser and your session would still be available the next time you Dictation.

Ads by Google Free API Monitoring Tool SmartBear.com
Monitor and analyze automatically performance of any API
Also, you can now export your transcriptions to Dropbox and Google Drive from Dictation itself. Please watch this YouTube video for a quick demo.
The Speech-to-Text support in Chrome is mostly accurate but because the API is still experimental, you are not allowed to submit Packaged Apps to the Chrome store that use the Web Speech API.
Related: Add Speech Recognition to your WebsitE SIMPLE

Google Drops Prices of Google Apps in India...

oogle Apps is $5 per user per month (or $50 per user per year) but if you happen to be in India, the deal just got a little sweeter.9osolADO
Google has just dropped the prices of Google Apps in India by as much as 40% and you can now sign-up for Google Apps for Indian Rupee150 or $3 per user per month (or $30 if paid annually).
With Google Apps, each user gets a 25 GB Gmail mailbox, Google Drive with 5 GB of storage, unlimited email aliases (nicknames) and a host of other Google products. Users can buy additional storage space for Google Drive starting at $40 per year for 20 GB.
You can either configure your existing domain to work with Google Apps (for custom email addresses) or you can choose a trial sub-domain of the form <yourname>.mygbiz.com to test Google Apps before switching to your custom domain.
Also, if you are a one-person company, you can still sign-up for Google Apps for free through the App Engine route.
Google Apps in India

See more tutor

Friday, 19 July 2013

Make It Easier for Users to Complete your HTML Forms on Mobile Devices...

Your website include a couple of HTML forms. There’s a search form, an email newsletter form, a contact us form and, in the case of blogs, there could be a comment form as well.
It takes a simple <form> tag to integrate any HTML form into your web pages:
  1. <form>
  2. <input name="email" placeholder="Your email address" />
  3. <input type="submit" value="Subscribe to newsletter" />
  4. </form>
Fill this HTML form on your mobile phone or tablet and a virtual keyboard will pop-up as soon as you highlight the text field of the form. There’s a little flaw though.
The form requires you to enter an email address but the important “@” or “.” symbols are nowhere to be found on the on-screen keyboard. You have to switch to the numeric layout to access the @ symbol.
Virtual Keyboard - iPhone and Android
We can however make one minor change to the original HTML form and it will force the virtual keyboard to show the “@” symbol and the “.” (period). Try this modified HTML form on your mobile phone (or tablet).
All we have done is added type=email to the input field of the HTML form and the mobile phone – be it an Android or an iOS device – will automatically show an email-input friendly keyboard to the user.

Ads by Google Get latest news google.com
Discover your way to faster, better answers when you search.
  1. <form>
  2. <input type="email" name="email" placeholder="Your email address" />
  3. <input type="submit" value="Subscribe to newsletter" />
  4. </form>
The other big advantage of setting the input type as “email” is that your HTML form would automatically not accept values that are not valid email address. In older browsers, you would have to add the validation logic in JavaScript with HTML5 forms, that is no longer required.
HTML Form - Email Type
And this isn’t just limited to email. HTML5 supports a variety of data types for the input field though the most interesting ones are URL (for entering web addresses in comment forms) and tel or number (for entering telephone numbers in contact forms).
Use the correct data type with your form fields and it will trigger the appropriate keyboard on mobile devices and you are also saved from adding manual basic validation to your forms. You may also consider using attributes like autocapitalize=”off” and autocorrect=”off” for input fields where users are expected to enter non-regular tex

The 7-Minute Workout for Busy Professionals (Apps)

now! www.web-stat.net
7 minute workout
Think you are too busy to exercise?
The Internet has been buzzing for the past week over a new workout plan that promises to get you in good shape and takes less than twenty minutes of your time. The workout requires no equipment and all you need is a chair and some time.
The New York Times calls it the 7-minute scientific workout. The workout consists of 12 exercises that should be performed in a sequence, allowing 30 seconds for each exercise with 10-second breaks between exercises.
The 7-minute workout has excited the developer community as well and there are now a host of apps – both for the web and mobile – to help you perform these 12 exercises as per guidelines.
For web, there’s the open-source Angular 7min that runs full-screen and guides you through the 7-minute workout with visual clues and an elegant timer. And the app will work just as nicely on your mobile as well.
Android users may consider the 7 Min app that offers similar functionality but inside an app that also works offline. The app is free and there are no distracting ads either.

Ads by Google Home Gym www.magichomegym.com
Shoulder press + Bench Press+ Lat tower+ Ab Board+ low pulley
And the appropriately named Seven Minute app should be perfect  for iPhone and iPad users though it is just a fancy wrapper around the previously discussed Angular 7Min web app.
Monica Olivas, a certified personal trainer, has created a YouTube video that demonstrates the proper way of doing these exercises. Melanie Pinola has curated a YouTube list at Lifehacker where trainers discuss each of these 12 exercises in greater detail.
Also see: The 20-20-20 Eye Exercise for Computer Users
One more thing. The original study recommends exercise of at least 20 minutes and thus you may want to repeat the 7-minute workout 2-3 times in a row for maximum benefit.

Auto-Save your Gmail Image Attachments to Google Driv

have written a little Google Script that will auto-save the image attachments in your Gmail inbox to a special folder in your Google Drive. Once the image files have been moved to Drive, you can switch to the Thumbnail view and visually scan your mailbox.
The other big advantage of saving your Gmail images attachments in Google Drive is that you search for text inside images since Drive supports optical character recognition or OCR.
OCR for Gmail Image Attachments

Save your Gmail Attachments in Google Drive

The script runs in the background and will automatically extract images from new incoming mail as well as messages that already exist in your Gmail account. Here’s how you can deploy the script in three easy steps:
  1. Open the script in Drive and  choose File->Make a copy to create a personal copy of that script in your Google Drive.
  2. Choose Run->Authorize to grant the necessary permissions. The script basically needs permissions to read your Gmail inbox and for writing files into your Google Drive Folder.
  3. Once authorized, choose Run -> StartProgram and the script will start working in the background.
You can now exit the Google Script.
Internally, the Google Script will create a new folder called “Gmail Images” in your Google Drive and all images attachments are saved in this folder. Once a message thread has been scanned for attachments in Gmail, a label “Processed” will be added to that thread so that the script can skip it in the next iteration.
You can easy change these default values as explained in the script’s source code.

Ads by Google 100% Free Online Storage www.JustCloud.com
Store Your Files in the Clouds Access Files Anywhere, Anytime.
Also, the above script will save every single image attachment from your Gmail to Google Drive. If you would like to selectively save image attachments to Drive, please use the Send to Google Drive program.fr

How to Link to a Specific Paragraph of a Google Documents

ou have written a lengthy essay in Google Docs that spans several pages and it’s public on the web. How do you create a link that redirects people to, say, the second paragraph of page 19 of that document directly without them having to use the scroll bar.
Links in Google Documents

Links to a Specific Paragraph in Google Documents

For instance, this Google Document (scrapped from Wikipedia) describing the life and work of Barack Obama is 31-pages long. And this hyperlink points to the fourth paragraph on Page 27 where the article discusses the Nobel Peace Prize that Obama won in 2009.
It is easy to create links that point to any specific paragraph in a long Google Document. Just scroll to that paragraph and put your cursor in the beginning of that paragraph. Now select the Bookmark option from the Insert menu. Google will add a little ribbon to that paragraph – click the ribbon and then click “Link.”
The full hyperlink to that paragraph can now be copied from your browser’s address bar and it will look something like this:
https://docs.google.com/document/d/1234/#heading=h.1icy486iph1x

Link to a Specific Slide in Google Presentation

Like Google Documents, you can also create links to any specific slide in Google Presentations though without using bookmarks.
Open the Google presentation and navigate to the slide that you wish to link to (make sure that the sharing mode is public). Now copy the hyperlink from your browser’s address bar as this is the permanent link to that particular slide. For instance, the following URL links to the slide 32 of a 80-page presentation.

Ads by Google Download Open Office Free FreeDownloads.us.com/OpenOffice
100% Free Office Software. Download Latest Full Version Now!
https://docs.google.com/presentation/d/1234/edit#slide=id.ge01a6f2_0_0
The hash or the anchor tag appended to the document URL does the magic. got it

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

Product Suppliers Source quality products at Best SMB Site - hktdc.com www.hktdc.com
You have to pay taxes, also known as customs duty, for importing mobile phones, tablets and other goods from a foreign country into India. These taxes are often payable at the port of entry (like the airport).
A package forwarding service service in India has shared the current tariff chart and it should give you a good idea of what kind of taxes you can expect to pay for importing the various categories of items into India. Here’s the chart updated after the 2013 Union Budget:
Category
Items to import
Customs Duty
Books Books (educational) 0%
Computers Laptop, Computers 16.85%
Computer Printers 16.85 %
Laptop Battery 28.85%
Hard Disk (Internal) 6.03%
Hard Disk (External) 16.85%
Processor 6.03%
Other Computer Peripherals 16.85%
Cables & Wires 25.85%
Tablets iPad 16.85%
Mobile Mobile Phones 6.00%
Phone Accessories 28.85%
Music & Games DVD/ CDS (movie) 28.85%
Software DVD 16.854%
DVD Players, Blu-Ray 28.85%
iPod 28.85%
Video games 28.85%
Gaming Consoles 28.85%
Photography
Digital / Video Cameras 28.80%
Digital Still Image Camera 16.854%
Web cameras 28.85%
Camera Lens 28.85%
Everything Else Television 28.85%
Sports Equipment 16.85%
Hand (wrist) Watches 28.85%
Cosmetics, Stationery, Toys 28.85%
Sunglasses 28.85%
Electronics and Car parts 28.85%
Apparel 23.90%
Shoes 28.85%
Kitchen, Dining 28.85%
Artificial Jewelry 28.85%

How is Customs Duty Calculated?

It is important to note that the calculation of import duty is done based on the assessed value of an imported product and not the invoice value. Let me explain.
Say you have purchased a mobile phone from Amazon or eBay and have asked the seller to ship it to India. The value of the mobile phone listed in the invoics is $500. The customs officer in India may however assess the product’s value as, say, $600 and in that case, you will have to pay 6% customs duty on $600 (the assessed value) and not $500 (the invoice value).
And other than customs duty, you’ll have to pay shipping charges, broker fees, CESS and service tax for getting an item into India.
There are no taxes on importing books while the customs duty on mobile phones has recently been hiked from 1% to 6%. Also, you may import goods up to the value of INR 5000 duty free provided they are sent as gifts to you.

See this

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

Product Suppliers Source quality products at Best SMB Site - hktdc.com www.hktdc.com
You have to pay taxes, also known as customs duty, for importing mobile phones, tablets and other goods from a foreign country into India. These taxes are often payable at the port of entry (like the airport).
A package forwarding service service in India has shared the current tariff chart and it should give you a good idea of what kind of taxes you can expect to pay for importing the various categories of items into India. Here’s the chart updated after the 2013 Union Budget:
Category
Items to import
Customs Duty
Books Books (educational) 0%
Computers Laptop, Computers 16.85%
Computer Printers 16.85 %
Laptop Battery 28.85%
Hard Disk (Internal) 6.03%
Hard Disk (External) 16.85%
Processor 6.03%
Other Computer Peripherals 16.85%
Cables & Wires 25.85%
Tablets iPad 16.85%
Mobile Mobile Phones 6.00%
Phone Accessories 28.85%
Music & Games DVD/ CDS (movie) 28.85%
Software DVD 16.854%
DVD Players, Blu-Ray 28.85%
iPod 28.85%
Video games 28.85%
Gaming Consoles 28.85%
Photography
Digital / Video Cameras 28.80%
Digital Still Image Camera 16.854%
Web cameras 28.85%
Camera Lens 28.85%
Everything Else Television 28.85%
Sports Equipment 16.85%
Hand (wrist) Watches 28.85%
Cosmetics, Stationery, Toys 28.85%
Sunglasses 28.85%
Electronics and Car parts 28.85%
Apparel 23.90%
Shoes 28.85%
Kitchen, Dining 28.85%
Artificial Jewelry 28.85%

How is Customs Duty Calculated?

It is important to note that the calculation of import duty is done based on the assessed value of an imported product and not the invoice value. Let me explain.
Say you have purchased a mobile phone from Amazon or eBay and have asked the seller to ship it to India. The value of the mobile phone listed in the invoics is $500. The customs officer in India may however assess the product’s value as, say, $600 and in that case, you will have to pay 6% customs duty on $600 (the assessed value) and not $500 (the invoice value).
And other than customs duty, you’ll have to pay shipping charges, broker fees, CESS and service tax for getting an item into India.
There are no taxes on importing books while the customs duty on mobile phones has recently been hiked from 1% to 6%. Also, you may import goods up to the value of INR 5000 duty free provided they are sent as gifts to you.

See this

How to Easily Share Files Between your Mobile Phones and Computers to many

Your digital data – like files, photos, documents, music, ebooks and videos – is spread across a range of devices including your mobile phone, the tablet and your computer(s).
How do you easily transfer a file from the Android phone to your iPad? Or how do you copy-paste that long snippet of text from the computer to your iPhone? The following guide discusses apps, both web-based and mobile apps, that will help you exchanges files and everything else between your desktop computer and mobile devices easily and quickly.
digital
The popular and most obvious solution for sharing files across devices is email. Send a file to yourself from one device and then download that email attachment on the other device. Alternatively, you may use file storage services like Dropbox, Google Drive or SkyDrive (read comparison) to transfer files from one device to another via the cloud.
Then there are web-based apps to help you move files between your computers and phones without any software. There’s ge.tt where you can upload files from the browser and download them on any other device. JustBeamIt is another web-based file transfer service where there are no limits as the file content is streamed directly from the source to the destination and not stored on third-party servers.
Google Keep is my favorite service for transferring text snippets from one device to another. You can write, or paste, text inside Keep and it instantly becomes available on all the other devices. Keep is web-based but they also have an Android app. I use Google Keep for transferring URLs from the desktop to mobile browser and also passwords that are too long and complex for typing on the mobile keyboard. Hopper and MoPad are other good web-based alternatives that can again be used for sending links and text snippets across devices.
If you are an Android user, AirDroid is probably the only app you’ll ever need for moving files in and out of your phone. Once you launch AirDroid, you can easily download (and upload) files and folders from the phone to your computer wirelessly via the web browser. The only restriction is that your phone and computer should be part of the same Wi-Fi network.

Ads by Google JTBで働きませんか? www.bizreach.jp
【期間限定】グローバルリーダーを大募集 年収1000万以上へ!ビズリーチ
Mac OS users can consider installing Droid NAS, an app that will make your Android phone /tablet appear in Finder and you can then easily browse or transfer files over Wi-Fi.
SuperBeam is another useful app for transferring files between Android devices. Select one or more files inside any file manager app and choose SuperBeam from the Android sharing menu. It will generate a QR code that you can scan with SuperBeam on your other device and the file transfer will happen automatically. If the two Android devices are not connected to the same Wi-Fi network, SuperBeam will transfer files using Wi-Fi Direct mode.
Unlike Android, Apple does not provide access to the iOS file system except for the media gallery. You can use the excellent Documents app to transfer documents, photos and other files from the computer to your iPad and iPhone over the Wi-Fi network. The Documents app can be mounted as a network drive on your computer and files can be moved across iOS devices via drag-n-drop. The app also has a built-in browser to help you download and store web files including file types that aren’t supported by the default Safari browser.
iOS doesn’t support Bluetooth based file transfer so if you are to transfer photos or videos from the camera roll of your iPhone to an iPad, Dropbox is probably a good choice. For single files, web apps like ge.tt and DropCanvas.com are perfect for the job.
Mobile apps like Bump and Hoccer that let you exchange files between Android and iOS devices, or between your computer and your mobile device, with simple gestures.
In the case of Bump, select a file on your mobile phone, tap the space bar of your computer with the phone and the file will instantly become available in the computer’s browser. For Hoccer, you can place your two phones side by side and drag a picture from one phone to another. If you have never tried these apps before, they’ll simply amaze you.

See 2 all