Browse by Tags
All Tags »
javascript (RSS)
I love jQuery like this: $(".question").click(function(){ $(this).next(".answer").toggle(); }); When you click on a question, show the next answer. When you click on the question again, hide the answer. And my markup stays clean: <p
Read More...
I was recently at a customer site, and while sitting down with one of their agents, noticed that this agent belonged to over 100 queues. Because of this, the left column of the console within DovetailAgent, which shows all of the queues, had a scrollbar
Read More...
Notifications and escalations generated by Rulemanager are an integral component of the Clarify/Dovetail system. Traditionally, email and in-application notifications are the most common notification delivery mechanisms. Digital pagers were popular years
Read More...
Smashing Magazine has a list of 45+ New jQuery Techniques For Good User Experience There's some cool ideas in there. The sortable lists technique would be useful for Drop-Down list management in DovetailAdmin. I also like the Scrollable HTML table plugin
Read More...
NETTUTS has a series of videos that show you how to get started with jQuery . Good stuff.
Read More...
One of the more underused features within Clarify/Dovetail is the ability to link cases to solutions. Its a great feature - I just don't see it used often enough. This allows organizations to track which solutions are used the most, and use that information
Read More...
Ever since we introduced Dovetail Seeker this summer , I was anxious to incorporate its capabilities with our applications. It is integrated within Dovetail Agent, Dovetail SelfService, and Dovetail Mobile Agent. Kevin also demonstrated how to incorporate
Read More...
Recently I had the need to consume JSON in ClearBasic. For example, I make a request to a web service, and the service returns a result set in JSON format. I want to display those results within Clarify. JSON JSON (JavaScript Object Notation) is a lightweight
Read More...
In a past post , I discussed how to use GreaseMonkey to modify a web application, particularly, Dovetail Mobile Agent. In my last post , I linked to a GreaseMonkey script that added keyboard shortcuts to Basecamp. Now let's combine the two together. Access
Read More...
One of the things I've wanted to do for a long time is have the ability to add comments on objects within the Clarify/Dovetail system. As a specific example, I've wanted to be able to add comments to a solution. For those not versed in Clarify/Dovetail
Read More...