IMLogic shows off IM integration product
Grok Headline matches for IMLogic shows off IM integration product
IMLogic shows off integration product
IMLogic shows off integration product
02/16/2004 09:13 AMComputer Weekly Feb 16 2004 1:09PM GMT
Microsoft To Take Cross-Product
Integration a Step Further
Microsoft To Take Cross-Product
Integration a Step Further
05/25/2004 02:52 PMThe family of Windows Server System products are about to get even
more tightly integrated, via a new 'Common Criteria' plan outlined at
TechEd.
Akonix adds IM integration to gateway
product
Akonix adds IM integration to gateway
product
03/08/2004 11:22 PMCompany acquires Natural Messaging
ADVERTISEMENT:
World-Class, low-cost, Windows Vulnerability Scanner -
A low-cost, quick-install, fast-result vulnerability scanner that uses
a World-Class database of ranked vulnerabilities. Prioritized
vulnerability reports and configurable scans. Licensed per Administ...
Sun Microsystems, Vignette expand
product integration
Sun Microsystems, Vignette expand
product integration
11/13/2003 05:21 PMThe deal will make it easier for customers to bring together
applications from Sun and Vignette.
SAP moves to boost collaboration,
integration in portal product
SAP moves to boost collaboration,
integration in portal product
11/05/2003 05:58 PMSAP AG's newly revised Enterprise Portal is designed to run on more
platforms, handle additional languages and enable new types of
collaboration.
Adobe's latest Creative Suite improves
product integration
Adobe's latest Creative Suite improves
product integration
04/04/2005 01:16 PMZDNet UK Apr 4 2005 5:24PM GMT
Bill Gates shows RSS integration in
Longhorn desktop demo.
Bill Gates shows RSS integration in
Longhorn desktop demo.
10/28/2003 11:08 PMGates trots out Longhorn: "Among the features shown off were
transparent windows, animated windows that pop open and a new...
Novadigm and Wise Solutions Announce
Product Integration for Windows
Installer Packages
Novadigm and Wise Solutions Announce
Product Integration for Windows
Installer Packages
07/15/2004 03:33 AMIMlogic Launches Free IM, P2P Blocker
IMlogic Launches Free IM, P2P Blocker
09/14/2004 02:41 PMThe company aims to demonstrate the need for instant-messaging
management with software to find and cut off employee use of IM and
file-sharing networks.
Product of the Day: Product Spotlight
Supercomputing 2004 - Quadric Network
Hardware
Product of the Day: Product Spotlight
Supercomputing 2004 - Quadric Network
Hardware
12/19/2004 03:17 PMThe following information has been provided by the product vendor and
does not necessarily reflect the opinion of Linux Journal.
Thawte Adds Yet Another Product to Its
Extensive SSL Product Range
Thawte Adds Yet Another Product to Its
Extensive SSL Product Range
02/01/2005 09:10 PMThawte Consulting (Pty) Ltd, one of the largest global Certificate
Authorities and commercial providers of SSL certificates, has
introduced SSL Web Server Wildcard Certificates in their Reseller
channel. [PRWEB Jan 31, 2005]
QuestionPro Survey Software Becomes One
of the Few Web-based Survey Providers to
Allow for Conjoint Analysis for
evaluating Product Profiles and New
Product Development
QuestionPro Survey Software Becomes One
of the Few Web-based Survey Providers to
Allow for Conjoint Analysis for
evaluating Product Profiles and New
Product Development
07/21/2004 02:45 AMQuestionPro Inc., a leading provider of online survey hosting and
market research services, today announced the release of its Conjoint
Analysis module for measuring product profiles and customer
intentions. QuestionPro now offers a simple web interface for
creating Conjoint surveys and analyzing response data. Conjoint
Analysis techniques allow product managers to analyze and research how
customers make trade-offs. Conjoint Analysis is also used to measure
brand-equity and brand-interaction. [PRWEB Jul 21, 2004]
Sun product discovered away from product
launch
Sun product discovered away from product
launch
02/01/2005 09:18 PMFaster workstations
RT-Integration-SVN-0.01
RT-Integration-SVN-0.01
06/04/2004 01:13 AMBEA, Oki OK New Integration
BEA, Oki OK New Integration
12/22/2003 05:20 PMApplication server company and telco network tool maker leverage the
other's assets for expanded play in the Voice over IP sector.
Innovation through Integration
Innovation through Integration
04/08/2005 08:17 PMdanah boyd: Craigslist housing + Google Maps = brilliant
Maven IDE integration
Maven IDE integration
05/02/2004 05:47 AMMevenide now hosted at The Codehaus
Hinges and integration
Hinges and integration
01/07/2004 06:07 PMAt the end of the XIX century, a screw company called Stanley
started selling hinges, and quickly became the largest hinge maker in
the market.
Their hinges were almost the same as any other, the hinges were a
mature technology, they had no price advantage, no hinge-making
experience, and no manufacturing difference with the competition.
How did they do it? They packaged the screws along with the hinges.
Since anyone who bought a hinge needed the screws anyway, they sold
more product, and the buyer was happy because he didn´t need to
find matching screws.
There´s an obvious lesson there: If the consumer always needs two
products at the same time, they are not two products, they are one,
and selling them together should make sense.
How can we apply that (now) obvious lesson to software development,
and open development in particular?
-- Roberto Alsina
Interesting analogy, but I cannot help but suspect that the screws and
hinges that Stanley made probably worked better together because they
came from one source. Just like software from Microsoft is tightly
integrated with the operating system and Microsoft Office. Or Apple's
software is tied to their hardware.
However, Roberto has a good point. Given a base library of sufficient
power and flexibility, people will not reinvent the wheel, but promote
interoperatibility by sharing a common code base. This is something
that PHP still needs to work on. There aren't any accepted standards
for so many issues. For example, PEAR is so fruitful that it provides
us with multiple templating engines and database abstraction
libraries. Too fruitful perhaps?

