Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

492
votes
126answers
31k views

Significant new inventions in computing since 1980 [closed]

This question arose from comments about different kinds of progress in computing over the last 50 years or so. I was asked by some of the other participants to raise it as a question to the whole ...
61
votes
136answers
9k views

What technologies are you using even though they are embarassingly out of date? [closed]

What old technology that should have been replaced long ago do you still use regularly, and why?
53
votes
40answers
2k views

Have you ever burned your hands by some new and immature technology?

I often hear people saying you shouldn't rush into adopting new technologies until they have become stable, tried and tested. There is even a joke on how it takes 3 versions to get it right. This ...
30
votes
13answers
983 views

How can one prevent oneself from being a greedy programmer? [closed]

I confess, I'm a greedy programmer. I'm easily excited by various languages/technologies/platforms, and then I want to learn and master them all. Well, it seems to be a good habit, but no one can ...
24
votes
10answers
3k views

Do you use AOP (Aspect Oriented Programming) in production software?

AOP is an interesting programming paradigm in my opinion. However, there haven't been discussions about it yet here on stackoverflow (at least I couldn't find them). What do you think about it in ...
21
votes
24answers
3k views

Choosing a technology stack for a small 'budget conscious' business

This is tangentially related to my previous question regarding using a "fringe" technology. I am the "IT Manager" (read: sole IT person) for a tiny company with 5 other employees including the ...
18
votes
3answers
7k views

How to implement search features in ASP.NET MVC applications

I can imagine many ways of implemeting search features in an ASP.NET MVC application but since I can't find much documentation I was wondering if you have any common pattern, technology or common ...
16
votes
15answers
10k views

How does Google Maps work?

What is the name of the technology behind Google Maps which allows the server to send only the part of the map requested from the user to enhance the performance, and is there any library to handle ...
15
votes
8answers
356 views

Choose 'better' or more familiar technologies for a new project?

I am looking to start work on a brand-new project, something I've been thinking about for a while as my first independent sellable project. It's broadly speaking a web-based service application, and ...
15
votes
12answers
920 views

what fields are the c and c++ jobs in now days?

I been programming in c++ for over 10 years now, it is my favorite programming language. I'm just a bit concerned that it's popularity is fading away, atleast in windows application development, ...
11
votes
8answers
613 views

Good programming/math literature

