stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


nmap Graphical User Interface







nmap Graphical User Interface

nmap Graphical User Interface 06/15/2004 08:17 AM

NmapSi 0.2 Beta is Released!!




This is a GrokNews Entry: (what is grok?)





Similar Items

nmap Graphical User Interface

Grok Headline matches for nmap Graphical User Interface

History of the Graphical User Interface


History of the Graphical User Interface 11/25/2002 09:54 AM

EZ-execute A Graphical User Interface
for PSExec


EZ-execute A Graphical User Interface
for PSExec
07/29/2004 01:15 PM

GUIdebook: Graphical User Interface
Gallery


GUIdebook: Graphical User Interface
Gallery
12/19/2004 03:25 PM
GUIdebook: Graphical User Interface Gallery
http://www.aci.c om.pl/mwichary/guidebook/index

The world of religious icons and other illustrative and symbolic elements is well-documented both in print publications, and to a lesser extent, in various online archives and exhibitions. But what about the world of graphical user interfaces, such as the icons that populate many of our computer screens? Curious visitors will find their fill at this online museum of graphical interfaces, many of which even some long-time computer users may have forgotten about. Divided into categories such as icons, sounds, components, and interfaces, the site contains over 2675 pictures and 651 icons from 51 interfaces. Visitors may want to browse through some of these sections, especially ones like the "Splashes" area where they can view some of those iconic images that are (or were) displayed while various programs are in the process of launching. Here visitors can view such classics as those splashes created for Netscape Navigator 2.0 and Microsoft Word 1.1. Also, even the most stoic user may shed a tear while listening to some of the "classic" sounds of such platforms as Windows 95, which are also available here. Rounding things out here are a selection of historical articles on graphical user interfaces, and a few advertisements from the not-so-distant past, including one featuring a certain Harvard drop-out-turned billionaire. [From The Scout Report, Copyright Internet Scout Project 1994-2004. http://scout.wisc.edu/]

Pooch Adds New Brains and Beauty - Plug
and Play Cluster Software Adds Queuing,
Scheduling, and Sports Updated Graphical
User Interface


Pooch Adds New Brains and Beauty - Plug
and Play Cluster Software Adds Queuing,
Scheduling, and Sports Updated Graphical
User Interface
01/22/2004 03:26 AM
Version 1.4 is the latest in a series of updates that utilize the latest technology. Pooch was the first to use Rendezvous to discover nodes for computation. Pooch takes advantage of AppleScript and multiprocessing in Mac OS X, utilizes logged out Mac OS X machines for parallel computing, and supports automated grid behavior and cluster access for other desktop applications. Pooch is the easiest way to build and use a parallel computer.

Java Based Graphical Interface to Samba


Java Based Graphical Interface to Samba 05/28/2004 12:16 AM
Project is mostly dead...

On Beyond Help: User Assistance and the
User Interface


On Beyond Help: User Assistance and the
User Interface
09/09/2002 06:29 AM

User Interface Design


User Interface Design 06/14/2002 12:15 PM
"(...) good design always involves a process of compromise."

Other pages on OS X user interface


Other pages on OS X user interface 06/05/2005 11:39 PM
Other developers write about walking the user interface line—trying to be consistent but also having to create custom widgets to stay modern.

Michael Dupuis: “Sure there are ‘lesser’ elements available to us as developers, but they often don’t have the ‘bling’ that users come to expect.”

Dan Wood: “We have to walk the line in our user interface decisions all the time, trying to make an application look consistent with the Mac interface, and also ‘modern.’”

The Zooming User Interface


The Zooming User Interface 08/15/2004 08:45 PM

Even in the present day, the desktop metaphor still pervades, but with increases in the amount of information available to any one person, this metaphor is felt to be in need of a reworking. The zooming user interface (ZUI) is an idea first discussed by Bederson (1993) as a radical change to the way in which a person interacts with a computer. This paper will initially discuss how a ZUI works, followed by a review of the empirical literature available.

Zooming User Interface (ZUI)


Zooming User Interface (ZUI) 08/17/2004 04:46 PM

Here's a fascinating rap on a new way to do UI's.

It's called ZUI.

Always interesting in that.....

Found via Advogato


Palm OS User Interface Guidelines


Palm OS User Interface Guidelines 12/06/2002 08:01 AM

Resolver User Layer Interface 0.25


Resolver User Layer Interface 0.25 06/09/2004 05:18 PM
RULI implements a library aimed at querying DNS SRV resource records.

User-Interface Designers Take Note


User-Interface Designers Take Note 06/05/2005 10:47 PM

Spencer Critchley is going to travel with a hammer from now on. Watch Out!


Report: User Interface Issues


Report: User Interface Issues 03/14/2005 05:07 PM
inconsistencies in Apple software, various design issues

Resolver User Layer Interface 0.22


Resolver User Layer Interface 0.22 05/31/2004 05:41 AM
RULI implements a library aimed at querying DNS SRV resource records.

Resolver User Layer Interface 0.29


Resolver User Layer Interface 0.29 08/15/2004 05:59 AM
RULI implements a library aimed at querying DNS SRV resource records.

User Interface Design for Programmers


User Interface Design for Programmers 05/31/2004 11:33 PM

I read Joel Spolsky's book over the weekend: "User Interface Design for Programmers." This is an excellent guide to usability — for client apps and for Web development.

The strength of the book is that it doesn't start by presenting many hard-and-fast rules, but instead concetrates on general concepts that you really need to understand to develop an effective user interface. People Can't Read. People Can't Remember. People Can't Control the Mouse. Design for Extremes. These principles then naturally lead to more specific guidelines.

For example: you know how when you first learn CSS, you put a textarea rule in your sheet to change the font in text boxes from that ugly monospaced, Courier font to some slick variably-spaced font? Looks nice, sure, but Joel demonstrates how hard it can be to edit for some people. Sure, it's fine for you, but you're young and you have an optical, USB mouse, and you've been using computers since you got out of diapers.

Sadly, however, everyone isn't you. Some users don't have your eyesight, motor skills, or experience, and your tiny little variably-spaced font is now a problem for them. Lower-case L's, for instance, are now just one pixel wide. A lower-case I differs from a lower-case L by only a single pixel. If two lower-cased L's are next to each other ("allegory"), there's only one pixel of "gutter" space between them — ever tried getting the text insert cursor to land exactly between them? You're literally trying to hit a 1-pixel wide target.

Upon reading this, I went back to an app I was writing and changed all text inputs and text areas to Courier New, 12px. It doesn't look as nice, but I'll concede that it's easier and clearer to edit. Sometimes usability comes at the price of how things look, but so it goes.

Joel touches on the user model and system model that I read about earlier this year in Don Norman's "The Design of Everyday Things." Simply put, a user forms a model in his or her head about how your app works. That model may have nothing to do with how it really works (the system model), but that's your problem, not the user's. Your goal as an interface designer, is to make the implementation model (how the interface represents the system model) match the user model as closely as possible.

The book is full of good ideas and really solid, non-frilly advice. Joel's obvious experience saturates every page (I gather he did the UI for the ISP Juno, and was on the Microsoft Excel team). It's full-color with glossy pages and scads of screen caps.

I'll finish here by hand-typing an excerpt that's so good I'll risk the copyright lawyers. It addresses a point I talked about a while ago when I was struggling with the non-confirmity of the Linux interface.

I've seen companies where management prides themselves on doing things deliberately different from Microsoft. "Just because Microsoft does it, doesn't mean it's right," they brag, and then proceed to create a gratuitouisly different interface from the one that people are used to. Before you start chanting the mantra "just because because Microsoft does it, doesn't mean it's right," please consider two things.

One, even if it's not right, if Microsoft is doing it in a popular program like Word, Excel, Windows, or Internet Explorer, millions of people are going to think that it's right, or at least fairly standard. [...and] if you refuse to do it on some general religious principle that Bill Gates is the evil Smurf arch-nemesis Gargamel then you are just gratuitiously ruining your program so that you can feel smug and self-satisifed [...]

Two, don't be so sure it's not right. Microsoft spends more money on usability testing than you do; they keep detailed statistics based on millions of tech support phone calls; and there's a darn good chance that they did it that way because more people can figure out how to use it that way.

As much as I hate to admit Microsoft is right, amen to that.

Click here to comment on this entry


User Interface System Requirements


User Interface System Requirements 05/22/2004 11:12 AM

GLUI User Interface Library


GLUI User Interface Library 03/26/2005 09:25 PM
GLUI webpage has moved

XUL Defines New User Interface Options


XUL Defines New User Interface Options 10/28/2002 11:23 AM

IBM Reflexive User Interface Builder
1.0.0


IBM Reflexive User Interface Builder
1.0.0
08/09/2004 11:49 PM
A user interface building tool for Swing and Eclipse GUIs.

UIDK (User Interface Development Kit)


UIDK (User Interface Development Kit) 10/29/2003 11:26 AM
Homepage

Location X gets tweaked user interface,
more


Location X gets tweaked user interface,
more
10/30/2003 01:40 PM
Shareware authors Alex Keresztes and Greg Novick have updated Location X, the US$20 location manager for Mac OS X, to version 2.0, which offers a new user interface, new customization options and more.

Resolver User Layer Interface 0.23


Resolver User Layer Interface 0.23 06/03/2004 06:48 PM
RULI implements a library aimed at querying DNS SRV resource records.

Resolver User Layer Interface 0.28


Resolver User Layer Interface 0.28 06/30/2004 07:24 PM
RULI implements a library aimed at querying DNS SRV resource records.

Mac User Interface Design for New
Developers


Mac User Interface Design for New
Developers
10/10/2002 09:55 AM

Longhorn's ''task based'' user interface


Longhorn's ''task based'' user interface 12/02/2003 01:45 AM
In this Longhorn FAQ, Paul Thurrott touts Longhorn's "task based" user interface as superior to traditional desktop user interfaces. I'm sure there are better user interfaces, but I doubt of this is it. For anyone who thinks a task based user interface is a good idea, I offer two words:

Microsoft Research: User Interface
Prototypes


Microsoft Research: User Interface
Prototypes
09/20/2004 10:35 PM
Daniel C. Robbins is a 3D User Interface Designer working at Microsoft Research. His current projects include visual presentation of large information spaces and scenarios for intelligent environments.

Giving Users Control Over the User
Interface


Giving Users Control Over the User
Interface
12/01/2002 07:55 AM
"Essentially AllTheWeb allows the user to choose different text sizes for SOME of the text on the screen using style sheets."

Mastery, Mystery and Misery of the User
Interface


Mastery, Mystery and Misery of the User
Interface
09/01/2004 11:32 AM
Jakob serves up a classic analogy to describe the current state of UI design.

Perl/Mason User Interface Developer


Perl/Mason User Interface Developer 06/14/2004 06:13 PM
Platform Trust Team, Amazon.com - United States, WA, Seattle (2004-06-14)

Java’s Advanced User Interface
Components


Java’s Advanced User Interface
Components
11/11/2003 11:39 AM
Last time, we mastered some basic UI components and worked on how to add them to panels, organize their layout, and manage their events. Having covered all the basic techniques that we’ll need to get started with Java interface programming in our first article, Java's Basic User Interface Components, we will move on to some advanced UI components. Today, I’ll be covering scrolling lists, scrollbars, and canvases, and their functionality. It is amazing to see how many of complex tasks are simplified with the help of these advanced user interface components.

Wave Goodbye to the Ordinary User
Interface


Wave Goodbye to the Ordinary User
Interface
05/04/2004 11:57 PM
Open the door to Andy Wilson's room, the home of a modern day wizard. No bat's toes or eel skins here. Plenty of wires, webcams, a ceiling mounted laser pointer, speakers, pieces and parts from disassembled computers, and a collection of lamps. Serious toys for a man who found his passion combining hardware and software.

Group for User Interface Research -
DENIM


Group for User Interface Research -
DENIM
01/06/2004 02:40 PM
Denim is a really interesting-looking early prototyping tool for web sites. You need to watch the video to really understand it. Unfortunately (but smartly) it really is designed for tablet input, which I don't have, so it's kinda hard to try out.

Create a Custom User Interface with PPX
For Pocket PC


Create a Custom User Interface with PPX
For Pocket PC
12/30/2003 12:06 PM
BrightHand Dec 30 2003 11:21AM ET

Apple gets iTunes user interface patent


Apple gets iTunes user interface patent 05/12/2004 02:52 AM
Apple Computer Inc. has been awarded a patent by the U.S. Patent and Trademark office for the iTunes interface. It's the latest in a series of patents Apple has applied for specific to its music software technology, according to Cnet. Apple has previously been awarded patents for other parts of iTunes, including the ability to stream songs over a network to another copy of the program.

The Commercial Feasibility of a
Next-Generation User Interface


The Commercial Feasibility of a
Next-Generation User Interface
05/28/2002 12:30 PM

DiscBlaze 3.1 offers revamped user
interface, more


DiscBlaze 3.1 offers revamped user
interface, more
04/23/2004 08:05 AM
Radical Breeze has released DiscBlaze 3.1, a "major update" to its popular CD/DVD burning utility for Mac OS X...

Tiger Mail screenshot and user interface


Tiger Mail screenshot and user interface 03/30/2005 05:35 PM
I find the screenshot of Mail for OS X 10.4 fascinating.

The first thing I notice is that the mailboxes aren’t in a drawer anymore, which I think is a good thing.

A few other things:

1. The toolbar background appears to be some sort of gradient. As in a metal window, there is no line between the top of the window and the toolbar buttons. But it’s not metal. It looks new. (The screenshot of system preferences has the same look.)

2. The toolbar icons appear to be embedded in some kind of new button. Whether it’s a new button style or just a look for the Mail toolbar icons I can’t tell from the screenshot.

3. The mailbox list has a background color. This may or may not be customizable—you can’t tell from the screenshot. It’s a good guess that, if customizable, the color shown is the default color. This is interesting because I can’t think of any other source lists from Apple that have colored backgrounds by default.

4. The vertical splitview dividing the mailboxes from the rest of the window is not a standard splitview. (Unless it’s new in OS X 10.4.) (Actually, I’m just assuming it’s a splitview.) Note how the apparent thickness of the divider is zero. The horizontal splitview looks more like a standard splitview—though I’ve squinted at it a bit and started to wonder if that’s true.

5. I don’t see a status bar. (It could be that, like Safari, the status bar is hidden by default. Or it could be that it was added after this screenshot was taken. Or maybe there just isn’t one. I don’t know.)

So... what do you think?

(Note: remember to respect any and all non-disclosure agreements. We’re just looking at public screenshots. And these screenshots may or may not resemble the final, shipping versions.)
Grok Description matches for nmap Graphical User Interface
GrokA matches for nmap Graphical User Interface

nmap Graphical User Interface

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

Erratic Schedule for
the Next Few Days

iTMS Now Available
in the UK, France &
Germany

Sweden wary of
Italian challenge
(Reuters)

England beat France
in TV ratings
(Reuters)

Maine Plans Five
Lobster-Eating
Contests (AP)

Albania Wants
$10 Million Bet
to Join Gambling
Industry (Reuters)

Swiss Soccer Fans
Pin Down England
with Voodoo Campaign
(Reuters)

Cannabis-Growing
Dutch Police Manager
Suspended (Reuters)

Wife Red Cards
Undercover Malaysia
Soccer Fan (Reuters)

Lebanese Woman Could
Be World's Oldest --
at 126 (Reuters)

South African
Government Launches
Colorful Condoms
(Reuters)

South African Man
Kills Designer for
Criticizing Home
(Reuters)

Intel's 32/64-bit
chip ready to launch

Yahoo! inboxes to
get 25 times bigger!

Online music wars
Napster, iTunes and
OD2 battle for your
digital downloads

Nokia N-Gage 2004
games target slashed

Nintendo warns of
Gamecube memory card
problems

AMD unveils
low-power Mirrorbit
flash memory

More Japanese sales
woe for Xbox

Is your anti-virus
program still
working?

Online pirates
outwit Hollywood

Sony Ericsson K700i:
a first look

Intel opens new Fab
24 in Ireland

Microsoft previews
security-hardened XP
Service Pack 2 with
new release
candidate

Updated: Pressure
group forces review
of Microsoft FAT
patent

Gates held 'no
formal SAP talks'

City 'nets' new
broadband award

fantasyworldorder
A history of
presidential
campaign
commercials,
1952-2000

Actual ODBC Driver
for OpenBase 1.1

AudioTest 1.2
Boom 1.5
Nikon Scan 4.0.2
iMsafe 2.0b6
Science and its
discontents

Company claims
patent for software
downloads

Fight Aging!: The
Scary Future of
Pro-Death Bioethics

Yahoo! News -
Powell: Terrorism
Report a 'Big
Mistake'

ESPN.com - Ralph
Wiley

IHT: The father of
'www' finally gets
his due

Relevance_Archives:
The relevance of
"innit"
and &quo

the_katherine_interf
ace

Garfield - Why we
hate the Mouse but
not the cartoon
copycat. By Chris
Suellentrop

order fioricet
More on the 22
Megapixel Sinar
Camera Back

Spotnik Lamp
Speedtech Weather
Station Watch

D-Link DSM-320
Wireless Media
Player

Perot contests email
archive trawl in
GBP2m defamation
case

Some details on the
iTunes Europe Store

what is grok?