WordPress database error: [Table './openajax/wp_comments' is marked as crashed and should be repaired]
SELECT ID, COUNT( comment_ID ) AS ccount FROM wp_posts LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1') WHERE ID IN (16) GROUP BY ID

Open AJAX » 2006 » January

Archive for January, 2006

Duking it out over AJAX

Wednesday, January 4th, 2006

Numerous posts in the news regarding AJAX have sparked an interesting debate:
Which toolkit should I use?
Easy enough to ask, not so easy to answer. The sprawling growth of AJAX toolkits has reached a point of dilution. There are so many packages that claim to be THE toolkit it makes it almost impossible […]

WordPress database error: [Table './openajax/wp_comments' is marked as crashed and should be repaired]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 16 AND comment_approved = '1';

WordPress database error: [Table './openajax/wp_comments' is marked as crashed and should be repaired]
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = '16' AND comment_approved = '1'

No Comments »