问我们 重开或找图书、工具、软件图书馆、辅导或其他场外资源的问题,在Stack Overflow,因为它们往往吸引有意见的答复和垃圾邮件。 相反,描述这一问题,以及迄今为止为解决这一问题所做的工作。
Closed 8 years ago.
我记得,人们早就看到 Java本图书馆能够记录用户点击和将其 mo移到你的网站上,以便进行可使用性测试。 我看不到这一点。
那里是否有任何图书馆这样做?
http://www.usefulusability.com/24-usability-testing-tools/“rel=”nofollow noretinger” http://www.usefulusability.com/24-usability-testing-tools/。
我们使用Clicktale,它相当是科索沃。 你们可以更好地了解用户。 但我强烈建议进行可使用性测试或深度面谈。 你们可以与你们的朋友们一起做,如果让用户trick,他们就会成为真正的使用者。 我向各位保证,SOO比任何javascript都好得多。 不要忘记在他们点击时记录他们——这是无价的。
您可能想考虑来自TechSmith的用户意见。 我没有这方面的经验,但从转基因材料来看,它似乎像许多执行工作的专业外箱解决办法一样,它可以拯救你们一些发展中国家的工作。
But I didin t anwser your question :D I also remember stumbling upon an opensource jscript lib ... don t remember the name though, but I ve found this on Google: http://piwik.org/docs/javascript-tracking/
I mnow of Crazy Egg, 允许建造热图和跟踪点击:
CrazyEgg's Confetti and Heatmap characteristics are brief and得起的热量绘图工具,使你能够直观地理解用户行为。
(source: crazyegg.com)
(source: crazyegg.com)
Crazy Egg是一种商业服务。
How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.
I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...
Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...
Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...
I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...
Is it possible for someone to give me a few pointers on how to display a multidimensional array in the form of a bar graph? The array is multidimensional, with three elements in each part - and the ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.