Saturday, March 31, 2007

My readership

This is the geo-map of you (as in Time's definition of it) from last December until today. According to Google Analytics.

Yes, there is quite high a concentration in (and around) my hometown, Vienna, Austria, but otherwise quite international, I'd say.

So thanks to all of you out there

Thursday, March 29, 2007

Engadget: mobile phone brands

Don't look now, but that Nokia in your pocket means you're over the hill - Engadget:

  • Nokia: Family-minded, middle aged managers, balance seekers, health conscious
  • Motorola: Fashion conscious, under 24, fun seekers, individualistic
  • Sony Ericsson: Ambitious young men, professionals, success driven, individualistic
  • LG: Favorite of mums, stay-at-home parents, success driven, harmony seekers
  • Samsung: Young women, career focused, success driven, fun seekers

Although from down under, it's not that different here in Austria
(No Australia - Austria jokes, please)

Wednesday, March 28, 2007

What a non-event...

CXOtoday.com > News > Business > BEA, CA Ally for IAM: "BEA Systems, Inc. and CA, Inc. have announced a partnership for identity and access management (IAM) across the enterprise."

so what...

Monday, March 19, 2007

Scott Rosenberg: Dreaming in Code

I just finished reading Scott Rosenberg's very insightul journal-like book about the opensource Chandler project:

Dreaming in Code

Excellent book; a must (just like Joel Spolsky's writings) for everyone responsible for SW development.

Frankly, I sometimes had the feeling he was not too sure about how familiar his (intended) audience is about development.

But boy, it does good to be reminded of Brooks again (and again).

URLFixer update for Austria needed

I just notices that URLFixer converts .gv.at to .gov.at, which is wrong...
I hope Christopher Finke will change it.

Monday, March 12, 2007

displaytag library fix details

I noticed some interest in my post about the fix in the displaytag libarary and have recently also been asked to post the fix:
here's what I did to the org.displaytag.decorator.TotalTableDecorator.java file:

public final String finishRow()
{
StringBuffer buffer = new StringBuffer(1000);

// Grand totals...
Object decoratedObject = getDecoratedObject();
int decObjSize=0;

if (decoratedObject instanceof Collection)
{
decObjSize = ((Collection)decoratedObject).size();
}
else
{
if (decoratedObject instanceof SortedMap[] )
{
decObjSize = ((Object[])decoratedObject).length;
}
}

if (getViewIndex() == (decObjSize - 1))
{
if (groupPropertyName != null)
{
buffer.append(createTotalRow(false));
}
buffer.append(createTotalRow(true));
}
return buffer.toString();
}

the main thing is that I also accept Arrays and not only Lists (as in the original code)

Tuesday, March 06, 2007

Engadget: Massive Google hard drive survey turns up very interesting things

The funny thing about Google is, that every single aspect of their datacenters (n.b. the plural here) is a large enough sample for statistics.

No surprise therefore, that statistcs like the following can be release:
Massive Google hard drive survey turns up very interesting things - Engadget

Saturday, March 03, 2007

New Flickr Feature

A great new feature that make flickr even more collaborative/social/linked/... as reported on FlickrBlog:
"Invite a Photo
You're surfing through the Flickrverse and you find a photo that would be perfect for your group. This new feature will allow an administrator to invite that particular photo to their group without membership requirement. You'll see a new link under the comment box that says ‘Invite this photo to...’

The Human Clock


There are a couple of sites on the web (1.0, 2.0, whatever, I don't really care), where you can really get lost following the links - in a positive way.
E.g. imdb, partly wikipedia, and also flickr.

While "surfing flickr" I stumbled upon this nice web-site:
The Human Clock™ - A Clock Photo for Every Minute of the Day
There is a different picture for each minute of the day showing the current time of day.
Actually for most of the "minutes" there is more than just one picture, which makes it a lot more fun to watch the time go by.

Totally cool idea and well done.

DSL flat rate - finally

Finally in Austria broadband providers are moving to true flat-rates, i.e. without any fair use clause.

Mine, too.

So from 15GB fair use a month, I'm now on a true flat-rate.

Love it.

Of course, this renders my Google-Desktop-Gadget that shows my current DSL usage totally useless, not only because without limit I don't care about the usage, but also because the use statistics of my provider no longer shows any volume.

As a side note to flat-rates:
There is currently a lot of stir in the mobile arena in Austria, because what some mobile operators advertised as a free flat-rate - of course - turned out to have a fair use clause, and they started to threat the users who were above the limit. Lawyers and courts are already employed, and operators have changed the small print to some larger font in the mean time.
The main problem was that they advertised free off-net calls including mobile to fixed-line, which in turn are not free to the operator, because they have to pay interconnection and of course they have limited intentions to pay for that endlessly...

Well, there is no free lunch, how often do we have to repeat that...

Thunderbird 1.5.0.10 Released

My TB has just been updated to 1.5.0.10.
The fix I'm particularly interested in is:
  • Fixed: 363113 - Thunderbird autocomplete freezes up to 1 minute after typing one or two characters of an email address
I was suffering from this one several times a day... I hope this is really gone now.

Saturday, February 24, 2007

Firefox 2.0.0.2 Released

Firefox Magazine: Firefox 2.0.0.2 Released:
"New released have been announced today by Mozilla, Firefox 2.0.0.2. Including mainly several security issues fixes, in addition to an enhanced Windows Vista Support, a fix in german translation, and four new languages : Afrikaans, Belarusian, Georgian, and Kurdish. If you didn't get already the update message, you can download it directly from Mozilla website. Vulnerabilities fixed in this release :

* Embedded nulls in location.hostname confuse same-domain checks
* Mozilla Network Security Services (NSS) SSLv2 buffer overflow
* XSS and local file access by opening blocked popups
* Spoofing using custom cursor and CSS3 hotspot
* Information disclosure through cache collisions
* Improvements to help protect against Cross-Site Scripting attacks
* Crashes with evidence of memory corruption"

Thursday, February 22, 2007

TechCrunch: Google Launches Apps Premier

Finally we see Google charging the users for their services with Google Apps Premier, i.e. a slightly more pro version of Google Apps (IMHO) for 50$ a year.
Google Apps for Your Domain was launched in August. The Google Apps for Your Domain page has already been updated to reflect tonight’s announcement. The service will include the existing Google Apps tools - GMail, Google Calendar, Google Talk and IM as well as the Google Docs applications that were just integrated into the suite today. Webmail will come with 10 GB of storage and Apps Premier includes service level agreements that promise 99.9% uptime and 24/7 tech support. A full comparison of the standard and Premier services can be found here.The service costs $50 per user per year, dramatically undercutting Microsoft’s offerings. Google’s package does not currently include a presentation tool like Power Point or a CRM application. The most likely next addition to the package could be an enterprise version of Blogger. General Electric and Proctor and Gamble are cited as among the first Google Apps Premier customers.

It’s G-Day: Google Launches Apps Premier

technorati tags:, ,

Monday, February 19, 2007

The Internet Movie Database (IMDb) goes Web2.0 - visually

The Internet Movie Database (IMDb) just updated their look and feel to more Web2.0 style...
I know this has nothing to do with Web2.0 - in any definition of the term - but it looks 21st century... finally.

Anyway, it way my first favorite web site "back in the nineties" that truly understood the value of linking, linking, linking... it was (and still is) so easy to get lost within imdb but just following link after link after link.
Like
  1. What also played in ?
  2. Where did he/she also play?
  3. repeat ad inf.
I just love it. Still the #1 reason to switch on the PC while watching a DVD...

Sunday, February 18, 2007

Scott Rosenberg: Dreaming in Code

Open Source conversations have a good interview by
Scott Mace with David Rosenberg about his new book
Dreaming in Code about the software development of the Chandler project.

Seems to be a good reading; I'm gonna buy it and probably report on it.
There is also a website with it.

Saturday, February 17, 2007

TechCrunch: Google PowerPoint Clone Coming

Mike Arrington reports of sightings of a Google presentation application (Powerpoint, Impress, ...).
I am using Google docs & spreadsheets occasionally, but I'm still a bit conservative regarding a presentation package "just online".

Mostly when you present - especially with a customer - you struggle with the most basic settings at their conference or meeting room.
Just yesterday a colleague of mine did not get his notebook (DELL) to work with the video beamers of two different customer's. I managed to back up with my notebook (IBM, and I'm proud of it) at one location without any problems, but not at the other ... it forced me to switch my resolution down to 800... uargh...

Image that in that situation you also have to struggle with network and internet connectivity. Many of my customers are quite paranoid when it comes to having visitor laptops in their network, and they don't usually have Wifi.
So especially when it comes to presentations I still like to have them strictly offline.

Then again, you might use just and PC provided by the customer... and there's no need to have OpenOffice/StarOffice or PowerPoint installed...
Come to think of it, this really might make sense.

So lets wait and see what Google will have to offer.
Maybe they will provide a nice little offline tool to (just) run your presentation, or save/download it as a PDF to take along...

Tuesday, February 13, 2007

Vodafone to work with Google (maps) ...

The world (or 3GSM in that case) is full of surprises:

Telecoms.com – News, Events and research for the telecoms industry:
"Vodafone Live! will be drawing on Google for its maps and local search service, it was announced Monday, while the company will be working with Citibank on a new mobile payments system."

So finally, they are opening up their Vodafone Live! and seem to stop developing everything themselves...

URL Fixer extension for FF et al

I finally installed the URL Fixer extension into my FireFox today (works for all mozilla based browsers).
What it does is, it tries to fix common typos in the address bar, e.g.
.cmo to .com and similar things.


Sadly it currently has no options page, i.e. cannot be configured. So we have to live with whatever the author comes up with and builds into it.

I surely hope there will be an option page soon. For his own sake, he doesn't want to chase every possible typo and release a new version for it... Apart from probably conflicting interests like there is a request to change .jo to .jp just because some Japanese users frequently mistypes .jp as .jo. Of course this would be convenient for him, but what would people of Jordan (.jo) think ? Or will someone from Jordan soon request .jp to be "fixed" to .jo.

So, - pretty please ... with sugar on top - make it configurable.
Apart from that: GREAT hack.