All modern browsers have scalable vector graphic (SVG) file support. But there are several display options for these files. The simplest method is to display the file directly as an image: <img src=”test.svg” alt=”My Test SVG File”> However, in so doing, you lose a unique function of SVG files because it is no longer possible
With HTML5/JavaScript applications, item positioning on a screen falls into two categories: relative positioning or absolute positioning. Absolute positioning for mobile applications should be avoided (with few exceptions) since mobile devices vary greatly. Relative positioning can be tricky to get just right, however. Below are a few quick and easy tricks to position items better
Introduction Developers that have started using CM WebClient 1.8 Mobile’s touch optimized templates usually find that creating a mobile web app deployment is straightforward. But while deployment as a web app is acceptable for some, other developers creating commercial and specialized applications often benefit from native deployment. For example, you may need to use the
Movie on how to turn on the iOS device JavaScript console and enable Firebug debugging Mobile Device Debugging for WebClient CA Plex Apps View more videos from CM First Technologies
In many circumstances you need programmatic control of the IBM i authentication process, for example in single sign on situations. Please follow these basic steps for to implement. Note that this method will work for both standard WebClient and for WebClient Mobile applications 1. Create a Plex function to accept your User Id and Password.
For many developers it is more convenient to link your CA Plex GEN folders directly into your Eclipse workspace, eliminating the need to run ANT scripts and move the Java source files. Eclipse will detect the fact that you have generated / changed your source files from CA Plex and will automatically build if you desire this.
To add an application server web session listener to your WebClient application, ensure that this XML fragment is present under the web-app element in your web.xml. <listener> <listener-class>com.adcaustin.webclient.servletproxy.WebSessionListener</listener-class> </listener> When the listener is installed, then application clean-up will occur immediately when the session times out (as determined by the application server’s timeout settings). The user closing their browser
The January 2010 WebClient newsletter is available at this link. Highlights of this edition include: New guide published for deploying applications to Websphere New tip published for implementing an Ajax style wait cursor Version 1.4.19 released CA World planned for May 2010, with extensive virtual conference. WebClient will be on display. http://archive.constantcontact.com/fs026/1102336365834/archive/1102948238095.html
Deploying CA Plex/WebClient applications on the IBM WebSphere Application Server can be more challenging that on Tomcat – although the process is largely the same conceptually, WebSphere has more features, options, and versions available. This guide is written with IBM i in mind, but the steps can be generally applied to other versions of WebSphere
This guide will walk you through the steps required to implement an Ajaxy ‘busy’ indicator for a CA Plex / WebClient application. The indicator signals to the user that the web application is processing their request, and to wait until it finishes. On the web this indicator usually takes the form of an animated GIF