I recently read The Numerati by Stephen Baker. It is an AMAZING book which really opens your eyes to all the possibilities of new emerging technology. I was wondering if anyone (preferably who has ...
10
votes
5answers
1k views

Winforms vs WPF

I am a student and I do freelance here and there when I have opportunity. I believe my strongest language is C#. I don't really know what is going on in real programming world, so I was wondering if ...
9
votes
10answers
3k views

Programming / Tech Documentaries [closed]

Aside from Startup.com, are there any (relatively recent) good documentaries of a tech nature, such as about programming, tech start-ups, notable people in the industry, etc.
8
votes
2answers
344 views

What is the problem with ODBC as a technology?

Recently Zed Shaw (a programmer who blogs) mentioned that ODBC references should be removed from the popular python book Dive into Python. I have never worked with ODBC and I just wanted to understand ...
8
votes
4answers
183 views

Techniques for keeping your projects on the latest version

I'm working on a new project and we're using a pretty nice stack. NHibernate, Spring, MVC... the list goes on. One thing I've noticed tho is that in the 6 months since we've started we've had a new ...
7
votes
11answers
634 views

So, if CAPTCHA's on the way out, what comes next?

With text-recognition improving and CAPTCHA-breakers using Mechanical Turks to break otherwise unbreakable keys, what's the next technology to keep scripts from spam-botting a site that relies on user ...
7
votes
9answers
640 views

What's your way to stay up to date and learn new technologies?

I was wrapping my head around C# lambda expressions yesterday and a question popped up. What's your way to Stay informed of new things in the market / new features in, say, .NET Framework etc? ...
6
votes
13answers
856 views

What programming niche/technologies would you recommend for an aging programmer?

I have a friend who is in his late forties, and for reasons we won't go into here, never really developed his career. He learned basic programming skills in .NET a few years ago, and got a job with ...
5
votes
4answers
257 views

How much coding does developer needs to know? [closed]

I have been working in web-development industry for over 7 years as a designer, tester, project manager, developer (in order of experience). I already have a degree in linguistics, but now I am going ...
5
votes
13answers
609 views

What's going to replace HTML & CSS & JS? [closed]

HTML and CSS are showing their age. SASS generates CSS (because CSS isn't clean enough). Graphic Designers don't work in HTML, they work in graphics tools then have to translate it to HTML/CSS. ...
5
votes
7answers
2k views

Would you use the S#arp Architecture in a new commercial project?

The S#arp Architecture seems really cool, but do you think it's still too new to make the commitment to it in an important new project? (Let's assume the project appears to be a good fit for it at ...
4
votes
6answers
1k views

What front-end and back-end technologies do Google and Facebook use?

What technologies do Google and Facebook use for their back-end and front-end? What are their database technologies, and languages they use to process the back-end data.
4
votes
1answer
899 views

c# Tree/MindMap GUI

i am trying to research some gui technology for c# where i can display a tree view (opposed to the standard one provided.) Essentially i want to have the gui draw a tree of data (as if you were going ...
4
votes
6answers
283 views

Bleeding edge vs field tested technology. How will you strike a balance

I have been pondering about this for some time. How do you pick a technology ( am not talking about Java vs .Net vs PHP) when you are planning for a new project /maintaining an existing project in an ...
4
votes
5answers
172 views

What is the fastest, most efficient way to get up to speed on a new technology?

My current job involves working with a huge number of technologies, most of which are very niche and unheard of. In some cases I have to write something about the technology, or with the technology, ...
4
votes
13answers
326 views

Alternatives to HTML for website creation?

It seems the most common aproach to web design is to use HTML/XHTML & CSS in conjunction with other technologies or languages like Javascript or PHP. On a theoretical level, I'm interested to ...
4
votes
7answers
185 views

Issues to consider when choosing data access technologies?

There were times when we had to choose between 2 or 3 technologies/strategies to develop modules. Now for every small or large component/module/project, we have almost uncountable options. It might ...
4
votes
14answers
389 views

What technology would you master?

I'm at a cross-roads in my professional life. I've dabbled in various languages/technologies (LAMP, iPhone apps, c++) and programming activities (contests, writing C# code as a "tool developer" for a ...
4
votes
8answers
199 views

Should we be focused on one technology stack or work with multiple “competing” technologies?

Lately I've been hearing many ideas that a good developer should venture into multiple technologies to keep being of value on the currently bad looking job market. Although I in general agree to that ...
4
votes
7answers
881 views

Which Reporting technology?

Which reporting technology would fit for the best situation/type of product? I am now thinking of 3 technologies: Embedded Reports (Crystal Reports;MS Reporting services) Server reports (MS ...
3
votes
1answer
2k views

How to create 3D streoscopic images using MATLAB with image tool?

How do I create a 3D stereoscopic image from a 2D image using MATLAB?
3
votes
5answers
2k views

Android with E-Ink display

I'm interested in using Android for a E-Ink based platform. I know it has been demonstrated once by MOTO, but I'm interested in using it for a commercial grade product and not 'just' a technology ...
3
votes
8answers
662 views

Knowledge and Skills in CVs

I'm job hunting and have been tayloring my CV for individual jobs however it tends to follow the following theme for my skills and knowledge: Commercial experience with Relational Database ...
3
votes
4answers
111 views

clients' technology expectations - should I discuss or take them as it is?

// Don't know if it sould be community-wiki, it's for a proffessional advice, although can be subjective depending on various experience. Recently I had opportunities to get some casual freelance ...
3
votes
8answers
498 views

When is it appropriate to use AJAX?

When is it appropriate to use AJAX? what are the pros and cons of using AJAX? In response to my last question: some people seemed very adamant that I should only use AJAX if the situation was ...
3
votes
20answers
490 views

Technology changes that you'd never want to reverse

Have there been any (programming!) technology changes that you've made (platform, language, version) that you never, ever want to have to reverse? What is the main reason why you would not want to go ...
2
votes
1answer
228 views

Load Testing for Django Application

I have been looking for a tool to load test my django application. I was wondering if there is go to one for django web applications. I am required to login and place various requests to the site as ...
2
votes
4answers
389 views

Complex data-driven web application in Java - Decision on technologies

Dear Stack Overflow Community, I am a Java programmer in front of a task of building a complex, data-driven, web application (SaaS) and I'm searching for technologies to use. I have already made some ...
2
votes
3answers
593 views

Where do Google Maps/Bing Maps get their satellite imagery from?

1.i just wanted to know that from where google and bing got the complete earth images or satellite imaginary? 2.is it possible to get data like that for a individual person? i found a question ...
2
votes
2answers
210 views

PHP developer looking for solutions equivalent to j2ee architecture

I am a PHP developer, I read about J2EE technologies and I want to implement such technologies( n-tier, EJB, JPA...) with PHP and all what coming with ( MySQL, Apache..).
2
votes
4answers
105 views

Languages/Technologies advice

a bit of advice required here :). I recently graduated(Computer Science), and need to decide a path to take programming/technology wise. I have knowledge of Java, C, SQL most of it is university ...
2
votes
4answers
238 views

A lost programmer seeking for advices

I'm a programmer with high knowledge of Delphi and Borland's tools. I'm currently in a turn over learning C# and .NET. I'm planning a total rewrite of my commercialized application. With all thoses ...
2
votes
5answers
225 views

What technologies to use for starting up a new project? (Technology Prespective)

Today I had a nice opportunity from my manager to propose new technologies to start up a new project. Here we used to use ASP.NET and SQL mainly. I really wanna propose using ASP.NET MVC and LINQ To ...
2
votes
3answers
360 views

What's the simplest, most concise web technology to build an app with on Google App Engine?

Now that Java has allowed multiple additional languages to run on top of Google App Engine, which of the newly available languages would allow an app to be developed the most simply and concisely? ...
2
votes
3answers
182 views

How do you decide between different emerging technologies?

I'm facing developing a new web app in the future and I'm wondering how to decide what framework to use. I've settled on Python as my language of choice. But there are still may frameworks to choose ...
2
votes
8answers
509 views

Doomed technologies? [closed]

What technologies/languages/applications do you think have hit their peak on Windows platforms, those that are or should be slated for obsolescence? My votes, might be wishful thinking in some ...
2
votes
12answers
321 views

What insanely great new tools and technologies did I miss in 2008?

I spent most of 2008 staring at Visual Studio, MSSQL, FlexBuilder, and PHP. What new hotness did I miss?
2
votes
4answers
249 views

What to do if there are two programmers that have different preferences for a programming language

I am hired in one of the electricity providers in our country and will start next month. There are three existing programmers, and each of them are assigned in the different departments. They do have ...
2
votes
2answers
451 views

What technology(ies) and language(s) is Microsoft Navison implemented with/in?

Navision is also known as Microsoft Dynamics NAV.
1
vote
1answer
67 views

Which Technology Stack should I use: WPF, Silverlight 5, or Web Application

I've got a project coming down the line, and I've been tasked to do a little R&D to figure out which technology is the best fit. Here's a little background on the app in its current state: Web ...

1 2 3