November 25, 2009
One of our core products at Dovetail Software is our classic ASP application, Dovetail Agent. This application has been in production for many years, and is very stable and reliable. However, since it is a classic ASP application, there is a lot of room for improvement. I recently upgraded the Notification feature of the application. Dovetail Agent is a web application that has a main page (the console), and notifications need to be delivered to users automatically, without the users having to find them manually. In the previous releases of Dovetail Agent, this process used an iframe control on the console. The source page for the iframe control would query the database for new messages. If new messages were found, a hyperlink would be displayed on the console, and a window for the notifications was opened. The source page for…
Removing an iframe by using AJAX
November 25, 2009
One of our core products at Dovetail Software is our classic ASP application, Dovetail Agent. This application has been in production for many years, and is very stable and reliable. However, since it is a classic ASP application, there is a lot of room for improvement. I recently upgraded the Notification feature of the application. Dovetail Agent is a web application that has a main page (the console), and notifications need to be delivered to users automatically, without the users having to find them manually. In the previous releases of Dovetail Agent, this process used an iframe control on the console. The source page for the iframe control would query the database for new messages. If new messages were found, a hyperlink would be displayed on the console, and a window for the notifications was opened. The source page for…
November 5, 2009
The impact of social media on business has far reaching effects and in all directions. Consumers around the globe share their opinions about products with anyone, anywhere. The popular digital playground Twitter recognized the impact of digital media on the marketplace so much that they now offer a vehicle for companies to see what consumers say about their products. This trend is not going to recede, but broaden and expand.How does the influence of social media guide and direct the customer service and support industry? Are there ways to mitigate damaging “tweets”? How about capitalize on positive blog posts?We'd love to hear what you think, so leave a comment below.
November 4, 2009
Recently I made the move to Wix3 for a couple of projects and I have been quite happy. One of the things that has been simplified is adding a a custom step into the installer process. I’ll leave the heavy lifting of how to insert the custom dialog to Jan Schepens’ post Making a custom setup dialog using WiX 3.0. He tells you how to customize your UI layout and insert a new dialog into the process. Read this post it explains it well. Neil Sleightholm has a similar post Customised UI’s For Wix that is about removing dialogs from the layout. I’m going to be straight with you. This post is mainly for myself. I want to have this resource six months from now when I need to do the same thing again. Wiring Up Your…