Component Status: ALL Components Have Disappeared
Grok Headline matches for Component Status: ALL Components Have Disappeared
Status Inertia: The Speed Imperative in
the Attainment of Community Status
Status Inertia: The Speed Imperative in
the Attainment of Community Status
05/13/2004 05:19 AMStatus Inertia: The Speed Imperative in the Attainment of
Community Status by Daniel Stewarthttp://opensource
.mit.edu/papers/stewart2.pdfAbstract:This paper examines the role of
tenure in establishing social status within an online community of
free software developers. As tenure increases, an actor's status
becomes increasingly taken-for-granted, thus making it difficult for
actors to generate mobility outside of their current social strata.
The results of empirical analyses suggest that the broader community
plays a major role in deciding one's social position-a judgment that
can be made fairly quickly and decisively. Therefore, members of the
community who desire high status should work quickly to establish a
positive reputation or else run the risk of being cast into an inert
low status social position.
"article on why we didn't invade iraq in
gulf war 1 gets disappeared from time
magazine's online archives."
"article on why we didn't invade iraq in
gulf war 1 gets disappeared from time
magazine's online archives."
11/12/2003 02:57 PM"What disappeared between 1970 and
today was not the middle class but the
lower class."
"What disappeared between 1970 and
today was not the middle class but the
lower class."
07/15/2004 09:59 PMthat there are two Americas today .. makes the
argument
techcentralstation.com/071504B.html
track this
site | 5 links
NEW ELECTRONIC VOTING SYSTEM IN FLORIDA:
FLAWED... electronic records from first
widespread use of touch-screen voting in
Miami-Dade County have been lost ,,,
records disappeared after two computer
system crashes last year, leaving no
audit trail for t
NEW ELECTRONIC VOTING SYSTEM IN FLORIDA:
FLAWED... electronic records from first
widespread use of touch-screen voting in
Miami-Dade County have been lost ,,,
records disappeared after two computer
system crashes last year, leaving no
audit trail for t
07/28/2004 07:38 AMnytimes.com/2004/07/28/politics/campaign/28vote.final.html?ei=5006&
en=b992e2c2cfb441c3&ex=1091592000&partner=ALTAVISTA1&pagewanted=print&
position=
track this
site | 4 links
MSI FAQ: Components
MSI FAQ: Components
09/13/2004 01:37 AMMOM FAQ: MOM Components
MOM FAQ: MOM Components
02/18/2004 06:49 PMComponents for Zeroconf
Components for Zeroconf
05/31/2004 03:52 AMHome Page added
NetAr .NET Web Components
NetAr .NET Web Components
02/16/2004 07:32 AMNetAr Components RC4 + IgoControls 0.2 (Beta)
from components to modules
from components to modules
01/11/2004 07:52 AMRight now I'm refactoring/rebuilding the user interface of a new
release coming out soon (oh right... Note to self: talk about that)
and I'm facing the fight against "sticky" APIs. Or, in more technical
terms, their coupling.
Ideally, a certain component set that is self-contained (say, and
HTML component) will be isolated from other components at the same
level. This makes it both simpler, easier to maintain and, contrary to
what one might think, often faster. While I was at Drexel, at the Software Engineering Research
Group, I did work on source code analysis, studying things like
automatic clustering (paper) of software systems, that is, creating software that was able to
infer the modules present on a source code base using API
cross-references as a basis. Since then I've always been aware (more
than I was before that, that is) of the subtle pull created by API
references.
The holy grail in this sense is, for me, to create applications
that are built of fully interchangeable pieces, that connect
dynamically at runtime, thus avoiding compile-time dependencies. In
theory, we have many ways of achieving this decoupling between
components or component sets; in practice there are some barriers that
make it hard to get it right the first time. Or the second. Or...
First, the most common ways of achieving component decoupling
are:
- Through data: usually this means a configuration
file, but it could be a database or whatever else is editable
post-compilation. This is one of the reasons why XML is so important,
btw.
- Through dynamic binding: that is, references "by name"
of classes or methods. This is useful mostly with OO languages, as
you'll generally end up dynamically allocating a superclass and then
using an interface (or superclass) to access the underlying object
without losing generality (and thus without increasing
coupling).
Achieving decoupling in non-UI components is not too difficult (the
data model has to flexible enough though, see below). But UIs are
almost by definition something that pulls together all the components
of a program so they can be used or managed. The UI references
(almost) everything else by necessity, directly or indirectly, and
visual components affect each other (say, a list on the left that
changes what you see on the right).
In my experience, MVC is an absolute necessity to achieve at least
a minimal level of decoupling. Going further is possible by using a
combination of data (ie., config files) to connect dynamically loaded
visual components removes the coupling created at the UI level, but
that is difficult to achieve, because it complicates the initial
development process (with dynamically loaded components bugs become
more difficult to track, the build process is more complex, etc.) and
development tools in general deal with code-units (e.g.,
classes, or source files) rather than with modules. They go
from fine-grained view of a system (say, a class or even a method) to
a project, with little in between. We are left with separating files
in directories to make a project manageable, which is kind of crazy
when you think how far we've come in other areas, particularly in
recent years.
The process then becomes iterative, one of achieving higher degrees
of decoupling on each release. One thing I've found: that the
underlying data model of the application has to be flexible enough, be
completely isolated (as a module) and relatively abstract, not just to
evolve itself but also to allow the developer to change everything
that's "on top" of it and improve the structure of the application
without affecting users, etc.
Yes, this is relatively "common knowledge", but I'm a bit
frustrated at the moment because I know how things "should be"
structured in the code I'm working on but I also know that time is
limited, so I make some improvements and move on, leaving the rest for
the next release.
Final thought: Until major development tools fully incorporate the
concept of modules into their operation (and I mean going beyond the
lame use of, for example, things like Java packages in today's Java
tools), until they treat a piece of user interface as more than a
source file (so far, all of the UI designers I've seen maintain a
pretty strict correspondence between a UI design "form" and a single
file/class/whatever that references everything else), it will be
difficult to get things right on the first try.
Web Components for Mathematics
Web Components for Mathematics
04/18/2005 04:13 AMwebcompmath.jar in action
QuickTime Components
QuickTime Components
05/11/2004 10:42 AM1.0d8 released
C++ Portable Components
C++ Portable Components
04/09/2005 03:08 PMpoco 0.91.4 released
IIS Web Application Components
IIS Web Application Components
03/31/2005 11:44 PMMyAccess online database editor version 0.1 released
HiGUI components
HiGUI components
05/04/2004 06:18 PMThe project begins !
Using Components with ActionScript 2.0
Using Components with ActionScript 2.0
06/18/2004 04:11 PMFind out how to use listeners to handle component events in this Colin
Moock chapter.
Components Upstand
Components Upstand
09/21/2004 12:43 AMProject pre-start online conference held on Sept.20.2004
Useful Java Application Components
0.9.10
Useful Java Application Components
0.9.10
04/19/2004 02:52 AMA collection of components which may be useful for your project.
Java Aspect Components 0.12
Java Aspect Components 0.12
05/19/2004 10:35 AMA Java framework for distributed aspect oriented programming.
Useful Java Application Components
0.9.20
Useful Java Application Components
0.9.20
12/26/2004 05:09 AMA collection of components which may be useful for your project.
Useful Java Application Components
0.9.11
Useful Java Application Components
0.9.11
06/05/2004 08:47 AMA collection of components which may be useful for your project.
Useful Java Application Components 0.9.7
Useful Java Application Components 0.9.7
02/15/2004 10:29 PMA collection of components which may be useful for your project.
Useful Java Application Components 0.9.3
Useful Java Application Components 0.9.3
12/23/2003 11:36 PMA collection of components which may be useful for your project.
Java Frameworks and Components
Java Frameworks and Components
11/25/2003 10:22 PMphpPatterns: PHP, Coffee and Components
phpPatterns: PHP, Coffee and Components
12/02/2003 08:48 AMThere's a new post over on
phpPatterns about a "
one-on-one chat with one of PHPs core developers" and Harry F.
Useful Java Application Components
Useful Java Application Components
12/08/2003 08:24 PMUJAC 0.9 released
Useful Java Application Components 0.9.2
Useful Java Application Components 0.9.2
12/17/2003 09:31 PMA collection of components which may be useful for your project.
Useful Java Application Components
0.9.15
Useful Java Application Components
0.9.15
09/16/2004 03:32 AMA collection of components which may be useful for your project.
PSV Delphi Components Library
PSV Delphi Components Library
12/02/2003 06:33 AMPHP4Delphi 5.3 released
Key Security Review Components
Key Security Review Components
09/15/2004 09:37 PMUseful Java Application Components 0.9.5
Useful Java Application Components 0.9.5
01/23/2004 08:49 PMA collection of components which may be useful for your project.
Useful Java Application Components
0.9.13
Useful Java Application Components
0.9.13
07/22/2004 06:47 PMA collection of components which may be useful for your project.
Be cautious when using downloaded
components from the Web
Be cautious when using downloaded
components from the Web
07/01/2002 08:28 AMCNET Jun 29 2002 10:16PM ET
Isolated Components and MSI Packaging II
Isolated Components and MSI Packaging II
07/08/2004 07:29 AMComponents maker gives PC a TV makeover
Components maker gives PC a TV makeover
05/05/2004 02:07 PMSnapStream Media on Thursday plans to launch Firefly, a remote control
that lets people manage the media and entertainment functions on their
PCs.
VOIP Components for Rent
VOIP Components for Rent
05/18/2004 06:20 PMA company that leases VOIP-enabling hardware and software adds the
cross-carrier element, mediating between different IP protocols and
adding routing, call detail records, security
Useful Java Application Components
0.9.12
Useful Java Application Components
0.9.12
07/06/2004 06:45 AMA collection of components which may be useful for your project.
International Components for Unicode
(C/C++) 3.0
International Components for Unicode
(C/C++) 3.0
06/22/2004 10:12 PMIBM Classes for Unicode (ICU) enable you to write fully cross-platform
programs
Application Framework Components
Application Framework Components
08/11/2004 11:37 AMHome page available
Macromedia MX: Components and Web
Services (PDF)
Macromedia MX: Components and Web
Services (PDF)
09/25/2002 12:37 AMWeb applications today are developed without significant structure.
Often they consist of server-side dynamic pages with embedded script,
presentation logic and data access logic. As a result, most of the
business logic and data associated with these applications are locked
up—unable to be shared inside and outside of corporations. In essence,
web applications and data are kept in silos, limiting the ability of
companies to share their information and business logic. -- Jeremy
Allaire
"tri" Most of my PHP work revolves around building corporate Intranets
and Extranets. Addressing these issues are important to me.
Grok Description matches for Component Status: ALL Components Have Disappeared
GrokA matches for Component Status: ALL Components Have Disappeared
Component Status: ALL Components Have Disappeared