Click here to Skip to main content
15,892,537 members

Survey Results

Internet enabled applications   [Edit]

Survey period: 4 Mar 2002 to 10 Mar 2002

More and more applications are including some kind of internet enablement such as registration and automatic update checking. How important is it for your applications to be internet enabled?

OptionVotes% 
Essential for all my apps.5410.74
Essential for some of my apps.9819.48
It's an important, but not essential feature for (some of) my apps.13627.04
Not important.15029.82
My apps will not support this feature by design.448.75

View optional text answers (25 answers)


 
GeneralWhere do you keep your women, part 2 Pin
David Wulff7-Mar-02 11:14
David Wulff7-Mar-02 11:14 
GeneralRe: Where do you keep your women, part 2 Pin
#realJSOP7-Mar-02 11:35
mve#realJSOP7-Mar-02 11:35 
GeneralRe: Where do you keep your women, part 2 Pin
Matt Newman7-Mar-02 16:06
Matt Newman7-Mar-02 16:06 
GeneralRe: Where do you keep your women, part 2 Pin
David Wulff8-Mar-02 0:28
David Wulff8-Mar-02 0:28 
GeneralRe: Where do you keep your women, part 2 Pin
Matt Newman8-Mar-02 2:41
Matt Newman8-Mar-02 2:41 
GeneralRe: Where do you keep your women, part 2 Pin
ColinDavies8-Mar-02 18:22
ColinDavies8-Mar-02 18:22 
GeneralRe: Where do you keep your women, part 2 Pin
Matt Newman9-Mar-02 15:07
Matt Newman9-Mar-02 15:07 
GeneralI was wondering... Pin
Nish Nishant6-Mar-02 9:23
sitebuilderNish Nishant6-Mar-02 9:23 
GeneralRe: I was wondering... Pin
#realJSOP6-Mar-02 9:23
mve#realJSOP6-Mar-02 9:23 
GeneralRe: I was wondering... Pin
Nish Nishant6-Mar-02 9:34
sitebuilderNish Nishant6-Mar-02 9:34 
GeneralRe: I was wondering... Pin
peterchen7-Mar-02 16:57
peterchen7-Mar-02 16:57 
GeneralRe: I was wondering... Pin
Nish Nishant7-Mar-02 17:27
sitebuilderNish Nishant7-Mar-02 17:27 
GeneralRe: I was wondering... Pin
Matt Newman10-Mar-02 3:58
Matt Newman10-Mar-02 3:58 
GeneralNot my customers Pin
Tim Smith5-Mar-02 15:13
Tim Smith5-Mar-02 15:13 
GeneralRe: Not my customers Pin
_Magnus_6-Mar-02 1:27
_Magnus_6-Mar-02 1:27 
GeneralRe: Not my customers Pin
6-Mar-02 8:32
suss6-Mar-02 8:32 
GeneralRe: Not my customers Pin
Tim Smith6-Mar-02 9:41
Tim Smith6-Mar-02 9:41 
GeneralRe: Not my customers Pin
Tim Smith6-Mar-02 9:47
Tim Smith6-Mar-02 9:47 
GeneralRe: Not my customers Pin
Paul Watson8-Mar-02 1:09
sitebuilderPaul Watson8-Mar-02 1:09 
GeneralYou will internet enable your applications, part 2 Pin
Paul Watson4-Mar-02 20:15
sitebuilderPaul Watson4-Mar-02 20:15 
GeneralRe: You will internet enable your applications, part 2 Pin
4-Mar-02 22:05
suss4-Mar-02 22:05 
Greetings,

An echo of my own comment (I always should read all the comments before posting). Small components together add up to more than the mere sum of their parts.

When I was younger, and first met the first Mac, I despised GUIs with a passion, because they made it impossible to actually manipulate the data you were working with. To me manipulation meant pass it through multiple processing steps that were entirely seperate programs and needed to know nothing about each other, but that they would receive some kind of input, and operate on it in the way they knew best.

If you can't tell, I'm talking about the Unix concept of piping the output from one program into another. Four or five pipes later, you have an exceptionally complex process that is composed of exceptionally simple parts.

I still don't know how to sort a file and remove all duplicate lines in Windows. I am tempted to say it can't be done without the Unix 'sort' and 'uniq' programs, or a bulky program that tries to do both operations.

Perhaps if I had been a bit smarter, I would have gone another route. Instead of despising the concept of a GUI for its shortcomings, tried to fix them through some sort of datacentric component system. I didn't, and I do somewhat regret it, because a competent solution for that same problem has not been found on Windows, or the Mac as I am aware.

The component systems that currently exist for Windows are burdonsomely complex, for programmers only (ANYONE can learn 'foo | sort | uniq'), and do not provide any kind of conceptual mapping ('this is a sort component').

For a comparison, and one system that I think maps as easily as simple unix pipes, I recommend looking at the old NextSTEP 'Interface Builder' whose object architecture was spectacular. EVERYTHING was available. You opened the standard OS LoginOut program, and you saw all the objects within it that controlled logging in and out. You could quickly draw up your own program that did the same thing, linked to the same objects, but provided your own UI on top of it.

It exposed by name (which was usually very useful) and member, and method all of the public accessors of every class in every program. You could link five different standard programs together, with a small amount of UI programming, and build an entirely new app, with printing, FTP, version control, text editing, and email, with virtually no effort.

Even non developers could do this, with a little training.

You want a great component model for Windows, you could do a lot worse than to pattern it after the Interface Builder for NextSTEP. Now, it's important to note that the entire OS was written with this, and the concept that this was the way to build a UI was heavily integrated into every single module, and nearly every program released for it.

Talk about code reuse...talk about plug-and-play software components...

Anyhow, my two cents is to get rid of the COMplexity that's been stuffed into the system, and put together something that's a lot more straightforward, and lets you really build off of what other people have built. It's sad that some people will scream that they don't want their modules being used in ways they weren't intended, and it's sad that some people CAN'T code in a cleanly seperated fashion, but for the rest, development COULD be a lot better than it is.

-- Cyberfox
GeneralRe: You will internet enable your applications, part 2 Pin
Martin Bohring5-Mar-02 0:27
Martin Bohring5-Mar-02 0:27 
GeneralRe: You will internet enable your applications, part 2 Pin
Michael P Butler5-Mar-02 0:35
Michael P Butler5-Mar-02 0:35 
GeneralRe: You will internet enable your applications, part 2 Pin
Paul Watson5-Mar-02 2:34
sitebuilderPaul Watson5-Mar-02 2:34 
GeneralRe: You will internet enable your applications, part 2 Pin
6-Mar-02 22:10
suss6-Mar-02 22:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.