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
The Austin, Tex. 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
In summary: A random bit got flipped in one of the server state messages that the S3 machines continuously pass back and forth. There was no checksum on these messages, and the erroneous information was propagated across the cloud, causing so much inter-server chatter, that no customer work got done."Read more of this story at Slashdot.
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.
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
/>. Each tag found is processed by calling functions of the class. 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.
VIA Releases 800 Pages Of Documentation For Linux
billybob2 writes "VIA has published three programming guides that total 800 pages in length and cover their PadLock, CX700, and VX800/820 technologies. 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.
Ivy League Computer Science Curricula Exposed
I was able to find the required reading for hundreds of courses at Stanford, Princeton, Carnegie Mellon, and Berkeley; along with some other institutions. This should also help answer some of those 'What should I read?' questions."Read more of this story at Slashdot.
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.