<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" 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" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DUIERno7eCp7ImA9WhBVGU8.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154</id><updated>2013-04-25T18:05:07.400-04:00</updated><category term="future" /><category term="advertise" /><category term="Microsoft" /><category term="funny" /><category term="news" /><category term="books" /><category term="apple" /><category term="security" /><category term="domain names" /><category term="hosting" /><category term="privacy" /><category term="gadget" /><category term="android apps" /><category term="misc" /><category term="firefox" /><category term="antivirus" /><category term="blogger" /><category term="wireless" /><category term="adsense" /><category term="adsense alternative" /><category term="contact" /><category term="guestbook" /><category term="virus" /><category term="monetize" /><category term="code" /><category term="widget" /><category term="google apps" /><category term="google" /><title>Tropical PC Solutions: Websites, Programming, Monetizing, Security etc...</title><subtitle type="html">All About Computers: Websites, Programming, Monetizing, Security etc...</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://tropicalpcsolutions.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>171</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc" /><feedburner:info uri="allaboutcomputerswebsitesprogrammingmonetizingsecurityetc" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DEYCQHg4fyp7ImA9WhBQFkw.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-2269047767395082742</id><published>2013-03-10T09:36:00.000-04:00</published><updated>2013-03-18T10:16:01.637-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-03-18T10:16:01.637-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="security" /><title>Littleton Coins' website contains a security vulnerability</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://2.bp.blogspot.com/-qkziQ3BPVrA/UTyJzS6-J9I/AAAAAAAAAoU/8oPz4C1Gz2w/s320/Littleton-Coin-Company.gif" width=190 height=100&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;I just noticed that Littleton Coins' website has a security vulnerability that improperly handles/transmits passwords.&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;
While recently visiting the Littleton Coin website, &lt;a href="http://www.littletoncoin.com" target=blank&gt;www.littletoncoin.com&lt;/a&gt;, I noticed that the logon Id and surprisingly enough the logon Password are sent in plain text via the URL when you visit your "My Account" page right after logging in. This means that anyone who can access the server log files (not the encrypted database entries), folks at your ISP, or ANYONE who can see what pages you visit can now obtain your user name and password to this site. When you combine this with the fact that many users store their credit card details on these eCommerce sites, it is not hard to imagine that given enough time, this could become quite a serious matter.
&lt;br&gt;
&lt;br&gt;
In the screenshots below, the example logonId is 'coin-user' and the example logonPassword is 'coin-pass.'
&lt;br&gt;&lt;br&gt;
&lt;a href="http://www.tropicalpcsolutions.com/tmp/user.png" target=_blank&gt;Logon ID screenshot&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href="http://www.tropicalpcsolutions.com/tmp/pass.png" target=_blank&gt;Password screenshot&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
Now, the site does use HTTPS which is good as it encrypts the communication between server and client. However, the technique of sending plain-text passwords via URLs should never be used in the real world, much less by a site that is classified as a substantial eCommerce site. 
&lt;br&gt;
&lt;br&gt;
&lt;!--
&lt;b&gt;&lt;i&gt;A Simple Solution&lt;/i&gt;&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
If you &lt;i&gt;must&lt;/i&gt; send the password via a URL then simply encrypt it on the client end, then send the hash via URL, and finally the page/program on the server will obtain the hash and compare it with the one on file in your secured DB. Even if the hash is obtained by the attacker via logs or other means, it will not do him any good unless the website user used a dictionary word for a password. In that case the attacker could use a program to create various common hashes out of dictionary words and try to compare the hashes in order to obtain the password. This is really a cat-and-mouse game between white hats and black hats, in this instance the web programmer would up his game and salt the password first...etc...
&lt;br&gt;&lt;br&gt;
--&gt;
Bottom line, I like Littleton Coin...I am sure their web/IT guys make way more than I do...Never send plain-text passwords via URL &lt;img src="http://www.nobullwidgets.com/widgets/2009-widgets/guestbook/images/30.gif" border=0&gt;
&lt;br&gt;&lt;br&gt;
Observations: I can only seem to recreate this when I open a fresh browser connection to www.littletoncoin.com, then go to "Log In", then go straight to "My Account". At this point you should see both the logon Id and password within the URL. However, If I log in, then look at something before going to the "My Account" page, then I do not see the password being sent via the URL.
&lt;br&gt;&lt;br&gt;
Update: As of today, Mar 12, 2013, I have spoken with an individual at Littleton Coin who has stated that this issue is being addressed and should be fixed by tomorrow.
&lt;br&gt;&lt;br&gt;
It couldn't be...could it? Another error found on the Littleton Coin website: &lt;a href="http://www.tropicalpcsolutions.com/tmp/1912-buffalo-nickel.png" target=_blank&gt;1912 Buffalo Nickel&lt;/a&gt;? Come on guys!
&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/5lM29DwQ-iQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/2269047767395082742/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=2269047767395082742&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/2269047767395082742?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/2269047767395082742?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/5lM29DwQ-iQ/littleton-coins-security-vulnerability.html" title="Littleton Coins' website contains a security vulnerability" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-qkziQ3BPVrA/UTyJzS6-J9I/AAAAAAAAAoU/8oPz4C1Gz2w/s72-c/Littleton-Coin-Company.gif" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2013/03/littleton-coins-security-vulnerability.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkEFR3k6cSp7ImA9WhBTFEg.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-9085623736316288297</id><published>2013-02-09T20:07:00.002-05:00</published><updated>2013-02-09T20:10:16.719-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-02-09T20:10:16.719-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="google apps" /><title>How to Delete a Chrome App from the Developer Dashboard</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://blog.laptopmag.com/wpress/wp-content/uploads/2012/06/google-drive.jpg" width=190 height=100&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;Have you wondered how to delete an unpublished app from your Chrome developer console? Well here is a tip that might help you out.&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;

