Other News

Community

Write safer XSLT stylesheets

(Erik Siegel) It’s simple to introduce mistakes in XSLT stylesheets that go unnoticed. Neither static nor dynamic error checking helps: Only thorough functional testing will reveal them. XSLT 2.0 introduced several new options and possibilities, and you can use some of them to make your stylesheets

Community

PHP Proxy Patterns

(Alejandro Gervasio) In this first part of a three-part tutorial, I introduce you to what proxy objects are and how they can be used for lazy-loading domain objects in PHP. In this case, I will show you how to use proxies in the development of a blog application, to fetch on request the comments ass

Community

SQL Server: User-Defined Roles

(Denny Cherry) While we’ve been able to create user-defined database roles for decades to ease the process of granting database-level permissions, at the instance level there have always been only nine fixed server roles (eight if you’re using anything older than SQL Server 2000; the bulkadmin role