| |
|
| |
There is a lot to say when it comes to AJAX! If You have read the article "Integrating Ajax into traditional IBM Lotus Domino Web applications" (http:www10.lotus.comlddddwiki.nsfdxIntegratingAjaxintotraditionalIBMLotusDominoWebapplications)
You will know how to use the Ajax response ... |
| |
|
| |
This first article on future-proofing your Domino Applications will be to introduce the fairly well-known yet extremely under-utilized - at least when it comes to IBM Lotus Notes/Domino - software design pattern known as Model-View-Controller . MVC is - simply put - separation of Applied ... |
| |
|
| |
JavaScript Libraries are no longer just for leading edge web development. They used to be hard to learn and it was easier to code the functions yourself. Now they provide benefit to all web developers. They Provide: Cross-browser support – you don't have to do it! Fairly stable – fewer bugs ... |
| |
|
| |
Following are the useful $$ViewTemplates for web applications. 1. $$ViewTemplateDefault: The $$ViewTemplate is a reserved functional Design Element used to display View Design Element contents when rendered to a Web or Mobile Browser Client. The $$ViewTemplateDefault is acts as the default render ... |
| |
|
| |
Many times when we do lotus domino development, we need to send parameters to the server. How do we do this? well using a url like this: http://www.something.com/resource?command¶m1=val1¶m2=val2 If this is pointing to a form, then we all need to do is call: @URLQueryString
But sometimes, ... |