<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Awakening</title>
	<atom:link href="https://techawakening.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://techawakening.org</link>
	<description>Covering Wordpress, Google, Blogging Tips, Useful Software’s, Facebook and How-To articles</description>
	<lastBuildDate>Wed, 03 May 2017 02:39:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>How-To: Get Email Alerts When Any Google Document is Updated</title>
		<link>https://techawakening.org/get-notification-when-any-google-document-edited/3055/</link>
					<comments>https://techawakening.org/get-notification-when-any-google-document-edited/3055/#comments</comments>
		
		<dc:creator><![CDATA[Shunmugha Sundaram]]></dc:creator>
		<pubDate>Sat, 01 Nov 2014 06:12:08 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Apps Script]]></category>
		<category><![CDATA[google doc monitor]]></category>
		<category><![CDATA[google docs]]></category>
		<guid isPermaLink="false">http://techawakening.org/?p=3055</guid>

					<description><![CDATA[Consider you are a teacher working on assignment question paper which you have created in Google Docs and shared with your students. You want to automatically send out notification whenever you edit the document Or say you&#8217;re a Project manager working with your associates to prepare a presentation and wants to be informed when updates [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><!--Ads3--><br />
Consider you are a teacher working on assignment question paper which you have created in Google Docs and shared with your students. You want to <a href="https://techawakening.org/website-downtime-free-sms-alerts-google-docs/988/" target="_blank">automatically send out notification</a> whenever you edit the document Or say you&#8217;re a Project manager working with your associates to prepare a presentation and wants to be informed when updates are made.</p>
<p>Google Docs does have <a href="https://support.google.com/docs/answer/91588" target="_blank">notification feature</a> but it&#8217;s supported only in spreadsheets. But what when you want this feature in a Google Document, Slides, Form or Drawing? </p>
<p>You can use add-ons/extensions to monitor file changes but they are browser restricted and you should be physically available before the system to get notified of changes. Privacy is another big concern. How about creating our very own solution with Google Script?</p>
<p style="text-align: center;"><img decoding="async" src="http://img.techawakening.org/2014/11/Google-Doc-Monitor-v2.png" alt="Get Email Notifications When Any Google Document is Updated or Modified" /></p>
<h3>How To Get Email Notification When Any Google Document is Modified?</h3>
<p></br>Meet <strong>Google Doc Monitor script</strong> which will help you <strong>monitor literally any file in your Google Drive account and send automatic <a href="https://techawakening.org/free-sms-alerts-new-email-on-gmail-with-google-docs/1130/" target="_blank">email notifications</a></strong> to any recipients you want <strong>whenever it&#8217;s edited or updated</strong>.</p>
<p>Let&#8217;s get started.</p>
<h4>1. Finding ID of File you Want to Monitor</h4>
<ul>
<li>Log in to your <a href="https://docs.google.com" target="_blank">Google Doc</a> account.</li>
<li>Open the file you wish to track for updates.</li>
<li>From address bar note down the unique ID of the file.</li>
</ul>
<p>Example URL: https://docs.google.com/document/d/<strong>1GE8N1Jv-eDquicjb5DrnO91SkNVY-Or1M0DKb_UZQtc</strong>/edit<br />
File ID: <strong>1GE8N1Jv-eDquicjb5DrnO91SkNVY-Or1M0DKb_UZQtc</strong></p>
<p style="text-align: center;"><img decoding="async" src="http://img.techawakening.org/2014/10/google-doc-find-file-id.png" alt="How to Find File ID in Google Docs" /></p>
<h4>2. Installing the Script</h4>
<ul>
<li><a href="https://docs.google.com/spreadsheets/d/1j323aJy2u9LinEXRlwRdZSvplB0g5_3_4jy7vMhwpDA/edit?usp=sharing" target="_blank">Click here</a> to open Google Doc Monitor Script (Version 2). Next select File-> Make a copy</li>
<li>Select <em>Tools-> Script Editor</em>. Then <em>Resources-> Advanced Google Services</em>. Scroll down and toggle Drive API to on. Click on the Google Developers Console link on the bottom. Select Drive API under Google Apps APIs. Press Enable API. Close the page. Finally click OK from the previous pop-up.</li>
<p style="text-align: center;"><img decoding="async" src="http://img.techawakening.org/2014/11/Advanced-Google-Service-Enable-Drive-API.png" alt="How Enable Drive API from Advanced Google Services" /></p>
<li>Now configurations are all done. Go back to the sheet and select <i>Google Doc Monitor menu-> Authorize</i>. Click continue and then Accept. This is an one time activity.</li>
<li>Copy, paste the File ID which you noted down previously in cell C6.</li>
<li>Enter email id of recipients to whom update notifications should be sent in cell C8. You can enter multiple id&#8217;s separated by comma.</li>
<p><strong>Note</strong>: By default alerts will be sent to all editors of the documents. If you don&#8217;t want to send to any additional people other than editors just leave the cell C6 blank.</p>
<div id="foldermonitor" class="info">Bonus Tip: <a href="https://github.com/marcellojb/Google-Drive-Folder-Monitor-for-Google-Apps-Script/blob/master/monitorRunner.gs" target="_blank">How to Monitor for Folder Changes in Google Drive?</a></div>
<p style="text-align: center;"><img decoding="async" src="http://img.techawakening.org/2014/10/notification-on-google-document-update.png" alt="Get Email Alerts When Any Google Document is Edited" /></p>
<li>Select <i>Google Doc Monitor menu-> Initialize</i></li>
<li>Finally select  <i>Google Doc Monitor menu-> Start Monitoring</i></li>
<p>That&#8217;s it. Here on the concerned file will be monitored for any changes or updates and <a href="http://img.techawakening.org/2014/10/alerts-google-document-modified.png" target="_blank">notifications will be sent</a> as and when it happens. Polling is done once per hour. </p>
<p><strong>Note</strong>: You can close the sheet once setup is done, monitoring will be done behind the scenes.</p>
</ul>
<p>So did it work for you? Drop in if you have any queries or feedback&#8217;s.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techawakening.org/get-notification-when-any-google-document-edited/3055/feed/</wfw:commentRss>
			<slash:comments>88</slash:comments>
		
		
			</item>
		<item>
		<title>How-To: Manually Force Google Drive To Sync Your Files</title>
		<link>https://techawakening.org/force-google-drive-to-sync-files/3003/</link>
					<comments>https://techawakening.org/force-google-drive-to-sync-files/3003/#comments</comments>
		
		<dc:creator><![CDATA[Shunmugha Sundaram]]></dc:creator>
		<pubDate>Wed, 13 Aug 2014 16:32:37 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<guid isPermaLink="false">http://techawakening.org/?p=3003</guid>

					<description><![CDATA[Cloud storage is the best way to backup your important data and files. Even if your system crashes your data is still safe allowing you to access and recover it at anytime. Along with Dropbox, Google Drive is one of the most widely used service. Consider a scenario: You are working in a group along [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><!--Ads2--><br />
Cloud storage is the best way to backup your important data and files. Even if your system crashes your<a href="https://techawakening.org/auto-backup-gmail-drafts-to-google-drive/2255/" target="_blank"> data is still safe allowing you to access and recover</a> it at anytime. Along with Dropbox, Google Drive is one of the most widely used service.</p>
<p><strong>Consider a scenario:</strong></p>
<p>You are working in a group along with your team constantly accessing and modifying certain file. You always want others to have the latest version of the file with updated content. What if you find out that the changes you made are not synced? Google Drive application does not provide an option to trigger a manual file sync instead it does it automatically. </p>
<p>If you find that your files were outdated by days, what would you do to sync them or always have them in sync. Here is an app that I came up with to address this issue.</p>
<p><img decoding="async" src="http://img.techawakening.org/2014/07/force-sync-google-drive.png" alt="How to Manually Force Google Drive To Sync Files" /></p>
<h3>Force Google Drive to Sync Files and Keep them Updated</h3>
<p></br>Meet <strong>Google Drive Force Sync</strong>, a tiny app which helps you keep your Drive content always in sync by forcing manual updates periodically.</p>
<h4>How it Works?</h4>
<p>As of now Google Drive app doesn&#8217;t have any option to force file sync manually. But there is one behavior of the app which we can use it to our advantage. Each time drive application is opened it scans for new files it has missed out to sync. So our app will be automating this, it will be restarting gDrive application every 5 minutes and hence triggering file sync and keeping contents as fresh as possible.</p>
<h4>How to Install and Use the App?</h4>
<p>1. <a href="https://www.dropbox.com/s/7i2bbyd9151hvmw/Google%20Drive%20Force%20Sync.abc?dl=0" target="_blank">Download</a> and rename file extension(Press F2) from .abc to .exe. Then run Google Drive Force Sync.exe</p>
<p><img decoding="async" src="http://img.techawakening.org/2014/08/renaming-file-extension.gif" alt="How to Rename File Extension" /></p>
<p>2. That&#8217;s it. Now on, every five minute Google Drive app will be restarted automatically.</p>
<p><img decoding="async" src="http://img.techawakening.org/2014/07/how-to-force-sync-google-drive.png" alt="How To Force Update Google Drive" /></p>
<p>3. To terminate this app, right click it from task bar and click exit.</p>
<p><strong>Note</strong>: Google Drive application should be installed only in default location under Program Files for this to work. Otherwise you will get an invalid path error message.</p>
<h4>Tips and Suggestions:</h4>
<p>1. <strong>Pausing and resuming</strong> sync sometime helps in forcing updates.<br />
2. If there are files which are still not synced at all, you can right click on Google Drive icon on task bar-> <strong>select view unsyncable files</strong> and then click <strong>retry all</strong>.  </p>
<p>So did it work for you? Have better suggestions? Feel free to share it with us!</p>
<p>Credits: This app is inspired by tip from <a href="https://productforums.google.com/forum/#!topic/drive/FDG3vWCu8w0" target="_blank">binarybum</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://techawakening.org/force-google-drive-to-sync-files/3003/feed/</wfw:commentRss>
			<slash:comments>34</slash:comments>
		
		
			</item>
		<item>
		<title>Skype 5.1 for iPhone: Get Back Missing Features from the Pre-5.0 Version</title>
		<link>https://techawakening.org/skype-5-iphone-get-back-missing-features/2891/</link>
					<comments>https://techawakening.org/skype-5-iphone-get-back-missing-features/2891/#respond</comments>
		
		<dc:creator><![CDATA[Shunmugha Sundaram]]></dc:creator>
		<pubDate>Mon, 07 Jul 2014 08:10:41 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<guid isPermaLink="false">http://techawakening.org/?p=2891</guid>

					<description><![CDATA[Recently Skype for iPhone got a huge revamp under version 5.0 release. It was remastered for iPhone to give a very slick, rich user experience. Yes, interface looks good and easy on eyes, with flat minimal design being used it was made to look similar to Windows phone counterparts. It was made to be faster [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="alignright" src="http://img.techawakening.org/2014/06/skype-5-iphone-troubleshoot-guide.jpg" alt="Skype 5 for iPhone: Troubleshooting Guide, Tips and Tricks" width="309" height="548" /></p>
<p>Recently Skype for iPhone got a huge revamp under version 5.0 release. It was remastered for iPhone to give a very slick, rich user experience.</p>
<p>Yes, interface looks good and easy on eyes, with flat minimal design being used it was made to look similar to Windows phone counterparts. It was made to be faster and smoother. But give all this still there was quiet a drop in average user rating in <a href="https://itunes.apple.com/us/app/skype-for-iphone/id304878510?mt=8" target="_blank">App Store</a> after this version was released.</p>
<p>The reason is that many of the features from old version have gone missing in latest version. Users are literally outraged <a href="http://community.skype.com/t5/iOS-iPhone-and-iPad/Skype-5-0-Remastered-for-iPhone/td-p/3200852" target="_blank">expressing their anger in official forum</a>. Some features like receiving voice mail have gone missing but many other old features are still on, it&#8217;s just that they are hidden and not straight forward to use. This article discusses how to get back some of your old favorite features like <strong>deleting chat history, editing messages and many more</strong>.</p>
<p><!--Ads9--></p>
<h3>Skype 5.1 for iPhone: Get Back Missing Features</h3>
<p>&nbsp;</p>
<div class="info" id="5.2release">Update: Skype 5.2 released on July-07-2014, <a href="#skype5.2">some old features have be restored</a>.</div>
<h4>1. How to Delete Chat History and Conversations:</h4>
<p>This is one of the most requested feature by many users in various forums. You will be surprised that it&#8217;s already available it&#8217;s about where to find it. All you need to do is go to <strong>recent tab-&gt; click and hold the conversation</strong> you want to delete. Now there will be <strong>pop up menu from the bottom</strong> from which you must select delete chat.</p>
<p><img decoding="async" src="http://img.techawakening.org/2014/07/Skype-5-iphone-delete-chat.jpg" alt="Skype 5.1 for iPhone: How to Delete Chat History" width="245" height="435" /></p>
<h4>2. How to Edit/Delete a Sent Message:</h4>
<p>Accidentally sent out a wrong message or with typo error? <strong>Click and hold the appropriate message</strong> now a menu will pop-out from which you <strong>can edit, delete or copy it</strong>.</p>
<p><img decoding="async" src="http://img.techawakening.org/2014/07/Skype-5-edit-delete-message.jpg" alt="Skype 5 iPhone how to edit delete individual message" width="239" height="424" /></p>
<h4>3. How to Add Contact Name to Phone Number:</h4>
<p>This is a tricky one. You can import contact from dial screen by clicking on phone book at top right. But the problem is that iPhone contact name does not get assigned inside Skype. Randomly for some contacts it shows up and for some it doesn&#8217;t. There is no option to add/edit name in the app, so we will use a workaround for this.</p>
<p>&#8211; <a href="http://www.skype.com/en/download-skype/skype-for-computer/" target="_blank">Download Skype</a> on your computer.<br />
&#8211; Install it.<br />
&#8211; Login using your Skype credentials.<br />
&#8211; Select <strong>Contacts</strong> -&gt; <strong>Add Contact</strong>-&gt; <strong>Save a Phone Number</strong>.<br />
&#8211; Give a name and type mobile number and click <strong>Add number</strong>.<br />
&#8211; Wait for few seconds, <strong>log out of Skype in iPhone and login again</strong> you should be seeing name instead of just number.</p>
<div class="info"><strong>Bonus Tip:</strong> To do this for all contacts in one go you can <a href="https://itunes.apple.com/us/app/my-contacts-backup/id446784593?mt=8" target="_blank">export contact from iPhone as <strong>vCard file</strong></a> and then import it inside desktop Skype via <strong>Contacts-&gt; Advanced-&gt; Restore Contacts From File</strong></div>
<p><img decoding="async" src="http://img.techawakening.org/2014/07/skype-5-assign-contact-name-to-phone-number.jpg" alt="How to Add Contact Name to Phone Numbers in Skype5 for iPhone" /></p>
<h4>4. How to Delete a Contact:</h4>
<p>As before you can always use desktop version to delete, just right click on contact and select Remove from Contacts. In-App workaround is as follows: Click on the <strong>contact from people tab</strong>-&gt; <strong>tap on the menu at right bottom</strong>(three dots)-&gt; <strong>block</strong>-&gt; <strong>block and remove</strong>.</p>
<p><b>Note:</b> It will not just remove the contact but blocks as well so you must unblock to add them again.<br />
<img loading="lazy" decoding="async" src="http://img.techawakening.org/2014/07/skype-5.1-iphone-delete-contact.jpg" alt="Skype 5.1 for iPhone - How to Delete Contacts" width="288" height="511" /></p>
<p><strong>Update</strong>: In Skype 5.2 it&#8217;s more easier, tap contact from people tab-> click three dots at right bottom-> profile-> again click dots at bottom-> remove contact-> remove</p>
<h4>5. How to Set Mood Message/Status:</h4>
<p>Let others know what mood you are in. Click on your profile photo at top right corner. There will be place holder stating &#8220;<strong>Enter mood Message</strong>&#8220;, tap on it and enter what you want and then click done.</p>
<p><img loading="lazy" decoding="async" src="http://img.techawakening.org/2014/07/skype-5-iphone-mood-message.jpg" alt="How to Set Mood Message in Skype 5 for iPhone" width="279" height="495" /></p>
<h4>6. How to See People Who are Online:</h4>
<p>Go to <strong>people tab</strong> and <strong>click on the down arrow just below the search bar</strong> then from the menu, select online.</p>
<p><img loading="lazy" decoding="async" src="http://img.techawakening.org/2014/07/skype-5-iphone-find-who-are-online.jpg" alt="Skype 5 for iPhone 5 How to Find People Who are Online" width="283" height="503" /></p>
<h4>7. How to See Time stamp of Individual messages:</h4>
<p>By default, just start time of the conversation is shown but if wish to see at what time a particular message was sent you should <strong>touch, hold the screen and swipe left</strong>. Now you should notice time across each texts on the right.</p>
<p><img loading="lazy" decoding="async" src="http://img.techawakening.org/2014/07/skype-5-iphone-see-chat-message-exact-time.jpg" alt="Skype 5 for iPhone How to See Time-Stamp of Individual Chat Message" width="277" height="491" /></p>
<h4>8. How To Send Photo/Video Attachments:</h4>
<p>Click on the Skype contact to whom you want to send the file from people tab. Then <b>tap on the pin icon at the bottom left</b>. Click photo to send pictures and video message to make a live recording.</p>
<p><img loading="lazy" decoding="async" src="http://img.techawakening.org/2014/07/skype-5-iphone-send-media-attachments.jpg" alt="Skype 5 for iPhone How to Send Photo, Video Attachments" width="268" height="475" /></p>
<h3 id="skype5.2">New Features Introduced in Skype 5.2:</h3>
<p>[Update: July-08-2014]</p>
<h4>9. Send and Receive Voice Messages:</h4>
<p>Finally you can now send as well as receive voice messages. This should make many users happy. Make sure you have enabled it. Go to your profile-> My account-> <strong>Under Manage features select Voice messages</strong>-> <strong>Slide the switch to green and click Save changes</strong>.</p>
<h4>10. View Profile of Contacts:</h4>
<p>Click the contact from people list then tap three dots at left bottom-> profile. This should display you profile information about the contact or you can <strong>directly tap contact name</strong> on the top to see profile.</p>
<div class="note"><strong>Bonus Tip</strong>: Prevent automatic update of apps, always read reviews before you update to the latest version. Click <strong>Setting</strong>-&gt; Scroll down <strong>select iTunes &amp; App Store</strong>. Under Automatic Downloads, <strong>slide off the switch</strong> if it&#8217;s in green.</div>
<p>So did you like the tips? Have any features to suggest? Feel free to drop in.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techawakening.org/skype-5-iphone-get-back-missing-features/2891/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To: Copy Folder Structure and Contents in Google Drive?</title>
		<link>https://techawakening.org/copy-folder-structure-contents-in-google-drive/2846/</link>
					<comments>https://techawakening.org/copy-folder-structure-contents-in-google-drive/2846/#comments</comments>
		
		<dc:creator><![CDATA[Shunmugha Sundaram]]></dc:creator>
		<pubDate>Sun, 04 May 2014 15:46:41 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<guid isPermaLink="false">http://techawakening.org/?p=2846</guid>

					<description><![CDATA[Consider John is a project manager of a company and has to create weekly reports covering various areas of the projects say revenue, resource etc., He uses Google Drive to manage the documents on the cloud so that he can jointly create reports along with his team mates. He uses a standard folder template/hierarchy for [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Consider John is a project manager of a company and has to create weekly reports covering various areas of the projects say revenue, resource etc., He uses Google Drive to manage the documents on the cloud so that he can jointly create reports along with his team mates. </p>
<p>He uses a standard folder template/hierarchy for his weekly report and wants to duplicate this folder structure every week. So he tries to make a copy of the folder in <a href="https://techawakening.org/?s=google%20docs" target="_blank">Google Drive</a> but he&#8217;s unable to do it. Why because that feature is currently not supported. </p>
<p>All he can do is manually recreate entire structure which is a monotonous task or use desktop app. Have you faced a similar situation? Want an easier solution which works online from any browser? Here&#8217;s how.  </p>
<p style="text-align: center;">
<img loading="lazy" decoding="async" src="http://img.techawakening.org/2014/04/copy-folders-in-google-drive.png" alt="How to Copy Folder Structure and Contents in Google Drive" width="634" height="314" /></p>
<h3>Copy Folder Structure and Contents in Google Drive with Google Script</h3>
<p></br>Meet <strong>GDrive Copy Folder script</strong> which lets you <strong>make copy of any Google Drive folder, duplicating the structure along with the contents in it</strong>. Below are the steps to get started.</p>
<h4>1. Finding ID of the Folder You Want to Copy </h4>
<ul>
<li>Login into your <a href="https://drive.google.com" target="_blank">Google Drive</a> account.</li>
<li>Click on the folder you want to make copy of.</li>
<li>From browser address bar note down the unique ID which comes after folder/.
<p>Example URL: https://drive.google.com/?authuser=0#folders/<strong>0B6y7rBwoHlSvaXBzdjk0OC1tN0k</strong><br />
Folder ID: <strong>0B6y7rBwoHlSvaXBzdjk0OC1tN0k</strong></li>
<p style="text-align: center;"><img decoding="async" src="http://img.techawakening.org/2014/05/find-folder-id-in-google-drive.png" alt="how to find folder id in Google Drive" /></p>
</ul>
<h4>2. Installing/Using the Script </h4>
<ul>
<li>Click <a href="https://docs.google.com/spreadsheet/ccc?key=0Aqy7rBwoHlSvdGpfcmJNci1VOTh5a2g3Qlk3M05jT0E&#038;newcopy=true" target="_blank">here</a> to make a copy of the project (Version 2). Next click Yes, make a copy link</li>
<li>Click <strong>GDrive: Copy Folder menu</strong> next to help. And select Authorize. Click OK then Accept. This is a one time activity.</li>
<li>In B5 cell copy, paste the folder ID which you noted down in previous step.</li>
<li>Finally select Make a Copy option from the menu.</li>
<p><img decoding="async" src="http://img.techawakening.org/2014/05/how-to-copy-folder-in-google-drive.png" alt="How to duplicate folder structure and contents in Google Drive" /></p>
<div class="info">Also see: <a href="https://techawakening.org/auto-backup-gmail-drafts-to-google-drive/2255/" target="_blank">How to Auto Save your Gmail Drafts to Google Drive for Backup</a></div>
<li>Wait for few seconds. When the process has completed you will receive a success message. </li>
<li>Now check your Google Drive account, a new folder would have been created with _copy in it&#8217;s name. Example: ABC Project_copy. If you wish to, rename it by right clicking.</li>
</ul>
<p>You can easily extend this script even to <a href="https://techawakening.org/create-own-free-twitter-scheduler/2061/" target="_blank">schedule/automate</a> this process so that copy of a particular folder is created at regular intervals. Please do drop in your comment if you want to know how.</p>
<p style="text-align: center;">
<iframe loading="lazy" src="http://www.youtube.com/embed/nYFKBVyz8bE?wmode=transparent&amp;fs=1&amp;hl=en&amp;modestbranding=1&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=0&amp;theme=light" height="315" width="545" frameborder="0"></iframe></p>
]]></content:encoded>
					
					<wfw:commentRss>https://techawakening.org/copy-folder-structure-contents-in-google-drive/2846/feed/</wfw:commentRss>
			<slash:comments>178</slash:comments>
		
		
			</item>
		<item>
		<title>Bookmarklet: Get Back Underlined Links &#038; Smaller Font in Google Search</title>
		<link>https://techawakening.org/google-search-underlined-links-smaller-font-bookmarklet/2800/</link>
					<comments>https://techawakening.org/google-search-underlined-links-smaller-font-bookmarklet/2800/#comments</comments>
		
		<dc:creator><![CDATA[Shunmugha Sundaram]]></dc:creator>
		<pubDate>Sun, 06 Apr 2014 08:55:15 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<guid isPermaLink="false">http://techawakening.org/?p=2800</guid>

					<description><![CDATA[Google off-late has been experimenting with new user interfaces in many of its products to give better user experience. Some of them are well received by the audience but few has brought outrage. One such change was that of Google search result page redesign. If you are a regular user you would have noticed big [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><!--Ads8--><br />
<img decoding="async" src="http://img.techawakening.org/2014/03/get-back-old-google-search-looks.png" alt="Get back Underlined Links and Smaller Font Size in Google Search Page via Bookmarklet" /></p>
<p>Google off-late has been experimenting with new user interfaces in many of its products to give better user experience. Some of them are well received by the audience but few has brought outrage.</p>
<p>One such change was that of Google search result page redesign. If you are a regular user you would have noticed big differences which includes larger font size and hyperlinks without underlines. </p>
<p>Like many other users, I <a href="https://productforums.google.com/forum/#!topic/websearch/EhadV1wT-Jk" target="_blank">wasn&#8217;t comfortable with this change</a> in-fact was experiencing headache whenever I looked into the result and was unable to distinguish one result from another. </p>
<p>Initially few users had thought it was their browser/system that was causing this problem and tried system restore, uninstalling add-ons, clearing cache but in vain. None of this is going to help since it&#8217;s an official design change made by Google. </p>
<h3>Google Old Search UI – Bookmarklet</h3>
<p>&nbsp;<br />
There are already some workarounds to fix this by installing add-ons. But if you want a simpler solution which works regardless of any browser, meet <strong>Google Old Search bookmarklet</strong> which lets you <strong>get back underlines to links &#038; smaller font size in Google search result page</strong> which are ease on eyes.</p>
<h4>Installation and Usage Instruction:</h4>
<p>1. Drag, drop below bookmark(big blue button) to your favorite browser&#8217;s bookmark bar.</p>
<p><a style="font-family:'helvetica';display:block;margin:auto;background-color:#3498DB;box-shadow: 0 -3px 0 0 #6BB9F0 inset;background-repeat: repeat-x;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-radius: 6px;color: #FFFFFF !important;cursor: move;width:220px;font-size: 17.5px;padding: 11px 19px;text-align: center;text-decoration: none;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);" href="javascript:var%20b=document.body;if(b){void(z=document.createElement('script'));void(z.type='text/javascript');void(z.src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js');void(b.appendChild(z));void(setTimeout(function(){$('#res%20h3').attr('style',%20'font-size:%2016px%20!important')},%203000));void(setTimeout(function(){$('#res%20a').css('text-decoration','underline')},%203000));}else{}" onclick="javascript:alert('Please drag and drop this link to your bookmarks toolbar.');return false;" title="Google Old Search Page UI Bookmarklet " id="googleoldui">Google Old Search UI</a></p>
<p>2. Type-in your query and search as usual. </p>
<p><img decoding="async" src="http://img.techawakening.org/2014/03/install-google-old-ui-bookmarklet.gif" alt="How to Reduce Font Size in Google Search and Get Back Underlined Links" /></p>
<div class="info">You might also like:  <a target="_blank" title="How-To Get Back the Missing YouTube Stop Download Option?" href="https://techawakening.org/get-back-missing-youtube-stop-download-option/2342/">Bookmarklet: Get Back Missing YouTube Stop Download Feature</a></div>
<p>3. In results page click on the bookmark you just made and wait for few seconds. You will notice change to look and feel which you were previously used to and comfortable with.</p>
<p>Did it work for you? Wish to add any more customizations to the bookmarklet? Feel free to share your views.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techawakening.org/google-search-underlined-links-smaller-font-bookmarklet/2800/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Find Size of YouTube Videos You are About to Watch &#8211; Save Data</title>
		<link>https://techawakening.org/find-file-size-of-youtube-videos/2733/</link>
		
		<dc:creator><![CDATA[Shunmugha Sundaram]]></dc:creator>
		<pubDate>Wed, 05 Feb 2014 11:38:39 +0000</pubDate>
				<category><![CDATA[YouTube]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<guid isPermaLink="false">http://techawakening.org/?p=2733</guid>

					<description><![CDATA[YouTube is one of the favorite destinations for most of us when it comes to spending leisure time on the web. One thing that we should always be conscious when using video sites is data consumption especially when you are having limited, expensive data plan. Seemingly small length video can eat up large amount of [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><!--Ads1--><br />
YouTube is one of the favorite destinations for most of us when it comes to spending leisure time on the web. One thing that we should always be conscious when using video sites is data consumption especially when you are having limited, expensive data plan.</p>
<p>Seemingly small length video can eat up large amount of your data without your knowledge. Videos could very well be the culprit behind exceeding data usage.</p>
<p>My broadband connection has been down for a while but to stay connected with the web am using 3G data connection from my mobile. 3G transfer rates are fast but pricey. So I try to be conscious about how my data is being used. When using YouTube I wanted to know the size of the video that I was about to watch. But could not find any tool on the web to show me this detail. Hence wrote a small bookmarklet to help us with this.</p>
<p style="text-align: center;">
<img decoding="async" width=653 height=464 src="http://img.techawakening.org/2014/02/find-youtube-video-size.jpg" alt="How to find YouTube Video File Size" /></p>
<h3>YouTube Video Size Finder &#8211; Bookmarklet</h3>
<p>&nbsp;<br />
Meet <strong>YouTube Video Size bookmarklet</strong> that will help you <strong>find file size of any YouTube videos</strong>. No crazy calculations, with a click you can know the size. You can view videos of any resolution and bookmarklet will <strong>automatically recalculate size</strong> for you <strong>when resolution has been changed</strong>.   </p>
<h4>How to Install and Use Bookmarklet:</h4>
<p>1. Drag, drop below bookmark(red button) to your browser bookmark bar. It can be installed on any browser.</p>
<p><a style="font-family:'helvetica';display:block;margin:auto;background-color:#e32d27;box-shadow: 0 -3px 0 0 #EE817D inset;background-repeat: repeat-x;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-radius: 6px;color: #FFFFFF !important;cursor: move;width:220px;font-size: 17.5px;padding: 11px 19px;text-align: center;text-decoration: none;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);" href="javascript:(function(){var%20s=document.createElement('script');s.setAttribute('src','https://www.googledrive.com/host/0B6y7rBwoHlSvdXRWWkpNQmtsenM');document.getElementsByTagName('body')[0].appendChild(s);})();" onclick="javascript:alert('Please drag and drop this link to your bookmarks toolbar.');return false;" title="YouTube Video Size Finder Bookmarklet" id="YTsize">YouTube Video Size</a></p>
<p>2. Open any YouTube video and click on the bookmarklet you just installed.</p>
<p style="text-align: center;">
<img decoding="async" width=660 height=547 src="http://img.techawakening.org/2014/02/youtube-size-finder-bookmarklet.gif" alt="YouTube Video Size Finder Bookmarklet" /></p>
<div class="info">Bonus Tip: If you wish to stop YouTube videos from buffering use <a href="https://techawakening.org/get-back-missing-youtube-stop-download-option/2342/" target="_blank">YouTube Stop Download bookmarklet</a></div>
<p>3. Size of the video will be shown just above the title.</p>
<p>You can also change the resolution of the video and wait for a while, size will be auto updated. To hide the message click on the X at right corner. Click bookmarklet again or toggle resolutions to show the size alert again.</p>
<p>Note: This bookmarklet might not work properly for HTML5 based videos on Chrome browser.</p>
<h4>Video Demo:</h4>
<p style="text-align: center;">
<iframe loading="lazy" src="http://www.youtube.com/embed/JwydhmJYzGQ?wmode=transparent&amp;fs=1&amp;hl=en&amp;modestbranding=1&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=0&amp;theme=light" height="315" width="545" frameborder="0"></iframe>
</p>
<p>Did it work for you? Helped you plan your data usage better? Do share your views.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Tip: How To Get Free Scribd Trial Account and Extended Subscription?</title>
		<link>https://techawakening.org/how-to-get-free-scribd-membership-subscription/2663/</link>
					<comments>https://techawakening.org/how-to-get-free-scribd-membership-subscription/2663/#respond</comments>
		
		<dc:creator><![CDATA[Shunmugha Sundaram]]></dc:creator>
		<pubDate>Tue, 14 Jan 2014 11:56:28 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[free scribd extended subscription]]></category>
		<category><![CDATA[free scribd Membership]]></category>
		<category><![CDATA[free scribd subscription]]></category>
		<category><![CDATA[free scribd trail account]]></category>
		<guid isPermaLink="false">http://techawakening.org/?p=2663</guid>

					<description><![CDATA[Scribd is one of the biggest digital library featuring over 100,000 books from various publishers. As guest user you are allowed to view and read books online but with constraint of ability to see only limited pages. Previous we wrote an article on how to download files from Scribd for free without an account which [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter" alt="How to Get Free Scribd Trial Account and Subscription" src="http://img.techawakening.org/2014/01/scribd-get-free-trail-account.jpg" width="700" height="262" /></p>
<p>Scribd is one of the biggest digital library featuring over 100,000 books from various publishers. As guest user you are allowed to view and read books online but with constraint of ability to see only limited pages.</p>
<p>Previous we wrote an article on <a href="https://techawakening.org/download-documents-scribd-without-paying/416/" target="_blank">how to download files from Scribd for free without an account</a> which got a great response from readers but since then Scribd has changed its business model and beefed up their system and have become more stringent and all method listed were patched up. But you can still use our latest <a href="https://techawakening.org/download-documents-scribd-without-paying/416/#uploadmethod" target="_blank">upload method</a> to free download documents without registering/logging in.</p>
<p>Currently you have to pay <strong>$8.99/month to get unlimited access to books, download rights</strong>. Though you can try suggestions listed in our <a href="techawakening.org/download-documents-scribd-without-paying/416" target="_blank">old article</a> it was bit tricky for non-techie users. So in this article will share easier <strong>tips on how to get free Scribd trial account with extended subscription period</strong> without paying money.</p>
<h3>Get Free Scribd Trial Account and Extended Subscription</h3>
<p>&nbsp;Use the below suggestions to save some cash.</p>
<h4>1. Using One Month Free Trial Offer:</h4>
<p>By default Scribd offers you <a href="https://www.scribd.com/payments/billing" target="_blank">one month free trial</a> which you can opt for. It gives you privileged rights like unlimited access to books, ability to download member contributed files as PDF.</p>
<p><strong>Credit card details are required to register but will not be charged</strong>. <strong>You should cancel the free subscription just in time(32 days) to avoid being billed</strong> hence you can enjoy one month of access without being charged.</p>
<div class="note"><strong>Bonus Tip</strong>: Cancel your subscription at any time from the Account Settings-&gt; Order History -&gt; Subscriptions</div>
<p>&nbsp;</p>
<h4>2. Extending Free Subscription via Referrals:</h4>
<ul>
<li><a href="https://www.scribd.com/login" target="_blank">Register</a> a Scribd account.</li>
<li>Log-in to your account.</li>
<li>Click profile settings on top right corner.</li>
<li>Select Free Subscription!.</li>
<div class="info">You might like: <a href="https://techawakening.org/download-author-disabled-slideshare-presentations/1361/" target="_blank">Download Author Disabled Files from SlideShare</a></div>
<p style="text-align: center;"><img decoding="async" alt="Get free Scribd Trial account without using Credit Card" src="http://img.techawakening.org/2014/01/scribd-free-subscription.jpg" /></p>
<li>Now you will be seeing screen as below. You have various options to earn free subscription. For example <strong>sharing/liking on social networks</strong> gives you <strong>1 week</strong> for each of your actions.</li>
<li>Select Invite button and enter email ID of your friends. <strong>For each invite</strong> you get <strong>1 day extra</strong>.</li>
<li>Once you have piled up enough days start your free trial.</li>
</ul>
<div class="info">Also know: <a href="https://techawakening.org/download-presenter-disabled-authorstream-presentations/2497/" target="_blank">How to Download Documents from AuthorSTREAM for free</a></div>
<p style="text-align: center;"><img decoding="async" src="http://img.techawakening.org/2014/01/refer-and-get-free-scribd-trail-account.png" alt="Refer friends and get free Scribd subscription." /></p>
<p><strong></p>
<h4>Bonus Tips:</h4>
<p></strong></p>
<ul>
<li>When inviting, you can <strong>use dummy email ID&#8217;s</strong> they are considered valid!</li>
<li>When your friend signs up(requires credit card details but not charged) via the invite you make <strong>he gets 2 months for free trial for just $8.99 and you get one month of extra bonus</strong> added to your account from referring him. Hence <strong>total saving of $17.98</strong>.</li>
<li>Instead of inviting your friend you can even send invite to your secondary email ID and sign up via that referral link.</li>
<li><strong>Note</strong>: <strong>The key is to cancel the free subscription on time</strong> and make the most of what&#8217;s available.</li>
</ul>
<p style="text-align: center;"><img decoding="async" src="http://img.techawakening.org/2014/01/get-free-scribd-subscription.png" alt="Get Two month free Scribd subscription by referring someone." /></p>
<p>Did you like above suggested tips? Have better suggestions/tricks to share with us? Feel free to write in.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techawakening.org/how-to-get-free-scribd-membership-subscription/2663/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Indian Online Shopping Price Tracker: Get Email Alerts When Product Price Drops</title>
		<link>https://techawakening.org/indian-online-shopping-price-tracker/2604/</link>
					<comments>https://techawakening.org/indian-online-shopping-price-tracker/2604/#comments</comments>
		
		<dc:creator><![CDATA[Shunmugha Sundaram]]></dc:creator>
		<pubDate>Tue, 14 Jan 2014 11:19:02 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Flipkart Price Tracker]]></category>
		<category><![CDATA[Indian Online Shopping Price Tracker]]></category>
		<category><![CDATA[Jabong Price Tracker]]></category>
		<category><![CDATA[Myntra Price Tracker]]></category>
		<category><![CDATA[Snapdeal Price Tracker]]></category>
		<category><![CDATA[Yebhi Price Tracker]]></category>
		<guid isPermaLink="false">http://techawakening.org/?p=2604</guid>

					<description><![CDATA[E-commerce in India is booming like never before. Standing third in number of Internet users and with ~10 million online shoppers certainly there is a huge untapped potential to be made use of. Few main reasons for growing trend toward online shopping: Busy schedule and work timing makes it all that difficult to step out. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><!--Ads3-->E-commerce in India is booming like never before. Standing third in number of Internet users and with ~10 million online shoppers certainly there is a huge untapped potential to be made use of. </p>
<p>Few main reasons for growing trend toward online shopping:</p>
<ul>
<li>Busy schedule and work timing makes it all that difficult to step out.</li>
<li> Lower prices compared to that you get in physical stores.</li>
<li> More, better product options to chose from.</li>
</ul>
<p>Gone are those days when we were afraid to use our bank details online for shopping. Be it pillow, mobile, furniture , jewellery and what not is there to be bought just few clicks away. </p>
<p>One of the key driving force that makes us choose online purchase is the price factor. A product which you buy in traditional shops could very well be bought online with huge saving. Concepts like coupon, giveaways and cash on delivery makes it all that favorable to us.  </p>
<p style="text-align: center;"><img decoding="async" class="aligncenter" alt="Free Price Tracker - Get Alerts when product price drops on Flipkart, Snapdeal, Jabong, Myntra and Yebhi" src="http://img.techawakening.org/2014/01/indian-online-shopping-price-tracker.png"/></p>
<p>Having said all this there are also few things which we need to consider. One of the most common compliments that many shoppers make about e-commerce websites is their habit of hiking and lowering price of products then and now.</p>
<p>In the name of offers, product prices are shot up and then discounts are provided against the same product giving an illusion to us as if we are making big savings.</p>
<p>As a shopper we always wish to get the best price. A smart customer does keep eye on the pricing of the item he is interested in, grabbing it at the right moment when the best deal is available. </p>
<p>To do this there are lots of price monitoring services which alerts you when best cost is available. Especially for <a href="https://www.google.com/search?q=amazon%20price%20tracker" target="_blank">Amazon</a> there are lots of tools. But when I searched online there are very few, almost none for tracking product prices on Indian e-commerce websites. So why not create one for ourself?</p>
<h3>Introducing Indian Online Shopping Price Tracker:</h3>
<p></br><strong>Price tracker which allows to track price of products on Flipkart, Snapdeal, Jabong, Myntra and Yebhi</strong> and <strong>instantly <a href="https://techawakening.org/?s=alerts" target="_blank">get alerts</a> as and when its price goes down</strong> below the threshold which you set. </p>
<div class="info">You might also like: <a href="https://techawakening.org/free-sms-alerts-new-email-on-gmail-with-google-docs/1130/" target="_blank">Get SMS Alerts for New Gmail Emails</a>, <a href="https://techawakening.org/gmail-read-receipt-notifications-non-google-apps-accounts/1988/" target="_blank">Get Alerts when your Gmail Email is Read</a></div>
<p style="text-align: center;"><img decoding="async" alt="Price Tracker for Indian E-commerce Sites like Flipkart, Snapdeal, Jabong, Myntra and Yebhi" src="http://img.techawakening.org/2014/01/indian-shopping-price-tracker.png" /></p>
<h3>Track Product Price Drops in Top Indian E-commerce Sites with Google Docs</3h></p>
<h4>1. Installing the Application</h4>
<ul>
<li>Login to your <a href="https://docs.google.com/" target="_blank">Google Docs</a> account.</li>
<li>Click <a href="https://docs.google.com/spreadsheet/ccc?key=0Aqy7rBwoHlSvdHMtMHk1Q1FBYm52R05YdGdqVXlJOFE&#038;newcopy=true" target="_blank">here</a> to make a copy of the <strong>Indian online shopping price tracker</strong> project. Click Yes, make a copy.</li>
<li> Wait for sometime for the menu <strong>Shopping Price Tracker</strong> to appear next to help menu.</li>
<li>Select <strong>Authorize App</strong> from the menu. Now click OK in the popup and then Accept button.</li>
</ul>
<h4>2. How to Use the Price Tracker Application</h4>
<ul>
<li>There are two separate set of rows for each of the five supported company. I.e., <strong>Currently you can track price of two products per company</strong>.</li>
<li>Enter the <strong>full URLs</strong>(including http) of the product you want to track on <strong>column B</strong>. Just go to the product details page instead of search result page and copy, paste the URL from browser&#8217;s address bar. <strong>Example</strong>: WD My Passport 1 TB External Hard Disk &#8211; http://www.flipkart.com/wd-my-passport-1-tb-external-hard-disk/p/itmdbefzmqcgzzgh?pid=ACCDBEF57FVN4CFT </li>
<li>Now enter <strong>threshold price on column C</strong>. I.e., You will <strong>get alerts when price is equal or below the threshold</strong>.</li>
<li>Enter valid email ID in B2 cell.</li>
<li>Once all data entry is made its time to start the tracker. Select <strong>Shopping Price Tracker-> Start Monitoring Price</strong> and you can close the sheet.</li>
<li>Similary if you want to stop alerts select <strong>Stop Monitoring Price</strong>.</li>
</ul>
<p>That&#8217;s it from here on all listed products will constantly be monitored and alerts(like below) will be sent to your email ID as and when there are drop in prices.</p>
<p style="text-align: center;"><img decoding="async" alt="Email alert showing products whose price has reduced" src="http://img.techawakening.org/2014/01/indian-price-tracker-alerts.png" /></p>
<h4>Notes and Tips:</h4>
<ul>
<li>Prices are checked and monitored every half an hour.</li>
<li>To avoid receiving duplicate alerts about the same product remove(empty the cell) them from the sheet once you get an email alert about that item&#8217;s price dip.</li>
<li>Create a filter and assign labels to better organize these alert emails.</li>
</ul>
<p style="text-align: center;">
<iframe loading="lazy" src="http://www.youtube.com/embed/NUCiKxuG5bI?wmode=transparent&amp;fs=1&amp;hl=en&amp;modestbranding=1&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=0&amp;theme=light" height="315" width="545" frameborder="0"></iframe>
</p>
<p>Thanks <a href="http://www.labnol.org/internet/amazon-price-tracker/28156/" target="_blank"> Amit Agarwal</a> for the inspiration.</p>
<p>So, was it useful? Were you to able to save some cash on your favorite products? Have suggestion/queries? Please feel free to drop in your comment. Do share this with your friends and family and help them save some bucks too <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://techawakening.org/indian-online-shopping-price-tracker/2604/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>[Solved] Why Vimeo Videos are not Playing in Firefox?</title>
		<link>https://techawakening.org/vimeo-videos-not-working-in-firefox-solution/2490/</link>
					<comments>https://techawakening.org/vimeo-videos-not-working-in-firefox-solution/2490/#comments</comments>
		
		<dc:creator><![CDATA[Shunmugha Sundaram]]></dc:creator>
		<pubDate>Sun, 13 Oct 2013 15:48:57 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[vimeo]]></category>
		<guid isPermaLink="false">http://techawakening.org/?p=2490</guid>

					<description><![CDATA[Vimeo is one of the top video sharing websites after YouTube attracting millions of users worldwide. It&#8217;s a site I turn to when I wish to see some tutorials or a product demo. Many filmmakers, celebrities and lot of startups seem to prefer using Vimeo to promote their products. Lets get straight into the topic [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><!--Ads3--><br />
Vimeo is one of the top video sharing websites after YouTube attracting millions of users worldwide. It&#8217;s a site I turn to when I wish to see some tutorials or a product demo.</p>
<p>Many filmmakers, celebrities and lot of startups seem to prefer using Vimeo to promote their products.</p>
<p>Lets get straight into the topic about the issue I was facing in Vimeo site. For a while I have been having this problem of <strong>videos on Vimeo being unplayable when using Firefox browser</strong> [Browser version: 24.0; OS: Windows XP].</p>
<p>But the very same videos plays flawlessly on other browsers. <strong>When using Firefox all I see is the first frame of the video without any player controls thus making it impossible to play</strong>. Even embedded Vimeo videos don&#8217;t seem to play on Firefox.</p>
<p>Simple <a href="https://www.google.com/search?q=vimeo+not+playing+firefox" target="_blank">search on the web</a> shows that I am not the only one who is facing such a problem. Many people seem to have raised this concern on official Vimeo forums. Here are some suggestions given by the staffs.</p>
<p>1. Disabling add-ons and starting <a href="https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode" target="_blank">Firefox browser in safe mode</a>.</p>
<p>2. Clearing all cookies and restarting the browser.</p>
<p>None of the above suggestions helped me fix the problem, I even tried via private browsing. So if you are in the same situation go ahead and read on.</p>
<h3>Why Vimeo Videos Does Not Play on Firefox?</h3>
<p>Some Insights:</p>
<p>In Chrome, Vimeo serves video via HTML5 instead of using Flash but in Firefox it is served using Flash since H.264 video format is not supported in it currently.</p>
<p>Firefox since version 3 started using an approach to isolate certain plugins from the browser process so that crashing of those plugin will not impact the entire process. It&#8217;s called out-of-process plugins(OOPP) crash protection.</p>
<p>In our case the culprit seems to be Real Player plugin. Disabling crash protection of it seems to fix the issue.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" id="vimeofirefoxbug" alt="Vimeo Videos are not Playing in Firefox" src="http://img.techawakening.org/2013/10/vimeo-not-playing-in-firefox.jpg" width="660" height="334" /></p>
<h4>How to Resolve this Problem?</h4>
<p>1. Type <strong>about:config</strong> in address bar and hit enter.</p>
<p>2. Click &#8216;I&#8217;ll be careful, I promise!&#8217; button.</p>
<p>3. Type <strong>dom.ipc.plugins.enabled</strong></p>
<p>4. If it&#8217;s already set to <strong>true</strong> leave it as it is else double click on it to toggle the value.</p>
<p>5. Now right click, select New-&gt;Boolean then in preference name enter <strong>dom.ipc.plugins.enabled.nppl3260.dll</strong> and click OK then select <strong>false</strong> as value and press OK again.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter" alt="vimeo player controls not visible on firefox" src="http://img.techawakening.org/2013/10/vimeo-video-not-working-on-firefox.png" width="578" height="243" /></p>
<p>6. Close all windows and restart the browser.</p>
<p>7. Go to the concerned video. You should be seeing all player controls and will be able to play the videos <a href="#vimeofirefoxbug">unlike before</a>.</p>
<div class="info">
You might also be interested in knowing <a href="https://techawakening.org/youtube-video-stops-buffering-when-paused/2075/" target="_blank">how to allow YouTube videos to be buffered on Pause</a>.
</div>
<p style="text-align: center;"><img loading="lazy" decoding="async" alt="Vimeo videos not working in Firefox Browser" src="http://img.techawakening.org/2013/10/vimeo-not-working-on-firefox.jpg" width="660" height="334" /></p>
<p>So did the fix work for you? Are you to able to see Vimeo videos again on Firefox? Confused with the instruction or stuck in some step? Please feel free to drop in your queries.</p>
<p>[Hat Tip: <a href="https://support.mozilla.org/en-US/questions/923633" target="_blank">JJ333</a>]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techawakening.org/vimeo-videos-not-working-in-firefox-solution/2490/feed/</wfw:commentRss>
			<slash:comments>33</slash:comments>
		
		
			</item>
		<item>
		<title>How-To: Download Presenter Disabled Presentations from AuthorStream for Free</title>
		<link>https://techawakening.org/download-presenter-disabled-authorstream-presentations/2497/</link>
					<comments>https://techawakening.org/download-presenter-disabled-authorstream-presentations/2497/#comments</comments>
		
		<dc:creator><![CDATA[Shunmugha Sundaram]]></dc:creator>
		<pubDate>Sun, 13 Oct 2013 15:33:54 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<guid isPermaLink="false">http://techawakening.org/?p=2497</guid>

					<description><![CDATA[Disclaimer: This article is purely for educational purpose. I cannot be held responsible if you are violating the terms and conditions of AuthorStream. AuthorStream is web based PowerPoint sharing website where users can upload their files and share it with others. The uploaded files get converted into Flash format so that the content can easily [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><!--Ads2--></p>
<p><strong>Disclaimer</strong>: <em>This article is purely for educational purpose. I cannot be held responsible if you are violating the terms and conditions of AuthorStream.</em></p>
<p>AuthorStream is web based PowerPoint sharing website where users can upload their files and share it with others. </p>
<p>The uploaded files get converted into Flash format so that the content can easily be viewed via browser. This site seems to have good collection of useful resources contributed by various users. Next time if you are in search of presentations this is one place you should not miss out.</p>
<p>As usual presenter/author of the document have control over the file, whether it should be allowed to be downloaded or not. My personal opinion is that if it has been put to be viewed on the internet, it should be allowed to be downloaded too unless it&#8217;s paid version.</p>
<p>So <strong>when the author has opted not to, you will see that download option is disabled and faded out</strong>. Only option left to you is to personally request the uploader and wait for his response but if you are in urgent need you could probably not settle with that option. In this article lets see <strong>how you can get the presentations from authorStream website though presenter has disabled the download option</strong>. </p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter" alt="How to Download Presenter Disabled Presentations from AuthorStream for free" src="http://img.techawakening.org/2013/10/how-to-download-presentation-from-author-stream.jpg" width="600" height="536" /></p>
<h3>How to Download Presentations from authorSTREAM when Presenter has Disabled it?</h3>
<p>As you might know it&#8217;s not the only presentation sharing site that puts in such restrictions. We have already discussed on how to download documents from <a href="https://techawakening.org/download-documents-scribd-without-paying/416/" target="_blank">Scribd</a> and <a href="https://techawakening.org/download-author-disabled-slideshare-presentations/1361/" target="_blank">SlideShare</a> when the uploader has disabled download option. Lets get started with the instructions.</p>
<p>1. <a href="http://www.authorstream.com/Register/dashboard" target="_blank">Sign up</a> for an account on authorStream.</p>
<p>2. Once it&#8217;s completed. <a href="http://www.authorstream.com/SignIn/Dashboard" target="_blank">Log-in</a> to your account.</p>
<p>3. Go to the concerned document you wish to download.</p>
<p>4. Manipulate the URL in the browser address bar as follows and hit enter:</p>
<div class="note">
<strong>From</strong>: http://<strong>www</strong>.authorstream.com/Presentation/test-1121114-document/</p>
<p><strong>To</strong>: http://<strong>m</strong>.authorstream.com/Presentation/test-1121114-document/
</div>
<p>5. Now you will be taken to the mobile version of the site.</p>
<p>6. Presentation will be displayed as series of images. You can just right click on each on the image and select Save Images As. Select some location on your disk and save it. Navigate through the entire slide via controls at the bottom and save all images.</p>
<div class="note">
<strong>Bonus Tip</strong>: Only the slide number differs in each URL so you can use any Internet Download Manager to add them to queue and download in one-go to save time.</p>
<p>Eg: http://c.asstatic.com/images/1109999_677768888122222011-<strong>1</strong>.jpg, http://c.asstatic.com/images/1109999_677768888122222011-<strong>2</strong>.jpg and so on.</p>
</div>
<p>7. Open your Microsoft Office PowerPoint and create a new empty presentation.</p>
<p>8. Create new slides and start inserting images you downloaded, Insert-> Picture-> From File then select your image and click insert. </p>
<p>9. Do this for all images and save your presentation.</p>
<div class="info">
<strong>Bonus Tip</strong>: You can convert your PPT to PDF so that you can read them on your mobile devices too. Download and install <a href="http://www.microsoft.com/en-us/download/details.aspx?id=7" target="_blank">Microsoft Save as PDF Add-in</a>.
</div>
</p>
<p>Were you able to download presentation you wanted? Have any other better solutions? Do share with us.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techawakening.org/download-presenter-disabled-authorstream-presentations/2497/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
	</channel>
</rss>
