Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
3answers
4k views

What does WISC (stack) mean?

LAMP is a well-known acronym for the software/technology bundle/stack representing Linux, Apache, MySQL, PHP. There are a few passing references on the Web that use the acronym WISC to speak of the ...
9
votes
9answers
1k views

What technology stack would you use for starting a new .NET web project?

I'm about to start building a new web project based on the .NET technology stack. What I want is to somehow avoid the "default" way of building ASP.NET web apps using webforms and stuff. So, the ...
4
votes
6answers
343 views

What is your technology stack for developing in C++?

What is your technology stack for developing C++ applications? I'm trying to decide on one. So far this is what I have in my list: Boost Boost::Unit Testing googlemock log4cpp doxygen ant hg
4
votes
6answers
2k views

How do you tell what framework/language a web site is using?

Duplicate: Is there a generic way to see what is a website running on ? Thanks for all the answer everyone, please supply additional answers at the above question if you feel something is ...
4
votes
13answers
541 views

Sorting out religious differences between developers in a team (Java vs. .NET)

I observe a phenomenon that looks like religion to me, only in a development team. Here is an example situation: We are three people working on a small project. The project will involve a public web ...
4
votes
7answers
726 views

How important is it to choose and stick to a technology stack?

What I mean by that is saying "I'm going to use the Microsoft stack" and then sticking to IIS/MSSQL/ASP.NET/Silverlight. Now, it might not be the Microsoft technology stack. It could be a ...
2
votes
2answers
231 views

Technology Stack for a web site/application that can be considered an industry standard / good practice

I would like to understand the unwritten / defacto industry standards these days for new web applications, this may be a very argumentative (and common) question, but it may have very clear answers ...
2
votes
2answers
106 views

What development technologies or technology stack is typically used in the security industry?

In this case security means building security (access control, alarm systems, etc). And I am not talking about working directly with the hardware, more focused on web based applications/api's that ...
1
vote
1answer
44 views

How do you decide to change technology stacks?

A two part question. We have an XSLT/VB.NET(2.0)/ADO.NET/SQL Server technology stack for our current web application. As the development team lead I've had my eye on an moving to an ASP.NET ...
1
vote
1answer
89 views

What is the recommended technologies stack for web-development with GAE/J?

What is the preferred way to store data and to build data access layer? JPA or JDO? Can I work directly with Datastore without any intermediate technology (like datastore.put(kind, key, entity))? Can ...
1
vote
2answers
120 views

Exhaustive (or even just large) list of languages/stacks used for popular sites?

As a result of a conversation with a colleague today, I've been searching (unsuccessfully) for a large'ish list of what technology stacks are being used popular websites and standalone applications ...
1
vote
5answers
323 views

Dying tools for website development

Website development is expanding in complexity, popularity and in the amount of tools available to use for development. Magazines, forums and such are now and then asking this same question, but not ...
1
vote
3answers
2k views

Does anyone know what Cooliris was developed in?

I'm not sure if you have heard about this cool 3d wall application called CoolIris? It features some very smooth rendering and is quite slick. Does anyone know what this was written in? Java?
1
vote
10answers
852 views

Should I choose .NET 3.5 or .NET 2.0 for a new application for my cheapskate company?

Normally this would be an easy decision (the answer being "of course"). However, my job does not have its own copy of Visual Studio, and anything I develop will be done on my personal laptop that has ...
0
votes
0answers
17 views

Spring Board Application

I was wondering if somebody could please explain to me how thee Spring Board Application works? I am a new programmer and I came across this and I am not exactly sure what it is or how to implement it ...
0
votes
3answers
115 views

PHP or Java for webapp development? [closed]

What technology (Java or PHP) best fit the following context: startup, whose employees have to be formed to the technologies (language, frameworks...). They will however have minimum programming ...
0
votes
1answer
82 views

Why was ASP.NET chosen for Stack Overflow? (How to choose your technology stack?) [closed]

Recently I've been in situations where I was responsible to pick the technology stack. I look at current needs, possible future needs and flexibility. Also consider other factors like team's ...
0
votes
1answer
98 views

Analysis of web technology stacks [closed]

I am new to web development. I know people prefer and use different technology stacks. Like ruby of rails, ASP.NET, LAMP. Also people argue relational (MySQL) vs. non (MongoDB). This question is not ...
0
votes
0answers
69 views

Choosing technology stack for social rating system

I'm developing games for social networks. Many games has some kind of rating system, usually it shows player rating among his friends and his overall perfomance. The requirments are pretty ...
0
votes
1answer
154 views

What technologies are used to build Yahoo sites?

Is it all javascript client side and server side? I know they use a lot of YUI but is that what powers their front end? What about the back-end?
-1
votes
6answers
540 views

Project based on J2EE

Would you start J2EE project nowadays if you have other alternatives? UPDATE: I think little clarification is needed: Is it worth investing in J2EE if practically everything it claims to offer can be ...
-2
votes
3answers
54 views

Do you always use the same technologies/frameworks?

When given a new task/challenge/application to build, do you always use the same framework, for example spring / struts? Or do you try something new that you haven't used before, such as GWT? What ...