Starting in 1996, Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the Wayback Machine after an embargo period.
Building SOA Solutions with the Service Component Architecture (SCA)
Learn about the Service Component Architecture (SCA), a new programming model designed specifically for building and assembling business solutions in an SOA, and targeted for integrating and composing services.
»
Whitepaper: SCA BPEL
Executable WS-BPEL is a first class implementation language in SCA. It allows a component to be written in WS-BPEL and then deployed and assembled with other components written in WS-BPEL or written in other SCA implementation languages. Learn more.
»
Whitepaper: The SCA Policy Framework
Service Component Architecture (SCA) is a collaborative effort by the leading vendors in the enterprise software space to define an architecture for building applications and systems using a Service-Oriented Architecture (SOA). Learn more.
»
Whitepaper: PHP and SCA The initial scope of SCA for PHP is to provide a means for a PHP programmer to write reusable components, which can be called either locally, or remotely, via Web services, with an identical interface and with a minimum of fuss. Learn more.
»
Talking Web Clients with JavaScript and the Speech API
Rating: none Paul Kimmel - 07/16/2007 See how to make your web clients read or play content to its users. You will experiment with JavaScript from the command line, learn a JavaScript debugging technique that might be useful, and see how to load the Speech API and ask it to read the ALT (text) attribute of HTML controls.
Introduction to the Google Maps API
Rating: none Nicholas C. Zakas - 05/04/2006 Discover how easy it is to begin developing sites incorporating maps from the Google Maps API.
RSS, So Simple with Visual Basic 2005
Rating: Josh Fitzgerald - 11/30/2005 Displaying RSS feeds or channels is very easy using Visual Basic 2005. In no time, you can build a simple RSS viewer that takes a user-entered RSS feed URL and retrieves the title, description, and link for that channel.
Combine Polymorphism and Web Services
Rating: none Paul Kimmel - 01/14/2005 Have you wondered how to apply polymorphism across Web services? Wonder no more. Paul Kimmel reviews polymorphism, demonstrates XML Web services, and most importantly, shows you how to combine polymorphism and Web services.
Remoting or Web Services, How Do I Decide?
Rating: Paul Kimmel - 12/31/2004 Choosing between XML Web services and .NET remoting isn't a hard decision. Just use XML Web services almost all of the time, says Paul Kimmel.
.NET Remoting and Event Handling in VB .NET
Rating: none Paul Kimmel - 12/29/2004 Using .NET Remoting, learn how to configure a remote server, define remotable objects, and define custom event arguments and delegates. Do all of this while creating a simple chat application!
Objectifying an XML Node with an IConfigSectionHandler
Rating: none Paul Kimmel - 08/25/2004 Implement a section handler that coverts an XML node from a bunch of spurious individual values into a strongly typed object.
Part II: How Did Google Become a Verb?
Rating: Paul Kimmel - 03/02/2004 A further exploration into a reusable class, a couple of UserControls, and a Web page that can be used on any Web site.
Querying the Amazon.com Web Service
Rating: none Karl Moore - 09/18/2003 Amazon.com has made its mass database of information available to developers through Web services. Learn how to access and harness this powerful tool.
Using Web Services with VB.NET
Rating: none Jayesh Jain - 03/11/2003 Create an application in Visual Basic .NET to create a customized search and a spelling checker that uses the Google Web APIs Service. Learn to add a Web Service to a VB .NET application.
Getting The Words For A Given Number
Rating: none Subraya Hegde - 12/04/2002 Convert a given number into its equivalent in words by using this Web service. For example, you can convert $43.25 to words such as Forty-three dollars and twenty-five cents. This can be used in accounting packages, invoices, and more.