|
I want to avoid reinventing the wheel and would like to purchase a good question and answer script/software. Where can I find a good one?
Started by Luke101 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
It shouldn....
Perhaps you could have a look at SOClone or Shapado ( sneak peak of a site on Shapado )
It is possible and it may be good idea to create it on a Content Management System (CMS) such as Drupal .
It's not cheap though.
See www.stackexchange.com.
|
|
How can i draw a box in css? I want a box like the green one used to display the number of answers to a question in stackoverflow?
Started by Gath on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Function; point at the answer box here on SO and rip the HTML and CSS from the Firebug console for "css box"
You can also use the AIS Accessibility Toolbar - http://www.visionaustralia.org.au/ais.
|
|
How can I get my "Best Answer? Percentage up??? I really do answer as best that I can.?
Started by icebrooks@att.net on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at yahoo):
Answer questions that you are good at answering a random answer....
Best of luckyou just need to be best answer thats all...
There are heaps of subjects you can answer browse around you might found some your good at.
|
Ask your Facebook Friends
|
Can you revoke a Best Answer you have given to someone answering your question if you find a better answer?
Started by VinRoo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at yahoo):
Try selecting my answer as top, then choosing someone else's ;) Unfortunately, once you've chosen a Best ....
can go before you chose the answer, although there isn't anything else you can do about it, sorryI don't believe so.
|
|
AFAIK one of the objectives of Stack Overflow is to make sure anyone can come here and find good answers to her Perl related questions. Certainly beginners would ask what is the best online source to learn Perl but others might just want to ask a question...
Started by szabgab on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
When you have....
In cases where an answer has been wrong .
It requires setting up to be present here and answering questions seriously and clearly.
Simple questions can be answered immediately in conversation with other users.
|
|
How can I get my PHP script to only answer requests if the requesting script is on the same domain?
** Edit: The PHP file is being accessed by an ajax request and is proxy, so I don't want others directly requesting it to come up, is this possible?
Started by Kyle on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
To call that script alone; you can make it harder, but you won't be able to prevent it.
|
|
Riddle: Can You Answer Me? (First correct answer gets best answer)? I am older every second
I am seen by anybody that looks
I can walk and talk
What am I???
Started by Isabella Rye on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at yahoo):
Any living thing?.
Ummm...
Source(s): Me.
A human or a parrot or any other animal xD A dog or a human .
|
|
I have a fairly unique situation with Asp.Net. An admin user must create any new user for the web site. Since somebody else is creating the new user, it doesn't make sense to have them create a security question and answer to recover the password for ...
Started by grimus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Putting in a default question so the users can immediately change their password once they get access.
|
|
There is a scenario. There is an ask-and-answer website. An answerer can modify his answer, and the history of modification is saved on the server. Be default, only the latest version of each answer is displayed.
select * from answers where questionid...
Started by Steven on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
SELECT * FROM ( SELECT * FROM `answers b.id IS NULL
Or, if you have a timestamp you can use that..
Query to re-arrange them so the latest answer is on top.
|
|
Is there a way I can trace a DNS request to see where the answer is coming from?
Our network has internal DNS servers that provide internal IP address resolution, and we use EasyDNS to host our public-facing DNS.
The situation is that EasyDNS is set up...
Started by Brent on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Scott's answer, because I'm pretty sure he was right:
Are you using NAT routing? Some NAT routers.
|