First you have to open Google Chrome and load your &lt;a href="
https://chrome.google.com/webstore/developer/dashboard" target=_blank&gt;developer dashboard&lt;/a&gt;.
&lt;br&gt;
&lt;br&gt;
Once the dashboard is loaded, go to the page that has your unpublished app that you would like to delete. When you locate the app you plan to delete make sure to obtain the apps unique ID. You can 'edit' the app to find the ID if necessary. See the below image.
&lt;br&gt;&lt;br&gt;
&lt;a href="http://2.bp.blogspot.com/-zHTzNKghbY0/URbxwqxfJhI/AAAAAAAAAns/Mnqnfayegko/s1600/Screenshot%2Bat%2B2013-02-09%2B19%253A52%253A49.png" imageanchor="1" style="" target=_blank&gt;&lt;img border="0" height="257" width="320" src="http://2.bp.blogspot.com/-zHTzNKghbY0/URbxwqxfJhI/AAAAAAAAAns/Mnqnfayegko/s320/Screenshot%2Bat%2B2013-02-09%2B19%253A52%253A49.png" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
Once you have the unique ID then you can open the JavaScript console. You can simply type SHIFT+CONTROL+J to launch the JS console. Once the JS console is open, you will enter the below code:
&lt;br&gt;&lt;br&gt;
&lt;code&gt;cxDeleteItem('appID')&lt;/code&gt;
&lt;br&gt;&lt;br&gt;
Make sure to replace appID with your apps ID. See the below image:
&lt;br&gt;
&lt;br&gt;
&lt;a href="http://3.bp.blogspot.com/-XAJ_ZuJ7scw/URbyhHAieEI/AAAAAAAAAn4/dITKWI5XGWk/s1600/Screenshot%2Bat%2B2013-02-09%2B19%253A53%253A17.png" imageanchor="1" style="" target=_blank&gt;&lt;img border="0" height="320" width="281" src="http://3.bp.blogspot.com/-XAJ_ZuJ7scw/URbyhHAieEI/AAAAAAAAAn4/dITKWI5XGWk/s320/Screenshot%2Bat%2B2013-02-09%2B19%253A53%253A17.png" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
Once this code has been entered into your console, press the enter button and you will see the below prompt. Simply agree and then your app is gone! That's all there is to it.
&lt;br&gt;&lt;br&gt;
&lt;a href="http://4.bp.blogspot.com/-CzcNIpIWHAE/URbyw6Ec1WI/AAAAAAAAAoE/vylBN0zxm_c/s1600/Screenshot%2Bat%2B2013-02-09%2B19%253A53%253A20.png" imageanchor="1" style="" target=_blank&gt;&lt;img border="0" height="107" width="320" src="http://4.bp.blogspot.com/-CzcNIpIWHAE/URbyw6Ec1WI/AAAAAAAAAoE/vylBN0zxm_c/s320/Screenshot%2Bat%2B2013-02-09%2B19%253A53%253A20.png" /&gt;&lt;/a&gt;





