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 » Home

Archive for the 'Home' Category

Programming Cheat Sheets

Wednesday, July 26th, 2006

This site has a huge list of programming cheat sheets - not directly AJAX related, however, you have to write code to work with AJAX… :

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 = 35 AND comment_approved = '1';

Comments Off

JSLint and JSMin

Tuesday, July 25th, 2006

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 […]

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 = 33 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 = '33' AND comment_approved = '1'

No Comments »

AJAX Frameworks

Tuesday, July 25th, 2006

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.

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 = 32 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 = '32' AND comment_approved = '1'

No Comments »

Standard AJAX, VB, and Windows 3.1

Tuesday, July 25th, 2006

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. Notice that AJAX is […]

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 = 31 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 = '31' AND comment_approved = '1'

No Comments »

XML11 vs GWT

Wednesday, June 28th, 2006

Check out
this talk on Google Video for an introdocution to XML11.

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 = 30 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 = '30' AND comment_approved = '1'

No Comments »

Buttonator

Friday, May 19th, 2006

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 an awesome framework and the […]

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 = 29 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 = '29' AND comment_approved = '1'

No Comments »

“Global Mosaic”, a massively multiplayer Web 2.0 application

Friday, April 28th, 2006

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 on their screens!
Here’s our press […]

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 = 28 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 = '28' AND comment_approved = '1'

No Comments »

Google Calendar - Right on Time!

Thursday, April 13th, 2006

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 a great job. Go […]

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 = 27 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 = '27' AND comment_approved = '1'

No Comments »

Office for Firefox and Google Pages

Thursday, March 23rd, 2006

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.

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 = 26 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 = '26' AND comment_approved = '1'

No Comments »

Google Finance

Tuesday, March 21st, 2006

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, however, without AJAX, this would […]

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 = 25 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 = '25' AND comment_approved = '1'

No Comments »