Diagram of a DOM

Wednesday, June 18th, 2008

"A web page is really much more sophisticated than it looks." -Charles on the SproutCore Blog I think the word he was looking for in "convoluted". "Sophisticated" seems a bit of a euphemism to me. But, it's a very interesting article!

RemoteObject setRemoteCredentials()

Tuesday, May 6th, 2008

"You can also call the setRemoteCredentials() method for Remoting Service destinations that are managed by an external service that requires user name and password authentication, such as a ColdFusion Component (CFC)." - Passing credentials from client-side components, livedocs.adobe.com I'm not using ColdFusion Components, but an EJB application server. There should ...