Search Results

Fix for WordPress TinyMCE Editor Problem

Thursday, June 19th, 2008

If the visual editor (TinyMCE) in your newly installed Wordpress is not showing up, this maybe a solution to your problem. First, Make Sure your visual editor is turned on. In the Wordpress admin, up in the upper right corner, click on your user name, and then make sure “Use ...

Publications

Thursday, June 19th, 2008

Recent Articles and Publications C. Wei: "The Business Value of Web 2.0 for Enterprises", Web 2.0 Journal, 23 Feb 2007 (this article also appeared on Enterprise Open Source Magazine and Java Developer Journal); C. Wei, R. Gonda: "Real-World AJAX Book Preview: Some Classic Examples", Web 2.0 Journal, 23 Feb 2007 (this article ...

Will Rich Internet Become Rich Man’s Internet?

Monday, March 31st, 2008

The Web is one of the most important technological as well as social/cultural developments in our life. Its global impact is rooted in its openness and its capability to evolve on a democratic basis. However, I have concerns. I'm concerned about the significant corporate interests driving towards "unweb". Not to ...

Possible Solutions to Web Security Issues

Tuesday, March 11th, 2008

The “Same Origin Policy” is at the core of browser’s security model. Under the “Same Origin Policy”, a web resource can only interact with another web resource if and only if both resources are from the same origin. However, “Cross site scripting” and “cookie” both brings security challenges in ...

A Study of Ajax Performance Issues

Tuesday, January 22nd, 2008

Introduction: Ajax application performance largely depends on the performance of JavaScript execution and browser DOM operations. I've heard various people saying various things about Ajax performance. Some people say JavaScript is just too slow. Some people say that the problem is not JavaScript but rather Browser DOM being too slow. ...

Programmatic DOM Node Manipulation on IE

Wednesday, January 2nd, 2008

Programmatic DOM node manipulation is actually not straightforward, given that Internet Explorer has so many unique DOM behaviors. I ran into quite a few issues recently when I was playing with Dojo Toolkit . I didn’t find a thorough answer to my questions when going through Dojo source code (Pardon ...

Is This a Little Too Much Hacking for Prototype.js?

Wednesday, November 21st, 2007

Prototype.js is a popular Ajax toolkit for web developers. I have enjoyed using it despite the complains I heard from people about how Prototype.js does too much JavaScript hacking that breaks other people's code. One of the common one complains is that Prototype.js adds methods to built-in JavaScript objects ...

Low Level Ajax Coding GotCha

Saturday, November 17th, 2007

People say Ajax is hard...and this may be why. I spent some time playing with Bob Buffone's newest work on Ajax over the last few days. Bob built an xModify processor that runs on either jQuery, Dojo or Mootools. The xModify processor is powerful but quite lightweight (10KB without gzip). There ...

Building a WebSite Using Java?

Tuesday, November 6th, 2007

Here is a question that I have been pondering on and off for quite a while: Why do "cool kids" choose Ruby or PHP to build websites instead of Java? I have to admit that I do not have an answer. Why do I even care? Because I am a Java developer. ...

OpenAjax Hub 1.0 and InteropFest

Saturday, September 22nd, 2007

OpenAjax Alliance has made substantial progress in the last 12 months since its inception. The cornerstone is OpenAjaxHub 1.0 (OaaHub 1.0). OaaHub 1.0, an open source project under Apache V2 license, focuses on interoperability - it enables different Ajax components to inter-operate with each other using a "pub/sub" mechanism while ...

Sun Changes Ticker to JAVA

Thursday, August 23rd, 2007

This is going to be a very short blog because the story itself is too good to add any comments: Sun Microsystems changes ticker to JAVA On August 23, 2007, "Sun announced Thursday that it would retire its SUNW moniker on Nasdaq and replace with JAVA effective Monday. The software known ...

Is W3C’s Widget Work Going The Wrong Way?

Friday, August 10th, 2007

I have been involved with W3C's Web Application Format (WAF) Working Group(WG). WAF has been working on "widget" for about one year. Marcos Caceres, a smart recent PhD graduate from Australia, has been doing some good work here. A year ago, I was neutral about WAF's widget effort, even supportive primarily ...

Enterprise Web 2.0: IBM, Cisco, Microsoft and SAP

Tuesday, June 19th, 2007

Enterprise 2.0 Conference (http://enterprise2conf.com/) is going on here at Boston Westin Waterfront this week. Nexaweb is showing its Enterprise Web 2.0 Platform here. Enterprise 2.0 is a term initially coined by Harvard Business School professor Andrew McAfee just about one year ago. His definition was much more around things like wikis, ...

Situational Application@MIT CIO Symposium

Thursday, May 17th, 2007

Today is the fourth annual MIT CIO Symposium. The weather could have been better and parking could have been much better (my house is within 25 minutes walking distance from MIT. I drove instead and spent 30 minutes looking for parking) - but the conference is fairly well attended. My ...

JavaFx and Rich Internet Application

Tuesday, May 8th, 2007

Quite a few people are asking me what I think of Sun's JavaFX annoucement . It is funny and we saw this coming - Who wouldn't anticipate Sun to make some big annoucement at JavaOne ? People were predicting the annoucement is going to be "open sourcing Java" - Oh, ...