Browse by Tags

KeepAlive for the DotImage WebImageViewer
31 December 08 08:22 AM | jacobl | 1 Comments   
Recently, I posted an article describing a simple way to keep a session alive during long periods of inactivity. That works great if your web application doesn't rely on some other information on the server to maintain state. If you use DotImage in your Read More...
A Note Regarding YUI and the WebImageViewer
21 July 08 08:50 AM | jacobl | 0 Comments   
When developing two of my applications for 31 Apps in 31 Days ( here and here ), I discovered an issue with using YUI with our WebImageViewer. The script tag that references the YUI js files must be inside the main form element. If it is not, the DOM Read More...
Filed under: , , , ,
Queuing up Your Remote Invokes
24 June 08 01:40 PM | jacobl | 2 Comments   
The WebImageViewer is a very powerful web control that we offer to our customers. It does a lot of work for you behind the scenes to make the experience as application-like as possible. It even takes that a step further with the RemoteInvoke method and Read More...
Full-Screening your WebImageViewer
27 May 08 01:20 PM | jacobl | 1 Comments   
Last week, I posted 2 web apps ( here and here ) as part of our 31 Apps in 31 Days promotion . They both have one thing in common (outside of the fact that they're online): being full screen WebImageViewers. There are a few hoops that you need to hop Read More...