The users tag has no wiki summary.
21
votes
3answers
594 views
Is it better to put hyphens in a domain name?
Both in terms of SEO and user friendliness, is it better to put hyphens in a multi-words domain name or not ?
For example, is www.stackoverflow.com better than www.stack-overflow.com ?
17
votes
3answers
473 views
Best Ways to Develop “Chicken and Egg Content” sites?
By 'chicken and egg content' I'm referring to user-contributed/crowdsourced content - sites like StackOverflow / StackExchange.
When SO launched, Jeff and Joel were essentially able to 'cheat' the ...
10
votes
5answers
475 views
User Registration forms— Do we need a user name?
Lets say we are designing a new website's registration form.
Would I need to provide a space for a username, or should I simply require an email address?
Are there any serious issues with either of ...
8
votes
2answers
69 views
Are there any tried and tested methods for rejuvenating an old message board?
I have a moderately successful message board with an excellent (but tiny) community associated with it.
One of my goals for the month is to try and increase the amount of users on the site and also ...
7
votes
4answers
420 views
Is it generally a good idea to allow the reuse of old usernames from deleted accounts?
On a Social Networking site, is it generally a good idea to allow the reuse of old usernames from deleted accounts, or is it better to prohibit their reuse forever?
How do the big boys do it ...
6
votes
7answers
194 views
Tool for managing support requests from end users
I am looking for help desk webapp that can help a small team manage support tickets.
I would like the tool to be able to convert email received via an email address like support@mydomain.com into ...
6
votes
5answers
141 views
Are there any studies regarding the psychology of viewing web pages?
This may seem a little... out there, but have any studies been conducted about the psychological or even physical aspects of viewing a web page?
For example, psychologically, what makes a good or ...
6
votes
3answers
168 views
How would you establish user credibility for your web app?
One of the problems with general public facing apps is to deal with fake user accounts. Using an Open ID service doesn't solve this, as anyone can open multiple Google accounts and register as many ...
5
votes
2answers
2k views
Using Google Analytics to establish busiest time of day
I am trying to find a way to establish my sites busiest hour, but when using the "hour of the day" metric, each seems to have a date specific code, rather than just a number from 0-23, as I would ...
5
votes
1answer
54 views
Dynamic Content Editor [closed]
I've asked this question around the net and still haven't found exactly what I'm looking for. Basically I have several sites that I run through a custom PHP framework. I'd like to add a way for users ...
5
votes
2answers
168 views
Managing accounts on a private website for a real-life community
I'm looking at setting-up a walled-in (i.e. mostly private, with a small public-facing login page) website for a real-life community of people, and I was wondering if anyone has any experience with ...
4
votes
3answers
207 views
Gravatar or host my own avatars?
Planning on launching a new site and was wondering if I should simply host my own user avatars or integrate gravatars. What is the best way to approach this?
Gravatar for those who don't know what ...
4
votes
1answer
272 views
How to organize /var/www/ for multiple users and vhosts in apache
I've been creating new directories for each site in the var folder like this:
/var/www -- localhost -- owned by localuser:www-data (+setuid/setguid)
/var/www-somesite -- somesite.com, ...
4
votes
2answers
170 views
What is the ideal publishing workflow for an enterprise CMS?
What is the ideal publishing workflow within an enterprise CMS?
Background:
Company size is 1,000. There are approx 20 Managers that must approve their respective department content before ...
3
votes
2answers
99 views
How to maintain unique user per paid account in a website with given set of Email ID and password?
For a website, there is a free and a paid membership option. Once the user pays some amount he gets a membership for a month for additional products that are not in the free account on the website.
...
3
votes
1answer
124 views
Do users need to be 13?
A lot of sites require users registering to be 13 years of age. Is there any actual law that requires this?
3
votes
2answers
1k views
Is JavaScript or Flash able to extract the MAC address from a browser?
MAC address = Media Access Control address
Believe I saw that this was possible somewhere, but now that I'm looking for it I can't find the implementation.
3
votes
1answer
63 views
Allowing users in embargoed/sanctioned countries to register on my site
I run a website that contains technical content and users gain access to it by purchasing a subscription. I am based in the United States, and I'm wondering what the laws are regarding sanctioned ...
3
votes
2answers
470 views
Easy user management on html site?
I hope I'm not asking a question for which the answer is obvious...If I am, apologies.
Within my html site (i.e. not Wordpress, Joomla, etc.) I want to be able to have a level of user management. ...
3
votes
1answer
564 views
Apache, www-data and custom user permission
I'm running an ubuntu server with apache and I have web directory which is owned by the user www-data and the group www-data. WordPress works great in this directory. It can auto update and I can ...
2
votes
4answers
873 views
How can i check how many users can visit my website at the same time?
i have my website on a shared webhosting account.
I would like to check how many people can visit my site at the same time without the server slowing down or crashing.
I don't have SSH, if that makes ...
2
votes
4answers
143 views
Force users to use Google Chrome
I have a very selected group of users on my web application. Not everyone can just visit the website, and if they do they will need login information to see anything but the login box. The users have ...
2
votes
1answer
46 views
How to make users arrive at site through the home page
A client has requested that all site visitors arrive to internal pages via the home page. At present a lot of visitors are hitting internal pages directly from google search results. Are there any ...
2
votes
3answers
102 views
Checkout Process: 1 page or 3 pages?
What's better for a checkout process?
One relatively long checkout page?
Multiple short pages/steps ?
2
votes
3answers
56 views
Should I indicate that the user exists or was deleted on the error page?
On an ordinary public website, the user's profile is always publicly visible to all visitors (such as Stack Overflow), where they can limit certain pieces of information via privacy settings or just ...
2
votes
1answer
106 views
How to get useful feedback/bug reports from users
I'm sure most webmasters have recived a mail like this:
Creating [insert item here] is not
working!
When you check it out there is no general problem with the function but rather the user has ...
2
votes
1answer
27 views
Trying to push an affiliate program onto members, how soon is too soon?
On a site I run we have recently launched an affiliate program - one of the groups of people we want to target as potential affiliates are current members of the site - I mean who better to sell a ...
2
votes
1answer
51 views
Let tester directly click on web site to report bugs, similar to bugherd?
I'm doing website User Testing and want them to report issues by clicking on web site and type text into a comment box. Similar to diigo.com or bugherd.com
Bugherd is designed for this but it is ...
2
votes
1answer
39 views
Best practice: Should I note Gravatar is used on the website?
I am going to implement a comment system on a website and I'm going to implement Gravatar as user's avatars. Since the form for posting comments doesn't have a field for uploading an image, nor does ...
1
vote
2answers
439 views
How do sites like alexarank and w3spy.net work?
I am curious as to how companies are able to track the number of unique visitors to other people's sites. Seems like an impossible task to me. Any ideas?
1
vote
2answers
64 views
Is the idea of user registration flawed if we can't provide any real value for it?
I work in a newspaper publishing company and currently, all the contents in our site is free and no user registration is required.
Recently, the lifestyle column team proposed to implement a small ...
1
vote
3answers
243 views
Javascript based analytics tool with multiple user account management options?
We run a manage a website system for a large retail franchise. Each franchisee has their own templated website. We currently use SmarterStats to provide website analytics to our franchisees. ...
1
vote
2answers
147 views
Should Designers Be In Charge Of Developing User Experience?
Should a designer be in charge of mapping out the user experience of a website?
In my opinion, a developer should draw out how the website would work, what pages link to what etc. Then the designer ...
1
vote
1answer
305 views
One-user databaseless CMS authentication
Background: My client needs a one-user bare-bones content management system, which should be capable to
Edit text-content in plain-text or in WYSIWYG-style
Possibly create new subpages
Update image ...
1
vote
3answers
157 views
Should users be deleted after inactivity on a website?
When you have a social website or a website where you can register, would you eventually delete them after a certain time (after a year of inactivity) or would you rather keep their account records ...
1
vote
1answer
55 views
Limit Joomla user login sessions
I am testing a Joomla installation for making a commercial website where you pay for accessing content. I just found out that it is possible to login from two different computers at the same time into ...
1
vote
1answer
94 views
How to confirm the Mobile Numbers of my users?
How can I confirm the Mobile Numbers of my users in order to reduce the number of scammers claiming to be in the US but who are actually in another country?
A free solution would be preferred. I use ...
1
vote
1answer
38 views
Adding a user specific website to a domain
I just got a domain (first time) and set it up with Google Apps.
I was wondering if it was possible to set up personal websites for individual users on the domain using notation such as abc@xyz.com ...
1
vote
3answers
386 views
How do you get a user base like Yelp did?
I am working on a website that will be community driven by user generated content. I need people to write reviews and their experiences in similar way as Yelp.
What's the best way to offer them value ...
1
vote
2answers
90 views
What are some methods to rewards users for participating on your site?
This is not strictly programming related, so I apologize. But I think this fits within the scope of this site.
We have a community site (part forum, part wiki, part knowledge base) where our users ...
1
vote
0answers
44 views
How to populate a social-focused website
I'm about to launch a website (that's almost finished) of classified ads specifically for my country, but I just realized that I don't know how to populate it. There's a recursive element to it: if no ...
0
votes
1answer
37 views
Effects of Active Virus Scanner on WebApp for XS Azure VM
Suppose a public WebApp is hosted on an EXtra Small (XS) Azure Virtual Machine (VM). What benefits and/or performance problems might visitors experience if a Memory-Resident Virus Scanner is run on ...
0
votes
1answer
61 views
force users to activate account before using service?
i am not sure if this is the correct SE site to post this, but ill go on...
So at the moment i force my users to activate their account upon registration if they want to sign in.
I see some decent ...
0
votes
1answer
45 views
Need stats on the effectiveness of user verification systems on fraud, abuse and/or compliance?
Here's an example, although not a good one from Craigslist.
0
votes
0answers
7 views
File delivery through site [closed]
At work we have a simple HTML5 site but recently I have wanted to learn how to add a file delivery solution with username/password access for clients. This is somewhat out of my design area but I ...
0
votes
0answers
41 views
Wordpress html email plugin that doesn't merge with your users? [closed]
I just launched a wordpress site as a redesign of my strictly html site and added my blogger blog to Wordpress to keep it all in one place. I am trying to send an html email from my Wordpress site to ...
0
votes
0answers
12 views
How to get users to commit and collaborate to make a website valuable? [closed]
I own a website that requires a fairly largish amount of users to collaborate and commit occasionally to make the website valuable, so basically, the website can't be any valuable without users ...
0
votes
0answers
36 views
How frequent is user feedback on an onsite poll?
I have a feedback poll on my website, and need to find some sourced data or article which states how frequently users generally give feedback when using online polls that look like this:
For ...
0
votes
0answers
73 views
Self hosted gallery alternative of dphoto
I'm looking for a dphoto alternative that can be self hosted.
Requirements:
Support for multiple users and share groups
Support for os X or mobile platforms plugins
0
votes
0answers
189 views
XAMPP Upgrade - Error #1045 on Creating New User [closed]
I'm having a problem as mentioned in the title heading. I had posted it here:
http://stackoverflow.com/q/7045493/851045
... but I was wondering if any of the webmasters here can help me on this? Tx.
...