<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Technology Innovation</title><link>http://www.labtrix.org/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TechnologyInnovation/xEox" /><description></description><language>en</language><managingEditor>noreply@blogger.com (ABDUL HAKEEM)</managingEditor><lastBuildDate>Sat, 18 May 2013 05:26:35 PDT</lastBuildDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">713</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">19</openSearch:itemsPerPage><feedburner:info uri="technologyinnovation/xeox" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:emailServiceId>TechnologyInnovation/xEox</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Image compression using java</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/VM4EgFVLKSI/image-compression-using-java.html</link><category>Compression</category><category>Java</category><category>Image</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Sat, 11 May 2013 05:36:45 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-3399986562202658945</guid><description>There are no specific API is available for compressing the
images.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="MsoNormal"&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
Supported format files are JPG (Joint Photography Experts
Group) and PNG (Portable Network Graphics)&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.javaquery.com/p/javaquery-api.html" rel="nofollow" style="text-indent: -0.25in;" target="_blank"&gt;Download Jar &lt;/a&gt;&lt;span style="text-indent: -0.25in;"&gt;(Java Archive)
which is developed by Java Query API&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="text-indent: -0.25in;"&gt;Create a instance using
ImageResize Class and using that object call the method compressImage&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="MsoListParagraphCxSpLast" style="mso-list: l0 level1 lfo1; text-indent: -.25in;"&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;b&gt;&lt;u&gt;Sample &lt;/u&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;b&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;span style="background-color: #fffef0; background-position: initial initial; background-repeat: initial initial; font-family: Georgia, serif; font-size: 10.5pt; line-height: 115%;"&gt;ImageResize ir = new ImageResize();&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;span style="background-color: #fffef0; background-position: initial initial; background-repeat: initial initial; font-family: Georgia, serif; font-size: 10.5pt; line-height: 115%;"&gt;&amp;nbsp;ir.compressImage("Source Location",
"Destination ", width, height);&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;span style="background-color: #fffef0; background-position: initial initial; background-repeat: initial initial; font-family: Georgia, serif; font-size: 10.5pt; line-height: 115%;"&gt;&lt;u&gt;String Parameter: Source
Location and Destination&lt;o:p&gt;&lt;/o:p&gt;&lt;/u&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;span style="background-color: #fffef0; background-position: initial initial; background-repeat: initial initial; font-family: Georgia, serif; font-size: 10.5pt; line-height: 115%;"&gt;&lt;u&gt;Integer Parameter: width
and height&lt;o:p&gt;&lt;/o:p&gt;&lt;/u&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;span style="background-color: #fffef0; background-position: initial initial; background-repeat: initial initial; font-family: Georgia, serif; font-size: 10.5pt; line-height: 115%;"&gt;&lt;b&gt;&lt;u&gt;Parameters Description:&lt;/u&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;span style="background-color: #fffef0; background-position: initial initial; background-repeat: initial initial; font-family: Georgia, serif; font-size: 10.5pt; line-height: 115%;"&gt;&lt;b&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoListParagraphCxSpFirst" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto; mso-list: l1 level1 lfo2; text-indent: -.25in;"&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style="font-family: Symbol; font-size: 10.5pt; line-height: 115%;"&gt;·&lt;span style="font-family: 'Times New Roman'; font-size: 7pt; line-height: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span dir="LTR"&gt;&lt;/span&gt;&lt;span style="background-color: #fffef0; background-position: initial initial; background-repeat: initial initial; font-family: Georgia, serif; font-size: 10.5pt; line-height: 115%;"&gt;1&lt;sup&gt;st&lt;/sup&gt; Parameter : Source Location , Example
c:\\demo\\image.jpg&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto; mso-list: l1 level1 lfo2; text-indent: -.25in;"&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style="font-family: Symbol; font-size: 10.5pt; line-height: 115%;"&gt;·&lt;span style="font-family: 'Times New Roman'; font-size: 7pt; line-height: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span dir="LTR"&gt;&lt;/span&gt;&lt;span style="background-color: #fffef0; background-position: initial initial; background-repeat: initial initial; font-family: Georgia, serif; font-size: 10.5pt; line-height: 115%;"&gt;2&lt;sup&gt;nd&lt;/sup&gt; Parameter : if you mention “default” then
it will compress the original image and if you mention the destination location
then it will create a new compressed image&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto; mso-list: l1 level1 lfo2; text-indent: -.25in;"&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style="font-family: Symbol; font-size: 10.5pt; line-height: 115%;"&gt;·&lt;span style="font-family: 'Times New Roman'; font-size: 7pt; line-height: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span dir="LTR"&gt;&lt;/span&gt;&lt;span style="background-color: #fffef0; background-position: initial initial; background-repeat: initial initial; font-family: Georgia, serif; font-size: 10.5pt; line-height: 115%;"&gt;3&lt;sup&gt;rd&lt;/sup&gt; Parameter &amp;nbsp;&amp;amp; 4&lt;sup&gt;th&lt;/sup&gt; Parameter : if you enter
0 for both then image resolution will not change but if you mention some value
greater than 0 then image resolution will be changed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoListParagraphCxSpLast" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto;"&gt;
&lt;span style="background-color: #fffef0; background-position: initial initial; background-repeat: initial initial; font-family: Georgia, serif; font-size: 10.5pt; line-height: 115%;"&gt;That’s
it.&amp;nbsp; Thanks to the &lt;a href="http://www.javaquery.com/2011/12/how-to-compress-image-in-java.html" rel="nofollow" target="_blank"&gt;Java Query API&lt;/a&gt; for
implementing this API.&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;span style="color: #7e7f79; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; line-height: 115%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/VM4EgFVLKSI" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-05-11T05:36:45.844-07:00</app:edited><feedburner:origLink>http://www.labtrix.org/2013/05/image-compression-using-java.html</feedburner:origLink></item><item><title>Remove The Word From Android Keyboard Suggestion </title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/XWgaLKdKFKk/remove-word-from-android-keyboard.html</link><category>Tips</category><category>Android</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Sat, 11 May 2013 05:36:31 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-3419058716564694604</guid><description>When you
type something on android keyboard then android system automatically saved the
entered text word for suggesting these words next time when you just begin with
few character.&lt;br /&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
You can do with
setting to enable or disable auto saving feature but how you will delete a
particular word?&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
Here is the
image of suggesting the words when i start typing the “an” keyword&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-W81kamtxnys/UY40sAOp4MI/AAAAAAAACGo/6TWXkEpu-ng/s1600/android_keyboard_suggestion.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-W81kamtxnys/UY40sAOp4MI/AAAAAAAACGo/6TWXkEpu-ng/s1600/android_keyboard_suggestion.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
I need to
delete the “anwered” from the suggestion&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-9xGapK0Z-bs/UY40r48SyFI/AAAAAAAACGk/I10UyRGkep8/s1600/android_keyboard_suggestion_1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-9xGapK0Z-bs/UY40r48SyFI/AAAAAAAACGk/I10UyRGkep8/s1600/android_keyboard_suggestion_1.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
So hold your
finger on “anwered” from some seconds automatically a popup will appear with Remove
confirmation and you click the ok button to remove the keyword from already
saved words that you entered.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/XWgaLKdKFKk" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-05-11T05:36:31.005-07:00</app:edited><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-W81kamtxnys/UY40sAOp4MI/AAAAAAAACGo/6TWXkEpu-ng/s72-c/android_keyboard_suggestion.png" height="72" width="72" /><feedburner:origLink>http://www.labtrix.org/2013/05/remove-word-from-android-keyboard.html</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~5/GPhx-B2vX3k/android_keyboard_suggestion.png" length="45598" type="image/png" /><feedburner:origEnclosureLink>http://1.bp.blogspot.com/-W81kamtxnys/UY40sAOp4MI/AAAAAAAACGo/6TWXkEpu-ng/s1600/android_keyboard_suggestion.png</feedburner:origEnclosureLink></item><item><title>Google Web Toolkit Local Storage</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/rmKvWwZh3ao/google-web-toolkit-local-storage.html</link><category>GWT</category><category>Storage</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Sat, 11 May 2013 05:35:57 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-4137949172092273758</guid><description>Learn how
you can implement the local storage using Google web tool kit.&lt;br /&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
Local
storage helps you to keep the data on client machine or end user machine but never used
important data on local storage because local storage is not a secure storage.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
Creating an
instance using Storage class and also checking whether browser supports local storage
or not using &lt;b&gt;getLocalStorageIfSupported() &lt;/b&gt;method.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
Storage
stockStore = Storage.getLocalStorageIfSupported();&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
Insert the
data using &lt;b&gt;setItem()&lt;/b&gt; method , fetch data using &lt;b&gt;getItem()&lt;/b&gt; method and clear the local
storage data using&lt;b&gt; clear()&lt;/b&gt; method.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
stockStore.setItem(String
key, String data);&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
stockStore.getItem(String
key);&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
stockStore.clear();}&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;b&gt;Set Item&lt;/b&gt; has
two parameters, one is key and another one is data. Key is used to maintain the
index and data is the parameter where we can save the string which is needed in
other place.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;b&gt;&lt;u&gt;Example :-&lt;/u&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
stockStore.setItem(“userName”,”demo”);&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
stockStore.setItem(“companyName”,
“company”);&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;b&gt;Get Item&lt;/b&gt; has
only one parameter i.e., key , so enter the key to get a particular value.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;b&gt;&lt;u&gt;Example:-&lt;/u&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
stockStore.getItem(“userName”);
// retrieve demo&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;
stockStore.getItem(“companyName”);
// retrieve company&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/rmKvWwZh3ao" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-05-11T05:35:57.574-07:00</app:edited><feedburner:origLink>http://www.labtrix.org/2013/05/google-web-toolkit-local-storage.html</feedburner:origLink></item><item><title>Solution : Cannot delete or update a parent row: a foreign key constraint fails </title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/dXylk6A36yY/solution-cannot-delete-or-update-parent.html</link><category>Mysql</category><category>Database</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Sun, 05 May 2013 23:16:06 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-3683565475330066695</guid><description>Whenever you want to delete a particular row from a parent table, usually a database engine checks whether this parent data primary key value refers to any child table data.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="MsoNormal"&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
For Example,&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
Table: user&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border="1" cellpadding="0" cellspacing="0" class="MsoTableGrid" style="border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-yfti-tbllook: 1184;"&gt;&lt;tbody&gt;
&lt;tr&gt;   &lt;td style="border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 159.6pt;" valign="top" width="213"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
&lt;span style="color: blue; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-color: #558ED5; mso-style-textfill-fill-colortransforms: &amp;quot;lumm=60000 lumo=40000&amp;quot;; mso-style-textfill-fill-themecolor: text2; mso-themecolor: text2; mso-themetint: 153;"&gt;id&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-left: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 159.6pt;" valign="top" width="213"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
login_Id&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-left: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 159.6pt;" valign="top" width="213"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
user_Name&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;  &lt;/tr&gt;
&lt;tr&gt;   &lt;td style="border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 159.6pt;" valign="top" width="213"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
1&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 159.6pt;" valign="top" width="213"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
demo001&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 159.6pt;" valign="top" width="213"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
Note&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;  &lt;/tr&gt;
&lt;tr&gt;   &lt;td style="border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 159.6pt;" valign="top" width="213"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
2&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 159.6pt;" valign="top" width="213"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
demo002&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 159.6pt;" valign="top" width="213"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
Book&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;  &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
Table: userAddress&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border="1" cellpadding="0" cellspacing="0" class="MsoTableGrid" style="border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-yfti-tbllook: 1184;"&gt;&lt;tbody&gt;
&lt;tr&gt;   &lt;td style="border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
&lt;span style="color: blue; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-color: #558ED5; mso-style-textfill-fill-colortransforms: &amp;quot;lumm=60000 lumo=40000&amp;quot;; mso-style-textfill-fill-themecolor: text2; mso-themecolor: text2; mso-themetint: 153;"&gt;id&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-left: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
&lt;span style="color: red;"&gt;user_id&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-left: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
Country&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-left: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
State&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;  &lt;/tr&gt;
&lt;tr&gt;   &lt;td style="border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
1&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
1&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
India&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
Himachal Pradesh&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;  &lt;/tr&gt;
&lt;tr&gt;   &lt;td style="border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
2&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
2&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
India&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;td style="border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 119.7pt;" valign="top" width="160"&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;
Tamil Nadu&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;  &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="color: #558ed5; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-color: #558ED5; mso-style-textfill-fill-colortransforms: &amp;quot;lumm=60000 lumo=40000&amp;quot;; mso-style-textfill-fill-themecolor: text2; mso-themecolor: text2; mso-themetint: 153;"&gt;&lt;span style="color: blue;"&gt;Primary Key&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="color: red;"&gt;Foreign Key&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: red;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
Table &lt;b&gt;UserAddress&lt;/b&gt; has “&lt;span style="color: red;"&gt;user_id&lt;/span&gt;” is a foreign key reference from Table &lt;b&gt;User.&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
So &lt;b&gt;User&lt;/b&gt; Table is Parent Table and &lt;b&gt;UserAddress&lt;/b&gt; Table is Child Table&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
If you are try to delete any data in child table then you might be not facing an error but if you try to delete any data in parent table then you will face problem “&lt;b&gt;&lt;u&gt;Cannot delete or update a parent row: a foreign key constraint fails&lt;/u&gt;&lt;/b&gt;” because parent table data is referencing to child table.&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
Execute this Query &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
SET FOREIGN_KEY_CHECKS = 0;&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
After executing the above query &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
Now try to delete the parent table data which is referencing to child table data then database engine won’t be checking and it will delete without any problem.&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;b&gt;&lt;u&gt;To Do the Reset &lt;o:p&gt;&lt;/o:p&gt;&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
SET FOREIGN_KEY_CHECKS = 1;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/dXylk6A36yY" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-05-05T23:16:06.667-07:00</app:edited><feedburner:origLink>http://www.labtrix.org/2013/05/solution-cannot-delete-or-update-parent.html</feedburner:origLink></item><item><title>Galaxy Ace 5830i with Jelly Blast 4.1.1 ROM</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/BiezuxR9Hrk/upgrade-samsung-galaxy-ace-5830i-jelly-blast-.html</link><category>Samsung</category><category>Android</category><category>Update</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Sat, 09 Mar 2013 05:22:33 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-8858965771135453667</guid><description>&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Learn how you can upgrade Samsung Galaxy Ace device from Android 2.3 Gingerbread to 4.1.1 Jelly Blast version.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-QqGLU3yXuSI/UTszTwYwgrI/AAAAAAAACFk/LNg3dLcteyc/s1600/samsung-galaxy-ace-5830i-jelly-blast-update.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-QqGLU3yXuSI/UTszTwYwgrI/AAAAAAAACFk/LNg3dLcteyc/s1600/samsung-galaxy-ace-5830i-jelly-blast-update.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Click &lt;a href="https://docs.google.com/file/d/0B6OGaRWIAsR0Z0R1LVByaEVzRWs/edit?usp=sharing" target="_blank"&gt;here&lt;/a&gt;&amp;nbsp;to download the jelly bean blast software&lt;/li&gt;
&lt;li&gt;Copy the downloaded file from your PC to your Galaxy Ace SD Card&lt;/li&gt;
&lt;li&gt;Make Sure you have full battery to avoid device damage&lt;/li&gt;
&lt;li&gt;Power off your device&lt;/li&gt;
&lt;li&gt;Power on your device with these keys Press Volume Up&amp;nbsp;+ Home Button&amp;nbsp;+ Power button simultaneously to start the device in recovery mode&lt;/li&gt;
&lt;li&gt;Once the recovery screen loaded try to clean or wipe the user data &amp;amp; cache&lt;/li&gt;
&lt;li&gt;Select Install Zip from SD Card (Use Volume key to&amp;nbsp;go up and down &amp;amp; Home button for selection)&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Browse the downloaded zip file and confirm the selection&lt;/li&gt;
&lt;li&gt;Wait for sometime for updates and after some time your will see a success message on your screen that upgrade is completed&lt;/li&gt;
&lt;li&gt;Now reboot your device.&lt;/li&gt;
&lt;li&gt;That's it now you will see the latest version of Android Jelly Blast on your Galaxy Ace Device&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
After the completion i face problem with headset . If i plug headset i am not able to hear anything in headset but sound is coming from speakers. Go to Play Store and download &amp;nbsp;"SoundAbout" to fix the headset issue and now its working fine without any problem.&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Disclaimer :Take&amp;nbsp;your own risk for Upgrading your Samsung Galaxy Ace.&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;I have checked in forum that some people facing issue with IMEI and some with network problem.So try in your own risk.&lt;/b&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/BiezuxR9Hrk" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-03-09T05:22:33.928-08:00</app:edited><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-QqGLU3yXuSI/UTszTwYwgrI/AAAAAAAACFk/LNg3dLcteyc/s72-c/samsung-galaxy-ace-5830i-jelly-blast-update.png" height="72" width="72" /><feedburner:origLink>http://www.labtrix.org/2013/03/upgrade-samsung-galaxy-ace-5830i-jelly-blast-.html</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~5/IhtQ0lDqPyk/samsung-galaxy-ace-5830i-jelly-blast-update.png" length="34300" type="image/png" /><feedburner:origEnclosureLink>http://2.bp.blogspot.com/-QqGLU3yXuSI/UTszTwYwgrI/AAAAAAAACFk/LNg3dLcteyc/s1600/samsung-galaxy-ace-5830i-jelly-blast-update.png</feedburner:origEnclosureLink></item><item><title>Microsoft Apps on Android Market or Google Play</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/dVJWhMGMTKQ/Microsoft-corporation-apps-on-google-play-for-free-download.html</link><category>Apps</category><category>Microsoft</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Thu, 28 Feb 2013 12:10:04 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-3854521723438040216</guid><description>List of Microsoft Corporation apps&amp;nbsp;available&amp;nbsp;on android market.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.microsoft.skydrive&amp;amp;feature=more_from_developer"&gt;SkyDrive&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.microsoft.xle"&gt;Xbox Live&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.microsoft.office.onenote&amp;amp;hl=en"&gt;One Note&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.microsoft.smartglass"&gt;Xbox SmartGlass&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.microsoft.office.lync"&gt;Lync2010&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=msn.android"&gt;MSNWorld&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.microsoft.onx.app"&gt;on{x}&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.xbox.kinectstarwars"&gt;Kinect Star wars&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.microsoft.craftingguide"&gt;Crafting Guide&lt;/a&gt; &lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/dVJWhMGMTKQ" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-02-28T12:10:04.480-08:00</app:edited><feedburner:origLink>http://www.labtrix.org/2013/02/Microsoft-corporation-apps-on-google-play-for-free-download.html</feedburner:origLink></item><item><title>Google Mobile Apps on Android Market or Google Play </title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/efW9fc48eb4/Google-incorporation-apps-on-android-market-for-free-download-or-best-google-android-apps.html</link><category>Apps</category><category>Android</category><category>Google</category><category>Google Apps</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Thu, 28 Feb 2013 12:28:27 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-7696597967585844527</guid><description>List of Google apps&amp;nbsp;available&amp;nbsp;on android market. From my search i found about 40 apps from Google and may be more than this.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.gm"&gt;Gmail&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.maps"&gt;Maps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.street"&gt;Street view on Google maps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox"&gt;Google Search&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.voicesearch"&gt;Voice Search&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.android.chrome"&gt;Chrome&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.plus"&gt;Google+&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.calendar"&gt;Google Calender&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.translate"&gt;Google Translate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.docs"&gt;Google Drive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.inputmethod.korean"&gt;Google Korean IME&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.unveil"&gt;Google Goggles&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.carhome"&gt;Car Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.currents"&gt;Google Currents&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.maps.mytracks"&gt;My Tracks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.reader"&gt;Google Reader&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.marvin.talkback"&gt;Google TalkBack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.finance"&gt;Google Finance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.gesturesearch"&gt;Google Gesture Search&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.androidify"&gt;Google Androidify&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.orkut"&gt;Orkut&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.blogger"&gt;Blogger&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.voicesearch.x"&gt;Voice Search&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2"&gt;Google Authenticator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.ytremote"&gt;Youtube Remote&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.enterprise.dmagent"&gt;Google Apps Device Policy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.youtube.googletv"&gt;Youtube For Google Tv&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.tv.alf"&gt;Prime Time of Google Tv&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.tv.mediabrowser"&gt;Photos for Google Tv&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.giant"&gt;Google Analytics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.iosched"&gt;Google I/O 2012&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.schemer"&gt;Schemer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.panoramiogtv"&gt;Panoramio Google Tv&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.enterprise.lookup"&gt;Google Apps Lookup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.tvremote"&gt;Google Tv Remote&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.marvin.intersectionexplorer"&gt;Google Intersection Explorer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.inputmethod.pinyin"&gt;Google Pinyin IME&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.inputmethod.japanese"&gt;Google Japanese Input&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.inputmethod.hindi"&gt;Google Hindi Input&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.android.apps.adk2"&gt;ADK 2012&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/efW9fc48eb4" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-02-28T12:28:27.955-08:00</app:edited><feedburner:origLink>http://www.labtrix.org/2013/02/Google-incorporation-apps-on-android-market-for-free-download-or-best-google-android-apps.html</feedburner:origLink></item><item><title>Gmail Search with Keywords</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/smRxkpJ7D0g/search-anything-from-gmail-search-bar.html</link><category>Google tip</category><category>Gmail</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Thu, 28 Feb 2013 11:32:44 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-921328732407417220</guid><description>Learn how you can use Gmail more efficiently with these powerful search keywords&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;File Name Extension Search&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Search "filename:doc" without quotes will display all document attached email's&lt;/li&gt;
&lt;li&gt;Search "filename:jpg" without quotes will display all Image&amp;nbsp;attached email's&lt;/li&gt;
&lt;li&gt;Search "filename:ppt" without quotes will display all presentation&amp;nbsp;attached email's&lt;/li&gt;
&lt;li&gt;Search "filename:pdf" without quotes will display all &amp;nbsp;PDF&amp;nbsp;attached email's&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Attachment Search&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Search "has:attachment" without quotes will display all email with attachments&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Google Circle Search&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Search "has:circle" without quotes will display all your friends email who are in your google plus circles&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;From User Search&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Search "from:(user1@gmail.com)" without quotes will display all email from the user&lt;/li&gt;
&lt;li&gt;Search "from:(user1@gmail.com,user2,user3...)" without quotes will display all mentioned user's email&lt;/li&gt;
&lt;li&gt;(Starred Email) Search&amp;nbsp;&amp;nbsp;"is:starred from:(user1@gmail.com)" without quotes will display all email from the user&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;To User Search&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Search "to:(user1@gmail.com)" without quotes will display all sent email&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Search "to:(user1@gmail.com,user2,user3...)" without quotes will display sent emails to those user's&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Unread Messages Search&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Search "label:unread" without quotes will display all unread emails&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;CC Email Search&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Search "cc:user1@gmail.com" without quotes will display all cced emails&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;a href="http://www.labtrix.org/2013/02/sign-up-for-googlemail.com-account-with-your-existing-emailid.html"&gt;Create A Free Account With GoogleMail.com not Gmail.com&lt;/a&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/smRxkpJ7D0g" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-02-28T11:32:44.069-08:00</app:edited><feedburner:origLink>http://www.labtrix.org/2013/02/search-anything-from-gmail-search-bar.html</feedburner:origLink></item><item><title>Free Email ID with GoogleMail not Gmail</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/tSza29znsmY/sign-up-for-googlemail.com-account-with-your-existing-emailid.html</link><category>Google Tips</category><category>Gmail</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Thu, 28 Feb 2013 11:32:04 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-3599848641235525299</guid><description>GoogleMail.com is from Google only but how you will get this account from Google because you have no page to signup for this extension Googlemail.com.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
I have a tricks and if you do that you can get your-email@gmail.com to your-email@googlemail.com.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Let confuse our friends,&amp;nbsp;colleagues&amp;nbsp;and family member's and tell them that i have signed up for googlemail.com and its worth some dollars.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
All you have to do is just give your old email id which you use for gmail.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Let's take an example&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
if you have username@gmail.com then ask them to send email to username@googlemail.com.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Note : Username should be same&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
that means you dont have to create a new account for googlemail but gmail server will dispatch all your googlemail.com email to your gmail.com account but make sure to use the exact username which you used for gmail.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
That's it.Enjoy.....&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/tSza29znsmY" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-02-28T11:32:04.318-08:00</app:edited><feedburner:origLink>http://www.labtrix.org/2013/02/sign-up-for-googlemail.com-account-with-your-existing-emailid.html</feedburner:origLink></item><item><title>Android Browser RAM Usage</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/GsyHWHlOMvI/android-browser-ram-usage.html</link><category>Android</category><category>Browsers</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Tue, 26 Feb 2013 10:11:26 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-1716033145461459239</guid><description>How much memory occupies when browser apps is open or boot up in your smartphone.&lt;br /&gt;
&lt;br /&gt;
Internet (Default) 15 to 18 MB&lt;br /&gt;
Google Chrome &amp;nbsp;25 to 28 MB&lt;br /&gt;
UC Browser &amp;nbsp; &amp;nbsp; &amp;nbsp;28 to 30 MB&lt;br /&gt;
Opera Mobile &amp;nbsp; &amp;nbsp;31 to 33 MB&lt;br /&gt;
MozillaFirefox &amp;nbsp; &amp;nbsp;44 to 46 MB&lt;br /&gt;
&lt;br /&gt;
UC Browser - Night mode for web view that helps your eye.&lt;br /&gt;
&lt;br /&gt;
Opera best for cache server pages&lt;br /&gt;
&lt;br /&gt;
Chrome good in animation and performance wise&lt;br /&gt;
&lt;br /&gt;
Firefox also good but occupies more memory than any other browser for android.&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/GsyHWHlOMvI" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-02-26T10:11:26.350-08:00</app:edited><feedburner:origLink>http://www.labtrix.org/2013/02/android-browser-ram-usage.html</feedburner:origLink></item><item><title>Subscribe to your Facebook Notifications </title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/Y4OK4NL49FI/facebook-notification-on-rss-feed-and-sms.html</link><category>Facebook</category><category>Internet</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Tue, 12 Feb 2013 05:30:50 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-4827358746062430652</guid><description>Read your&amp;nbsp;Facebook&amp;nbsp;account notification via&amp;nbsp;SMS&amp;nbsp;or RSS (Really Simple Syndication) feed through&amp;nbsp;Google&amp;nbsp;reader or with some other reader.&lt;br /&gt;
&lt;br /&gt;
Facebook notification helps you to update with your social connected friends about they share picture, text , comment, like and etc.,&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;RSS Feeds Subscription&amp;nbsp;&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Sign in to your&amp;nbsp;Facebook&amp;nbsp;account&lt;/li&gt;
&lt;li&gt;Go to &lt;a href="https://www.facebook.com/notifications"&gt;notification page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/--4f2fLpnpTk/URpCV8j4bxI/AAAAAAAACDY/kKRDmfPG1vI/s1600/facebook-notification-rss.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="facebook notification through rss  and sms" border="0" src="http://2.bp.blogspot.com/--4f2fLpnpTk/URpCV8j4bxI/AAAAAAAACDY/kKRDmfPG1vI/s1600/facebook-notification-rss.png" title="facebook notification through rss  and sms" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Right Click the RSS to copy the RSS link address&lt;/li&gt;
&lt;li&gt;Now subscribe the RSS feed link to your Google Reader or some other reader.&lt;/li&gt;
&lt;li&gt;That's it. Now facebook will notify you whenever there is updates through RSS.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;SMS Subscription&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;As you can see in the image there is word &lt;u style="font-weight: bold;"&gt;Text Message&lt;/u&gt;&amp;nbsp;but it is linked so far but it seems like it will be implemented soon.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/Y4OK4NL49FI" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-02-12T05:30:50.400-08:00</app:edited><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/--4f2fLpnpTk/URpCV8j4bxI/AAAAAAAACDY/kKRDmfPG1vI/s72-c/facebook-notification-rss.png" height="72" width="72" /><feedburner:origLink>http://www.labtrix.org/2013/02/facebook-notification-on-rss-feed-and-sms.html</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~5/dKOURaa3CzM/facebook-notification-rss.png" length="10930" type="image/png" /><feedburner:origEnclosureLink>http://2.bp.blogspot.com/--4f2fLpnpTk/URpCV8j4bxI/AAAAAAAACDY/kKRDmfPG1vI/s1600/facebook-notification-rss.png</feedburner:origEnclosureLink></item><item><title>HTC 8X Specification And Features</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/yVWDNVkbbWQ/htc-8x-specification-and-features.html</link><category>HTC</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Mon, 28 Jan 2013 13:19:03 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-3100473602939024496</guid><description>8X An iconic design from HTC.Seamless look, Ultra-wide-angle front camera lens, brilliant screen that is rich and vivid—even when viewed in bright sunlight.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://2.bp.blogspot.com/-HBBLNbX28e8/UQbpUXZcWwI/AAAAAAAACCM/2LYJZOBLfQY/s1600/WindowsPhone8X_Front_Back.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: center;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-HBBLNbX28e8/UQbpUXZcWwI/AAAAAAAACCM/2LYJZOBLfQY/s320/WindowsPhone8X_Front_Back.jpg" width="221" /&gt;&lt;/a&gt;&lt;a href="http://2.bp.blogspot.com/-HBBLNbX28e8/UQbpUXZcWwI/AAAAAAAACCM/2LYJZOBLfQY/s1600/WindowsPhone8X_Front_Back.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: center;"&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Qualcomm S4 1.5 GHz, Dual-core&lt;/li&gt;
&lt;li&gt;Windows Phone 8&lt;/li&gt;
&lt;li&gt;8 megapixel camera with auto focus, LED flash, and BSI sensor (for better low-light captures)&lt;/li&gt;
&lt;li&gt;1080p front and back video recording&lt;/li&gt;
&lt;li&gt;2.1 megapixel front camera&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;b&gt;&lt;u&gt;NETWORK&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
GSM/GPRS/EDGE: 850/900/1800/1900 MHz2&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
HSPA/WCDMA: 850/900/1900/2100 MHz&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
SIM CARD TYPE : MicroSIM&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;b&gt;&lt;u&gt;BATTERY&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
Embedded &amp;amp; rechargeable Li-ion Polymer battery4&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
Capacity: &amp;nbsp;1800 mAh&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;u&gt;&lt;b&gt;MEMORY&lt;/b&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
16 GB MEMORY&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
1GB RAM&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;b&gt;&lt;u&gt;SENSORS&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
G-Sensor&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
Digital compass&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
Proximity sensor&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
Ambient light sensor&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
&lt;b&gt;&lt;u&gt;CONNECTIVITY&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
GPS - Internal GPS antenna with GLONASS&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
3.5 mm stereo audio jack&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
NFC capable3&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
Bluetooth® 3.1&lt;/div&gt;
&lt;div class="separator" style="clear: both;"&gt;
Wi-Fi®: IEEE 802.11 a/b/g/n&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/yVWDNVkbbWQ" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-28T13:19:03.427-08:00</app:edited><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-HBBLNbX28e8/UQbpUXZcWwI/AAAAAAAACCM/2LYJZOBLfQY/s72-c/WindowsPhone8X_Front_Back.jpg" height="72" width="72" /><feedburner:origLink>http://www.labtrix.org/2013/01/htc-8x-specification-and-features.html</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~5/xs-QNPlU3CA/WindowsPhone8X_Front_Back.jpg" length="35723" type="image/jpeg" /><feedburner:origEnclosureLink>http://2.bp.blogspot.com/-HBBLNbX28e8/UQbpUXZcWwI/AAAAAAAACCM/2LYJZOBLfQY/s1600/WindowsPhone8X_Front_Back.jpg</feedburner:origEnclosureLink></item><item><title>Nokia Lumia 920 Specification And Features</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/egE4dNeeSOw/nokia-lumia-920-specification-and.html</link><category>Smart Phone</category><category>Nokia</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Mon, 28 Jan 2013 13:07:43 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-4676960910890323182</guid><description>&lt;div class="separator" style="clear: both; text-align: left;"&gt;
World's Most innovative smartphone from Nokia after a long time.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-8_NlH2n6Jts/UQbl4gwWGpI/AAAAAAAACBA/ianIkiBznZ8/s1600/nokia-lumia.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-8_NlH2n6Jts/UQbl4gwWGpI/AAAAAAAACBA/ianIkiBznZ8/s1600/nokia-lumia.png" /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/a&gt;&lt;a href="http://4.bp.blogspot.com/-8_NlH2n6Jts/UQbl4gwWGpI/AAAAAAAACBA/ianIkiBznZ8/s1600/nokia-lumia.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;8.7megapixels&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Nokia PureView Camera&lt;/li&gt;
&lt;li&gt;Display size: 4.5&lt;/li&gt;
&lt;li&gt;Processor name: Snapdragon™ S4&lt;/li&gt;
&lt;li&gt;Maximum 3G talk time: 10.8h&lt;/li&gt;
&lt;li&gt;Maximum 3G standby time: 460h&lt;/li&gt;
&lt;li&gt;Music playback time: 74h&lt;/li&gt;
&lt;/ul&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;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Network&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
HSPA+ (3G), EDGE/EGPRS (2G), FD-LTE (4G), HSUPA (3G), GSM (2G), HSDPA (3G), WCDMA (3G)&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Battery&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Type&amp;nbsp;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;Li - Ion&lt;/div&gt;
&lt;div&gt;
Capacity&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;2000 mAh&lt;/div&gt;
&lt;div&gt;
Standby&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;400 hours&lt;/div&gt;
&lt;div&gt;
Talktime&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;1020 mins&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Built&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Dimensions&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; 130x70.8x10.7 mm&lt;/div&gt;
&lt;div&gt;
Weight&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;185 g&lt;/div&gt;
&lt;div&gt;
Colors&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Yellow,Red,White and Black&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Display&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Size&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;1280x800 pixels&lt;/div&gt;
&lt;div&gt;
Type&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;color : LCD&lt;/div&gt;
&lt;div&gt;
Colors&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;16000000 colors&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Camera / Imaging / Video&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Camera&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8.1 MP&lt;/div&gt;
&lt;div&gt;
Resolution&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;3264x2448 pixels&lt;/div&gt;
&lt;div&gt;
Secondary Camera&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;yes&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Connectivity&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Bluetooth&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
Wlan/Wi-fi&lt;/div&gt;
&lt;div&gt;
USB&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
GPS&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
GPRS&lt;/div&gt;
&lt;div&gt;
EDGE&lt;/div&gt;
&lt;div&gt;
3G&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Memory&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Inbuilt&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;32 GB&lt;/div&gt;
&lt;div&gt;
No Memory Slot&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Software&lt;/u&gt;&lt;/b&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
Windows Phone 8&lt;/div&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/egE4dNeeSOw" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-28T13:07:43.701-08:00</app:edited><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-8_NlH2n6Jts/UQbl4gwWGpI/AAAAAAAACBA/ianIkiBznZ8/s72-c/nokia-lumia.png" height="72" width="72" /><feedburner:origLink>http://www.labtrix.org/2013/01/nokia-lumia-920-specification-and.html</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~5/k3sPTjlKhk8/nokia-lumia.png" length="44979" type="image/png" /><feedburner:origEnclosureLink>http://4.bp.blogspot.com/-8_NlH2n6Jts/UQbl4gwWGpI/AAAAAAAACBA/ianIkiBznZ8/s1600/nokia-lumia.png</feedburner:origEnclosureLink></item><item><title>Close Windows 8 Apps and Programs</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/j9RVfRArorA/close-windows-8-apps-and-programs.html</link><category>Windows OS</category><category>Windows Tips</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Tue, 15 Jan 2013 11:44:58 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-2325713054344993434</guid><description>Upgraded to windows 8 but you don't no how to close your Apps and programs.In general Windows 8 doesn't have minimize, maximize and close key button on the top &amp;nbsp;right corner.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-NKQL4LutHJA/UPWxarWZdMI/AAAAAAAAB_0/YKiexT3gLG8/s1600/close-windows-8-apps.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Close windows 8 apps" border="0" height="156" src="http://1.bp.blogspot.com/-NKQL4LutHJA/UPWxarWZdMI/AAAAAAAAB_0/YKiexT3gLG8/s320/close-windows-8-apps.png" title="Close windows 8 apps" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Tutorial for Windows 8 on computer ( Keyboard and mouse connected )&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Close - &lt;/b&gt;Move the mouse pointer to the top left corner of the screen. It will display the list of all opened application and programs and simply right click and choose the close option to close the app&lt;/li&gt;
&lt;li&gt;Alt&amp;nbsp;+ F4 - The old way to close any opened program with these shortcuts&lt;/li&gt;
&lt;li&gt;Ctrl&amp;nbsp;+ Alt&amp;nbsp;+ Del - &amp;nbsp;Open the task manager and close the application.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Tutorial for Windows 8 on Tablet (Touchscreen)&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Minimize&lt;/b&gt;&amp;nbsp;- Touch at the top of any app and hold it for a couple of seconds&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Close - &lt;/b&gt;Drag the app to the bottom of the screens and hold it for a couple of seconds until it fades out.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/j9RVfRArorA" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-15T11:44:58.304-08:00</app:edited><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-NKQL4LutHJA/UPWxarWZdMI/AAAAAAAAB_0/YKiexT3gLG8/s72-c/close-windows-8-apps.png" height="72" width="72" /><feedburner:origLink>http://www.labtrix.org/2013/01/close-windows-8-apps-and-programs.html</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~5/EHHPkjgeui0/close-windows-8-apps.png" length="44774" type="image/png" /><feedburner:origEnclosureLink>http://1.bp.blogspot.com/-NKQL4LutHJA/UPWxarWZdMI/AAAAAAAAB_0/YKiexT3gLG8/s1600/close-windows-8-apps.png</feedburner:origEnclosureLink></item><item><title>Android Phone Act As A Wireless Mouse Or Keyboard Or Trackpad</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/ohKHYQhMV5M/android-device-can-be-used-as-a-wireless-mouse-wireless-keyboard-and-wireless-trackpad.html</link><category>Mobile Tips</category><category>Android</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Tue, 08 Jan 2013 12:03:44 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-1553708885774722348</guid><description>&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Learn how you can use your android smartphone device as a wireless mouse or wireless keyboard or Trackpad for your Windows / Mac desktop or laptop.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;a href="http://2.bp.blogspot.com/-aDW9olCRJWU/UOx5SCV1F9I/AAAAAAAAB-Q/9CLB1GN-0QI/s1600/wifi+trackpad+for+android.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="android wifi mouse" border="0" height="200" src="http://2.bp.blogspot.com/-aDW9olCRJWU/UOx5SCV1F9I/AAAAAAAAB-Q/9CLB1GN-0QI/s200/wifi+trackpad+for+android.jpg" title="android wifi mouse" width="133" /&gt;&lt;/a&gt;&lt;a href="http://1.bp.blogspot.com/-AFM7St_uiRg/UOx5SIB8YuI/AAAAAAAAB-U/H50NMiIRzbQ/s1600/wifi+keyboard+android.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="android  wifi keyboard" border="0" height="200" src="http://1.bp.blogspot.com/-AFM7St_uiRg/UOx5SIB8YuI/AAAAAAAAB-U/H50NMiIRzbQ/s200/wifi+keyboard+android.jpg" title="android keyboard" width="130" /&gt;&lt;/a&gt;&lt;a href="http://3.bp.blogspot.com/-ffTAlzp1M7c/UOx5R0iFxDI/AAAAAAAAB-M/LUhD8ZAPHes/s1600/wifi+controller+settings+android.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em; text-align: center;"&gt;&lt;img alt="android wifi mouse keyboard settings" border="0" height="182" src="http://3.bp.blogspot.com/-ffTAlzp1M7c/UOx5R0iFxDI/AAAAAAAAB-M/LUhD8ZAPHes/s200/wifi+controller+settings+android.jpg" title="android wifi mouse keyboard settings" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;&lt;span id="goog_1842931813"&gt;&lt;/span&gt;&lt;span id="goog_1842931814"&gt;&lt;/span&gt;How to Setup with your android device&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Download Wifi Mouse from&amp;nbsp;&lt;a href="https://play.google.com/store/apps/details?id=wsm.wifimousefree"&gt;Android Google Play&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Download &lt;a href="http://wifimouse.necta.us/" rel="nofollow"&gt;Mouse server&lt;/a&gt; for windows or Mac os&lt;/li&gt;
&lt;li&gt;Install Wifi mouse on your android device and Mouse server on your desktop/laptop.&lt;/li&gt;
&lt;li&gt;Run the mouse server as an admin (Right click and run as an adminstractor) on your pc.&lt;/li&gt;
&lt;li&gt;Connect your laptop/desktop and android device with same wifi connection.&lt;/li&gt;
&lt;li&gt;Open your android app and click auto connect.&lt;/li&gt;
&lt;li&gt;That's it.Now your connection has been established and enjoy controlling your mouse, trackpad and keyboard wireless with your android device.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/ohKHYQhMV5M" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-08T12:03:44.135-08:00</app:edited><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-aDW9olCRJWU/UOx5SCV1F9I/AAAAAAAAB-Q/9CLB1GN-0QI/s72-c/wifi+trackpad+for+android.jpg" height="72" width="72" /><feedburner:origLink>http://www.labtrix.org/2013/01/android-device-can-be-used-as-a-wireless-mouse-wireless-keyboard-and-wireless-trackpad.html</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~5/IKNtRORIinM/wifi+trackpad+for+android.jpg" length="19384" type="image/jpeg" /><feedburner:origEnclosureLink>http://2.bp.blogspot.com/-aDW9olCRJWU/UOx5SCV1F9I/AAAAAAAAB-Q/9CLB1GN-0QI/s1600/wifi+trackpad+for+android.jpg</feedburner:origEnclosureLink></item><item><title>Google Security Alerts for Password Change and Hijacked</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/VXpX_lyzlAs/google-security-alerts-for-password.html</link><category>Secure</category><category>Google</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Mon, 24 Dec 2012 05:07:52 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-5693450220087429486</guid><description>Receive SMS and Email whenever your google account password is changed or if your account is being hijacked.&lt;br /&gt;
&lt;br /&gt;
So far we were receiving email alert for password change but now Google introduced a new way to protect account from hackers.&lt;br /&gt;
&lt;br /&gt;
Google stores your ip address and user agent whenever you makes a login and also google has algorithm that checks the login access with a certain area or city or state or county but at the same time if you makes login from different country or state or city or area then google and other websites started asking some more information like choosing right friends from your contacts and etc., to verify that the original user is you or not but this time google will send your notification to your mobile as sms and email notification to your personal email id so your account will be safe.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;How to activate notification for your Google account&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Login to your Google and go to your &lt;a href="https://www.google.com/settings/security"&gt;account security page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Go to Notifications&lt;/li&gt;
&lt;li&gt;Select the check box of Email and phone for Password Change and Suspicious login attempt&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
That's it. Now you have enable to notification service for free which helps your account is safe from online hijackers.&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/VXpX_lyzlAs" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-24T05:07:52.906-08:00</app:edited><feedburner:origLink>http://www.labtrix.org/2012/12/google-security-alerts-for-password.html</feedburner:origLink></item><item><title>Upgrade Your Office 2010 To Office 2013</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/BJXSPRiHNuE/upgrade-your-office-2010-to-office-2013.html</link><category>Microsoft</category><category>Office</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Thu, 28 Feb 2013 11:33:34 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-5820158045906197837</guid><description>&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Learn how you can upgrade microsoft office 2010 to 2013.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Download microsoft office and run the setup.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Step 1 :Installation files are being prepared&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-r090oiryEVg/UK9M4hFvoaI/AAAAAAAAB8k/G6-2FBLrD3Y/s1600/microsoft-office-upgrade-from-2010-to-2013-1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="microsoft-office-upgrade-from-2010-to-2013-" border="0" src="http://1.bp.blogspot.com/-r090oiryEVg/UK9M4hFvoaI/AAAAAAAAB8k/G6-2FBLrD3Y/s1600/microsoft-office-upgrade-from-2010-to-2013-1.png" title="microsoft-office-upgrade-from-2010-to-2013-" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 2 : Read the microsoft software license terms and condition and proceed to next&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-zYkOGwh6I08/UK9M64dzGNI/AAAAAAAAB8s/PeiO_ETQ5sA/s1600/microsoft-office-upgrade-from-2010-to-2013-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="microsoft-office-upgrade-from-2010-to-2013-2" border="0" src="http://3.bp.blogspot.com/-zYkOGwh6I08/UK9M64dzGNI/AAAAAAAAB8s/PeiO_ETQ5sA/s1600/microsoft-office-upgrade-from-2010-to-2013-2.png" title="microsoft-office-upgrade-from-2010-to-2013-2" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 3 : Now click the upgrade option&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-UjW7xNmIDX4/UK9M8WZeJwI/AAAAAAAAB80/E0qSNJbHa1s/s1600/microsoft-office-upgrade-from-2010-to-2013-3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="microsoft-office-upgrade-from-2010-to-2013-3" border="0" src="http://4.bp.blogspot.com/-UjW7xNmIDX4/UK9M8WZeJwI/AAAAAAAAB80/E0qSNJbHa1s/s1600/microsoft-office-upgrade-from-2010-to-2013-3.png" title="microsoft-office-upgrade-from-2010-to-2013-3" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 4: In Upgrade selection choose the keep all previous version and select all office apps if you wish &amp;nbsp;as shown in thee below image to avoid the deletion of Office 2010 features.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-ezPiNMNJmd0/UK9M-TpoOFI/AAAAAAAAB88/Zp8vdwMkWjY/s1600/microsoft-office-upgrade-from-2010-to-2013-4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="microsoft-office-upgrade-from-2010-to-2013-4" border="0" src="http://1.bp.blogspot.com/-ezPiNMNJmd0/UK9M-TpoOFI/AAAAAAAAB88/Zp8vdwMkWjY/s1600/microsoft-office-upgrade-from-2010-to-2013-4.png" title="microsoft-office-upgrade-from-2010-to-2013-4" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 5: Now click install. That's it . Now you have upgraded office 2010 to 2013.&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/BJXSPRiHNuE" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2013-02-28T11:33:34.178-08:00</app:edited><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-r090oiryEVg/UK9M4hFvoaI/AAAAAAAAB8k/G6-2FBLrD3Y/s72-c/microsoft-office-upgrade-from-2010-to-2013-1.png" height="72" width="72" /><feedburner:origLink>http://www.labtrix.org/2012/11/upgrade-your-office-2010-to-office-2013.html</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~5/eh6BklNK9VI/microsoft-office-upgrade-from-2010-to-2013-1.png" length="9584" type="image/png" /><feedburner:origEnclosureLink>http://1.bp.blogspot.com/-r090oiryEVg/UK9M4hFvoaI/AAAAAAAAB8k/G6-2FBLrD3Y/s1600/microsoft-office-upgrade-from-2010-to-2013-1.png</feedburner:origEnclosureLink></item><item><title>Micromax Funbook Pro Specification and features</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/mf2WuGUZv-4/micromax-funbook-pro-specification-and.html</link><category>MicroMax</category><category>Tablets</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Fri, 23 Nov 2012 02:08:57 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-607832697793963327</guid><description>Micromax funbook Pro comes with 10.1 inches wide screen , 1.2 Ghz processor and Android ice cream sandwich.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-pMCtM43fq_U/UK9K-C7OZgI/AAAAAAAAB8c/vok5tE_speY/s1600/micromax-pro-features.jpg" imageanchor="1"&gt;&lt;img alt="Micromax Funbook Pro Specification and features" border="0" src="http://2.bp.blogspot.com/-pMCtM43fq_U/UK9K-C7OZgI/AAAAAAAAB8c/vok5tE_speY/s1600/micromax-pro-features.jpg" title="Micromax Funbook Pro Specification and features" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Highlights&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Android ice cream sandwich&lt;/li&gt;
&lt;li&gt;1.2 Ghz super fast processor&lt;/li&gt;
&lt;li&gt;Video call&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Specification&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Processor 1.2 Ghz&lt;/li&gt;
&lt;li&gt;10.1 Touch panel&lt;/li&gt;
&lt;li&gt;1 GB DDR3 RAM&lt;/li&gt;
&lt;li&gt;8GB Memory&lt;/li&gt;
&lt;li&gt;Wifi&lt;/li&gt;
&lt;li&gt;0.3 MP Front Camera&amp;nbsp;&lt;/li&gt;
&lt;li&gt;2D/3D Graphics processor&lt;/li&gt;
&lt;li&gt;HDMI Port&lt;/li&gt;
&lt;li&gt;1024X600 Resolution&lt;/li&gt;
&lt;li&gt;HD Video (2160)&lt;/li&gt;
&lt;li&gt;TFT LCD&lt;/li&gt;
&lt;li&gt;Gravity &amp;amp; Accelerator Sensor&lt;/li&gt;
&lt;li&gt;Multi touch screen&lt;/li&gt;
&lt;li&gt;Pinch Zoom&lt;/li&gt;
&lt;li&gt;3G via USB Dongle&lt;/li&gt;
&lt;li&gt;Extend Upto 32 GB&lt;/li&gt;
&lt;li&gt;Google Play&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/mf2WuGUZv-4" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-11-23T02:08:57.696-08:00</app:edited><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-pMCtM43fq_U/UK9K-C7OZgI/AAAAAAAAB8c/vok5tE_speY/s72-c/micromax-pro-features.jpg" height="72" width="72" /><feedburner:origLink>http://www.labtrix.org/2012/11/micromax-funbook-pro-specification-and.html</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~5/6_rqLTfpAfA/micromax-pro-features.jpg" length="22782" type="image/jpeg" /><feedburner:origEnclosureLink>http://2.bp.blogspot.com/-pMCtM43fq_U/UK9K-C7OZgI/AAAAAAAAB8c/vok5tE_speY/s1600/micromax-pro-features.jpg</feedburner:origEnclosureLink></item><item><title>Micromax Funbook Tablet Specification And Features</title><link>http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~3/ZQJ8Mt2bPJs/micromax-funbook-tablet-specification.html</link><category>MicroMax</category><category>Tablets</category><author>noreply@blogger.com (ABDUL HAKEEM)</author><pubDate>Fri, 23 Nov 2012 02:01:01 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4956215819983162684.post-7482603611858289213</guid><description>Micormax funbook tablet is the cheapest tablet that you can afford and it comes with android ice cream sandwich, 1.2 Ghz processor and 4GB Nand memory.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-k0L-bkYS2OA/UK9JMqweoyI/AAAAAAAAB8M/s36kbRU5HVA/s1600/micromax-funbook.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="micromax funbook" border="0" height="320" src="http://1.bp.blogspot.com/-k0L-bkYS2OA/UK9JMqweoyI/AAAAAAAAB8M/s36kbRU5HVA/s320/micromax-funbook.jpg" title="micromax funbook" width="310" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Highlights&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Android ice cream sandwich&lt;/li&gt;
&lt;li&gt;1.2 Ghz&amp;nbsp;A8 Core&amp;nbsp;processor&amp;nbsp;&lt;/li&gt;
&lt;li&gt;2D/ 3D graphics processor&lt;/li&gt;
&lt;li&gt;Video Calling&lt;/li&gt;
&lt;li&gt;HD Video&lt;/li&gt;
&lt;li&gt;HDMI Port&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;Specification&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Processor 1.2 Ghz&lt;/li&gt;
&lt;li&gt;17.7 Capacitive Touch screen&lt;/li&gt;
&lt;li&gt;512 MB DDR3 RAM&lt;/li&gt;
&lt;li&gt;4GB Memory&lt;/li&gt;
&lt;li&gt;Wifi&lt;/li&gt;
&lt;li&gt;2D/3D Graphics processor&lt;/li&gt;
&lt;li&gt;800X400 Resolution&lt;/li&gt;
&lt;li&gt;HD Video (2160)&lt;/li&gt;
&lt;li&gt;16:9 Display ratio&lt;/li&gt;
&lt;li&gt;TFT WVGA LCD&lt;/li&gt;
&lt;li&gt;Gravity &amp;amp; Accelerator Sensor&lt;/li&gt;
&lt;li&gt;Multi touch screen&lt;/li&gt;
&lt;li&gt;Pinch Zoom&lt;/li&gt;
&lt;li&gt;3G via USB Dongle&lt;/li&gt;
&lt;li&gt;Extend Upto 32 GB&lt;/li&gt;
&lt;li&gt;Google Play&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnologyInnovation/xEox/~4/ZQJ8Mt2bPJs" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-11-23T02:01:01.041-08:00</app:edited><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-k0L-bkYS2OA/UK9JMqweoyI/AAAAAAAAB8M/s36kbRU5HVA/s72-c/micromax-funbook.jpg" height="72" width="72" /><feedburner:origLink>http://www.labtrix.org/2012/11/micromax-funbook-tablet-specification.html</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/TechnologyInnovation/xEox/~5/_fjN2QuIKnY/micromax-funbook.jpg" length="46228" type="image/jpeg" /><feedburner:origEnclosureLink>http://1.bp.blogspot.com/-k0L-bkYS2OA/UK9JMqweoyI/AAAAAAAAB8M/s36kbRU5HVA/s1600/micromax-funbook.jpg</feedburner:origEnclosureLink></item></channel></rss>
