Friday, 16 December 2011

How to Clean, Maintain and Protect Your Amazon Kindle

ince you had invested a certain amount of money in buying unsecured loans a new Kindle, it's also important that you know how to clean, maintain and protect your Amazon e-book reader so that it will not be easily smudged, damaged, broken or get stolen.
1. Do not expose your Kindle and its accessories to any wet surface including liquid spills or from rain. Turn the power off instantly once your e-book reader device gets wet.  bad credit loans Wait until the device dries completely prior you turn it back again.
Consult any Amazon.com authorized personnel by contacting them through their Customer Support that is located and listed at the end of the "Tips and Troubleshooting" area if your device needs service. Take note that faulty service may also void the warranty of your Kindle.
2. Recharge your electronic reader device every other day if you frequently use wireless. You may recharge it once a week if you are usually offline so that you can take good care of its battery even if the Amazon Kindle has long battery life.
3. Avoid touching the screen as much as possible because the tips of your fingers may easily create smudges on it. Clean the Kindle's screen with a soft unstained cloth if you need to wipe and clean the display.
If you accidentally drop some liquid or food stain on your Kindle, just carefully wipe it with a soft and slightly moistened towel. Avoid wiping it with anything abrasive cleaners such as any harsh chemicals just to clean your Amazon Kindle because it may easily damage it in the long run.
4. Have a book cover to put on so that it can protect your e-book reader device from scratches when carrying the Kindle inside a briefcase, bag or luggage. Place your new e-reader in the book cover especially when you commute or travel.
Purchasing a solid and durable pouch, small bag or cover for your Kindle is advisable so that it may not get easily damage inside your luggage, back pack or briefcase. You may easily find durable protectors for your electronic e-book reader online at discounted prices.
5. Take good care of your e-book reader device by not exposing it to extreme heat or cold temperature. Avoid leaving it inside your house or car in exceedingly high-heat or during very cold weather condition.
6. Never abandon or leave behind your electronic device in any public place especially with plenty of people. If ever your Kindle gets stolen, inform immediately by calling the Amazon Customer Service so that they can instantly block any new and additional account activity.

Thursday, 8 December 2011

Gmail, not sending attachments

google's GMail has a nice way unsecured loans of allowing you to add multiple attachments to an email. Rather than showing you 10 file upload boxes at once, the user attaches a file, you can click a button to add another attachment. I had a client request this functionality in an app I am building for them today, and it was pretty easy to implement.
Here's the code:
<input type="file" name="attachment" id="attachment" onchange="document.getElementById('moreUploadsLink').style.display = 'block';" />
<div id="moreUploads"></div>
<div id="moreUploadsLink" style="display:none;"><a href="javascript:addFileInput();">Attach another File</a></div>
And now here's the javascript bad credit loans  function to add another input box:
var upload_number = 2;
function addFileInput() {
  var d = document.createElement("div");
  var file = document.createElement("input");
  file.setAttribute("type", "file");
  file.setAttribute("name", "attachment"+upload_number);
  d.appendChild(file);
  document.getElementById("moreUploads").appendChild(d);
  upload_number++;
}
Google also does something else that is pretty slick in Gmail with their attachment uploads - they appear to upload the file using AJAX. So you can type your email while your files are uploading. Perhaps I'll look into doing that in a future blog entry.

Thursday, 1 December 2011

Yet Another iPhone 4 Catches Fire, This Time In Brazil

Fire can be a wonderful thing, you just ask the cavemen! Those flickering orange flames aren’t so great when they’re emitting from your smartphone, though.
That’s even more true when those flames begin to engulf an iPhone that is plugged into an electrical source.
Unfortunately, it appears that our recent report of an iPhone catching fire on an internal Australian flight may not be an isolated incident, with news that a similar iPhone 4 also set itself alight when on charge overnight at a Brazilian residence.
The iPhone in question was on charge just a foot from its owner’s face when it apparently began to smoulder, a sure sign that something isn’t right if you ask us!
This isn’t the first time an iPhone has found itself a little warmer than Apple intended. Earlier this week we told you about an iPhone 4 reportedly emitting black smoke during a flight in Australia. With the plane safely on the ground safety officers are now trying to work out what the catalyst could be for an expensive, premium smartphone spontaneously self-combusting.
Apple has not yet commented either the incident in Australia, or the one in Brazil which happened when the handset was on charge. With millions of iPhones being left plugged into unsecured loans the wall overnight, let’s hope that charging is not a catalyst for the overheating that apparently caused these two fires.
At the moment all possibilities are merely speculative, but the finger is being squarely pointed at the batteries used in Apple’s iPhones. If you own an iPhone and charge it regularly, chances are you’ve noticed yourself how toasty your handset can get. The iPhone 4S even gets quite warm during seemingly trivial tasks, and we’re blaming iOS 5. Whether the two troublesome handsets to be set alight were running iOS 5, we’re not sure, but an increase in heat would match the decrease in battery life that many are experiencing.
Coincidence? Maybe, but to coin an appropriate phrase: ‘There’s no smoke without fire!’