<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-4071270290364367911</atom:id><lastBuildDate>Wed, 02 Oct 2024 12:45:29 +0000</lastBuildDate><category>best programming languages</category><category>Browser notepad</category><category>Chrome apps</category><category>Embed PPT on your website</category><category>Flipboard Magazines</category><category>Google chromecast</category><category>Google now reminder service</category><category>Google search shortcuts</category><category>Google search tips &amp; tricks</category><category>HTML5 Notepad</category><category>Notification bar for google chrome browser</category><category>Webpage to PDF</category><category>amazon interview questions</category><category>c programming</category><category>career cup</category><category>chrome web store</category><category>data structure</category><category>geeksforgeeks</category><category>interview questions</category><category>microsoft interview questions</category><category>online teaching</category><category>online teaching without using screen capture video softwares.</category><category>photos on your t.v through chromecast.</category><category>programming languages</category><category>save as pdf</category><category>skydrive feature</category><category>stream videos</category><category>teaching with PPTs</category><category>zoomcar interview questions</category><title>Random</title><description>Blog on tips, tricks and interesting updates on technology</description><link>http://mbworks.blogspot.com/</link><managingEditor>noreply@blogger.com (Anonymous)</managingEditor><generator>Blogger</generator><openSearch:totalResults>17</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-3372395399517927592</guid><pubDate>Sun, 07 Feb 2016 14:05:00 +0000</pubDate><atom:updated>2016-02-16T11:56:24.990-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">amazon interview questions</category><category domain="http://www.blogger.com/atom/ns#">best programming languages</category><category domain="http://www.blogger.com/atom/ns#">c programming</category><category domain="http://www.blogger.com/atom/ns#">career cup</category><category domain="http://www.blogger.com/atom/ns#">data structure</category><category domain="http://www.blogger.com/atom/ns#">geeksforgeeks</category><category domain="http://www.blogger.com/atom/ns#">interview questions</category><category domain="http://www.blogger.com/atom/ns#">microsoft interview questions</category><category domain="http://www.blogger.com/atom/ns#">zoomcar interview questions</category><title>Some technical interview questions</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Here are some technical interview questions asked now day&#39;s.&lt;br /&gt;
&lt;br /&gt;
1. &amp;nbsp;Which is faster, heap or stack?&lt;br /&gt;
Solution : The stack is faster because the access pattern makes it trivial to allocate and deallocate memory from it (a pointer/integer is simply incremented or decremented), while the heap has much more complex bookkeeping involved in an allocation or free. Also, each byte in the stack tends to be reused very frequently which means it tends to be mapped to the processor&#39;s cache, making it very fast. Another performance hit for the heap is that the heap, being mostly a global resource, typically has to be multi-threading safe, i.e. each allocation and deallocation needs to be - typically - synchronized with &quot;all&quot; other heap accesses in the program.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Which data structure is used in recursion calls? And why?&lt;br /&gt;
Solution : Well if you think about it, then you might be wondering that there should be some place where those function calls are stored. And there is some order in which they are called, right...&lt;br /&gt;
Yes, the answer is stack data structure. Now think why not queue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
3. Find all possible combination of given string?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Which data structure you will use for maintaining companies stock market values?&lt;br /&gt;
Solution : We can use hash/dictionary for storing company names/id and Queue data structure for storing stock market values.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Given a running stream of integers, you need to find median at any given instance? You need to solve it in O(1)?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. There is a matrix of 10 X 10 size ( or say 2d array), you need to find numbers which are common in all rows?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Find the longest palindrome of any given string?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Let say you are storing files on some folder, how can you track/check if same file is already stored while the user is uploading the file?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9. Given an array of size million, it only contains 0&#39;s and 1&#39;s . How can you sort this array in O(n)?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2016/02/some-technical-interview-questions.html</link><author>noreply@blogger.com (Anonymous)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-4047804543133102396</guid><pubDate>Tue, 05 Aug 2014 21:00:00 +0000</pubDate><atom:updated>2014-09-27T16:31:06.604-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">best programming languages</category><category domain="http://www.blogger.com/atom/ns#">programming languages</category><title>What Founders &amp; Companies says about different programming languages</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Let us overview about what founders of different companies says about different programming languages.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;Founder&lt;/b&gt; : Adam D&#39;Angelo&lt;br /&gt;
&lt;b&gt;Company : &lt;/b&gt;Quora - It i&lt;span style=&quot;background-color: white; color: #252525; font-family: sans-serif; font-size: 14.285714149475098px; line-height: 12.800000190734863px;&quot;&gt;s a question &amp;amp; answer website&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: sans-serif; font-size: 14.285714149475098px; line-height: 12.800000190734863px;&quot;&gt;where questions are created, answered, edited and organized by its community of users.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #252525; font-family: sans-serif; font-size: 14.285714149475098px; line-height: 12.800000190734863px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #252525; font-family: sans-serif; font-size: 14.285714149475098px; line-height: 12.800000190734863px;&quot;&gt;Source Quora&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #252525; font-family: sans-serif; font-size: 14.285714149475098px; line-height: 12.800000190734863px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #252525; font-family: sans-serif; font-size: 14.285714149475098px; line-height: 12.800000190734863px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;quora-content-embed&quot; data-name=&quot;Quora-Infrastructure/Why-did-Quora-choose-Python-for-its-development/answer/Adam-DAngelo/quote/1696929&quot;&gt;Read &lt;a class=&quot;quora-content-link&quot; data-embed=&quot;6xqB05o&quot; data-height=&quot;591&quot; data-id=&quot;1696929&quot; data-key=&quot;918503ae55cf6559d0f87c5abf0b2c63&quot; data-type=&quot;quote&quot; data-width=&quot;541&quot; href=&quot;http://www.quora.com/Quora-Infrastructure/Why-did-Quora-choose-Python-for-its-development/answer/Adam-DAngelo/quote/1696929&quot;&gt;Quote of Adam D&#39;Angelo&#39;s answer to Quora Infrastructure: Why did Quora choose Python for its development?&lt;/a&gt; on &lt;a href=&quot;http://www.quora.com/&quot;&gt;Quora&lt;/a&gt;&lt;script src=&quot;http://www.quora.com/widgets/content&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Founder : &lt;/b&gt;Charlie Cheever&lt;br /&gt;
&lt;b&gt;Company&lt;/b&gt; : Quora - It i&lt;span style=&quot;background-color: white; color: #252525; font-family: sans-serif; font-size: 14.285714149475098px; line-height: 12.800000190734863px;&quot;&gt;s a question &amp;amp; answer website&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: sans-serif; font-size: 14.285714149475098px; line-height: 12.800000190734863px;&quot;&gt;where questions are created, answered, edited and organized by its community of users.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #252525; font-family: sans-serif; font-size: 14.285714149475098px; line-height: 12.800000190734863px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: sans-serif; font-size: 14.285714149475098px; line-height: 12.800000190734863px;&quot;&gt;Source Quora&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #252525; font-family: sans-serif; font-size: 14.285714149475098px; line-height: 12.800000190734863px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;quora-content-embed&quot; data-name=&quot;Quora-Infrastructure/Why-did-Quora-choose-Python-for-its-development/answer/Charlie-Cheever/quote/1696936&quot;&gt;Read &lt;a class=&quot;quora-content-link&quot; data-embed=&quot;6xqB05o&quot; data-height=&quot;464&quot; data-id=&quot;1696936&quot; data-key=&quot;bd8afca889f966656ef85e6a4add2d90&quot; data-type=&quot;quote&quot; data-width=&quot;541&quot; href=&quot;http://www.quora.com/Quora-Infrastructure/Why-did-Quora-choose-Python-for-its-development/answer/Charlie-Cheever/quote/1696936&quot;&gt;Quote of Charlie Cheever&#39;s answer to Quora Infrastructure: Why did Quora choose Python for its development?&lt;/a&gt; on &lt;a href=&quot;http://www.quora.com/&quot;&gt;Quora&lt;/a&gt;&lt;script src=&quot;http://www.quora.com/widgets/content&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Company : &lt;/b&gt;Dropbox&lt;br /&gt;
What company says :&lt;br /&gt;
&lt;br /&gt;
Source HighScalability.com , for more details check this&amp;nbsp;&lt;a href=&quot;http://highscalability.com/blog/2011/3/14/6-lessons-from-dropbox-one-million-files-saved-every-15-minu.html&quot; target=&quot;_blank&quot;&gt;Scalability at Dropbox&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNhV3xB2FvW6nhAyKlAAqzg8cPJXoRtHmAt6Y5-hTli5ZCm3JwBujOqR6CY-OIgr4xj7Wkv3GlIYvByyDOqncNRUsc7j_SB6nVAQHRrb4btjuH23b67QIdGLP6JuL8XSm-e5Sf4E6tKCDw/s1600/Capture.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNhV3xB2FvW6nhAyKlAAqzg8cPJXoRtHmAt6Y5-hTli5ZCm3JwBujOqR6CY-OIgr4xj7Wkv3GlIYvByyDOqncNRUsc7j_SB6nVAQHRrb4btjuH23b67QIdGLP6JuL8XSm-e5Sf4E6tKCDw/s1600/Capture.PNG&quot; height=&quot;604&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNhV3xB2FvW6nhAyKlAAqzg8cPJXoRtHmAt6Y5-hTli5ZCm3JwBujOqR6CY-OIgr4xj7Wkv3GlIYvByyDOqncNRUsc7j_SB6nVAQHRrb4btjuH23b67QIdGLP6JuL8XSm-e5Sf4E6tKCDw/s1600/Capture.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNhV3xB2FvW6nhAyKlAAqzg8cPJXoRtHmAt6Y5-hTli5ZCm3JwBujOqR6CY-OIgr4xj7Wkv3GlIYvByyDOqncNRUsc7j_SB6nVAQHRrb4btjuH23b67QIdGLP6JuL8XSm-e5Sf4E6tKCDw/s1600/Capture.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNhV3xB2FvW6nhAyKlAAqzg8cPJXoRtHmAt6Y5-hTli5ZCm3JwBujOqR6CY-OIgr4xj7Wkv3GlIYvByyDOqncNRUsc7j_SB6nVAQHRrb4btjuH23b67QIdGLP6JuL8XSm-e5Sf4E6tKCDw/s1600/Capture.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNhV3xB2FvW6nhAyKlAAqzg8cPJXoRtHmAt6Y5-hTli5ZCm3JwBujOqR6CY-OIgr4xj7Wkv3GlIYvByyDOqncNRUsc7j_SB6nVAQHRrb4btjuH23b67QIdGLP6JuL8XSm-e5Sf4E6tKCDw/s1600/Capture.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRquKEVtJZvXYMrY47P965HJGNnie6MZQZoPEC1Jx1uFFBR0hwxYDzF9ao-_jLbzM8_Zq3Rysg9easvetMc94mLmJLOOLRNbyKzNy1xqOfUmSVfW1CrQ45U-VOE-RwkjWbtZ6TzgLUJS6z/s1600/dr.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; display: inline !important; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRquKEVtJZvXYMrY47P965HJGNnie6MZQZoPEC1Jx1uFFBR0hwxYDzF9ao-_jLbzM8_Zq3Rysg9easvetMc94mLmJLOOLRNbyKzNy1xqOfUmSVfW1CrQ45U-VOE-RwkjWbtZ6TzgLUJS6z/s1600/dr.PNG&quot; height=&quot;354&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;span style=&quot;font-size: small; text-align: left;&quot;&gt;Drew Houston at Dropbox DBX&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Founders&lt;/b&gt; : Jeff Atwood &amp;amp; Joel Spolsky&lt;br /&gt;
&lt;b&gt;Company :&lt;/b&gt; StackOverflow - Q/A website , specially for developers&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY3XPB7N4BoyMTkfZ6FDqCzIJyvuIeT0dmDleOCsIz5JZCBz5ObFbjOks3ph7Oal0zI4kGAIXzBZffMJL0VbVq-ZhDwYk_g-P5aJ60MdEGUZKbhCcMv5kl88piYAuX94-IgCn39GQF9UL5/s1600/Capture.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY3XPB7N4BoyMTkfZ6FDqCzIJyvuIeT0dmDleOCsIz5JZCBz5ObFbjOks3ph7Oal0zI4kGAIXzBZffMJL0VbVq-ZhDwYk_g-P5aJ60MdEGUZKbhCcMv5kl88piYAuX94-IgCn39GQF9UL5/s1600/Capture.PNG&quot; height=&quot;428&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #38761d;&quot;&gt;Jeff Atwood (Coding Horror) about .net &amp;amp; ruby at&amp;nbsp;&lt;a href=&quot;http://blog.codinghorror.com/why-ruby/&quot;&gt;Coding Horror&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Company :&lt;/b&gt; Twitter&lt;br /&gt;
Built on Ruby on Rails , but heard they might be changing there stack to Java.&lt;br /&gt;
http://techcrunch.com/2008/05/01/twitter-said-to-be-abandoning-ruby-on-rails/&lt;br /&gt;
&lt;br /&gt;
This i found somewhere on internet , which tells about relative runtimes of different programming languages.&lt;br /&gt;
Source :&amp;nbsp;&lt;a href=&quot;http://www.infoq.com/presentations/Scale-at-Facebook&quot; target=&quot;_blank&quot;&gt;Scale at facebook&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9AqElX4zeMxu7SqNA7CHR2fHD382Lw7efzMWqlV_xu-bHSbeqYRZKpb0TO2tnRrNvDr4IlQMnCwLzVBKkelFdFrkUeqVoIPxKVhFrpMz6Ofo1cr-HpdXIGKPNS9PWJq6Go5sqm6W3J0Yd/s1600/Capture.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9AqElX4zeMxu7SqNA7CHR2fHD382Lw7efzMWqlV_xu-bHSbeqYRZKpb0TO2tnRrNvDr4IlQMnCwLzVBKkelFdFrkUeqVoIPxKVhFrpMz6Ofo1cr-HpdXIGKPNS9PWJq6Go5sqm6W3J0Yd/s1600/Capture.PNG&quot; height=&quot;392&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2014/08/what-founders-says-about-different.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNhV3xB2FvW6nhAyKlAAqzg8cPJXoRtHmAt6Y5-hTli5ZCm3JwBujOqR6CY-OIgr4xj7Wkv3GlIYvByyDOqncNRUsc7j_SB6nVAQHRrb4btjuH23b67QIdGLP6JuL8XSm-e5Sf4E6tKCDw/s72-c/Capture.PNG" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-3795600060175412658</guid><pubDate>Mon, 21 Jul 2014 14:10:00 +0000</pubDate><atom:updated>2014-09-27T16:31:55.281-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Google now reminder service</category><title>Reminder service on Google Now</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Google recently added a reminder service on google now , by just typing - add/create reminder &amp;nbsp;&quot;to buy fruits&quot; , a setting box will open with more options for reminder . This is indeed a very easy &amp;amp; useful feature.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqNW_Zqa6yuNpePcX61YojHb1rehajrThIDME6N4UueCp-qNCFQQpM73O_lJ3A2TAXQwKvBAwt-s1frjz_SxvPTmDfilds-O3hfYSmnYH-yobDzfQ-3n1y3_R7slkKimBGKL1cyw6AHjaK/s1600/unnamed.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqNW_Zqa6yuNpePcX61YojHb1rehajrThIDME6N4UueCp-qNCFQQpM73O_lJ3A2TAXQwKvBAwt-s1frjz_SxvPTmDfilds-O3hfYSmnYH-yobDzfQ-3n1y3_R7slkKimBGKL1cyw6AHjaK/s1600/unnamed.png&quot; height=&quot;640&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2014/07/reminder-service-on-google-now.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqNW_Zqa6yuNpePcX61YojHb1rehajrThIDME6N4UueCp-qNCFQQpM73O_lJ3A2TAXQwKvBAwt-s1frjz_SxvPTmDfilds-O3hfYSmnYH-yobDzfQ-3n1y3_R7slkKimBGKL1cyw6AHjaK/s72-c/unnamed.png" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-3374327522862372062</guid><pubDate>Wed, 09 Jul 2014 12:56:00 +0000</pubDate><atom:updated>2014-09-27T16:41:34.505-07:00</atom:updated><title>Tips &amp; Tricks for Everday Life</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Recently , i got the chance to read an amazing post on quora which tells about tips &amp;amp; tricks which we can learn in 10 minutes that could be useful for rest of our life.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjsPoM3ZRe_Bp2fbCLixlgNIniFZFFTy7KCHCh1Da305zOUmHPuRWCJwhgnbzXZam_6Z2WTaWGeUi5tTaRR1yPQLBKHzwD3qzJxAQ9EKLVHf_VMfW-MXia1zKplW_A8bOHaHjv0gbAZr-k/s1600/Capture.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjsPoM3ZRe_Bp2fbCLixlgNIniFZFFTy7KCHCh1Da305zOUmHPuRWCJwhgnbzXZam_6Z2WTaWGeUi5tTaRR1yPQLBKHzwD3qzJxAQ9EKLVHf_VMfW-MXia1zKplW_A8bOHaHjv0gbAZr-k/s1600/Capture.PNG&quot; height=&quot;507&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Check this out at&amp;nbsp;&lt;a href=&quot;http://www.quora.com/Tips-and-Hacks-for-Everyday-Life/What-can-I-learn-right-now-in-just-10-minutes-that-could-be-useful-for-the-rest-of-my-life&quot; target=&quot;_blank&quot;&gt;Tips and Hacks for Everyday Life&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2014/07/tips-tricks-for-everday-life.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjsPoM3ZRe_Bp2fbCLixlgNIniFZFFTy7KCHCh1Da305zOUmHPuRWCJwhgnbzXZam_6Z2WTaWGeUi5tTaRR1yPQLBKHzwD3qzJxAQ9EKLVHf_VMfW-MXia1zKplW_A8bOHaHjv0gbAZr-k/s72-c/Capture.PNG" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-1103388824631240410</guid><pubDate>Sun, 08 Dec 2013 09:28:00 +0000</pubDate><atom:updated>2014-09-27T16:43:52.751-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">save as pdf</category><category domain="http://www.blogger.com/atom/ns#">Webpage to PDF</category><title>Turning Every webpage into PDF</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Now you can turn every web page into PDF format using a simple chrome app&amp;nbsp;&lt;b&gt;&lt;a href=&quot;https://chrome.google.com/webstore/detail/save-as-pdf/kpdjmbiefanbdgnkcikhllpmjnnllbbc?hl=en&quot; target=&quot;_blank&quot;&gt;Save as pdf&lt;/a&gt;.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7P-TF4nxQYIOx2qg5nsdshfwdAvgVwgCyzOBOf0QScJKyjk5aNysPUv30N1dA5r2qsLMem8Hv-gCPPdpLgnmX6ZIjpvd7jSqu3T-3rDGtTdDaa7nolKZp8eWAuuPmdnjep3-P2QDl7mNT/s1600/1.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7P-TF4nxQYIOx2qg5nsdshfwdAvgVwgCyzOBOf0QScJKyjk5aNysPUv30N1dA5r2qsLMem8Hv-gCPPdpLgnmX6ZIjpvd7jSqu3T-3rDGtTdDaa7nolKZp8eWAuuPmdnjep3-P2QDl7mNT/s640/1.JPG&quot; height=&quot;398&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In my previous post&amp;nbsp;&lt;a href=&quot;http://mbworks.blogspot.in/2013/08/making-your-browser-notepad.html&quot; target=&quot;_blank&quot;&gt;Making your browser a notepad&lt;/a&gt;&amp;nbsp;, you can see that using chrome , we can also save any webpage into PDF easily.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/12/turning-every-webpage-into-pdf.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7P-TF4nxQYIOx2qg5nsdshfwdAvgVwgCyzOBOf0QScJKyjk5aNysPUv30N1dA5r2qsLMem8Hv-gCPPdpLgnmX6ZIjpvd7jSqu3T-3rDGtTdDaa7nolKZp8eWAuuPmdnjep3-P2QDl7mNT/s72-c/1.JPG" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-1065780288260352882</guid><pubDate>Sat, 02 Nov 2013 04:24:00 +0000</pubDate><atom:updated>2014-09-27T16:32:35.936-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Google chromecast</category><category domain="http://www.blogger.com/atom/ns#">photos on your t.v through chromecast.</category><category domain="http://www.blogger.com/atom/ns#">stream videos</category><title>Making your T.V Smart with $35 using Chromecast</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrs2lmVqw0YFPji77LniTj1I6TZx-s6Q5AHxBwrTWgde_ioDZ6xYv_SHdI1Kr_dEIzpjEFZLMRAF07BNlcBeBPBUtEao7QvLHCI9uToo-se8lKV-sy2qzgRaeuG0oPxKfMJZg4hMfGn6Aj/s1600/chrome.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrs2lmVqw0YFPji77LniTj1I6TZx-s6Q5AHxBwrTWgde_ioDZ6xYv_SHdI1Kr_dEIzpjEFZLMRAF07BNlcBeBPBUtEao7QvLHCI9uToo-se8lKV-sy2qzgRaeuG0oPxKfMJZg4hMfGn6Aj/s320/chrome.JPG&quot; height=&quot;320&quot; width=&quot;313&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Chromecast is a digital media streaming adapter developed by Google &amp;amp; available for just $35 at leading ecommerce sites . You just need to plug it in HDMI port of your T.V &amp;amp; you can easily stream videos/photos/surf internet from your laptop or any android device right in your T.V via Wifi from internet or local network .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
You can find Google Chrome extension for chromecast at the link&amp;nbsp;&lt;a href=&quot;https://chrome.google.com/webstore/detail/google-cast/boadgeojelhgndaghljhdicfkmllpafd?hl&quot; target=&quot;_blank&quot;&gt;Chrome Cast Extension&lt;/a&gt;&amp;nbsp;. You just need to&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
have latest chrome browser on your laptop/desktop to install this extension &amp;amp; then you can easily stream your laptop content on your T.V.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHnzFIghnYf8f7B4ghe9AWG1kZAWilC0TLYtH0GeEm9wnYKDf_XltTctcQs5GA-tM2KogcXbUiGluYOhW9mKjf6r40piqTLZjA05PpUpAQ5-kPP7mrL2q9AgJneeU1uke7OyzVENqe0Mmv/s1600/chrome.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHnzFIghnYf8f7B4ghe9AWG1kZAWilC0TLYtH0GeEm9wnYKDf_XltTctcQs5GA-tM2KogcXbUiGluYOhW9mKjf6r40piqTLZjA05PpUpAQ5-kPP7mrL2q9AgJneeU1uke7OyzVENqe0Mmv/s640/chrome.JPG&quot; height=&quot;418&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/11/making-your-tv-smart-with-35-using.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrs2lmVqw0YFPji77LniTj1I6TZx-s6Q5AHxBwrTWgde_ioDZ6xYv_SHdI1Kr_dEIzpjEFZLMRAF07BNlcBeBPBUtEao7QvLHCI9uToo-se8lKV-sy2qzgRaeuG0oPxKfMJZg4hMfGn6Aj/s72-c/chrome.JPG" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-6253489163689394864</guid><pubDate>Sat, 26 Oct 2013 17:08:00 +0000</pubDate><atom:updated>2013-10-26T10:09:07.325-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Chrome apps</category><category domain="http://www.blogger.com/atom/ns#">chrome web store</category><title>Chrome apps to access from your windows desktop</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhV-lgOg2jCYghAwO8EiS9m0lBTWMO6WtGTuAHhfjYfUw4civDUSOrtjNFaGn9OXoDkssbdkjzghXgyN3JksL6KvhX3SIl-81gA2LuaRRJH0HP6YyfVJJwokbhKKJxhLqNmYG2uMxis9gDy/s1600/chrome.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;136&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhV-lgOg2jCYghAwO8EiS9m0lBTWMO6WtGTuAHhfjYfUw4civDUSOrtjNFaGn9OXoDkssbdkjzghXgyN3JksL6KvhX3SIl-81gA2LuaRRJH0HP6YyfVJJwokbhKKJxhLqNmYG2uMxis9gDy/s640/chrome.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Google chrome apps now can work in a similar way as other desktop based apps by just pinning the chrome web store link to your windows taskbar.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
For this you need to update your chrome browser &amp;amp; install any new offline app from chrome store.Chrome browser will automatically add a link to your taskbar to access your app.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5rH9zGSa1nsEPCK8L5-csfwg0l5qZ7fUB73aRXq6zyL5RMkYulWyAhjKV8soDrWqguby4wcO0e0jfguUK2IS-Er3v5nEUEIMsNuKUkJpJSrSmhsY5QDiwj4X_t8gv9cIfvslOTN8plAvX/s1600/screen.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;358&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5rH9zGSa1nsEPCK8L5-csfwg0l5qZ7fUB73aRXq6zyL5RMkYulWyAhjKV8soDrWqguby4wcO0e0jfguUK2IS-Er3v5nEUEIMsNuKUkJpJSrSmhsY5QDiwj4X_t8gv9cIfvslOTN8plAvX/s640/screen.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/10/new-way-for-using-with-chrome-apps.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhV-lgOg2jCYghAwO8EiS9m0lBTWMO6WtGTuAHhfjYfUw4civDUSOrtjNFaGn9OXoDkssbdkjzghXgyN3JksL6KvhX3SIl-81gA2LuaRRJH0HP6YyfVJJwokbhKKJxhLqNmYG2uMxis9gDy/s72-c/chrome.JPG" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-8268895968206939644</guid><pubDate>Tue, 10 Sep 2013 08:34:00 +0000</pubDate><atom:updated>2014-09-27T16:32:54.851-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Google search shortcuts</category><category domain="http://www.blogger.com/atom/ns#">Google search tips &amp; tricks</category><title>Google search tips &amp; tricks</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Here are some google search tips &amp;amp; tricks which we can use to make our search more relevant &amp;amp; powerful.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Search for exact phrase or word&lt;/h3&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
When you type your search like -&amp;nbsp;&lt;b style=&quot;color: #38761d;&quot;&gt;where can i found good blogs&amp;nbsp;&lt;/b&gt;, google split this phrase into each words &amp;amp; ignoring grammar &amp;amp; helping verbs (&quot;are&quot; , &quot;is&quot; , &quot;the&quot; etc..)&lt;b style=&quot;color: #38761d;&quot;&gt;&amp;nbsp;&lt;/b&gt;, then look into there database for these words (&quot;where&quot; , &quot;found&quot; , &quot;good&quot; , &quot;blogs&quot; ) &amp;amp; fetch results according to some algorithms , hence showing relevant search results.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
So when you want to search exact phrase without splitting sentence into words you can type your search like this &lt;b&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&quot;where i can found good blogs&quot;&lt;/span&gt;&amp;nbsp;.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-SlZZYcFvod726JFTPSHANZCNfZPVlp9VBGM4zny4eY5dzZLY8_haZbEDpcpDGRveTg7q4SwFOX896OcS8xik9VQhfu6OdQH0KuSO6q8l1ZI-ZtcqZvX4mGpjWvyCAJ5k1SnaqfewBfVq/s1600/google1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-SlZZYcFvod726JFTPSHANZCNfZPVlp9VBGM4zny4eY5dzZLY8_haZbEDpcpDGRveTg7q4SwFOX896OcS8xik9VQhfu6OdQH0KuSO6q8l1ZI-ZtcqZvX4mGpjWvyCAJ5k1SnaqfewBfVq/s640/google1.PNG&quot; height=&quot;406&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Search from specific website&lt;/h3&gt;
&lt;div&gt;
If you want to search from specific website only you can use this method:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbeEvG_f4pjJ31WgAPeAOMnF6NKm8_CzlLp4G0hsBpfR4s2miTNNKnyrHr9QChPucLlSwH2M3zM9AGW-M5XUH57w4Q8N-bhLWol56ewg4MEoo7qgkdgDNl2UzdLxZuJzr1t_jZuGIT0W2O/s1600/google1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbeEvG_f4pjJ31WgAPeAOMnF6NKm8_CzlLp4G0hsBpfR4s2miTNNKnyrHr9QChPucLlSwH2M3zM9AGW-M5XUH57w4Q8N-bhLWol56ewg4MEoo7qgkdgDNl2UzdLxZuJzr1t_jZuGIT0W2O/s640/google1.PNG&quot; height=&quot;421&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Search for flight times giving source &amp;amp; destination&lt;/h3&gt;
&lt;div&gt;
Type - &lt;span style=&quot;color: #38761d; font-weight: bold;&quot;&gt;&quot;flights from New york to San Francisco&quot; &lt;/span&gt;to get list of flight timings for the day.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFbUO9fXDjl2tlzoj4hA70GtrJ-TxNRprCP0tuCzmGF0svge_tRiJoTHD8NRN9BV4tdhqOrisfuUVlppWzFbFSQm6YxZI7VZ2MQhV2t_f59nzc-3yW6iE_mbFvALg88RLDQThrP13b3WfY/s1600/flights.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFbUO9fXDjl2tlzoj4hA70GtrJ-TxNRprCP0tuCzmGF0svge_tRiJoTHD8NRN9BV4tdhqOrisfuUVlppWzFbFSQm6YxZI7VZ2MQhV2t_f59nzc-3yW6iE_mbFvALg88RLDQThrP13b3WfY/s640/flights.PNG&quot; height=&quot;410&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFbUO9fXDjl2tlzoj4hA70GtrJ-TxNRprCP0tuCzmGF0svge_tRiJoTHD8NRN9BV4tdhqOrisfuUVlppWzFbFSQm6YxZI7VZ2MQhV2t_f59nzc-3yW6iE_mbFvALg88RLDQThrP13b3WfY/s1600/flights.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;Search Local Food/Hotel/business&lt;/b&gt;&lt;/h3&gt;
&lt;br /&gt;
You can search Local Business by searching this way &quot;Pizza place Dallas&quot;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiP4N_OUXO4DO8LFHKr2f_nEJnzzDg8_2q4qtXTOvYywO0q9LGrYREduVpGdQYIIa4wBpa_IVU3AAsdcSOM3RCXxH_6whACMHt2waI-mo3jnnNr8ka3y5OHAxPpD8J1ezAjRU1OrF3-75J7/s1600/food.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiP4N_OUXO4DO8LFHKr2f_nEJnzzDg8_2q4qtXTOvYywO0q9LGrYREduVpGdQYIIa4wBpa_IVU3AAsdcSOM3RCXxH_6whACMHt2waI-mo3jnnNr8ka3y5OHAxPpD8J1ezAjRU1OrF3-75J7/s640/food.PNG&quot; height=&quot;500&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Checking flight status&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8MlSkENNrwQyYhAEWolVhz2HiL0DQgJlty0zlDN-qWS8HvZkq_3TMiXWs0cT5Ar9BG5NX9tgAw9Z5t_nkfywhMgN8YXiJWem311oNd4BHvffkL-5M6rzvReAJ-RntAZgOM9OplVnIoTWw/s1600/1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8MlSkENNrwQyYhAEWolVhz2HiL0DQgJlty0zlDN-qWS8HvZkq_3TMiXWs0cT5Ar9BG5NX9tgAw9Z5t_nkfywhMgN8YXiJWem311oNd4BHvffkL-5M6rzvReAJ-RntAZgOM9OplVnIoTWw/s640/1.PNG&quot; height=&quot;280&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;Searching all albums by artist&lt;/b&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrU60PAoOMQZ2M7VKgqAxfF4pU5fBzPPNw9ylm3UPxoFNhshnsK3_Jx-JYNdtEBSSVA4HX14dEpXJde_Txj9nC2qJWODZ8jYszL_0icC69Rp9er2DFSG1Y-hlR_6VazdLGU0ubdGJ_enGo/s1600/1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrU60PAoOMQZ2M7VKgqAxfF4pU5fBzPPNw9ylm3UPxoFNhshnsK3_Jx-JYNdtEBSSVA4HX14dEpXJde_Txj9nC2qJWODZ8jYszL_0icC69Rp9er2DFSG1Y-hlR_6VazdLGU0ubdGJ_enGo/s640/1.PNG&quot; height=&quot;226&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Searching Movies in 2012 (any year)&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwTMWBF2FRmH44c_kWiw6H0s3x_YzyRN01oeH36yPhLvYR_jchy2eoJrlaBVYDoNVZ0ML6jCVlJehlxWopsJwrYgaQnEgGecblYSos6LRKuR7SVdrXYN2Tlr4L2barWgdYAd-rTy-vQtFj/s1600/1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwTMWBF2FRmH44c_kWiw6H0s3x_YzyRN01oeH36yPhLvYR_jchy2eoJrlaBVYDoNVZ0ML6jCVlJehlxWopsJwrYgaQnEgGecblYSos6LRKuR7SVdrXYN2Tlr4L2barWgdYAd-rTy-vQtFj/s640/1.PNG&quot; height=&quot;278&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Creating graph for any function&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6sT8YYDRO3HThBm1H3W3yvVql0-rnCEqWE74iOuMdGosYPeC56WF3C1s2gc7GYSYwR13AhWeowjVvUJcPgl5jO4vAqt10EPQR3hyBQqxttIdnXDeNWLvpk_Zx6JgpAWwFAP3NrZwXqqJ5/s1600/1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6sT8YYDRO3HThBm1H3W3yvVql0-rnCEqWE74iOuMdGosYPeC56WF3C1s2gc7GYSYwR13AhWeowjVvUJcPgl5jO4vAqt10EPQR3hyBQqxttIdnXDeNWLvpk_Zx6JgpAWwFAP3NrZwXqqJ5/s640/1.PNG&quot; height=&quot;336&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;2-D &amp;nbsp;Graph&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRRUrqEhWb59thyn_QeRBVOB_SCzo_dEDLl3ki9-qg6vtX4tuoBGS8PiA8P2baGSpvF0eH0u-gmPz6cjpdPFwqEh8HhktHD-EPJjbr-SsJBKNEYr2ZATwbaDc9I8K7W4dTscvNifDqregd/s1600/1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRRUrqEhWb59thyn_QeRBVOB_SCzo_dEDLl3ki9-qg6vtX4tuoBGS8PiA8P2baGSpvF0eH0u-gmPz6cjpdPFwqEh8HhktHD-EPJjbr-SsJBKNEYr2ZATwbaDc9I8K7W4dTscvNifDqregd/s640/1.PNG&quot; height=&quot;432&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Getting Direction from your current location&lt;/h3&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYpg-xcueEzNSe1b3iHHqmgKc0VsmWSAdt8Hb-N4sMpywdEQWJ_0vJUJ-2mKhyphenhyphenQ7N5e18bnQ-S653I-FoDCjGvnHAjzeEjb1k1khchpD9OuJzSg7lS4MvH8za4C6GMYcJSSAqXMSetzHK3/s1600/firefox.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYpg-xcueEzNSe1b3iHHqmgKc0VsmWSAdt8Hb-N4sMpywdEQWJ_0vJUJ-2mKhyphenhyphenQ7N5e18bnQ-S653I-FoDCjGvnHAjzeEjb1k1khchpD9OuJzSg7lS4MvH8za4C6GMYcJSSAqXMSetzHK3/s640/firefox.jpg&quot; height=&quot;324&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/09/google-search-tips-tricks.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-SlZZYcFvod726JFTPSHANZCNfZPVlp9VBGM4zny4eY5dzZLY8_haZbEDpcpDGRveTg7q4SwFOX896OcS8xik9VQhfu6OdQH0KuSO6q8l1ZI-ZtcqZvX4mGpjWvyCAJ5k1SnaqfewBfVq/s72-c/google1.PNG" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-4125661113545815356</guid><pubDate>Wed, 04 Sep 2013 16:40:00 +0000</pubDate><atom:updated>2014-09-27T16:37:14.703-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">online teaching</category><category domain="http://www.blogger.com/atom/ns#">online teaching without using screen capture video softwares.</category><category domain="http://www.blogger.com/atom/ns#">teaching with PPTs</category><title>Amazing use of skydrive and PPT for online teaching</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
It is very common that when we try to learn something from web , we mostly visit google with relevant search or youtube to get some more moving/realistic picture with sound so that learning becomes more understandable &amp;amp; interesting.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Generally Tutors give online lessons on any topic with the help &lt;b&gt;PPTs or notepad&lt;/b&gt; &amp;amp; running &lt;b&gt;camstudio&lt;/b&gt; (most popularly used for desktop screen video) at background to capture video on screen plus sound. Then they optimize/compress that captured video so that they can be uploaded to youtube fast &amp;amp; also can be viewed by users without much buffering.So you can observe the amount of time &amp;amp; work goes into this.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Today , i will share some awesome stuff that teachers or any tutor can use to deliver online videos without much work and also of &amp;nbsp;less memory size .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtARdPbB7YIR5i2CpljpXivlHASrHhiTbXaycL8B0U39Y8lPbQDyBKAB3EU_BkRMk_BkutZNNmfAnIDyLNQDyTAyDtOrDuLrsUGfTh63JgNAMUB_n4m4cQjtA0GzkXaOLwikUvMbyXlvqq/s1600/online+teaching.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtARdPbB7YIR5i2CpljpXivlHASrHhiTbXaycL8B0U39Y8lPbQDyBKAB3EU_BkRMk_BkutZNNmfAnIDyLNQDyTAyDtOrDuLrsUGfTh63JgNAMUB_n4m4cQjtA0GzkXaOLwikUvMbyXlvqq/s640/online+teaching.jpg&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Online teaching with the help of skydrive&amp;nbsp;+ PPTs&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://www.blogger.com/null&quot; name=&quot;more&quot;&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Follow these steps :&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;Make a ppt on your desktop , adding any number of slides.&lt;/li&gt;
&lt;li&gt;Then add your pre existing sound recording or you can record slide wise sound from this button (&amp;nbsp;&lt;b&gt;Record Narration&amp;nbsp;&lt;/b&gt;) as shown in the picture&lt;b&gt;.&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
&amp;nbsp; &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiih-QezbqNrrPkQvlydlT0RvRimHh2Qck63XziWI5MNkVrWlwzhvLJHyYvfrhNrDXJgWyqKQFjbfEcmad29X9HCx_4lO7R5KhJP3Rei1QNbixTUF0T3R2-dMWTEt-eEdMjwbaUzPByPyZT/s1600/pptplussound.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiih-QezbqNrrPkQvlydlT0RvRimHh2Qck63XziWI5MNkVrWlwzhvLJHyYvfrhNrDXJgWyqKQFjbfEcmad29X9HCx_4lO7R5KhJP3Rei1QNbixTUF0T3R2-dMWTEt-eEdMjwbaUzPByPyZT/s640/pptplussound.PNG&quot; height=&quot;384&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
( 3 ) Now upload this PPT in skydrive , &lt;a href=&quot;http://mbworks.blogspot.in/2013/08/embed-presentation-on-your-website-or.html&quot; target=&quot;_blank&quot;&gt;i already posted this part before&lt;/a&gt;.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
( 4 ) Now you can embed ppt on your website or blog. And it is ready to show slides along with your sound&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;recording.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Note : For now skydrive only supports the size of sound recording per slide less than 30-40kb. In future we can hope for more size.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/09/amazing-use-of-skydrive-and-ppt-for.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtARdPbB7YIR5i2CpljpXivlHASrHhiTbXaycL8B0U39Y8lPbQDyBKAB3EU_BkRMk_BkutZNNmfAnIDyLNQDyTAyDtOrDuLrsUGfTh63JgNAMUB_n4m4cQjtA0GzkXaOLwikUvMbyXlvqq/s72-c/online+teaching.jpg" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-6307486629601748483</guid><pubDate>Sun, 01 Sep 2013 06:35:00 +0000</pubDate><atom:updated>2014-09-27T16:33:14.273-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Notification bar for google chrome browser</category><title>Turn your Google Chrome Browser into an amazing notification bar</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
You can now turn your chrome browser into an amazing notification bar by just installing this extension (&amp;nbsp;&lt;a href=&quot;https://chrome.google.com/webstore/detail/knew-tab-new-tab-page/dihdhbgblcanlnofljpmhmlhhlfmpdji&quot; target=&quot;_blank&quot;&gt;Knew Tab&lt;/a&gt;&amp;nbsp;) from chrome store .&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuaAtWuZPwHxdD2DqriduS2cox9h6RRvjx2pgx0i87E_76tsAEU75RnaM-4tDEMiSplPpSg9nYND85MrbkXaTnnGEO51Qlv8iVAUbgqJS-rWrU8kksXLewfGD27zB_SW9Er28XuSfBVOUb/s1600/firefox.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuaAtWuZPwHxdD2DqriduS2cox9h6RRvjx2pgx0i87E_76tsAEU75RnaM-4tDEMiSplPpSg9nYND85MrbkXaTnnGEO51Qlv8iVAUbgqJS-rWrU8kksXLewfGD27zB_SW9Er28XuSfBVOUb/s640/firefox.jpg&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Knew Tab Extension for Google Chrome Browser&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
After installing this extension , whenever you will open a new tab it will show this notification bar where you can see general updates like time news , temperature etc. Also great feature of this extension is that whenever you open your other accounts like facebook , gmail in other tabs , it will pick title header of their site page &amp;amp; show &lt;b&gt;notifications&lt;/b&gt; right into this extension without signing up with any account for this extension.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/08/turn-your-google-chrome-browser-into.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuaAtWuZPwHxdD2DqriduS2cox9h6RRvjx2pgx0i87E_76tsAEU75RnaM-4tDEMiSplPpSg9nYND85MrbkXaTnnGEO51Qlv8iVAUbgqJS-rWrU8kksXLewfGD27zB_SW9Er28XuSfBVOUb/s72-c/firefox.jpg" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-6983524009192340052</guid><pubDate>Sun, 01 Sep 2013 06:07:00 +0000</pubDate><atom:updated>2014-09-27T16:33:28.139-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Browser notepad</category><category domain="http://www.blogger.com/atom/ns#">HTML5 Notepad</category><title>Making your browser a notepad</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;
Using &lt;b&gt;HTML5 ,&lt;/b&gt; you can turn your browser into a notepad by just writing a single line of code in your browser url textbox. Type in&amp;nbsp;&lt;a href=&quot;data:text/html, &amp;lt;html contenteditable&amp;gt;&quot; target=&quot;_blank&quot;&gt;data:text/html, &amp;lt;html contenteditable&amp;gt;&lt;/a&gt;&amp;nbsp;&amp;amp; your browser will turn into a simple notepad.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #0b5394;&quot;&gt;What things you can do with this browser notepad :&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;You can save text using &lt;b&gt;CTRL + S&amp;nbsp;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;You can print your text right from your browser&lt;/li&gt;
&lt;li&gt;You can increase text size by pressing CTRL + mouse scroll&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
It have limited functionality , but still can be used sometimes.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEuW3jX3IeoFfnJRNGvPxCdKmsu3okwFqrKNN0foJrl7B0QKtPaxfdf4l6EFZ9zlE46pcoOQU_Gl9UGgWPxdSeKSm9hnNKlDMvaAFoDAEJtLoAHh2tujznmtIlDBqK20ZeaixUcBj-yNsR/s1600/firefox.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEuW3jX3IeoFfnJRNGvPxCdKmsu3okwFqrKNN0foJrl7B0QKtPaxfdf4l6EFZ9zlE46pcoOQU_Gl9UGgWPxdSeKSm9hnNKlDMvaAFoDAEJtLoAHh2tujznmtIlDBqK20ZeaixUcBj-yNsR/s640/firefox.jpg&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
One more functionality we can use chome notepad is saving any content from web into pdf format.&lt;br /&gt;
You can pick (copy) content from other sites &amp;amp; place (paste) on this notepad.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLNc1W2l9_yelb9H5nSQ9dY5orgRi3qHfJO2cAfWNMznbw0cyXHQh_skob1tCO_mLj1HfFy9tsahXiDbGK3FdZ4ozRWfI2WnXXP35XVk38yysM6v5f4S95CnoX7Id1P4YkXnnQYGROOrgZ/s1600/chome.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLNc1W2l9_yelb9H5nSQ9dY5orgRi3qHfJO2cAfWNMznbw0cyXHQh_skob1tCO_mLj1HfFy9tsahXiDbGK3FdZ4ozRWfI2WnXXP35XVk38yysM6v5f4S95CnoX7Id1P4YkXnnQYGROOrgZ/s1600/chome.png&quot; height=&quot;438&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now press CTRL&amp;nbsp;+ P , chrome will open print preview for the page. Change output type from printer to PDF , now you can save the page as PDF.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCghSnEkCeeqI0C7EPQNzL3P9NDI6eBNRzw0lWYAVBw2Pz6QW939Nd677oADvxdgc2efWDopu_AxGqRmF7tcRhB9u05AyC4t1tAgms5lLsnXr6qFcVrQuzj3AOtqvqLUy4u6y1iQPyv9Oh/s1600/chome.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCghSnEkCeeqI0C7EPQNzL3P9NDI6eBNRzw0lWYAVBw2Pz6QW939Nd677oADvxdgc2efWDopu_AxGqRmF7tcRhB9u05AyC4t1tAgms5lLsnXr6qFcVrQuzj3AOtqvqLUy4u6y1iQPyv9Oh/s1600/chome.png&quot; height=&quot;364&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This can be useful &amp;amp; pretty easy too when you are trying to create some documents on the go.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/08/making-your-browser-notepad.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEuW3jX3IeoFfnJRNGvPxCdKmsu3okwFqrKNN0foJrl7B0QKtPaxfdf4l6EFZ9zlE46pcoOQU_Gl9UGgWPxdSeKSm9hnNKlDMvaAFoDAEJtLoAHh2tujznmtIlDBqK20ZeaixUcBj-yNsR/s72-c/firefox.jpg" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-1052492496761121213</guid><pubDate>Sat, 31 Aug 2013 21:18:00 +0000</pubDate><atom:updated>2014-09-27T16:33:42.857-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Embed PPT on your website</category><category domain="http://www.blogger.com/atom/ns#">skydrive feature</category><title>Embed presentations on your website or blog using skydrive</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
You can now embed presentations on websites by uploading PPT created from desktop client &amp;amp; upload it to skydrive.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;How :&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
( 1 ) Create PPT from Microsoft Power Point .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
( 2 ) Upload that .pptx file to your skydrive account &amp;amp; mark that folder or file as public.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAMoWIQYqjb0skktUdJ49UagCSg804tINIpCnCS0DiH44IV3_xg3kxvQAqtak-MmAuO2k04WgALgneST5jwLBEHrLUeZjX0N1BE3HHcVf1SRykrU7Iwq3jYjDeM7SiewIfUCWiiir8AFLD/s1600/sky1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: justify;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAMoWIQYqjb0skktUdJ49UagCSg804tINIpCnCS0DiH44IV3_xg3kxvQAqtak-MmAuO2k04WgALgneST5jwLBEHrLUeZjX0N1BE3HHcVf1SRykrU7Iwq3jYjDeM7SiewIfUCWiiir8AFLD/s640/sky1.PNG&quot; height=&quot;254&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAMoWIQYqjb0skktUdJ49UagCSg804tINIpCnCS0DiH44IV3_xg3kxvQAqtak-MmAuO2k04WgALgneST5jwLBEHrLUeZjX0N1BE3HHcVf1SRykrU7Iwq3jYjDeM7SiewIfUCWiiir8AFLD/s1600/sky1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAMoWIQYqjb0skktUdJ49UagCSg804tINIpCnCS0DiH44IV3_xg3kxvQAqtak-MmAuO2k04WgALgneST5jwLBEHrLUeZjX0N1BE3HHcVf1SRykrU7Iwq3jYjDeM7SiewIfUCWiiir8AFLD/s1600/sky1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
( 3 ) Get the embed code &amp;amp; paste it into your website or blog , And now you can see your ppt on web &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; browser without installing any addon or writing any code .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBrU3A8U_HlFRlhQV6xwJaDtdf8tKWhi-y46rooapJfPwIITMfpcCRdhUjFZ_skFjmuRhj0QiVZi95W2EsXMDERT9fUWflsjWOJDqkOLGsdfN44rGnSyhKlyRtUclt-2aZ4EmOGdV2Aa0A/s1600/sky1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBrU3A8U_HlFRlhQV6xwJaDtdf8tKWhi-y46rooapJfPwIITMfpcCRdhUjFZ_skFjmuRhj0QiVZi95W2EsXMDERT9fUWflsjWOJDqkOLGsdfN44rGnSyhKlyRtUclt-2aZ4EmOGdV2Aa0A/s640/sky1.PNG&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/08/embed-presentation-on-your-website-or.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAMoWIQYqjb0skktUdJ49UagCSg804tINIpCnCS0DiH44IV3_xg3kxvQAqtak-MmAuO2k04WgALgneST5jwLBEHrLUeZjX0N1BE3HHcVf1SRykrU7Iwq3jYjDeM7SiewIfUCWiiir8AFLD/s72-c/sky1.PNG" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-8390878873377393979</guid><pubDate>Sat, 31 Aug 2013 20:39:00 +0000</pubDate><atom:updated>2014-09-27T16:33:56.814-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Flipboard Magazines</category><title>Create amazing magazines on web using Flipboard</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;https://flipboard.com/&quot; target=&quot;_blank&quot;&gt;Flipboard&lt;/a&gt;&amp;nbsp;is a ios , android app for reading latest articles/content collected from various websites &amp;amp; blogs in the most beautiful form.You will definitely enjoy &amp;amp; love the way content is presented on this app . Along with contents you can also sync your other accounts like twitter , facebook , instagram etc.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Few months back Flipboard launched the magazine feature on which we can create our own magazine by just adding links/urls to the magazine we created with suitable title &amp;amp; description &amp;amp; making it public or private so that others can read or share.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjejf5WPFAmQejhSyLu-__pt8_39PfCrO0AWukl1nlqZLPBCUqTL1aLY1yJyCM0PLmvtOF9DAbadasE-mcmINwR2gefRH7trVk6oO1TuBbXB5_liBz6UVuZdBc7VAO3DlOFjWPJoaQXtc_a/s1600/flipboard.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjejf5WPFAmQejhSyLu-__pt8_39PfCrO0AWukl1nlqZLPBCUqTL1aLY1yJyCM0PLmvtOF9DAbadasE-mcmINwR2gefRH7trVk6oO1TuBbXB5_liBz6UVuZdBc7VAO3DlOFjWPJoaQXtc_a/s640/flipboard.PNG&quot; height=&quot;306&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Just few days back Flipboard launched web version of Flipboard magazine which means what we created (magazine) &amp;nbsp;on app can be viewed on web browser. Have a look at this &amp;amp; you will get what i mean&amp;nbsp;&lt;a href=&quot;https://flipboard.com/section/indie-electronics-bSeP2b?utm_source=fbcom&amp;amp;utm_medium=hpfeaturette&amp;amp;utm_campaign=magswelove&amp;amp;utm_content=category_techandscience&quot; target=&quot;_blank&quot;&gt;Indie Electronics Flipboard Magazine&lt;/a&gt;&amp;nbsp;.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;b style=&quot;text-align: left;&quot;&gt;Innovative use of this feature&lt;/b&gt;&lt;/h2&gt;
&lt;div&gt;
You can use this feature and create amazing magazines by adding best links from your own website or blogs and generate magazine url and put on website header so that other can see &amp;amp; know about your website with amazing flips.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
One drawback is that you need to create account from ios / android app , then only you can add links from your desktop browser to the magazine you created.&lt;/div&gt;
&lt;div&gt;
To add links from your desktop browser , check this&amp;nbsp;&lt;a href=&quot;https://share.flipboard.com/&quot; target=&quot;_blank&quot;&gt;instruction&lt;/a&gt; on Flipboard site.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLlTOx4VB9RMlDMNf1KgW7M0TJaoyA4XkIHnUuKH0uOw9lNqmP3ubistdudTlRd8hV85LP0mHK5I38Mfbu8-olRCWSC0aNjiZFLT_xWrsDH_yKXw0KZ-T89mZZvFTuEhMU9MOxcwhyUnI7/s1600/flipboard.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLlTOx4VB9RMlDMNf1KgW7M0TJaoyA4XkIHnUuKH0uOw9lNqmP3ubistdudTlRd8hV85LP0mHK5I38Mfbu8-olRCWSC0aNjiZFLT_xWrsDH_yKXw0KZ-T89mZZvFTuEhMU9MOxcwhyUnI7/s640/flipboard.PNG&quot; height=&quot;344&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/08/create-amazing-magazines-on-web-using.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjejf5WPFAmQejhSyLu-__pt8_39PfCrO0AWukl1nlqZLPBCUqTL1aLY1yJyCM0PLmvtOF9DAbadasE-mcmINwR2gefRH7trVk6oO1TuBbXB5_liBz6UVuZdBc7VAO3DlOFjWPJoaQXtc_a/s72-c/flipboard.PNG" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-6865269737511442810</guid><pubDate>Sat, 31 Aug 2013 06:23:00 +0000</pubDate><atom:updated>2014-09-27T16:34:18.271-07:00</atom:updated><title>Code right in your browser using skydrive</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
You can now code directly in your browser using cloud service &lt;b&gt;skydrive&lt;/b&gt;. You just need to upload file with extension like &lt;b&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;.css , .js , .html&lt;/span&gt;&lt;/b&gt; and upload that file on skydrive .&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
Skydrive automatically understands file with the help of extension &amp;amp; help you in editing the file right in the skydrive application on browser. It also gives you autosuggest feature which is amazing.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDSDzpROEmBEJqwI6Yat01JGNu-lT5sPxat5FDa99WNRk-zhRISSAKOgpq_szCd3xl5Al2qd39sAzNhFwVjQqRwgps6BjyxjaTDILQHw5fUr6qy1dApMcP1PnPINAr1e0qABl8_D-TFvyK/s1600/skydrive.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDSDzpROEmBEJqwI6Yat01JGNu-lT5sPxat5FDa99WNRk-zhRISSAKOgpq_szCd3xl5Al2qd39sAzNhFwVjQqRwgps6BjyxjaTDILQHw5fUr6qy1dApMcP1PnPINAr1e0qABl8_D-TFvyK/s640/skydrive.jpg&quot; height=&quot;360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/08/code-right-in-your-browser-using.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDSDzpROEmBEJqwI6Yat01JGNu-lT5sPxat5FDa99WNRk-zhRISSAKOgpq_szCd3xl5Al2qd39sAzNhFwVjQqRwgps6BjyxjaTDILQHw5fUr6qy1dApMcP1PnPINAr1e0qABl8_D-TFvyK/s72-c/skydrive.jpg" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-7112093214188450499</guid><pubDate>Sat, 31 Aug 2013 04:47:00 +0000</pubDate><atom:updated>2013-08-31T09:09:13.096-07:00</atom:updated><title>Firefox OS simulator on your browser</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Firefox OS&lt;/b&gt; is going to be released around 2014 , but you can play with its UI using this&amp;nbsp;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator/&quot; target=&quot;_blank&quot;&gt;Firefox OS Simulator add on&lt;/a&gt;&amp;nbsp;on your browser itself&amp;nbsp;. Also can check for features &amp;amp; other things on this website&amp;nbsp;&lt;a href=&quot;http://www.mozilla.org/en-US/firefox/os/&quot; target=&quot;_blank&quot;&gt;Firefox OS&lt;/a&gt;. If you are excited about this platform &amp;amp; want to publish apps on there marketplace , start brushing your skills on &lt;b&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;HTML5 , CSS , Javascript , Jquery.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;b&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8Z4M5tcf-RPAbR3YSGQAalhIYoi9VdiXGkw_bTMjqrUv7YRPtVfpCzY-FkS8r7uhtop6ZCWXMoqclkPpOlC-4c-9h_fdYxBM7xC4eVLC8B6WCvjGZ52Vs9AjDEBnRpZF2Tm6K3AWzO9wK/s1600/firefox.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8Z4M5tcf-RPAbR3YSGQAalhIYoi9VdiXGkw_bTMjqrUv7YRPtVfpCzY-FkS8r7uhtop6ZCWXMoqclkPpOlC-4c-9h_fdYxBM7xC4eVLC8B6WCvjGZ52Vs9AjDEBnRpZF2Tm6K3AWzO9wK/s640/firefox.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/08/firefox-os-simulator-on-your-browser.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8Z4M5tcf-RPAbR3YSGQAalhIYoi9VdiXGkw_bTMjqrUv7YRPtVfpCzY-FkS8r7uhtop6ZCWXMoqclkPpOlC-4c-9h_fdYxBM7xC4eVLC8B6WCvjGZ52Vs9AjDEBnRpZF2Tm6K3AWzO9wK/s72-c/firefox.jpg" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-5104256314565698235</guid><pubDate>Fri, 30 Aug 2013 18:57:00 +0000</pubDate><atom:updated>2014-09-27T16:34:39.080-07:00</atom:updated><title>Use this app to save your links for later reading</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Two months back i found this app (&lt;a href=&quot;http://getpocket.com/&quot;&gt;Pocket&lt;/a&gt;) for mobile which syncs all links (html pages) across devices to read it later .&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
This app beautifully parse html &amp;amp; show plain text which is optimized for reading.This app works on many other news reading apps also like &lt;b&gt;Flipboard&lt;/b&gt; , &lt;b&gt;Feedly&lt;/b&gt; etc..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqVqunoGA0_7pFvEhYP4al0EkfqanTH9NN21Jt_cp_K2bG_A6stEPtwkYexnfltOxUwDXrW5RD2u9tWYEKOS5CY0aWOUi56K9P6imhQCnBjZ5W6uQRSCHXyZkQWSGYT9GGnz31Mt-2Mesq/s1600/photo.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqVqunoGA0_7pFvEhYP4al0EkfqanTH9NN21Jt_cp_K2bG_A6stEPtwkYexnfltOxUwDXrW5RD2u9tWYEKOS5CY0aWOUi56K9P6imhQCnBjZ5W6uQRSCHXyZkQWSGYT9GGnz31Mt-2Mesq/s400/photo.PNG&quot; height=&quot;400&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/08/use-this-app-to-save-your-links-for.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqVqunoGA0_7pFvEhYP4al0EkfqanTH9NN21Jt_cp_K2bG_A6stEPtwkYexnfltOxUwDXrW5RD2u9tWYEKOS5CY0aWOUi56K9P6imhQCnBjZ5W6uQRSCHXyZkQWSGYT9GGnz31Mt-2Mesq/s72-c/photo.PNG" height="72" width="72"/></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4071270290364367911.post-6852789225854762233</guid><pubDate>Fri, 30 Aug 2013 18:32:00 +0000</pubDate><atom:updated>2013-08-31T09:11:04.563-07:00</atom:updated><title>Browser Shortcut for email writing</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Sometimes when you are multitasking between browser , mail client (outlook) &amp;amp; other softwares , so switching between them consumes time when you need to write emails more frequently.&lt;br /&gt;
So , you can try this trick to write mail right from your browser.&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;mailto:mohitverma3222@gmail.com?subject=hi&amp;amp;body=i m busy right now, will let u know&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;amp; great benefit is that browser will save this mailto url , so you can select frequently sent/used mails.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXwGEV8Lq0_lJjKuIfOhGXF64Q71rsV8G_MztrYEDFXRce_wsyOTYs-c6MLwflUMCR2HZSEO3swzAYKhyphenhyphen-SQMiuTM57lIxpKMikRRO59oeVwNF2DDRmt2CxziTX24UKNcsl96MscNivX9D/s1600/saveit.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;445&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXwGEV8Lq0_lJjKuIfOhGXF64Q71rsV8G_MztrYEDFXRce_wsyOTYs-c6MLwflUMCR2HZSEO3swzAYKhyphenhyphen-SQMiuTM57lIxpKMikRRO59oeVwNF2DDRmt2CxziTX24UKNcsl96MscNivX9D/s640/saveit.PNG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://mbworks.blogspot.com/2013/08/browser-shortcut-for-email.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXwGEV8Lq0_lJjKuIfOhGXF64Q71rsV8G_MztrYEDFXRce_wsyOTYs-c6MLwflUMCR2HZSEO3swzAYKhyphenhyphen-SQMiuTM57lIxpKMikRRO59oeVwNF2DDRmt2CxziTX24UKNcsl96MscNivX9D/s72-c/saveit.PNG" height="72" width="72"/></item></channel></rss>