&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/K6gvkmv1Ga8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/9085623736316288297/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=9085623736316288297&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/9085623736316288297?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/9085623736316288297?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/K6gvkmv1Ga8/delete-app-chrome-dashboard-how-to.html" title="How to Delete a Chrome App from the Developer Dashboard" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-zHTzNKghbY0/URbxwqxfJhI/AAAAAAAAAns/Mnqnfayegko/s72-c/Screenshot%2Bat%2B2013-02-09%2B19%253A52%253A49.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2013/02/delete-app-chrome-dashboard-how-to.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMERnY7cSp7ImA9WhNUEks.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-68895126511533497</id><published>2013-01-03T21:25:00.001-05:00</published><updated>2013-01-03T21:26:47.809-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-03T21:26:47.809-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="guestbook" /><title>New Features for NoBull Guestbook </title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://www.nobullwidgets.com/images/logo.jpg" width=190 height=100&gt;
&lt;/td&gt;&lt;td&gt;Our NoBull guestbook has new features available for 2013!
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;span class="fullpost"&gt;Our NoBull guestbook has been given a few nifty features since it was first released. If you would like a customizable guestbook that will email you when someone posts, then be sure to check out &lt;a href="http://www.nobullwidgets.com" target=_blank&gt;NoBull widgets&lt;/a&gt;.
&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/YVATmqFfZxs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/68895126511533497/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=68895126511533497&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/68895126511533497?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/68895126511533497?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/YVATmqFfZxs/new-features-for-nobull-guestbook.html" title="New Features for NoBull Guestbook " /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2013/01/new-features-for-nobull-guestbook.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE8GRHk7fip7ImA9WhNUEks.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-2884341673407249578</id><published>2013-01-03T21:21:00.000-05:00</published><updated>2013-01-03T21:33:45.706-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-03T21:33:45.706-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="google apps" /><title>Find-a-Phone App for Chrome</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://apps.tropicalpcsolutions.com/chrome/files/2013-b/find-a-phone/128.png" width=190 height=100&gt;
&lt;/td&gt;&lt;td&gt;This app will help you find your lost cell phone by sending it texts.
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;span class="fullpost"&gt;
&lt;ul&gt;
&lt;li&gt;To get the Google Chrome app &lt;a href="https://chrome.google.com/webstore/detail/find-a-phone/ecacfooedoagomhbpjbcejphhoefldja" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To see a live demo &lt;a href="http://apps.tropicalpcsolutions.com/chrome/files/2013-b/find-a-phone/welcome.html" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To view all of our Chrome apps &lt;a href="https://chrome.google.com/webstore/search/tropicalpcsolutions" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;/ul&gt;
&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/k0R4UYLbGns" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/2884341673407249578/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=2884341673407249578&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/2884341673407249578?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/2884341673407249578?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/k0R4UYLbGns/find-phone-app-for-chrome.html" title="Find-a-Phone App for Chrome" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2013/01/find-phone-app-for-chrome.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08HSXw6cCp7ImA9WhNUEks.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-1616542909348744559</id><published>2013-01-03T21:16:00.001-05:00</published><updated>2013-01-03T21:17:18.218-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-03T21:17:18.218-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="google apps" /><title>Tip Calculator App for Chrome</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://apps.tropicalpcsolutions.com/chrome/files/2013-b/tip-calculator/128.png" width=190 height=100&gt;
&lt;/td&gt;&lt;td&gt;This app has both the standard tip calculator for multiple guests, but it also has a calculator for bartenders and servers to calculate their wages and percentages.
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;span class="fullpost"&gt;
&lt;ul&gt;
&lt;li&gt;To get the Google Chrome app &lt;a href="https://chrome.google.com/webstore/detail/tip-calculator-plus/ielkmhehhfhcmdcebbkjgcgbhegimjdd" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To see a live demo &lt;a href="http://apps.tropicalpcsolutions.com/chrome/files/2013-b/tip-calculator/tip-calculator.html" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To view all of our Chrome apps &lt;a href="https://chrome.google.com/webstore/search/tropicalpcsolutions" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;/ul&gt;
&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/Ego73m3CyRg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/1616542909348744559/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=1616542909348744559&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/1616542909348744559?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/1616542909348744559?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/Ego73m3CyRg/tip-calculator-app-for-chrome.html" title="Tip Calculator App for Chrome" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2013/01/tip-calculator-app-for-chrome.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0MGQnwyfyp7ImA9WhNUEks.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-6222455742935664242</id><published>2013-01-03T21:10:00.003-05:00</published><updated>2013-01-03T21:10:23.297-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-03T21:10:23.297-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="google apps" /><title>Financial Advice App for Chrome</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://apps.tropicalpcsolutions.com/chrome/files/2013/financial-advice/128.png" width=190 height=100&gt;
&lt;/td&gt;&lt;td&gt;This app will provide sound financial advice from two respected sources.
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;span class="fullpost"&gt;
&lt;ul&gt;
&lt;li&gt;To get the Google Chrome app &lt;a href="https://chrome.google.com/webstore/detail/smart-financial-advice/ljpilkpdkjngcpaheolnijkafepgbbke" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To see a live demo &lt;a href="http://apps.tropicalpcsolutions.com/chrome/files/2013/financial-advice/advice.html" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To view all of our Chrome apps &lt;a href="https://chrome.google.com/webstore/search/tropicalpcsolutions" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;/ul&gt;
&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/uWbN4lidk0c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/6222455742935664242/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=6222455742935664242&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/6222455742935664242?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/6222455742935664242?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/uWbN4lidk0c/financial-advice-app-for-chrome.html" title="Financial Advice App for Chrome" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2013/01/financial-advice-app-for-chrome.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4CRn0zfSp7ImA9WhNUEks.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-8618944828155384570</id><published>2013-01-03T21:02:00.003-05:00</published><updated>2013-01-03T21:02:47.385-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-03T21:02:47.385-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="google apps" /><title>Word of the Day App for Chrome</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://apps.tropicalpcsolutions.com/chrome/files/2013/word-of-day/128.png" width=190 height=100&gt;
&lt;/td&gt;&lt;td&gt;This app will display a new word along with its definition each day via the free dictionary.
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;span class="fullpost"&gt;
&lt;ul&gt;
&lt;li&gt;To get the Google Chrome app &lt;a href="https://chrome.google.com/webstore/detail/word-of-the-day/nchclobfbagiabelmfjehcjleinonfjp" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To see a live demo &lt;a href="http://apps.tropicalpcsolutions.com/chrome/files/2013/word-of-day/word.html" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To view all of our Chrome apps &lt;a href="https://chrome.google.com/webstore/search/tropicalpcsolutions" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;/ul&gt;
&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/cFvAQKkJnJY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/8618944828155384570/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=8618944828155384570&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/8618944828155384570?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/8618944828155384570?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/cFvAQKkJnJY/word-of-day-app-for-chrome.html" title="Word of the Day App for Chrome" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2013/01/word-of-day-app-for-chrome.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkICQXo7cCp7ImA9WhNUEks.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-8833023035487328710</id><published>2013-01-03T20:56:00.000-05:00</published><updated>2013-01-03T20:56:00.408-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-03T20:56:00.408-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="google apps" /><title>Yearly Bible Reader Chrome App</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://apps.tropicalpcsolutions.com/chrome/files/2013/bible/128.png" width=190 height=100&gt;
&lt;/td&gt;&lt;td&gt;This app will help you read the Bible in a year. There is also an audio option available so you can listen to the Bible being read aloud.
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;span class="fullpost"&gt;
&lt;ul&gt;
&lt;li&gt;To get the Google Chrome app &lt;a href="https://chrome.google.com/webstore/detail/yearly-bible-reader/bgajdiidhoaknlkhfokapjloodeoegaf" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To see a live demo &lt;a href="http://apps.tropicalpcsolutions.com/chrome/files/2013/bible/bible.html" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To view all of our Chrome apps &lt;a href="https://chrome.google.com/webstore/search/tropicalpcsolutions" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;/ul&gt;
&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/lw2FlxML32I" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/8833023035487328710/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=8833023035487328710&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/8833023035487328710?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/8833023035487328710?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/lw2FlxML32I/yearly-bible-reader-chrome-app.html" title="Yearly Bible Reader Chrome App" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2013/01/yearly-bible-reader-chrome-app.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08BQXo8eSp7ImA9WhNUEko.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-752378530453971292</id><published>2013-01-03T20:49:00.002-05:00</published><updated>2013-01-04T00:04:10.471-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-04T00:04:10.471-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="security" /><category scheme="http://www.blogger.com/atom/ns#" term="google apps" /><title>Password Security Test App for Chrome</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://apps.tropicalpcsolutions.com/chrome/files/2013/security-test/128.png" width=190 height=100&gt;
&lt;/td&gt;&lt;td&gt;This app will test your basic web coding security skills.
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;span class="fullpost"&gt;
&lt;ul&gt;
&lt;li&gt;To get the Google Chrome app &lt;a href="https://chrome.google.com/webstore/detail/password-security-test/oaffjlajmhhcemopadjngnbbogmjopgj" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To see a live demo &lt;a href="http://apps.tropicalpcsolutions.com/chrome/files/2013/security-test/security-test.html" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;To view all of our Chrome apps &lt;a href="https://chrome.google.com/webstore/search/tropicalpcsolutions" target=_blank&gt;click here&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;/ul&gt;
&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/efxAN2quLVM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/752378530453971292/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=752378530453971292&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/752378530453971292?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/752378530453971292?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/efxAN2quLVM/password-security-test-app-for-chrome.html" title="Password Security Test App for Chrome" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2013/01/password-security-test-app-for-chrome.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEQMQn0zeyp7ImA9WhNXFEg.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-2650660510379361092</id><published>2012-11-30T23:24:00.001-05:00</published><updated>2012-12-02T07:46:23.383-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-02T07:46:23.383-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="advertise" /><title>Advertise your site on the TPCS network!</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://tropicalpcsolutions.com/images/advertise_here.jpg" width=190 height=100&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;You can advertise your site or blog across the TPCS network!&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;We have many sites and blogs that you can advertise your own website on. We have very reasonable rates and it's easy to get started. For more information &lt;a href="http://tropicalpcsolutions.blogspot.com/2009/02/advertise-your-product-or-service-on.html"&gt;click here&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;
If you have any questions then please feel free to &lt;a href="http://tropicalpcsolutions.blogspot.com/2009/02/contact-tropical-pc-solutions.html"&gt;contact me&lt;/a&gt;
&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/fGqPWAxO9p4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/2650660510379361092/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=2650660510379361092&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/2650660510379361092?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/2650660510379361092?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/fGqPWAxO9p4/advertise-your-site-on-tpcs-network.html" title="Advertise your site on the TPCS network!" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/11/advertise-your-site-on-tpcs-network.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUcHQnk4eCp7ImA9WhNXEU8.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-3482472341923972096</id><published>2012-11-27T20:58:00.001-05:00</published><updated>2012-11-28T13:23:53.730-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-11-28T13:23:53.730-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="google apps" /><title>Build a custom snow globe!</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://3.bp.blogspot.com/-J9lAErjlIdQ/ULVu0R66JcI/AAAAAAAAAmA/8BMl_9n_p8U/s320/tile.png" width=190 height=100&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;Build your own custom snow globe and email it to friends!&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;
If you would like to build your own custom snow globe and then email it to friends then use the below links.
&lt;br&gt;&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://widgets.tropicalpcsolutions.com/web-files/chrome-apps/snow-globe-builder/snow-globe-builder.html"target=_blank&gt;Custom build snow globe&lt;/a&gt;&lt;/li&gt;
&lt;br&gt;&lt;li&gt;&lt;a href="https://chrome.google.com/webstore/detail/custom-snow-globe/fnpnlhchibomlegnbdedcnpipajinbka" target=_Blank&gt;Snow globe builder app for Google Chrome&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/q7chf5YVnDQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/3482472341923972096/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=3482472341923972096&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/3482472341923972096?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/3482472341923972096?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/q7chf5YVnDQ/build-custom-snow-globe.html" title="Build a custom snow globe!" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-J9lAErjlIdQ/ULVu0R66JcI/AAAAAAAAAmA/8BMl_9n_p8U/s72-c/tile.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/11/build-custom-snow-globe.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUcGSHY5eCp7ImA9WhNXEU8.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-6817718951513214122</id><published>2012-11-25T15:20:00.000-05:00</published><updated>2012-11-28T13:23:49.820-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-11-28T13:23:49.820-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="google apps" /><category scheme="http://www.blogger.com/atom/ns#" term="google" /><title>New Google Chrome Apps Released</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://blog.laptopmag.com/wpress/wp-content/uploads/2012/06/google-drive.jpg" width=190 height=100&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;We have released a number of new Google Chrome apps&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;We have recently released a number of new apps for Google's Chrome browser. We will be posting these new apps here:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://widgets.tropicalpcsolutions.com/web-files/chrome-apps/chrome-apps.html"&gt;http://widgets.tropicalpcsolutions.com/web-files/chrome-apps/chrome-apps.html&lt;/a&gt;
&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/5-uRpYQf3WA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/6817718951513214122/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=6817718951513214122&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/6817718951513214122?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/6817718951513214122?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/5-uRpYQf3WA/new-google-chrome-apps-released.html" title="New Google Chrome Apps Released" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/11/new-google-chrome-apps-released.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkcCQXw6eSp7ImA9WhNXEEs.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-5106786703115027508</id><published>2012-09-22T21:42:00.000-04:00</published><updated>2012-11-27T21:01:00.211-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-11-27T21:01:00.211-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="widget" /><category scheme="http://www.blogger.com/atom/ns#" term="google apps" /><title>TPCS Google Chrome Apps</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://blog.laptopmag.com/wpress/wp-content/uploads/2012/06/google-drive.jpg" width=190 height=100&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;We have recently transfered a number of our gadgets over to Google Chrome apps!&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;
&lt;br&gt;&lt;br&gt;
Daily Motivating Quotes:
&lt;a href="https://chrome.google.com/webstore/detail/lccpijdekkepbfmhcopjfoeklheanilf" target=_blank&gt;Daily motivating quote app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Inspirational Quotes:
&lt;a href="https://chrome.google.com/webstore/detail/aejilghanjfchpiiclnildieopkpmlon" target=_blank&gt;Inspirational quote app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Daily Beauty Tips:
&lt;a href="https://chrome.google.com/webstore/detail/ikgpieliabfmejjbfdkoppghjkhjelkg" target=_blank&gt;Daily beauty tips app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Daily Bikini Babes:
&lt;a href="https://chrome.google.com/webstore/detail/checlelldfddipjbdhmijdjhiebcohkf" target=_blank&gt;Daily bikini babes app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Lottery Numbers:
&lt;a href="https://chrome.google.com/webstore/detail/eibcajjmmfjhfjpehcdgabhokbaoamke" target=_blank&gt;Lottery number app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Child Safe Google Search:
&lt;a href="https://chrome.google.com/webstore/detail/fmibglgihjalhkegoppdebbfnjlkiilh" target=_blank&gt;Safe search app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Daily Optical Illusions:
&lt;a href="https://chrome.google.com/webstore/detail/nilaglmcnbdgkejnkclhfnpdoaidcmll" target=_blank&gt;Daily optical illusion app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Map Quest Directions:
&lt;a href="https://chrome.google.com/webstore/detail/gdiakbpnhhkcgmflhfhhhmkoanlhleng" target=_blank&gt;MapQuest app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
IQ Test:
&lt;a href="https://chrome.google.com/webstore/detail/ddddphilbbeckjdhaocoibmiamlhijgb" target=_blank&gt;IQ test app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Weather Channel:
&lt;a href="https://chrome.google.com/webstore/detail/bmmoakphhgkdoikkogcekpnhcpmijphh" target=_blank&gt;Weather channel app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Daily Buddha:
&lt;a href="https://chrome.google.com/webstore/detail/eeoliceakafnglkokkdfohhgpcodghfn" target=_blank&gt;Daily Buddha app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Magic 8 Ball:
&lt;a href="https://chrome.google.com/webstore/detail/mojlibmlhnkddedeobamadopdaedenfj" target=_blank&gt;Magic 8 ball app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Escape To Paradise:
&lt;a href="https://chrome.google.com/webstore/detail/pncngiejaeghkpickkogmegepenjnlbf" target=_blank&gt;Escape to paradise app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Weight Loss Tips:
&lt;a href="https://chrome.google.com/webstore/detail/iaoldeeknkpikonfbkehpgghbmhfiekk" target=_blank&gt;Weight loss tips app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Daily Surfer:
&lt;a href="https://chrome.google.com/webstore/detail/ihganncopfemhkcfcipelflbilkcpkac" target=_blank&gt;Daily surfer app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
Interactive Aquarium:
&lt;a href="https://chrome.google.com/webstore/detail/fjhnlmmecicdldoflnddhofcdkjejjdo" target=_blank&gt;Interactive aquarium app for Google Chrome&lt;/a&gt;

