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 (35,33,32,31,30,29,28,27,26,25) GROUP BY ID

Open AJAX http://www.openajax.net/wordpress Make the Web Cool Again! Sat, 25 Apr 2009 18:51:42 +0000 http://backend.userland.com/rss092 en Programming Cheat Sheets This site has a huge list of programming cheat sheets - not directly AJAX related, however, you have to write code to work with AJAX… : http://www.openajax.net/wordpress/2006/07/26/programming-cheat-sheets/ 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 ... http://www.openajax.net/wordpress/2006/07/25/jslint-and-jsmin/ AJAX Frameworks ajaxpatterns.org has a nice listing of AJAX frameworks; everythign from .Net to Coldfusion, from Java to Smalltalk and C++. http://ajaxpatterns.org/Ajax_Frameworks There is even the beginnings of a Comparison Matrix. http://www.openajax.net/wordpress/2006/07/25/ajax-frameworks/ Standard AJAX, VB, and Windows 3.1 Years ago, Adam Bosworth coined the term DHTML - as in Dynamic HTML. Jesse James Garrett re-labeled DHTML as “AJAX” If you have not seen this clip - you should. Watch it and pay close attention to what is said, as well as what is not said. ... http://www.openajax.net/wordpress/2006/07/25/standard-ajax-vb-and-windows-31/ XML11 vs GWT Check out this talk on Google Video for an introdocution to XML11. http://www.openajax.net/wordpress/2006/06/28/xml11-vs-gwt/ Buttonator Buttonator is a cool AJAX app, here’s a blurb from the folks at Buttonator.com: The Buttonator is a 90’s idea with 00’s twist - professional looking buttons in seconds. It utilises the latest Rails 1.1.2 release and the RMagick image processing library. A big thanks goes out to Rails team for ... http://www.openajax.net/wordpress/2006/05/19/buttonator/ “Global Mosaic”, a massively multiplayer Web 2.0 application My name is Amanda White, from the team behind http://www.TheBroth.com, “the Global Mosaic”, a massively multiplayer Web 2.0 application based on Ajax, Php and Mysql. The Global Mosaic is made of 1,000 colorful tiles that are shared by everyone. When someone moves a tile, others can instantly see it move ... http://www.openajax.net/wordpress/2006/04/28/global-mosaic-a-massively-multiplayer-web-20-application/ Google Calendar - Right on Time! In a posting at C|Net, Google has formally entered the world of calendars and scheduling. The interface is nice, smooth, lots and lots and lots of AJAX code, combining all major patterns and techniques. Check it out! Product Manager Carl Sjogreen, formely of BEA and WebLogic Workshop, has done ... http://www.openajax.net/wordpress/2006/04/13/google-calendar-finally/ Office for Firefox and Google Pages Firefox-only Word Processor (http://ajaxwrite.com/) is available for testing. Looks nice, but there are still some bugs. Definitely worth checking out! Additionally, GooglePages has gone to Beta. There is an interesting screenshot here You can view the live site of the screenshot here. http://www.openajax.net/wordpress/2006/03/23/office-for-firefox-and-google-pages/ Google Finance So if you havent, please check out http://finance.google.com/. There is a lot of flash and AJAX running this service. Note how when you add/remove items from your portfolion, the page doesn’t reload completely, just the data sections that display your data. This is how traditional apps work, ... http://www.openajax.net/wordpress/2006/03/21/google-finance/