Am I Missing Something?
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT COUNT(*) FROM comments WHERE nid = 101 AND status = 0 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 101 AND c.status = 0 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status ORDER BY c.thread DESC LIMIT 0, 50 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
Submitted by sneakin on Fri, 2005/01/28 - 05:17.
Computing
Slashdot just posted an item that linked to the W3C's new XML-binary Optimized Packaging. I thought this was going to be binary XML since Slashdot put a link to a previous story that linked to How do we make XML faster?. It turns out it wasn't binary XML. It's only for the inclusion of binary data within an XML document to be used for something like making an XHTML page a single file, images and all. In short my minute of excitement was quickly over, and I should probably post my notes I scribbled one night for an actual binary XML and call it JabBinXML.
|