DB Connect with XML
Original post provide by PHP Classes: Latest entriesPackage:
Summary:
Generate XML documents MySQL query results
Groups:
Author:
Description:
This class can be used to create XML documents from data returned by MySQL queries.
It can connect to a given MySQL database host and execute a given SQL query.
The class can retrieve the query results and generate a XML document that contains the total number of result set rows, as well the actual result set data.
The generated XML document is returned as a single text string.
Comparison Of Windows XP And Linux/Sugar On The OLPC XO
griffjon writes "OLPCNews has a comparison of Windows XP to the Sugar/Linux OS on the One Laptop Per Child XO-1, based on the Microsoft Unlimited Potential video, touching on video recording, power usage, boot times, and mesh networking. An interesting, if saddening, read."Read more of this story at Slashdot.
How Dell Is Making Ubuntu Linux More Attractive
company is also adding functionality to Ubuntu Linux on its desktops and laptops, writes Steven J. Vaughan-Nichols. It began by adding DVD-playback to its systems shipping with Ubuntu 7.10. With the recent release of Dell PCs with Ubuntu 8.04, Dell is now including "Fluendo GStreamer codices for mp3, wma (Windows Media Audio), and wmv (Windows Media Video) playback" in its latest Ubuntu-powered desktops and laptops.
Amazon Explains Why S3 Went Down
It providers a timeline of events, the immediate action take to fix it (they pulled the big red switch) and what the company is doing to prevent re-occurrence. In summary: A random bit got flipped in one of the server state messages that the S3 machines continuously pass back and forth.
Tweaking Solid State Drive Performance On Linux
perlow writes "While expensive and shouldn't be used exclusively for primary storage, Solid State Drives perform exceedingly well for things like MySQL databases, provided you tweak your kernel, BIOS, and filesystems accordingly. Here's a few tips to exact excellent performance out of your new $500-$900 on a Linux system."Read more of this story at Slashdot.
More Skype Back Door Speculation.
The company has declined to expressly deny the allegations. At a meeting with representatives of ISPs and the Austrian regulator on lawful interception of IP based services held on 25th June, high-ranking officials at the Austrian interior ministry revealed that it is not a problem for them to listen in on Skype conversations."Read more of this story at Slashdot.
More Articles:
Extensible Template
Therefore, the template engin Is extensible because you can extend the class, and by creating specificly formed methods in the descendant class, you can add new tags to the system. It will have a plug-in system as Smart has, but it'll take me some time.
VIA Releases 800 Pages Of Documentation For Linux
The VIA PadLock provides a random number generator, an advanced cryptography engine, and RSA algorithm computations. The VX800 chipset was VIA's first Integrated Graphics Processor, while the CX700 is a System Media Processor designed for the mobile market. This is another step in VIA's strategy to support the development of Free and Open Source drivers under Linux, which comes pre-installed on VIA products such as the Sylvania NetBook, HP Mini-Note, 15.4" gBook, gPC, CloudBook, Zonbu, and VIA OpenBook.
Ivy League Computer Science Curricula Exposed
Doug Treadwell writes "Many people have wondered what the difference is between the Computer Science education given in the average public university versus one given in an Ivy League university (or a top level public university). There have also been discussions here on Slashdot about whether any Computer Science curriculum gives students the knowledge they need for the working world.
Best Integrated Issue-Tracker For Subversion?
Version control without issue tracking is only half a solution. The TortoiseSVN docs say a little about bugzilla and not much else. What ready-to-play options (commercial or open source) exist for deploying subversion on commercial projects?"Read more of this story at Slashdot.
Excel XML
It can load an Excel spreadsheet from a XML file and change the values of any worksheet given its row and column. The class can also generate a spreadsheet file with the changed values. The generated spreadsheet may be stored in a given file or served for download.