Browse by Tags

SharePoint Saturday: Developing and Packaging a Third Party SharePoint Solution
12 January 09 10:34 AM | jacobl | 3 Comments   
Here are some notes from my presentation at SharePoint Saturday this past weekend in Virginia Beach, VA. Included are my slides, code that I demo'd, and hopefully answers to all of the questions that people asked. The Slides Download my slides in PDF Read More...
KeepAlive for the DotImage WebThumbnailViewer
09 January 09 08:20 AM | jacobl | 0 Comments   
This is my third post on the topic of using a simple Java Script call to keep a server session alive. My first post was on keeping a generic IIS session alive by reloading a hidden GIF , my second was related directly to keeping session state alive for Read More...
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 | 3 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...
"Bad, IIS. Bad!" - Forcing IIS to run your site in .NET 2.0
03 April 08 10:43 AM | jacobl | 1 Comments   
I was working in IIS, today, and came across an issue where it was attempting to load my site in ASP.NET 1.1.xxx. I, for one, know that the site I was deploying was built as a precompiled web from VS2005, which, as far as I know, means that it's .NET Read More...
Filed under: , ,