Jul 29

How heise.de reports today was an early version of the Eclipse SDK 4.0 released. It is, according to the developer as a playground for ideas for the coming Genaration especially in the field of popular Java development environment. Some proposals have already found their way into the latest release 3.6 (code name: "Helios"). The new look and the already well-dressed performance definitely make you want more.

Link: http://www.eclipse.org/eclipse4/

Similar items:

posted by johnnypark \ \ tags: , , ,

Jul 22

What do those were good old days (the analogue network access) as was the recommendation for the size of a website for 50 KB. Today in the age of DSL, where every phone has a stronger reception than the then so highly praised ISDN, you can still find the white spots on the map where DVB-T and mobile Internet is still in its infancy.

Well, vacation is to relax there, but I see news would have liked to hear, or read. But that's not so easy when one has focused its acquisition of information on the Internet and then order the good air on one of the above-mentioned white spots on leaves, where the world is not so hectic and the clock seems to go slower.

But where are the problems? It starts with the fact that the Google Reader just stopped because the loading of the page takes too long. So I am deprived of my RSS feeds, which I refer most of my information. The alternative, the sides anzusurfen einzelnd is also not a good idea, for under 1 MB in size, it seems most sites no longer run. With Edge speed makes it really not fun.

I will not now be the excessive use of JavaScript to blame, but a fallback option to simple HTML, like Gmail would other sites are not bad either. The operation is then true again, "old school", but it works reasonably fluent. Or to put it in other words, what use is a high tech car when driving on country roads only 5 km / h.

But first you should look at themselves. The home page of my blog is not exactly small. After my vacation I will look for a theme that deals gently with the resources. Even with my Wordpress plugins are certainly possible savings alternatives.

So if someone has tips on how streamlined Wordpress, which I would be very grateful for a comment.

Similar items:

posted by gklinkmann \ \ tags: , ,

July 2001

To this short film you need to actually say anything except watch and necessarily understand the message. :-)

Similar items:

posted by gklinkmann \ \ tags: ,

Jun 23

I hate intrusive advertising. Have I actually mentioned that before? I mean, if the layer with hideous publicity a jump in the face, so that a reasonable use is hardly possible.

Yes I know, free services must also fund and there are ad blockers. But I want nothing that makes my browser slow down and secondly it's got to be alternatives.

A light at the end of the tunnel seems now with the micropayment service flutter to shine. The principle is still in the beta period, service is so simple and ingenious.

The monthly contribution (minimum 2 €) of the registered user will be allocated to the site where the content they wish to send by clicking the Donate button flutter for financial support. Sponsored can be as long as the cover charged by Paypal or credit card balances monthly contribution. Abo's, which are automatically extended or 24-month contracts are not to happiness.

By the way, who gives other money, must also accommodate itself a flutter button on his side.

Conclusion:
Is this then to the long-awaited solution to the advertising to be able to offer free services and content? I think not. But it is a good and simple way to express his appreciation. Perhaps flutter in the future become an alternative to the use of advertising, if this service is leaving its beta phase, and no more invitations for registration are necessary. I would have wished.

For, as I said, I hate intrusive advertising.

Speaking of invitations. I would have to forgive because even third

Similar items:

posted by gklinkmann \ \ tags: ,

Jun 22

The work is done with files on Windows using the Explorer. That works quite well so far, if not in a directory in the first level are over 100,000 files. If one tries thus to open a directory with the Explorer does, is because once nothing more.

But how does one determine the number of files in such a directory?

If the Windows PowerShell installed, this is possible with this command:

  (Get-ChildItem D: \ data). Count 

If you have XP and not PowerShell offers to Cygwin as an alternative. Cygwin is an implementation of Unix tools for Windows. Those of you work, which I prefer Unix-based systems, pull the power and certainly before the bash shell to determine the number of files in this way:

  find / cygdrive / D / data-type f | wc-l 

Fast finish was in my case Cygwin. Yet one more reason to install this useful tool if you have to work even with Windows. A switch to Linux or MacOS is thus easier. :-)

Similar items:

posted by gklinkmann \ \ tags: ,