Don't know where to ask your question on the Stack Exchange Network? Let's find out where it could land. Do give an example.

learn more… | top users | synonyms

0
votes
1answer
95 views

Very broad question, matches something?

I have a quite broad question that I don't know where I should ask. I'll try to explain from a very general perspective: I want to put text into some structure (like json) and generate from that ...
7
votes
2answers
232 views

Is there a Stack Exchange for Joomla?

Stack Overflow is really great, but is there a place where I can find all Joomla-related questions like Drupal or WordPress have?
6
votes
1answer
90 views

Are some data modeling questions off topic in SO?

After a data modeling question got migrated to DBA, I spend a little time in DBA's meta looking into what the DBA community thought about the boundary between SO and DBA, especially where data ...
0
votes
0answers
53 views

Where to ask question re. documenting that a website is down? [closed]

I am not sure if or where this type of question might fit into the SE fora. I need to submit materials for a client to a US government website that has been down for the past three days. I followed ...
2
votes
1answer
61 views

Where would be the appropriate place to ask a legal question about email/spam laws?

I have a question pertaining to the legal requirements of an "Unsubscribe" link in automated emails, for an automated email system I'm building. I'm pretty sure this is not fit for SO, and also iffy ...
1
vote
2answers
68 views

Where to go to have code reviewed? [duplicate]

Several times I've finished a project, and always thought it would be helpful to have more experienced people look at my code. Quite obviously this does not fit the Stack Overflow Q&A format. What ...
1
vote
0answers
99 views

What is the scope of questions regarding theoretical computer science rather than practical problems?

I have faced/seen closed questions (very recent example here) whenever the question relates to something other than very specific programming errors, installation, some data-structure, algorithm or ...
3
votes
2answers
122 views

Is the following question acceptable for Stack Overflow?

I would like to ask the following question on Stack Overflow but wanted to know if it's appropriate for this site or another: I currently have WAMP installed on my Windows 7 machine and ActivePerl ...
2
votes
1answer
41 views

Where should I post a question regarding the “whois” and “dnslookup” utilities?

I have a question regarding the whois and dnslookup utilities and how to interpret their output. Where should I post my question please?
-3
votes
2answers
67 views

Where is the Proper place to ask Job Questions on SO

Considering an internal offer to change focus from Java to Groovy. Would this be a good move? Where would I ask a question like that?
2
votes
1answer
91 views

Which SE site should I address for inter-language translation questions?

Is seems very common task nowadays to translate some texts (technical, fiction, and others) from English to other languages and vice versa. I looked at the list of current SE sites including Area 51, ...
0
votes
1answer
34 views

Which Stack Exchange for publications searching related questions (specifically Google Scholar)?

Which would be the right Stack Exchange to post a question about searching for publications (more specifically about Google Scholar)?
3
votes
2answers
64 views

Where do I post my project source code for review by other developers? [duplicate]

Where can I post source codes of a project of mine, which I currently develop and which will be an OpenSource project?
6
votes
2answers
135 views

Where can I ask questions related to Yoga and Exercise?

I want to ask questions related to Yoga and Morning exercises. Which website would be better for it?
3
votes
2answers
61 views

Where can I ask question related to NASA/Kepler projects?

I am planning to do a data mining project on Kepler dataset but I am not sure whom to seek advice from. Could you please let me know if there is a NASA Stack Exchange or similar site?
1
vote
1answer
52 views

Is it OK if I ask about GPU architecture?

I was wondering, there are some parts in a GPU which are unknown to me such as LD/ST and SFU and I wanted to ask somewhere. Is it ok if I ask it on Stack Overflow? Or should I bring it to somewhere ...
3
votes
1answer
60 views

When does a problem constitute a code review?

I am wondering if my question about Clojure sequences could be considered an SO question instead, or if this is more a CodeReview question.
6
votes
3answers
80 views

Best SE site to ask library related questions?

Couple of days ago I asked the following question: Language-Integrated Query (LINQ) for Java. IMHO the question was related to programming and it was practical and answerable; that's why I decided to ...
2
votes
1answer
86 views

Where should I ask a forum type question?

Now and then I have a forum type questions about PHP and it's features that I would like to discuss about. Is there a place in the Stack Exchange network, where I can ask those type of questions?
2
votes
1answer
90 views

Which site deals with career development questions for programmers?

Is there any site in the network where career development questions about the programming profession can be asked ? I thought Programmer's was the site for it, but that doesn't appear to be the case. ...
2
votes
1answer
36 views

Where can I post a configuration question?

One of my question was closed as being a configuration question and not a programming one: Why do I get a WAMP homepage when clicking on specific website's URL on LocalHost? On which forum should ...
2
votes
1answer
68 views

Can I ask people to improve my program?

I wrote a program that lets you assign stat points to five different stats. However, it uses some fairly complex if–else statements, six different goto statements, and a ton of string variables. I ...
2
votes
2answers
57 views

Where should I ask?

Where should I ask questions on programs on C/C++, in which I am facing some problems on Loop oriented programs. :/
1
vote
2answers
84 views

What is the best Stack Exchange site where business related questions can be asked?

I want to ask a question about small-scale enterprises. What is the best site that can be asked on?
8
votes
1answer
109 views

Where are general questions about Myspace appropriate?

