The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,861 other subscribers

Archive for the ‘Opinions’ Category

Delphi and the ‘leaving’ of Nick Hodges

Posted by jpluimers on 2010/07/20

I’ve let this boil for a while before reacting on the let go by Embarcadero of  Nick Hodges from his R&D Manager position.

Reacting as a non-native English person is a tad difficult, as it is tough to express the fine aspects of the implications well.

So I’m posting this  in both the Delphi and Opinions category; reactions are more than welcome. Read the rest of this entry »

Posted in Delphi, Development, Opinions, Software Development | 1 Comment »

Web 2.0 apps throwing away your user input #fail

Posted by jpluimers on 2010/06/30

It seems quite a few “web 2.0” apps too have the same glitch: they throw away user input when the first page finishes loading.
This is especially noticeable on slow connections (UMTS, DSL that is a long distance from the phone company, EDGE, GPRS, etc): the connection speeds that a lot of developers don’t seem to test on.

So, the sequence of events  goes like this:

  1. The data entry fields (in this case, from and to location) become visible
  2. You put the focus on the from field
  3. You type the from address (I do blind typing)
  4. You press the tab key to go to the to field (more and more Web 2.0 apps get their tab order right nowadays)
  5. You type the to address
  6. You wait until the “GO” button becomes visible
  7. The Web 2.0 app keeps loading
  8. It erases the “from” and “to” fields that you just typed

Or more general:
when you start typing in a Web 2.0 app which is still loading, almost all the times you loose your input.

And since there is usually no visual clue when the Web 2.0 app has finished loading, you have to wait until you feel comfortable not loosing your input.

Bad!

Examples that get this wrong:

Please add your own in the comments…

–jeroen

Posted in Development, Opinions, Software Development, UI Design, Web Development | 1 Comment »

similarity: the symbols used for completely different products

Posted by jpluimers on 2010/06/19

Funny how two completely different products have very similar symbols:

Activia Symbol

Activia Symbol

Lactacyd Femina Symbol

Lactacyd Femina Symbol

–jeroen

Posted in LifeHacker, Opinions, Power User | Leave a Comment »

xkcd: Appropriate Term

Posted by jpluimers on 2010/06/17

My favourite pointing device: xkcd: Appropriate Term.

Posted in About, Opinions, Personal | Leave a Comment »

Long pathname support: Watch for MAX_PATH (was: Windows pathname max length problem « Dropbox Forums)

Posted by jpluimers on 2010/06/16

When you want to support long pathnames on Windows, you need to watch for the MAX_PATH limitation.
Some tools, like RoboCopy (developed in C++), Beyond Compare (developed in Delphi) and others get it right.
Getting it right does not depend in your development environment: it is all about calling the right API’s with the right parameters.

Let me take a tool – in this case DropBox, though other tools suffer from the same problem – and investigate how they should do it.

Even though DropBox is cross platform, the Windows version of DropBox limits itself to synchronizing files having less than 260 characters in their path.
This is a big drawback: it is so 20th century having a limitation like this. Read the rest of this entry »

Posted in .NET, Delphi, Development, Encoding, Opinions, Software Development, Unicode | 6 Comments »

For a good laugh: Modern computer languages are a bit like people in some ways. – from “The Lounge – CodeProject”

Posted by jpluimers on 2010/06/07

For a good laugh: read the Modern computer languages are a bit like people in some ways thread in the CodeProject lounge.

–jeroen

Via: The Lounge – CodeProject.

Posted in .NET, C#, Delphi, Development, HTML, Java, Opinions, Software Development, VBS, Web Development, WPF | Leave a Comment »

#fail: Facebook has changed their mail domain to facebookmail.com

Posted by jpluimers on 2010/05/28

Recently, facebook started to complain that my email is not valid any more:

Please update your email address
Our systems have detected that valid.email@example.com is no longer a valid email. Facebook requires all users to maintain an active contact email. Please enter and confirm a new contact email below:
New Email: XXXXXXXX
If you believe you have received this message in error, please reconfirm your current email.

Note I changed my facebook email address in the quote above and log below, but the unchanged one is valid, and accepts mail. Read the rest of this entry »

Posted in Opinions, Power User | 11 Comments »

Happy Towel Day

Posted by jpluimers on 2010/05/25

Don’t forget to bring your Towel today

–jeroen

Posted in .NET, About, Delphi, Development, Opinions, Personal, Software Development | 1 Comment »

Twitter hickup – “older tweets are temporarily unavailable” #fail

Posted by jpluimers on 2010/05/17

Where broadcasting fails.

Older tweets are temporarily unavailable.

via Twitter / Search – #osdorp.

Posted in Opinions | 1 Comment »

Zondag nog steeds off-line: Nuon | Mijn Nuon is niet beschikbaar van zaterdag 12:00 tot 22:00

Posted by jpluimers on 2010/05/16

Ogemak; en zondag. Spellen en communiceren blijft moeilijk, niet alleen voor een klein bedrijf als het mijne...

Spellen en communiceren blijft moeilijk, niet alleen voor een klein bedrijf als het mijne...

Van de NUON site:

Mijn Nuon is niet beschikbaar

Mijn Nuon is vanwege onderhoud tijdelijk niet beschikbaar. Het onderhoud duurt van zaterdag 15 mei van 12.00 uur tot zaterdag 15 mei 22:00 uur.

Onze excuses voor het ogemak.

Wij danken u voor uw begrip.

via Nuon | Mijn Nuon is niet beschikbaar.

Posted in Opinions | Leave a Comment »