asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search










Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Archive
Writers
Code Samples
Components
Tools
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!

Real-World Value of XML and CMS - New Opportunities for Capco.com
By John Tunnicliffe
Rating: 2.4 out of 5
Rate this article


  • email this article to a colleague
  • suggest an article

    When it came to overhauling our corporate web-site, www.capco.com, we had a number of challenges to overcome. In particular, how could we get the right balance between the competing demands of design and technology?

    On the design front we needed to accurately project our corporate brand: Capco unites thought leadership with practical advice on improving the efficiency and profitability of our clients operating within the financial services industry. As such, projecting the right image is vital for our corporate success.

    In terms of technology, we demanded a flexible content management system (CMS) which offered easy-to-use interfaces for content-contributors and the very latest in terms of ASP.NET-based development tools. Our ultimate goal was to make our web site serve as a powerful business tool, while ensuring an affordable and immediately meaningful infrastructure.

    Our old web site was high on design, but low on practicality. The overzealous use of Flash technology, particularly in site navigation, had made the site complex and cumbersome to update. What is more, site visitors complained they could not find the information they wanted on the mostly static, brochure-ware web site.

    The RFP process yielded three packaged solutions from leading CMS vendors with total system costs ranging from $7,000 to $50,000 USD. Projected time for installation ranged from days to months. Interestingly the more expensive packages often required more customization to meet our business requirements, thereby increasing the deployment timeframe and costs to unacceptable levels.

    As a financial services firm, Capco understands the importance of XML. We saw a golden opportunity to leverage its power within the CMS. Yet we were surprised to learn that, in order to make XML immediately meaningful and useful, most CM solutions require extensive development work.

    In this project, we knew that success would only come with the selection of the right software components and the right design agency.

    After reviewing the market, we selected a browser-based CMS from Ektron, Inc. (www.ektron.com) which offers powerful XML capabilities to improve the capture, creation, sharing and reuse of information.

    Selecting the right web design agency was somewhat harder. We found that there were precious few agencies that offered the right combination of design and software development skills. After a global search, we selected Creator (www.creator.co.uk), a London-based interactive design agency that offered the right mix of leading-edge design and hands-on software development.

    The Ektron CMS allows us to quickly and easily get XML into and out of the CMS. What is more, Ektron's XML-centric features include:

    • A browser-based WYSIWYG editor that allows non-technical staff to tag content with XML using a word-processor-like interface.
    • Full content reuse and repurposing allowing us to create content once for output to the Web, then repurposing for other devices and formats (PDF, mobile phone, etc.).
    • Automated content re-formatting by using on-the-fly XML transformation with XSLT-based templates.
    • Full content validation - ensuring users input complete and accurate content by checking against the base XML schema.
    • On-line form creation capability which provides our non-technical marketing staff with a visual design tool for creating, using and managing XML-based forms.

    In choosing an open, standards-based CM solution, we found we could protect our existing investment in Microsoft technology (e.g. IIS, SQL Server, Active Directory and ASP.NET) and easily integrate with other specialist products (i.e. Lyris ListManager and ClickTracks).

    Our new web site not only provides us with a vehicle to publish fresh and innovative thought-leadership articles to the financial services community but also confirms Capco's corporate image as a capable, mature and trustworthy partner.

    As we move into the future, we plan to pursue more opportunities to fully exploit the synergies of content management and XML. This, along with potential to leverage the speed and agility of the Microsoft .NET framework, will be a winning combination for Capco.

  • Rate This Article
    Not HelpfulMost Helpful
    1 2 3 4 5
    Supporting Products/Tools
    Stonebroom.ASP2XML
    Stonebroom.ASP2XML(c) is an interface component designed to make building applications that transport data in XML format much easier. It can be used to automatically pass updates back to the original data source.
    [Top]
    Other Articles
    Sep 22, 2005 - Implementing Remote Calling Without Using AJAX
    Right now the latest buzzword around town is AJAX. AJAX is an acronym for Asynchronous JavaScript and XML and is a method used to implement remote calling. The problem is that AJAX is only implemented in ASP.NET 2.0. This article will show you one way to implement remote calling without using AJAX or the XMLHttpRequest object. The technique outlined can even be used from classic ASP and is sufficient for most remote calling needs.
    [Read This Article]  [Top]
    Aug 18, 2005 - SQL Server 2005 XQuery and XML-DML - Part 3
    This article is the third and final installment of Alex Homer's series covering the new XML support in Microsoft SQL Server 2005. In it he covers updating the contents of xml columns, comparing traditional XML update techniques with XQuery, and using XQuery in a managed code stored procedure.
    [Read This Article]  [Top]
    Aug 11, 2005 - SQL Server 2005 XQuery and XML-DML - Part 2
    In the second part of his series on SQL Server 2005's new XML support, Alex Homer looks at extracting data from XML columns, comparing traditional XML data access approaches with XQuery, and combining XQuery and XSL-T.
    [Read This Article]  [Top]
    Aug 3, 2005 - SQL Server 2005 XQuery and XML-DML - Part 1
    Microsoft SQL Server 2005 now offers great support for and close integration with XML as a data persistence format. In the first article of his series examining this new support, Alex Homer offers an overview of how SQL Server 2005 stores XML documents and schemas, examines how it supports querying and manipulating XML documents, and provides a simple test application that allows you to experiment with XQuery.
    [Read This Article]  [Top]
    Jun 30, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 3, Cont'd
    In the final article of his series on reading and writing XML in .NET 2.0, Alex Homer looks at how the updated XML document store objects XmlDocument, XmlDataDocument and PathDocument can be used to read, persist and write XML documents and fragments more easily and more efficiently than in .NET 1.x.
    [Read This Article]  [Top]
    Jun 29, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 3
    In the final article of his series on reading and writing XML in .NET 2.0, Alex Homer looks at how the updated XML document store objects XmlDocument, XmlDataDocument and PathDocument can be used to read, persist and write XML documents and fragments more easily and more efficiently than in .NET 1.x.
    [Read This Article]  [Top]
    Jun 16, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 2, Cont'd
    Alex Homer continues his series on reading and writing XML in .NET 2.0. In part one, we focused on the reading side of things, examining the XmlReader and XmlReaderSettings classes. In this article, we move on to look at the XmlWriter and XmlWriterSettings classes, and how they can be used to write XML documents and fragments more easily and more efficiently than in version 1.x of .NET.
    [Read This Article]  [Top]
    Jun 15, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 2
    Alex Homer continues his series on reading and writing XML in .NET 2.0. In part one, we focused on the reading side of things, examining the XmlReader and XmlReaderSettings classes. In this article, we move on to look at the XmlWriter and XmlWriterSettings classes, and how they can be used to write XML documents and fragments more easily and more efficiently than in version 1.x of .NET.
    [Read This Article]  [Top]
    Jun 2, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 1, Cont'd
    In the first part of his series on reading and writing XML in .NET 2.0, Alex Homer discusses the XmlReader and XmlReaderSettings classes. The XmlReader exposes several useful new features and the all new XmlReaderSettings class makes it easy to generate single or multiple instances of an XmlReader with a range of useful properties.
    [Read This Article]  [Top]
    Jun 1, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 1
    In the first part of his series on reading and writing XML in .NET 2.0, Alex Homer discusses the XmlReader and XmlReaderSettings classes. The XmlReader exposes several useful new features and the all new XmlReaderSettings class makes it easy to generate single or multiple instances of an XmlReader with a range of useful properties.
    [Read This Article]  [Top]
    Mailing List
    Want to receive email when the next article is published? Just Click Here to sign up.

    Support the Active Server Industry



    JupiterOnlineMedia

    internet.comearthweb.comDevx.commediabistro.comGraphics.com

    Search:

    Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

    Jupitermedia Corporate Info


    Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

    Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers