faq

What is your tool for version control (FAQ)

Hi all, This is a placeholder to version control system overview. What i want to do here is : 1) List all tools used in the industry.(please provide a link to the tool discussed). 2) Gather ppl opinion on each tool.(Please back up your opinion with facts i.e provide advantages and disadvantages) Cross Links: What is your bug/task tr...

What is your bug/task tracking tool?

This is a placeholder for overviews of bug/task tracking systems. What i want to do here is: List all tools used in the industry (please provide a link to the tool discussed) Gather opinions on each tool (please back up your opinion with facts i.e provide advantages and disadvantages) Please put each tool in separate answer and ...

Is there an open source asp.net FAQ software package

My wishlist: > ASP.NET 2.0 SQL Server Open Source Ability to use Windows Authentication It seems there are two commercial players in the market that I can find and no open source ones. Am I missing one? ...

Semantic HTML markup for FAQs

I want to build a questions and answers page. It is not a list, it is not tabular data and I am not sure if or how I should use <dl><dt><dd>. What is the best semantic way to build it and to format it with css? ...

Q&A style plugin for vBulletin

I'm in the admin team of a large vBulletin forum and I have recently fallen in love with SO. I think that a Q&A style section would be great for the forum and was wondering if anyone knows about a module/hack that can achieve this. ...

jQuery nextAll -- Click on h-element toggles all p-elements until next h

Hi, i'm creating an FAQ page where the answer is toggled by clicking on the question. The question is h3 and the answer is several "p" elements. Like this: <h3>The First Question</h3> <p>Answer Paragraph</p> <p>Answer Paragraph</p> <p>Answer Paragraph</p> <h3>The Second Question</h3> <p>Answer Paragraph</p> <p>Answer Paragraph</p> Ho...

Anyone know of good knowledgebase/faq software for asp.net c#?

I am looking for knowledgebase/faq software with a developer license that is written in c#. I have found a couple of good options for VB but would prefer C#. ...

Java FAQ equivalent of C++ FAQ lite?

Is there any Java FAQ equivalent of the Parashift C++ FAQ lite ? (Books like Effective Java are handy to have around, but I'm looking for a comprehensive online (advanced) Java FAQ that I could use) ...

Why does ActivePython exist?

What's ActivePython actually about? From what I've read it's just standard Python with openssl and pyWin32 (on Win). No big deal I guess, I could install them in matter of minutes, and most people don't need them anyway. All other mentioned libraries (zlib, bzip2, sqlite3, Tkinter, ElementTree, ctypes, multiprocessing) are part of core...

Software to create a knowledge base/FAQ system

Our company is looking to build a web-based knowledge base system that can be used by our clients/end users to reduce the amount of support calls. Couple important notes: This is aimed at our end users, in other words, non-techies. So the UI has to be easy to use Should have the excellent (fast, accurate) search Should have ability t...

What is the best online help system you’ve seen?

A lot of areas of web development have good resources on best practices. One area that doesn't seem to have a standard is the way "help" is offered. So I'd like to compile a list of sites that have really good online help systems. I'd like to see sites that have a good FAQ section, getting started guide, a searchable knowledge base, sear...

What is a good software package to create a FAQ site?

I am looking for a faq software package that would allow me to create a Q&A site. I looked at some of the similar questions but I didn't find anything suitable. Does anyone have any suggestions? My wishlist: Prefer a non-wiki solution Windows/.NET solution would be ideal but not required Doesn't matter if solution is commercial/open ...

floor of double(time_t)

I cannot understand why this throws undefined reference to `floor'": double curr_time = (double)time(NULL); return floor(curr_time); Hasn't it been casted to double, which is what floor receives? ...

Random numbers in C

srand(time(NULL)); for(i = 0; i < n; i++){ for(j = 0; j < (n-1); j++){ a[i][j] = rand(); } } I try to generate random numbers, but they are the same... What should i do? Array declaration: int** a; int i; printf("Enter array size: "); scanf("%d", &n); a = (int**)calloc(n, sizeof(...

How does a Perl program know where to find the file containing Perl module it uses?

If my Perl program uses Perl modules, how will it determine where to find the file containing the module code? For example, if the program contains: use MyModule1; # Example 1 use This::Here::MyModule2; # Example 2 where will it look? ...

How is Perl's @INC constructed? (aka What are all the ways of affecting where Perl modules are searched for?)

What are all the ways of affecting where Perl modules are searched for? or, How is Perl's @INC constructed? As we know, Perl uses @INC array containing directory names to determine where to search for Perl module files. There does not seem to be a comprehensive "@INC" FAQ-type post on StackOverflow, so this question is intended as on...

Secure, simple php faq creating/editing script to base further development off of?

I'm looking to build a simple site centered around a simple faq system in php. The faq concept is simple, but I want to have an administrative-access backend for editing and creating the entries, and securing a login seems more complex and time-consuming, so I'm looking for suggestions for code to start me off. Does anyone know of any ...

How do I Transport SAP Standard Texts?

SAP Standard text is not automatically added to a transport request. What do I have to do to add it? ...

iPhone Landscape FAQ and Solutions

There has been a lot of confusion and a set of corresponding set of questions here on SO how iPhone applications with proper handling for Landscape/Portrait mode autorotation can be implemented. It is especially difficult to implement such an application when starting in landscape mode is desired. The most common observed effect are scra...

User friendly Knowledge Base platform?

I run an e-commerce website, they get tons of emails and phone calls about the same questions over and over. I want to offer visitors possible answers to their question before they can submit an email to the customer service team. I've seen websites that had really cool and powerful simple interfaces that just let the user ask a questi...