Website Usability Testing Procedures [closed] - usability

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I'm looking at this service: http://www.intuitionhq.com It's great, but it requires the user to opt in to the test. I'd like to find a service that I can just embed some javascript on the page and wherever a user clicks is recorded so I can find out what's most popular on what page. Does anyone know of something like that?

I'm one of the folks from IntuitionHQ - just thought I'd drop in on this. As you say, we don't currently have that functionality, but we are always on the lookout for popular features, and I'll be sure to put another check mark next to this one on our list.
For what you are describing now Mouseflow sounds like it might do the trick, so perhaps check that out. And keep us in mind for when you want to test some different designs, or if you want to compare two designs with each other (as we also do A/B testing).
Good luck with your testing, and if you have any further questions, please do ask.
Cheers,
Jacob from IntuitionHQ.

Related

Scheduling in a webpage release [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have just started to learn html and css and curious to know if there's a way of scheduling changes to html code.
To give you guys an idea of what I am looking to do...
I am building a one page website that displays a quote or comment. I want this to change every day and wondered if there's a way of scheduling in that change so I don't have to change it at the start of every day.
Helps to make life a little easier for me!
Thanks so much
Tom
#TDS, you can do this with javascript, by using a loop and setting a time/date delay, you would eventually have to maintain it though, i.e update the quotes you are using. As far as i am aware it is not possible to schedule changes automatically with html/css.
Have a look here for inspiration: Changing HTML dynamically

How to make a website without a a website maker [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I've been wanting to make a website but I wanted to code it myself without using one of those website makers. Are there any ways of doing this? I would also like to publish it as well. Thanks.
1.Write your code and save it.
2.Purchase a domain and host it with ehost or something like that.
3.Upload your file. That's it.
[ehost provide hosting with free domain]
This is not technically an appropriate question for SO. However, you need to learn the basics of HTML. Start at W3 Schools. http://www.w3schools.com
You mentioned that you already know HTML. If you are just making static content, that will suffice. I strongly recommend learning CSS. While it is not technically necessary, it will make your life much easier. When you want to publish it, you will have to pay for a domain and a hosting service. Google Domains can help you with this.

Multilingual Website HTML best solutions [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am currently building an HTML web site and i need the make it multilingual ...
so i was asking what are the best solutions?
Should I use sub domains http://en.mysite.com, or make it simple, e.g.:
mysite.com/en/index.htm -
mysite.com/fr/index.htm
Should I translate everything for all language or are there tools to auto translate?
Finally, how can I make the website detect the users location and redirect him to his language?
Generally, I would say to have higher rank in search engines it might be better to avoid subdomains.
Since you only have HTML, the redirection solutions are not good enough to consider them. For instance if someone decide to visit English version from Paris, to avoid annoying redirections you might need to keep track of this choice by cookies.
Instead of redirection you can still suggest a language for them (according to their location). It's possible by google loader: https://developers.google.com/loader/
You could use /your/path?lang=en.
To detect the users language, see: https://stackoverflow.com/a/8199791/1500022

When to use Foundation/Bootstrap or custom css? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
So this has been a topic of debate between me and another coder. We are using foundation for a project and he really likes following the system they provide. I like to venture out when it doesn't fit exactly.
An example was this was when I was doing the login form and I wanted a singular sized view that looks the same on every view. I created a login form with a solid width and centered with margins. He comes back to the code and puts it in foundation with large/medium/small columns. The justification was that they know how to handle responsiveness better than us. I just wanted stack overflow's opinion on this one.
When is it right to use a css framework and when should you go outside of it?
I guess on big projects, where you'd like to use each an every feature that a css framework provides, you should go for it. Whereas in small websites, using Bootstrap/Foundation would be a slow-down factor.
Otherwise if you are confident with building a responsive framework yourself, you should go ahead. But, if you feel you aren't take help from others in the form of css frameworks.
This question is way too broad and there can be many possible answers. The above is just my point of view.
First of all if you already have experience with one framework, unless you're doing it for research stick with it.
Otherwise you could check this comparison.
Also if you're using a web framework like Rails, Spring MVC, etc, check the integration status between the both frameworks.
Another point you should care is the community, and in my humble opinion bootstrap wins (as my personal perception).

What platform was Google+ rumored to be modeled after? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I remember reading a blog post or something somewhere that said that Google+ either was a modified version of a popular social networking software or was modeled after something of the sort. I however cannot find this post any longer or anything similar.
At least let me know if anyone sees strong similarities between the platform and another open source platform.
Diaspora seems to have provided inspiration for Google+, not sure if it goes beyond merely inspiring it.