&lt;br&gt;&lt;br&gt;* Any future apps will be posted here:&lt;br&gt;
&lt;a href="http://widgets.tropicalpcsolutions.com/web-files/chrome-apps/chrome-apps.html"&gt;http://widgets.tropicalpcsolutions.com/web-files/chrome-apps/chrome-apps.html&lt;/a&gt;


&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/Z98uCkMsyk8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/5106786703115027508/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=5106786703115027508&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/5106786703115027508?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/5106786703115027508?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/Z98uCkMsyk8/tpcs-google-chrome-apps.html" title="TPCS Google Chrome Apps" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/09/tpcs-google-chrome-apps.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEEAQn06fCp7ImA9WhVRFE4.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-1459530270226251894</id><published>2012-03-22T12:07:00.002-04:00</published><updated>2012-03-22T12:10:43.314-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-22T12:10:43.314-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="guestbook" /><category scheme="http://www.blogger.com/atom/ns#" term="widget" /><title>NoBull Guestbook allows admins to delete individual comments!</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://1.bp.blogspot.com/-EwC99mWp26M/Tl2pmHvpzdI/AAAAAAAAAgk/JDf6tjU3cJ4/s1600/logo.jpg" width=190 height=100&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;Thanks to a few user submitted requests, we have added a feature that allows guestbook admins to delete individual comments!&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;We have recently updated our NoBull guestbook to allow guestbook admins to remove individual posts by either IP address or username. Prior to this update the admins only had the options to clear the entire log file. No longer!&lt;br /&gt;&lt;br /&gt;If you have the previous version of the guestbook and would like to avail yourself of this new update please contact me with the URL of your current guestbook and I will update it for you. You should not lose any data during the upgrade process. &lt;br /&gt;&lt;br /&gt;Check out the &lt;a href="http://nobullwidgets.com/"&gt;NoBull Website Guestbook&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/BOP-F7bOvmE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/1459530270226251894/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=1459530270226251894&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/1459530270226251894?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/1459530270226251894?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/BOP-F7bOvmE/nobull-guestbook-allows-admins-to.html" title="NoBull Guestbook allows admins to delete individual comments!" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-EwC99mWp26M/Tl2pmHvpzdI/AAAAAAAAAgk/JDf6tjU3cJ4/s72-c/logo.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/03/nobull-guestbook-allows-admins-to.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMEQ3o9eyp7ImA9WhVTE00.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-710650300706779695</id><published>2012-02-26T19:40:00.002-05:00</published><updated>2012-02-26T19:43:22.463-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-26T19:43:22.463-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="news" /><category scheme="http://www.blogger.com/atom/ns#" term="future" /><category scheme="http://www.blogger.com/atom/ns#" term="privacy" /><title>How mobiles of the future will get under our skin</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://www.crunchbase.com/assets/images/resized/0001/9797/19797v1-max-250x250.jpg" width=190 height=130&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;With the power to buy, sell and make decisions on our behalf, phones will come to dominate our lives, invading our privacy and, via under-skin implants, our bodies.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;It isn't all bad. As they become more sophisticated, phones will completely unshackle us from our desktops, will use up less time and money -- and could even save our lives.&lt;br /&gt;&lt;br /&gt;"The fact that the word 'phone' is in the title of these devices is misleading," says Ray Hammond, a so-called futurologist who has carved a career out of accurately forecasting technological leaps.&lt;br /&gt;&lt;br /&gt;Hammond envisages the candy bar-sized phones and shiny tablets of today being broken into separate components. Fashionable spectacles will provide the visual display, earring studs the audio. A third device will provide touch input.&lt;br /&gt;&lt;br /&gt;"What we're talking about is a complete physical interface to the digital and virtual worlds," he said.&lt;br /&gt;&lt;br /&gt;Read the entire article:&lt;br /&gt;http://www.cnn.com/2012/02/23/tech/mobile/technology-mobile-future/index.html&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/ohPDROVk5as" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/710650300706779695/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=710650300706779695&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/710650300706779695?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/710650300706779695?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/ohPDROVk5as/how-mobiles-of-future-will-get-under.html" title="How mobiles of the future will get under our skin" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/02/how-mobiles-of-future-will-get-under.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUUESXo6cSp7ImA9WhVTE00.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-815411547285786767</id><published>2012-02-26T19:37:00.001-05:00</published><updated>2012-02-26T19:40:08.419-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-26T19:40:08.419-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="privacy" /><title>Technology News Facebook spies on personal text messages, report says</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://www.simplyzesty.com/wp-content/uploads/2012/02/Facebook-logo4.png" width=190 height=130&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;Facebook admitted reading text messages belonging to smartphone users who downloaded the social-networking app&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Other well-known companies accessing smartphone users' personal data - such as text messages - include photo-sharing site Flickr, dating site Badoo and Yahoo Messenger, the paper said.&lt;br /&gt;&lt;br /&gt;It claimed that some apps even allow companies to intercept phone calls - while others, such as YouTube, are capable of remotely accessing and operating users' smartphone cameras to take photographs or videos at any time.&lt;br /&gt;&lt;br /&gt;Security app My Remote Lock and the app Tennis Juggling Game were among smaller companies' apps that may intercept users' calls, the paper said.&lt;br /&gt;&lt;br /&gt;Read the entire article:&lt;br /&gt;http://www.heraldsun.com.au/technology/facebook-spies-on-phone-users-text-messages-report-says/story-fn7celvh-1226282024364&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/duuotfK2mYE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/815411547285786767/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=815411547285786767&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/815411547285786767?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/815411547285786767?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/duuotfK2mYE/technology-news-facebook-spies-on.html" title="Technology News Facebook spies on personal text messages, report says" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/02/technology-news-facebook-spies-on.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QFQ3k_fip7ImA9WhRaFE4.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-4940399830381324921</id><published>2012-02-16T17:25:00.001-05:00</published><updated>2012-02-16T17:28:32.746-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-16T17:28:32.746-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="privacy" /><title>Twitter admits peeking at address books, announces privacy improvements</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://1.bp.blogspot.com/_O2S_WAIhy64/TMoCNl8uFoI/AAAAAAAAAZY/GhrBPnkQfG4/s1600/new_bird_534.png" width=190 height=130&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;Twitter says it will make privacy guidelines more explicit after it admitted copying entire address books from people's smartphones and storing the information on its servers, according to reports.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Both the micro-blogging site and Apple, whose iPhone offers the Twitter application, have come under fire following the revelation.&lt;br /&gt;&lt;br /&gt;Reports say that two U.S. congressmen have written to Apple asking why the firm allows the practice on its iPhone, as it contravenes app developer guidelines. &lt;br /&gt;&lt;br /&gt;"We want to be clear and transparent in our communications with users," Twitter spokeswoman Carolyn Penner told the BBC and Los Angeles Times. "Along those lines, in our next app updates, which are coming soon, we are updating the language associated with Find Friends -- to be more explicit."&lt;br /&gt;&lt;br /&gt;She also said that in place of "Scan your contacts," the site will use "Upload your contacts" and "Import your contacts" instead, for iPhone and Android apps respectively.&lt;br /&gt;&lt;br /&gt;A spokesman for Apple said apps that collect or transmit a user's contact data without their prior permission are in violation of company guidelines.&lt;br /&gt;&lt;br /&gt;"We're working to make this even better for our customers, and as we have done with location services, any app wishing to access contact data will require explicit user approval in a future software release."&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Read the entire article:&lt;br /&gt;http://www.foxnews.com/scitech/2012/02/16/twitter-admits-peeking-at-address-books-announces-privacy-improvements/&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/UhX5D6HBP-g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/4940399830381324921/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=4940399830381324921&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/4940399830381324921?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/4940399830381324921?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/UhX5D6HBP-g/twitter-admits-peeking-at-address-books.html" title="Twitter admits peeking at address books, announces privacy improvements" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_O2S_WAIhy64/TMoCNl8uFoI/AAAAAAAAAZY/GhrBPnkQfG4/s72-c/new_bird_534.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/02/twitter-admits-peeking-at-address-books.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE8DQncyfyp7ImA9WhRUGEQ.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-225207189673115252</id><published>2012-01-29T22:05:00.002-05:00</published><updated>2012-01-29T22:07:53.997-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-29T22:07:53.997-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="misc" /><category scheme="http://www.blogger.com/atom/ns#" term="news" /><title>Pirate Bay to allow real-object downloads</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://a1.twimg.com/profile_images/37120952/PirateBay_1_NETT_26916d.jpg" width=190 height=130&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;The Pirate Bay, one of the world's most infamous online piracy and file-sharing sites, is now hosting a type of mock-up file that allows your 3D printer to create physical objects.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;ThePirateBay.org yesterday announced via its blog, first reported by GigaOM, that users can now search in a new category called "Physibles".&lt;br /&gt;&lt;br /&gt;Physibles, as the blog explains, are mock-up files that allow a 3D printer to create a physical object:&lt;br /&gt;&lt;br /&gt;"We believe that the next step in copying will be made from digital form into physical form. It will be physical objects. Or, as we decided to call them: Physibles.&lt;br /&gt;&lt;br /&gt;"Data objects that are able (and feasible) to become physical. We believe that things like three-dimensional printers, scanners and such are just the first step. We believe that in the nearby future, you will print your spare parts for your vehicles," The Pirate Bay predicted in its post yesterday.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Read the entire article:&lt;br /&gt;&lt;br /&gt;http://www.zdnet.com.au/pirate-bay-to-allow-real-object-downloads-339330303.htm&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/qyB_ZkmXSaI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/225207189673115252/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=225207189673115252&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/225207189673115252?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/225207189673115252?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/qyB_ZkmXSaI/pirate-bay-to-allow-real-object.html" title="Pirate Bay to allow real-object downloads" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/01/pirate-bay-to-allow-real-object.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYFQ3k9fip7ImA9WhRUFUQ.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-4242467711026008387</id><published>2012-01-26T10:33:00.001-05:00</published><updated>2012-01-26T10:35:12.766-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-26T10:35:12.766-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="misc" /><category scheme="http://www.blogger.com/atom/ns#" term="news" /><title>Can tablets give you a pain in the neck?</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://www.prlog.org/11196916-itablet-is-the-hardest-working-tablet-computer.jpg" width=190 height=130&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;Users of tablet computers should place their device on the table and tilt its screen, rather than have it flat on their lap, to avoid potentially painful hunching of the neck, a study suggested Wednesday.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;"Tablet users may be at high risk to develop neck discomfort based on current behaviours and tablet designs," it warned.&lt;br /&gt;&lt;br /&gt;A team led by environmental health researcher Jack Dennerlein of the Harvard School of Public Health asked seven men and eight women who were experienced tablet users to carry out tasks on an iPad2 and a Motorola Xoom.&lt;br /&gt;&lt;br /&gt;Using a motion-analysis system, the team filmed the 15 volunteers as they worked on the tablet in four common configurations.&lt;br /&gt;&lt;br /&gt;In the first position the tablet was not placed in its proprietary case but held on the lap in one hand while the other was used to touch the screen.&lt;br /&gt;&lt;br /&gt;In the second the tablet was placed on the lap, but stayed in its case. The user worked with both hands on the screen.&lt;br /&gt;&lt;br /&gt;In the third, the tablet was set up in its case on a table, with its screen set at a lower angle, and the user worked with both hands.&lt;br /&gt;&lt;br /&gt;The last configuration, dubbed "table-movie," entailed placing the tablet on the table in its case, tilted at a higher angle. The user did not work on the screen and instead watched movies or other programming on it. &lt;br /&gt;&lt;br /&gt;Read the entire article:&lt;br /&gt;http://www.breitbart.com/article.php?id=CNG.89b977dd5b786d4355e1a3521c5d20b8.61&amp;show_article=1&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/LjBxZzYnd0E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/4242467711026008387/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=4242467711026008387&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/4242467711026008387?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/4242467711026008387?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/LjBxZzYnd0E/can-tablets-give-you-pain-in-neck.html" title="Can tablets give you a pain in the neck?" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/01/can-tablets-give-you-pain-in-neck.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQGQnY_cSp7ImA9WhRVFU0.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-1167732980115501810</id><published>2012-01-13T20:56:00.001-05:00</published><updated>2012-01-13T20:58:43.849-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-13T20:58:43.849-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="news" /><category scheme="http://www.blogger.com/atom/ns#" term="privacy" /><title>How to Disappear Completely (From the Internet)</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://cdni.wired.co.uk/620x413/d_f/Disappear_620x413.jpg" width=190 height=130&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;If you’ve ever used the Internet, you have an online identity. Maybe it’s slight: a Hotmail account here, a comment on a news story there. Or maybe you’ve been more prolific, leaving a trail of usernames, accounts, messages, and profiles across the digital landscape.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;In any case, an active internet user owes it to himself to do a bit of self-Googling. What you’ll find will be both enlightening and humbling—even worrying.&lt;br /&gt;&lt;br /&gt;Unease about your online identity shouldn’t be limited to how much information is publicly available. Online advertising is the engine that drives the Internet’s largest sites, including Google and Facebook, and it depends on your personal—and allegedly private—data for fuel. "The government, companies, and marketers all want us to share as much information as possible because that’s what’s good for them," says Rebecca Jeschke of the Electronic Frontier Foundation, "and it’s time to think of what’s good for us."&lt;br /&gt;&lt;br /&gt;While most Internet users seem fine with privacy tradeoffs, the lack of control will lead some to consider the nuclear option: total Internet evacuation. But taking yourself offline isn’t as simple as logging out—it requires a little bit of work. Here’s how.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Read the entire article:&lt;br /&gt;&lt;br /&gt;http://www.popularmechanics.com/technology/how-to/computer-security/how-to-disappear-completely-from-the-internet&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/LmMAJXtB4bg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/1167732980115501810/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=1167732980115501810&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/1167732980115501810?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/1167732980115501810?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/LmMAJXtB4bg/how-to-disappear-completely-from.html" title="How to Disappear Completely (From the Internet)" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/01/how-to-disappear-completely-from.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMNQXkzfSp7ImA9WhRVFU0.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-8792378499177644677</id><published>2012-01-13T20:55:00.002-05:00</published><updated>2012-01-13T21:01:30.785-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-13T21:01:30.785-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="news" /><category scheme="http://www.blogger.com/atom/ns#" term="future" /><title>Email in your eye? Next-generation video screen glasses could lay messages or GPS over your field of vision</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://i.dailymail.co.uk/i/pix/2012/01/13/article-2086180-0F71DD3D00000578-994_634x471.jpg" width=190 height=130&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;As advances in computer technology make gadgets ever smaller and more portable the idea of carrying a screen of any kind could soon be outdated. Consumer products with screens have dropped in size from computer to laptop to tablet via phone&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;But one company specialising in cutting edge visual technology waIsraeli company Lumus has shown off the PD-18-2, which may look like a cumbersome pair of shades but allow the user to see high-quality images while they walk.nts to beam information directly into your field of vision.&lt;br /&gt;&lt;br /&gt;Lumus, an Israeli company, specialises in what it calls Light-guide Optical Element (LOE) technology.&lt;br /&gt;&lt;br /&gt;It's latest product is the PD-18-2, which may look to the untrained eye like a cumbersome pair of sunglasses.  &lt;br /&gt;&lt;br /&gt;But inside the lenses of the glasses, the user can see high-quality full colour images. Products like this are already on the market for professional and military use, but where the next-generation PD-18-2 differs is that users can see though the spectacles too, instead of having the images block their vision.&lt;br /&gt;&lt;br /&gt;The translucent lenses allow for what the manufacturer calls 'augmented vision', overlaying images or graphics over your usual field of vision.&lt;br /&gt;&lt;br /&gt;They are designed for professionals such as pilots, surgeons and soldiers but there are hopes that it can be adapted for the consumer market so people could watch film or TV on the move, or play video games as they walk around.&lt;br /&gt;&lt;br /&gt;Read the entire article:&lt;br /&gt;&lt;br /&gt;http://www.dailymail.co.uk/sciencetech/article-2086180/Lumus-PD-18-2-video-screen-glasses-lay-messages-GPS-field-vision.html&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/Pezqs_2UDdk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/8792378499177644677/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=8792378499177644677&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/8792378499177644677?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/8792378499177644677?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/Pezqs_2UDdk/email-in-your-eye-next-generation-video.html" title="Email in your eye? Next-generation video screen glasses could lay messages or GPS over your field of vision" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/01/email-in-your-eye-next-generation-video.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkMFRn8yfCp7ImA9WhRVE0U.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-7651857663395446031</id><published>2012-01-12T11:03:00.001-05:00</published><updated>2012-01-12T11:06:57.194-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-12T11:06:57.194-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="news" /><title>Addicted! Scientists show how internet dependency alters the human brain</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://worldnewsphoto.tk/wp-content/uploads/2011/08/internet-junkie.jpg" width=190 height=130&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;Internet addiction has for the first time been linked with changes in the brain similar to those seen in people addicted to alcohol, cocaine and cannabis. &lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;In a groundbreaking study, researchers used MRI scanners to reveal abnormalities in the brains of adolescents who spent many hours on the internet, to the detriment of their social and personal lives. The finding could throw light on other behavioural problems and lead to the development of new approaches to treatment, researchers said.&lt;br /&gt;&lt;br /&gt;An estimated 5 to 10 per cent of internet users are thought to be addicted – meaning they are unable to control their use. The majority are games players who become so absorbed in the activity they go without food or drink for long periods and their education, work and relationships suffer.&lt;br /&gt;&lt;br /&gt;Henrietta Bowden Jones, consultant psychiatrist at Imperial College, London, who runs Britain's only NHS clinic for internet addicts and problem gamblers, said: "The majority of people we see with serious internet addiction are gamers – people who spend long hours in roles in various games that cause them to disregard their obligations. I have seen people who stopped attending university lectures, failed their degrees or their marriages broke down because they were unable to emotionally connect with anything outside the game."&lt;br /&gt;&lt;br /&gt;Read the entire article:&lt;br /&gt;&lt;br /&gt;http://www.independent.co.uk/news/science/addicted-scientists-show-how-internet-dependency-alters-the-human-brain-6288344.html&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/H4etSV5ONcE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/7651857663395446031/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=7651857663395446031&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/7651857663395446031?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/7651857663395446031?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/H4etSV5ONcE/addicted-scientists-show-how-internet.html" title="Addicted! Scientists show how internet dependency alters the human brain" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/01/addicted-scientists-show-how-internet.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EDQXc_cSp7ImA9WhRVE00.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-5929661273593016120</id><published>2012-01-11T13:12:00.000-05:00</published><updated>2012-01-11T13:14:30.949-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-11T13:14:30.949-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="news" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft" /><title>Hundreds Threaten Suicide At Microsoft Supplier Plant In China</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://www.financeninvestments.com/wp-content/uploads/2011/07/microsoft-logo.jpg" width=190 height=130&gt;&lt;/td&gt;&lt;td&gt;Some 300 Chinese Foxconn employees who manufacture X-box 360 machines said they would throw themselves from their Wuhan, China, plant if demands for lost wages were not met.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;China Jasmine Revolution, an activist revolutionary organization with a name borrowed from the Tunisian revolt that set off the Middle East unrest, reported that employees made their demands for a wage increase for 100 employees on Jan. 2.&lt;br /&gt;&lt;br /&gt;Management at Foxconn — the world’s largest contract electronics manufacturer and a crucial link in the supply chains of Apple, Dell, Nintendo and Song — responded with an ultimatum. Employees could quit with one month’s compensation awarded for each year with the plant or go back to working.&lt;br /&gt;&lt;br /&gt;Many employees quit, but Foxconn allegedly dishonored the agreement and awarded former employees nothing.&lt;br /&gt;&lt;br /&gt;Around 300 workers returned to the plant in an uproar, and staged their protest on the plant’s roof on Jan. 4.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Read the entire article:&lt;br /&gt;http://seattle.cbslocal.com/2012/01/10/hundreds-threaten-suicide-at-microsoft-supplier-plant-in-china/&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/0NTO9UVTxds" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/5929661273593016120/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=5929661273593016120&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/5929661273593016120?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/5929661273593016120?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/0NTO9UVTxds/hundreds-threaten-suicide-at-microsoft.html" title="Hundreds Threaten Suicide At Microsoft Supplier Plant In China" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/01/hundreds-threaten-suicide-at-microsoft.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0AERngzcCp7ImA9WhRWGEU.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-6157454187957847142</id><published>2012-01-06T15:25:00.001-05:00</published><updated>2012-01-06T15:28:27.688-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-06T15:28:27.688-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="security" /><title>New virus raids your bank account - but you won't notice</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://www.geek.com/wp-content/uploads/2010/10/computer-virus-picturejpg1.jpg" width=190 height=130&gt;&lt;/td&gt;&lt;td&gt;The best way to protect yourself from an online financial scam is to diligently check your bank accounts. At least, until now. Security firm Trusteer has found an elaborate new computer virus that not only helps fraudsters steal money from bank accounts, it also covers its tracks.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;Think of a crime plot involving a spy who plans to break into a high-security building and begins by swapping out security camera video so guards don't notice anything is amiss. Known as a surveillance camera hack, the technique has been used in dozens of movies.&lt;br /&gt;&lt;br /&gt;A new version of the widely prevalent SpyEye Trojan horse works much the same way, only it swaps out banking Web pages rather than video, preventing account holders from noticing that their money is gone.&lt;br /&gt;advertisement&lt;br /&gt;&lt;br /&gt;The Trojan horse employs a powerful two-step process to commit the electronic crime. First, the virus lies in wait until a customer with an infected computer visits an online banking site, steals their login credentials and tricks the victim into divulging additional personal information such as debit card information.  Then, after the stolen card number is used for a fraudulent purchase, the virus intercepts any further visits to the victim's banking site and scrubs transaction records clean of any fraud.  That prevents -- or at least delays -- consumers from discovering fraud and reporting it to the bank, buying the fraudster critical extra time to complete the crime.&lt;br /&gt;&lt;br /&gt;Trusteer calls it a "post transaction" attack, because much of the virus' effectiveness is attributable to its ability to control what victims see after fraudulent transactions occur. Amit Klein, chief technology officer for Trusteer, said he believes criminals have used the technique for a few months, and it has infected real consumers. &lt;br /&gt;&lt;br /&gt;"I predict that the use of post transaction attack technology will significantly increase as it enables criminals to maximize the amount of fraud they can commit using their initial investment in malware toolkits and infection mechanisms," Klein said.&lt;br /&gt;&lt;br /&gt;The new SpyEye came to Trusteer's attention when a large retail bank in the United States spotted it and shared with the firm, he said.&lt;br /&gt;&lt;br /&gt;Read the entire article:&lt;br /&gt;http://redtape.msnbc.msn.com/_news/2012/01/06/9986119-new-virus-raids-your-bank-account-but-you-wont-notice&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/GvaY4i6Vk4s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/6157454187957847142/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=6157454187957847142&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/6157454187957847142?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/6157454187957847142?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/GvaY4i6Vk4s/new-virus-raids-your-bank-account-but.html" title="New virus raids your bank account - but you won't notice" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2012/01/new-virus-raids-your-bank-account-but.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C04ER3k-fSp7ImA9WhRWEks.&quot;"><id>tag:blogger.com,1999:blog-5052680760324668154.post-4365309966913243461</id><published>2011-12-30T10:52:00.005-05:00</published><updated>2011-12-30T11:18:26.755-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-30T11:18:26.755-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="misc" /><category scheme="http://www.blogger.com/atom/ns#" term="gadget" /><category scheme="http://www.blogger.com/atom/ns#" term="widget" /><title>We have updated our Android apps</title><content type="html">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://thebiblescholar.com/android_awesome.jpg" width=190 height=120&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;We recently updated all of our Android apps and compiled them with the latest 3.2 API!&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span class="fullpost"&gt;Our newer apps can be found here:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://market.android.com/developer?pub=Tropical+PC+Solutions" target=_blank&gt;https://market.android.com/developer?pub=Tropical+PC+Solutions&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This new 3.2 API ads a nifty zoom feature that allows the app to adjust its size to your various screen sizes. If you had the old app compiled under the old 1.5 API and you need to re-install the older version, please contact me and I will make it available for you.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Dave&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;img src="http://feeds.feedburner.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~4/ULq_B9RXjHw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://tropicalpcsolutions.blogspot.com/feeds/4365309966913243461/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5052680760324668154&amp;postID=4365309966913243461&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/4365309966913243461?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5052680760324668154/posts/default/4365309966913243461?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAboutComputersWebsitesProgrammingMonetizingSecurityEtc/~3/ULq_B9RXjHw/we-have-updated-our-android-apps.html" title="We have updated our Android apps" /><author><name>Dave</name><uri>http://www.blogger.com/profile/14852362960636683440</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://1.bp.blogspot.com/_rtEsV__up6c/SYvoSPJnSNI/AAAAAAAAAJM/8DIJ6xZokhA/S220/widget-logo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://tropicalpcsolutions.blogspot.com/2011/12/we-have-updated-our-android-apps.html</feedburner:origLink></entry></feed>
