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 (33) GROUP BY ID

Open AJAX » Blog Archive » JSLint and JSMin

JSLint and JSMin

It recently came to our attention that not everyone knows about two critical free tools for any type of AJAX development.

  • http://www.jslint.com/lint.html
  • http://www.crockford.com/javascript/jsmin.html

    JSMin is a tool for compressing Javascript. It will strip your white-space and comments so that all that is left is code….you know, the good stuff. It does not obfuscate the code, just shrinks it.

    JSLint will check your Javascript for basic coding issues. You gotta try them both!

  • WordPress database error: [Table './openajax/wp_comments' is marked as crashed and should be repaired]
    SELECT * FROM wp_comments WHERE comment_post_ID = '33' AND comment_approved = '1' ORDER BY comment_date

    Leave a Reply

    Logged in as . Logout »