Ricci Street < Gizmos, Inc. < Toolkit || search | sitemap | help
gazette | theater | bistro
|
spacer

Gizmos, Inc. logoSoftware

other pages
hardware
Web site anatomy | Web page anatomy
 mba 600 syllabus | mba 504 syllabus
distributed networks | Internet basics


How does it work?

How Bytes and Bits Work
by Marshall Brain

About.com's Microsoft Software

Easter eggs -- snippets of playful code that developers bury within their software. When you find and trigger that code, you often get a for-fun surprise that's sometimes functional, but other times totally unrelated to the main function of the software.

logic

Some basic logical concepts and programming concepts underlie the operations (not the use) of computers. If you understand these concepts by which computers "decide" what to do next, you will expect neither less nor more than they can do.

For starters, computers are sequential. They do things one step at a time in order unless they're told to do otherwise, whether conditionally, repetitively, or inferentially. For example:

conditional expressions ("if-then-else")

"if <this> [is true] then do <that>"
"if <this> [is not true] then do <something else>"

repetition ("do loops" and "for-next loops")

"do <this> n times"
"do <this> until <that> becomes true"

simple inferences

"if <this> then <that>"
"<this>, therefore <that>" 

Computers can't think, or at least I don't think they can think. They can do what I describe above endlessly and quickly, as in trillions of steps per second. Are these humanly impossible feats of calculation and memory the same as thinking?

Alternative interfaces

aural

 

haptic

We will be able to use our powerful sense of touch as an alternative mechanism to send and receive information in computer interfaces.

What's On Tap? Why, Haptics
by Michael Stroud
Wired News, August 21, 2001

Someday soon, drivers will be alerted by a little tap on their shoulder when another car is riding on their blind spot.

The car, which springs out of research from Purdue University and other U.S. research institutions, is an early application for haptics -– the science of integrating the sense of touch into human/computer interactions. And it promises to greatly expand the reach of computers into everyday life.

Learn more.

perceptive

 

Software learning styles

planning to learn

Software was made by boys for boys. Look at their language: killfile, abort this program, .exe stands for executable. Hits.

The Internet was made by academics for academics to share files. The recording industry calls it thievery when you and I do with Napster. Shouts of "copyright infringement" are heard throughout the land.

That leaves out most of the folks now using software and the Internet. They are neither boys nor academics. Not only that, they are different from each other.

multiple intelligences

culture differences

accessibility differences

WebAble - "the authoritative Web site for disability-related internet resources"

Bobby - analyzes web pages for their accessibility

sides of the brain

gender differences

 

Coming Soon

Computer code
Computer programming
History of the user interface and the API
The GUI - graphical user interface

Cobol programmers, face it: Your favorite code is outdated and losing support
by James R. Borck
Info World, January 2001

U.S. News and World Report recently published a list of the top colleges and universities in the United States. Among them were the likes of MIT and Cal Tech. We polled the top 10 institutions on the list and found that in the classroom Cobol is mentioned only anecdotally in context of the history of programming, but not a single school currently offers coursework in Cobol. Not one.

I won't deny that Cobol courses exist, but the fact is that most schools are no longer placing an emphasis on Cobol. Given the vast amounts of data and systems currently running Cobol, I willingly admit that this is likely to pose difficulties for code maintenance and other issues further down the road.

updates

Finding it hard to keep current with all the updates available for the software on your computer? Try Ziff-Davis's My Updates or C|Net's CatchUp: software updates, how-tos & tips, security fixes.

up to the top of the page


Toolkit


Gizmos, Inc.

Showroom
information design

Playroom
interactivity design

Research Lab
usability design

Workbench
web design applications

Kiln
digital development process

Toolkit
digital technology guide


Ricci Street

search | sitemap | help

Ricci Green | Digital Wares | Gizmos, Inc.
CyberSea Inn | Port 80


modified: July 15, 2001
by Douglas Anderson
http://RicciStreet.net/gizmos/toolkit/software.htm