Other News

Community

Process Atom 1.0 with XSLT

(Uche Ogbuji) Atom 1.0 is the emerging Internet Engineering Task Force (IETF) standard for Web feeds — information updates on Web site contents. Since Atom is an XML format, XSLT is a powerful tool for processing it. In this tutorial, the author looks at XSLT techniques for processing Atom document

Community

WSDL and Schema Parser

(Thanh Dao) If you want to aggregate a web service with your application service, or if you are trying to implement someone else’s WSDL, then you need to pay attention while viewing them. That means you are encountering the web service interoperability problem. That was the problem I had too, and I

Community

Authentication in IIS

(Joe Lima) We often think about security measures as ways of protecting resources by preventing access to them. The need for authentication arises because, in the real world, keeping people out of protected areas is only half the battle. Authentication is about letting certain people (or processes)

Community

MySQL Stored Functions

(Ian Gilfillan) If procedural programming is new to you, you may be wondering what the difference is between a Stored Procedure and a Stored Function. Not too much really. A function always returns a result, and can be called inside an SQL statement just like ordinary SQL functions. A function param