I asked this question ( New myspace: do you have to be member to view other's profile? ) on the Music Stack Exchange, but I feel it's not the right place. Would this question fit Stack Overflow? ...
0
votes
1answer
189 views

Site advice: Issue with Ubuntu: “fatal server error, no screens found”

Can anyone please advise on which stack website I should post this question? I have an issue with my linux box: the X server won't start and gives me the following error: fatal server error, no ...
3
votes
1answer
51 views

On which site are LilyPond questions on-topic?

LilyPond is a music typesetting system and markup language. The internal parts are written in lisp and the user interface is influenced by the TeX syntax. So, are questions about this system on-topic ...
0
votes
2answers
68 views

Where could I ask for the best place(s) to share some film's subtitle I made?

I know SE isn't usually the best place to ask such (as I think I understood) but still … I already have found some resources to do that but, I feel like that performing a search (on Google or what ...
4
votes
1answer
67 views

Where to ask where?

Where should we ask where to ask some other questions, when we don't know where to ask them and/or the best place(s) to ask them. Is there any generic place where we can ask for advice? Is it here? ...
-14
votes
2answers
117 views

Is there an appropriate SE site for soliciting things like testing webpages on different devices? [closed]

I am making a video player and have very limited access to mobile devices for testing functionality. I would like to be able to post a link and ask people to test on particular devices and upload ...
3
votes
1answer
64 views

Best place to ask a high-level question about how to implement a reporting platform against large data?

I think this might be a good question for stack overflow, but it's not a question about my code, or how to code a certain thing. Where should I ask this question? We currently have a ...
2
votes
1answer
51 views

Where should I ask the question about licensing?

So, I recently asked this question on Stack Overflow and got a closed question and a downvote without comments, even though I asked where should I then ask this question. So, I'm asking here - where ...
1
vote
1answer
101 views

Best place to ask science related question

Is there any place on Stack Exchange to ask science related questions , like E = MC2, what does it really mean? or We know that oxygen is needed for various life forms; why are other ...
2
votes
1answer
55 views

Where to ask question on notebook configuration?

I am about to buy a new notebook and would like to get some opinions on the configuration I have chosen. Is there a dedicated place to do this in the stack exchange network?
1
vote
0answers
36 views

Where can I post Gadget related issues?

I want to ask a question for comparing Iphone and Android where can I post questions related to that? I have tried to search on Area51 site a proposal related to a gadget related site but the ...
5
votes
2answers
145 views

Questions on UML and other modeling languages

What is the best place on Stack Exchange to ask specific questions about the proper use of notations used in UML and other modeling languages? This question might seem like a possible duplicate of ...
0
votes
0answers
21 views

Which Stack Exchange site is best suited for questions regarding sound theory?

Where would be the proper stack exchange website to ask questions regarding sound theory ranging from the human ear and how it processes sound waves, to the equipment and mathematics behind them, all ...
6
votes
1answer
88 views

about “Question will likely solicit debate, arguments, polling, or extended discussion”

I often run into problems where I am trying to decide which pattern to use in particular scenario, where to strike balance between good design and over-engineering, etc. Those questions are almost ...
2
votes
2answers
42 views

Do any Stack Exchange sites deal with time-management questions?

Are there any sites on the Stack Exchange Network where questions about time management are considered relevant? (I'm referring to time management in the general sense of the term: keeping track of ...
2
votes
1answer
75 views

Where can I ask about Software Licenses/Licensing?

Is it appropriate to ask questions about software licenses/licensing on StackOverflow? or the appropriate place is Programmers.SE? or there is no appropriate site currently and we should suggest such ...
0
votes
0answers
124 views

Where can I ask questions about TVs?

I have this question: I have a LG 42LM3410. The TV has an inbuilt USB2.0 port for playing media files (videos, audios and photos) on the go. The TV supports limited type files (I don't know full ...
1
vote
0answers
62 views

marketing…is there a site for it?

Feel free to close, however the exact duplicate of this question might be outdated so I'm asking again. Where can I ask questions about marketing on Stack Exchange? If no-where which is the ...
-2
votes
1answer
106 views

On which site should I ask for opinions about using var in C#?

I have a question, but not sure if it should be asked at Stack Overflow, here in Meta or in Programmers. It is potentially a discussion, but I'm after opinions. The question is along the lines of ...
2
votes
1answer
153 views

Where should I ask my question?

I asked the following question on Stack Overflow, but it was closed: Is there a metric for visits? Where would this question be appropriate and could I get it answered? It is not a programming ...
5
votes
1answer
71 views

Where should I post questions about algorithms: Stack Overflow or Programmers SE? [duplicate]

Possible Duplicate: Which computer science / programming Stack Exchange do I post in? I'm taking Algorithms this term and I wanted to know where I should post questions about material in ...
3
votes
1answer
55 views

On which Stack Exchange site should I ask question about DNS?

I have questions about setting up DNS and redirection from subdomain DNS to specific server, with browser keeping my existing site?
3
votes
0answers
75 views

Is there a section for software issues?

I'm wondering if there is a section for software issues where others will help you set up software correctly? For instance, I recently installed a piece of software called rebox.NET (it is freeware ...
3
votes
0answers
66 views

Where can I ask for software suggestions? [duplicate]

Possible Duplicate: What Stack Exchange site would address software suggestion questions? Is there a Stack Exchange site where I can ask for software suggestions?
3
votes
2answers
127 views

Where to ask question on Android image processing?

I need to calculate where to crop a camera preview in real-time on Android. What Stack Exchange site is right for that question? EDIT: It doesn't specifically have to be Android. I'm more interested ...
2
votes
1answer
36 views

Where is the best place to ask about kde pim scripts

I'm working on a bare bones bash/yad script to pop up an info box when a KDE korganizer event reminder is triggered. I'm looking for help on how to code the message text to get colors, etc. (HTML ...

1 2 3 4 5 10