Integration Engineer
Integration Engineer
03/28/2005 08:18 PMMedical Software firm - United States, MD, Bethesda (2005-03-28)
Working on Integration: PHP and .Net -
PHP#!
Working on Integration: PHP and .Net -
PHP#!
12/16/2002 09:08 AMNew DB2 Software To Aid Integration
New DB2 Software To Aid Integration
03/14/2003 01:28 AMReflecting how the battle for database market share is likely to play
out, IBM has developed new software to aid enterprise integration: the
DB2 Information Integrator and DB2 Information Integrator for Content.
The new applications allow businesses to access and integrate both
structured and unstructured data as if it were stored in one place.
Continuous Integration
Continuous Integration
09/10/2004 12:51 PMWe’ve started using Continuous Integration testing on a
project I’m working on. Had you asked me yesterday, when I was
setting the #@$! thing up for my project, I wouldn’t have had
much nice to say about it. But now, whenever I merge my code up to the
integration branch, I get an email saying if the code compiled
successfully and passed unit testing. Since you can merge up changes a
little at a time (once you get your ‘big merge’ out of the
way), you can find out really quickly if you broke anything.
The system we’re using is CruiseControl.Net, which is
pretty easy to work with (despite my problems). Their web site appears
to be down at the moment, but here’s an article describing how these
systems operate.
Since they utilize Nant,
a .Net port of the Ant build system, you can have the integration
system do almost anything you can imagine. You could have it compile
all the code, run unit tests, deploy it to integration, build
documentation, and make a deployment package that can be used if the
build is deemed road-worthy. Mike Clark suggests wiring Lava
Lamps up to indicate the result of the last build. Perhaps we’ll
program an Aibo to go
and bite whoever checks in bad code…
Click here to comment on this entry
Integration Concentration
Integration Concentration
07/13/2004 10:20 PMSource: iMedia Connection - Clients are beginning to wake up and smell
the malarkey, and it is only a matter of time before search shops are
forced to live within the confines of normal margins....
SQL Server & XML integration
SQL Server & XML integration
06/06/2002 06:00 AMCNET Jun 5 2002 10:13PM ET
Better CVS integration for Netbeans on
the way
Better CVS integration for Netbeans on
the way
06/17/2005 04:52 PM
Preview version of the new NetBeans CVS Support now available!:
The NetBeans team is proud to announce a preview (alpha) version of
the new redesigned CVS support, an innovative approach to integration
of a Version Control System (VCS) into the NetBeans Integrated
Development Environment (IDE). The new module provides a simple,
efficient IDE versioning workflow and intelligent support for common
versioning operations.
The module is not derived from the current NetBeans VCS support, but
instead is meant as a lightweight approach with less focus on
architectural abstraction and much more attention to User Interface
(UI) functionality.
CVS integration is the one thing that keeps pulling me back to
Eclipse, so I'm really glad to hear the VCS subsystem is being
re-worked (maybe 'replaced' is more accurate).
Check out the
screenshot
s,
looks like good stuff.
I hope better Subversion support is not far behind.
Via
Roman Strobl
and
John Jullion-Ceccarelli
ERP integration nightmares?
ERP integration nightmares?
09/20/2004 03:01 PMZDNet Sep 20 2004 6:54PM GMT
Semantic integration
Semantic integration
12/02/2003 01:18 AMPhilip Merrick, chairman and CEO of webMethods, uses one of my
favorite phrases in an InfoWorld interview published ...
IPB integration module for MD-Pro
IPB integration module for MD-Pro
09/02/2004 10:15 AMPlanning of Development
N.Y. Times CEO: About.com Integration OK
N.Y. Times CEO: About.com Integration OK
06/22/2005 02:33 AMIntegration is Awesome
Integration is Awesome
12/27/2004 12:41 PMWeakness in the enterprise software market is a boon to Tibco.
Directory Integration
Directory Integration
06/15/2002 12:22 AMWebTechniques Jun 15 2002 0:02AM ET
Further Car/iPod Integration
Further Car/iPod Integration
01/07/2004 01:41 PMDatabase Integration Toolbox available
Database Integration Toolbox available
07/13/2004 07:01 PMMaplesoft has announced the Database Integration Toolbox, which lets
you apply the power of Maple 9.5, the company's technical productivity
environment, to technical datasets...
GNOME/KDE Integration Gets A Few Boosts
GNOME/KDE Integration Gets A Few Boosts
01/10/2004 02:14 PMBalinares writes "Great bunch of news on the Linux desktop unification
front. After the unification of GTK and Qt themes that Slashdot
already reported on, it ...
Roller 1.0 RC2 is out (with JCaptcha
integration)
Roller 1.0 RC2 is out (with JCaptcha
integration)
12/22/2004 01:24 AM
The full
Roller
1.0RC2 announcement can be found on the Roller project blog. In
addition to lots of bug fixes, we also added a new
JCaptcha based comment
authenticator. I've got it running on this site if you'd like to try
it out.
JCaptcha integration was really easy because JCaptcha developer
Marc-Antoine Garrigue did all the work. He implemented the Roller
CommentAuthenticator interface and
documented the integration process. Now all you have to do to enable
CAPTCHA support in Roller is to uncomment a line in Roller's web.xml
file. Thanks Marc-Antoine.
Roller 1.0 is very, very close, possibly only a day or two away. I'm
still fighting a mysterious bug that is preventing Firefox 1.0
browsers from logging into my test server. We use Apache mod_rewrite
to rewrite the blogs.sun.com URLS, so we can have
http://blogs.sun.com/<username> redirect to
http://blogs.sun.com/roller/page/<username>. For
some reason, this prevents Firefox 1.0 from logging in (via standard
Servlet Authentication). All other browsers work fine and if I turn
off mod_rewrite Firefox 1.0 works too.
Playlists as media integration
Playlists as media integration
06/09/2004 02:11 PMRSS
and weblogs tag team mano a mano vs. syndication and
broadcatching.
RSS and weblogs tag team mano a mano vs. syndication and
broadcatching
the weblog of Lucas
Gonze: RSS and
weblogs tag team mano a mano vs. syndication and broadcatching.
"The reason for the awkwardness is that RSS is about content from
the creator of the RSS feed, while playlists are about deep linking to
resources not owned by the linker. (Thanks to Alf Eaton for this
insight)."
The funny thing is I was thinking about emailing Lucas about his
thoughts on RSS 2.0 and the proper integration of audio posts and
playlists integration into it when I saw this post.
I don't know if I totally agree that RSS is always about content
from the creator and never and can't be about deep linking to
resources not owned by the linker. I think that is what Lucas is
trying to say above. When CNET uses RSS maybe but not when
webloggers and blog software outputs it.
Lucas points to some good links about the integration of RSS 1.0
and playlists. It looks likes he's spent some time thinking
about this. I just don't know if I missed a whole online
conversation around the subject and how he came to his
conclusions.
When I try to think about this area's awkwardness, I keep
thinking something is missing. Maybe we need to study the
best practices of mixing the two. Should there be more then one
"best" way in RSS of refering to playlist as a whole and others for
deriving playlists out of RSS?
One thing I noticed it that when the big pubs starting using RSS
they made RSS work for them.
[Audio/Mobile Blogging
News]
The nature and location of the payload is crucial to the success of
all this.
Enclosures don't have meta-data - so they're worthless. What
ever happened
to OpenMedia?
Oh yah, I dropped the ball on that - too.
Microsoft's Integration Plan
Microsoft's Integration Plan
06/08/2004 10:40 AMIn a keynote speech, Andy Lees, corporate vice president in charge of
server and tools marketing, discussed a plan to increase integration
and ease of management across all of Microsoft's server products.
The main focus of Lees' speech was a new document called the Common
Engineering Roadmap. This roadmap outlines a plan to create a common
design, management and training base for all of the products in
Windows Server System.
"Mac OS X Admin & Integration" course in
Maryland
"Mac OS X Admin & Integration" course in
Maryland
03/13/2003 10:20 AMThe Frederick News-Post will be hosting the "Mac OS X Administration &
Integration" course from March 31 - April 4 in Frederick, Maryland...
Compaq Insight Integration with SMS 2.0
Compaq Insight Integration with SMS 2.0
06/22/2004 01:56 PMGrok Description matches for IMLogic shows off IM integration product
GrokA matches for IMLogic shows off IM integration product
IMLogic shows off IM integration product