0

Android DiskUsage – check your free space

What to do when the memory card or internal memory is full on you Android device? How to find the real nasty memory hogs? That’s what the following article is about.

A few days ago I was confronted with the fact that my memory card on my Galaxy S2 was full. Unfortunately, I could not imagine what would consume so much memory, yet I was willing to to clear something up on a venture.
So there had to be an app. As always, I prefered a free one. And here it is – Disk Usage – my find of the day.

With DiskUsage you can visualize which folder uses how much memory. So you get a quick overview of where the real “memory hogs” are.

After starting the app, you must first select which storage medium has to be analyzed. You have the choice between the internal (device) memory and/the SD card(s).

DiskUsageAndroid Speichermedium  DiskUsageAndroid Analyse

If you have decided on a storage path, the app starts to analyze all folders, starting from the topmost of the hierarchy. This may take a moment. So forbear – the patience finally pays off.

After the analysis is complete, you will get an overview of the folder structure and the size of each folder. Clicking on a folder you can zoom into it, i.e. consider their subfolders detail.

When you have found a “memory hog” and want to get rid of it, one click on the device’s menu button is enough. In the dialog that opens, you can remove the selected folder with just one click. (Ok, actually there are two clicks, because certainly there’s a security question like “Do you really want to delete this folder?” But otherwise the whole thing is really smooth. You can just trust me.)

DiskUsageAndroid Übersicht  DiskUsageAndroid Übersicht  DiskUsageAndroid Übersicht

So, was I able to convince you? Then you can download DiskUsage from the Android Market.

What do you think of the app? Have you already used it or do you know some good alternative?

0

How to add speech recognition to any website with HTML5

speech-webkit-demoSince Apple’s Siri voice recognition/voice control has again got back in focus of the crowd.  But Siri is far from being the only working voice control solution. There were already a number implementations before, some good some bad, and there is still far more than just Siri.

How you can “install” a voice recognition into your website with just one line of code, is what I want to show you today. The whole thing is based on HTML5 and is established as an  input element-tag.

And this is how it works:

<input type="text" x-webkit-speech />

Who wants to see the speech recognition in action, should go over there.  The only downside of this solution is the fact, that this speech recognition is far from cross-browser compatible. So at the moment it’s only implemented in Google’s Chrome browser. However, I could imagine to use the speech recognition, for example, for the search window on my blog.

And so that users of other browsers do not stand there without looking, you could display the classic text input field via browser switch for all other users.

What do you think about this new html tag? Will the speech recognition prevail and would you use it on your website?

0

News flash – the shop is opened!

amazon_logoIt’s once againt time for a small update, so once again there is something new at this blog. At the top menu, a new item called “Shop” has been added. Yesterday I created an tiny aStore, that’s how Amazon calls its custom shops.

Therefore the products are not from me but from various retailers. The shop here in the blog is basically an selection of items from the Amazon range, handpicked by myself.

All products in the shop are either owned by myself, so that I can recommend them with a clear conscience or they’re products, which I think are worth to be recommend and relevant to one or more of my blog articles.

If you buy something, I get (on average) 5-10% commission of the selling price. With a purchase through the shop you can support me and my work. Among other things, the Sony Ericsson LiveView and the TP-Link WR703N router can be found in the shop, which I have presented here on the blog in detail.

In the end, I speculate that perhaps one or the other sale, related to the matching articles in my blog, is made. Furthermore it doesn’t cost me more than one link, so thus it would be simply wasted potential.

If my plans work and atleast one sale is generated, I am happy about every cent that comes back as a “thank you” for my work. If not, I can say at least that I’ve tried it.

0

404Checkr – a fast and free bulk link checker

404checkr_logoThis article is dedicated once again to a small self-creation. So it’s about a little tool of mine, which I have created acouple of days ago, as in most cases, out of necessity. So I was recently looking for a opportunity to check a large list of links as easy as possible to identify the dead links out of it.

The initial situation

At least if you have to check 20 or more links for their validity by hand, you realize that ther must be a better and faster solution. Therefore I have written a small program in C#, which helps you to check as many links/urls as you like for their validity. I have named the tool “404Checkr”, whereby 404 refers to the HTTP statuscode 404, which says that a page/file could not be found.

What does the 404Checkr?

The 404Checkr can handle an arbitrarily large list of links. These can be entered either manually or via copy and paste. After that you can choose the amount of threads. This means practically, how many pages are checked in parallel. The ideal value for this is always depending on the quality and speed of the users internet connection.

Next you can set the number of seconds which is needed before a timeout error is raised. This can be useful if you want to have only sites classified as “OK”, which answer within a certain time. Depending on your requirements, a page may be technically ok but practically unusable when it answers not unti after 15-20 seconds.

404checkr_start  404checkr_input  404checkr_output

If these settings are made, the analysis of the links can be started with one click. The current progress of the review process can be monitored bya progressbar and a text-based output. Although the result list refreshes in real-time.

When testing is completed, the results can be exported either as simple .txt-document or as a .csv-file.

Download and instructions

Of course you can download and use the software (404Checkr) for free. Should you however want to use it commercially (for example in your company), so I would appreciate that you contact me or send me at least a small donation via Paypal.

Download: 404Checkr (v. 1.0.0.0)

Screencast – 404Checkr live!

Source code and developer information

Contrary to some of my other projects, I’m also providing you with the source code of 404Checkr. You are welcome to add new functions or work on the performance. Should you actually build something new from the project, I’d appreciate a comment or an email. (I, for myself, always like to see what others have for ideas that you didn’t come to my mind. Moreover, sometimes there are arinsing really interesting discussion out of such situations.)

Two more notes before I’ll give you the download link for the Visual Studio project.

  1. As I said, you are allowed to create something new from the existing project. What I do not like is when you only replace my name and add yours or your logo and then tell everybody that the program was “your genious idea”. I say this aware at this point, since I often times get such requests lately.
  2. Do not expect too much from the sources. The program is basically built between two coffee cups. If you get lost in the code, I can not be held responsible for. ;)

Download: 404Checkr (v. 1.0.0.0) – Visual Studio 2012 Solution

0

Mastering OpenSSH – Part 3: How to secure login by using a key file

weitere Seiten ... 1 2 3 4 5 6 7 8 9 10 11