
ajax
Get flash to fully experience Pearltrees
Prototype Makes Javascript Painless – BorkWeb
Prototype is an excellent tool but lacking in documentation, causing me to fumble around and *gasp* look at the source code. As any developer knows, when reviewing code there is a chance that you may miss something or ignore what doesn’t seem interesting. In doing so, you may miss some sweet features that you would otherwise use. I did stumble upon some Prototype Cheat Sheets that have helped immensely in exposing functions that existed in Prototype that I had no clue were there. Desipte the exposure of function names, I was at a loss for what some of them did.How do I show error messages in Pocket IE
It is highly recommended that you turn on error messages in Pocket IE while developing, if you had done that you would have had a clear error message saying what is wrong. The above means that you add a value "ShowScriptErrors" under the key "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" in the Pocket PC registry (not the PC), the type must be DWORD and the value 1. If you do that you will see error messages.The domain where desktop applications beat web applications hands-down is user interaction. In desktop applications, you do not have to wait and stare at a blank screen (most of the time) until an action completes. The user interface is integrated with the actual application and allows instantaneous response. In classic web applications, when some information is submitted or requested you have to wait for an entire new page to load.
Article :: AJAX: Asynchronously Moving Forward :: How does AJAX
Open Rico
If anything about current interaction design can be called “glamorous,” it’s creating Web applications. After all, when was the last time you heard someone rave about the interaction design of a product that wasn’t on the Web? (Okay, besides the iPod.) All the cool, innovative new projects are online.

