Other News

Community

Learning PHP, Part 3

(Nicholas Chase and Tyler Anderson) This tutorial is Part 3 of a three-part series teaching you how to use PHP through building a simple workflow application. In this tutorial, you will learn about using HTTP authentication, streaming files, and how to create objects and exceptions. (R)

Community

Configuring Linked Servers

A linked server configuration allows Microsoft SQL Server to execute commands against OLE DB data sources on different servers. Linked servers offer these advantages: –Remote server access. –The ability to issue distributed queries, updates, commands, and transactions on heterogeneous data so

Community

XML at JavaOne: Ten Years After

(Frank Coyle) This year’s 2005 JavaOne Conference in San Francisco provided an opportunity to celebrate Java’s tenth birthday. At the first JavaOne back in 1995, Java had just emerged from Sun’s labs as a hot, new object-oriented language with the mantra “write once, run anywhere”. That first Ja

Community

Hooking OOo to MySQL

(Rob Reilly) Did you know that you can connect the OpenOffice.org office suite to a MySQL database? By combining the power of these two open source applications you can do things like generating personalized sales letters from the customer data stored on your servers. Let’s walk through the process