Welcome to Dovetail Software Blogs : Sign in | Join | Help

Browse by Tags

All Tags » jQuery   (RSS)
I love jQuery like this:
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...
Hiding Empty Queues in Dovetail Agent
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...
45+ New jQuery Techniques For Good User Experience
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...
jQuery for Beginners: Video Series
NETTUTS has a series of videos that show you how to get started with jQuery . Good stuff. Read More...
Microsoft + jQuery
Totally rockin announcement today: Microsoft will be shipping jQuery with Visual Studio. If you follow the Dovetail Developers, you already know that we're big fans of jQuery at Dovetail . ScottGu has details on his blog about this announcement, as does Read More...
Adding a signature to Log Email in Dovetail Mobile Agent using Ubiquity or GreaseMonkey
As I mentioned in a previous post , I've started using Dovetail Mobile Agent for my day-to-day case activities. Its still early in its project lifecycle, so it doesn't have all of the bells and whistles (yet), but that's OK with me. For example, you can Read More...
My first Ubiquity command : view a case in Dovetail
I was pretty excited to play with Ubiquity , a new Firefox extension that lets me think and act in a more natural language with my PC. From the Ubiquity Tutorial : Ubiquity is an experimental Firefox extension that gives you a powerful new way to interact Read More...
A handful of presentations on JavaScript and jQuery
John Resig (creator of jQuery) recently posted a bunch of his presentations online , focused on JavaScript and jQuery. Check 'em out. I'm fast becoming a huge fan of jQuery , and we're now using it a lot more within Dovetail Agent . Not only is the library Read More...