RE: Fusebox Editor based on XmlHttpRequest.

2006-03-28 Thread Dave Watts
> I started this project in 2002 and I'm not sure AJAX already > came up at that time. I just use same core components as AJAX > does: > > if (is.ie) { > xmlHttp = new ActiveXObject("Msxml2.XMLHTTP.3.0"); > } > else { > xmlHttp = new XMLHttpRequest(); You, and lots of other people, were wri

RE: Fusebox Editor based on XmlHttpRequest.

2006-03-28 Thread Munson, Jacob
> I wonder why almost nobody uses it except me :) Well, it's new right? Give it time, if it's cool, word of mouth will make it popular. :) --- [INFO] -- Access Manager: This transmission may contain information that is privileged, confidential and/or exempt from disclosure u

Re: Fusebox Editor based on XmlHttpRequest.

2006-03-28 Thread Sergey Croitor
NH> Saw the demo. Cool sh t! Thanks Nick, I wonder why almost nobody uses it except me :) It really helps me to work with fb application structure fast. When the project is large, it helps greatly. I don't use 'edit node' feature often, I open circuit and fusebox files and edit them manually in

Re: Fusebox Editor based on XmlHttpRequest.

2006-03-28 Thread Sergey Croitor
MJ> Ajax uses XmlHttpRequest (in most cases), so it looks like your editor MJ> /is/ ajax based. :) I started this project in 2002 and I'm not sure AJAX already came up at that time. I just use same core components as AJAX does: if (is.ie) { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP.3.0"); }

RE: Fusebox Editor based on XmlHttpRequest.

2006-03-28 Thread Nick Han
Saw the demo. Cool sh t! -Original Message- From: Sergey Croitor [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 9:32 AM To: CF-Talk Subject: ANN: Fusebox Editor based on XmlHttpRequest. Hi, It's a refreshless DHTML editor for fusebox and circuit xml files. The editor is a par

RE: Fusebox Editor based on XmlHttpRequest.

2006-03-28 Thread Munson, Jacob
> It is not AJAX based but uses same approach, just another > implementation. Ajax uses XmlHttpRequest (in most cases), so it looks like your editor /is/ ajax based. :) --- This transmission may contain information that is privileged, confidential and/or exempt from disclosure und