Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

111
votes
40answers
14k views

Hidden features of HTML [closed]

HTML being the most widely used language (at least as a markup language) has not gotten its due credit. Considering that it has been around for so many years, things like the FORM / INPUT controls ...
103
votes
16answers
61k views

What is “missing” in the Visual Studio 2008 Express Editions? [closed]

In particular, what functionality is not available? what restrictions are there on its use?
39
votes
74answers
7k views

What's your favourite programming language, and its killer feature?

Each language I've used has had its pros and cons, but some features have really shone through as being indispensible, shining examples of how to design a programming language to make programmers ...
33
votes
23answers
2k views

What features of Perl 6 are you the most excited about? [closed]

Perl 6 has really shaped up in terms of which features we can expect to see implemented in the final language, when it comes. Some of them are already available through Perl 6 modules for Perl 5 from ...
24
votes
17answers
4k views

ASP.NET MVC 3 - What features do you want to see?

I know a bunch of people that are really enjoying the improvements that ASP.NET MVC 2 made over the first release. I have just started to migrate our MVC 1 project over and so far areas has totally ...
24
votes
16answers
2k views

If I were to build a new operating system, what kind of features would it have?

I am toying with the idea of creating an completely new operating system and would like to hear what everyone on this forums take is on that? First is it too late are the big boys so entrenched in ...
22
votes
8answers
47k views

Detecting IE6 using jQuery.support

Anyone have any ideas on how to test for something specific for IE6 (and not IE7) using jquery.support? My problem is that IE6 supports :hover psuedo-class only for anchor elements and IE7 does ...
21
votes
6answers
5k views

Editors with MiniMap like Sublime Text

Are there any other editors other than Sublime Text with the MiniMap feature as seen bellow? The reason why I'm asking this because Sublime Text isn't cheap for a text editor and besides I've tried ...
21
votes
27answers
782 views

How do you find out what users really want?

I've read somewhere (I forget the source, sorry - I think the MS Office developer's blog?), that when you do a survey of users asking them about what features they would like to see in your ...
18
votes
21answers
2k views

Why do you like Python?

I have to make a presentation at work to convince everyone why they should try coding in Python. So, I thought of taking a poll here... What is it about Python (features, etc) over other languages ...
17
votes
16answers
2k views

What can C++ do that is too hard or messy in any other language?

I still feel C++ offers some things that can't be beaten. It's not my intention to start a flame war here, please, if you have strong opinions about not liking C++ don't vent them here. I'm ...
15
votes
46answers
1k views

Which are the SQL improvements you are waiting for?

Dealing with SQL shows us some limitations and gives us an opportunity to imagine what could be. Which improvements to SQL are you waiting for? Which would you put on top of the wish list? I think ...
15
votes
24answers
1k views

Important UI Features That Are Often Left Out

I really want to know if I'm missing anything obvious in the software I'm developing. What User Interface features that you consider important are often missing in most software?
14
votes
8answers
317 views

What does “with” do in JavaScript?

I saw JavaScript code which begins with with. That's a bit confusing. What does it do and how can it be used correctly? with (sObj) return options[selectedIndex].value;
13
votes
3answers
298 views

List of Delphi language features and version in which they were introduced/deprecated

Before I begin, I would like to point out that I have honestly and genuinely searched repeatedly and exhaustively via Google for such a thing, and been unable to find one. I require (for a project ...
13
votes
10answers
2k views

(Emacs (and Vim)) vs JEdit: Which ones support multiple simultaneous text insertion points?

Background: JEdit (and some other text editors as well) support a feature called Multiple simultaneous text insertion points. (at least that's what I'm calling it here). To understand what this ...
13
votes
8answers
1k views

Most Important Features for a CMS

Suppose someone is building you a CMS (Content Management System) from scratch. What are the most important features to include and why?
12
votes
1answer
302 views

Have you ever turned a bug into a feature? [closed]

Possible Duplicate: Has a bug in your software ever turned out to be a feature ? I found myself interested to read this post about an arithmetic bug which accidentally turned into an AI ...
12
votes
5answers
5k views

Deploy jQuery using a SharePoint Feature or physical files?

We are about to undertake a rather large customization of SharePoint and I wanted to get some feedback prior to jumping in with both feet. One of the issues we are kicking the tires on is do we deploy ...
12
votes
11answers
2k views

What are the major differences between databases?

I'm not fanatic on any database but I wish to see differences between vendors. For instance, I use mostly Oracle and I see that others (MySQL, SQL Server, PostgreSQL, ...) cannot do: Connect by ...
11
votes
3answers
583 views

What is a practical usage of Code Contracts in .NET 4.0?

In order to fully understand and take advantage of the new features and enhancements provided with the coming of the new .NET Framework 4.0, I would like to get an example of real-world application of ...
11
votes
2answers
6k views

Eclipse plugins vs features vs dropins

What is the difference between the plugins, features and dropins folder from an eclipse installation? What is the correct use of these folders?
11
votes
19answers
1k views

Which common features of desktop applications do most web applications miss?

Stackoverflow User Luke wrote in this answer: The boundaries between desktop and web applications have really blurred. Whilst once upon a time the nature of developing for the web was ...
11
votes
27answers
2k views

Survey: How do you define the term “bug”? [closed]

We've probably all heard the programming cliché "That's not a bug; that's a feature." I know my question may seem off-topic, but I think it's an interesting question nonetheless. I'm just getting ...
10
votes
27answers
750 views

What features any good application should care about 'By-Design'

I know that the default answer is "it depends", but I want to know the feature list you are working from in developing a good application. I'm particularly interested in features that need to be ...
9
votes
4answers
238 views

How to implement a limited feature rollout (language agnostic) to your users?

I would like to know some common or best practices of rolling out a new website feature to a select group of the userbase. The users could be, for example, based solely on a percentage of your ...
9
votes
9answers
665 views

What features is lisp lacking?

I have read that most languages are becoming more and more like lisp, adopting features that lisp has had for a long time. I was wondering, what are the features, old or new, that lisp does not have? ...
9
votes
4answers
3k views

What is coming in PHP 6?

What is upcoming in the new release of PHP, and why should I care? What problems will these improvements help to solve? Cheers, Edit: After posting the question I have found these links that also ...
8
votes
2answers
652 views

WPF/C#: 'Slide to Unlock' feature from iPhone

I just want to ask for your opinion on how to achieve the 'Slide to Unlock' feature from iPhone using Windows Presentation Foundation. I already came across to this article: iPhone slide to unlock ...
8
votes
3answers
241 views

Detect operating system in Clojure

Is there an equivalent of Common Lisp's *features* in Clojure, so you can detect the OS and other environment configuration? Or do I just go through the Java API for that?
8
votes
3answers
935 views

Correct Git workflow for shared feature branch?

I am trying to figure out the right workflow for this situation: On the shared repo, we have these branches: -master -feature The feature branch is a shared branch, since many developers are ...
8
votes
4answers
659 views

What are the best features of Scala? [closed]

I can say that I really love Scala but now I would like to know the features you cannot live without when working with Scala? What about Scala 2.8?
8
votes
9answers
244 views

Does any version control system have a “persistent local only change” feature?

This question occurred to me whilst playing around with git, but I'll ask the general case... I just thought of a feature which might be nice for version control, but I don't know if it exists or ...
8
votes
16answers
591 views

Overcomplication to use the latest features?

I seem to see a number of people who seem to overcomplicate things both on here and even when I'm coding. I'm wondering if people have a facination with the latest features and attempt to incorporate ...
8
votes
3answers
3k views

How different is CakePHP from Ruby on Rails?

I almost never hear the word CakePHP without hearing the word Rails shortly afterwards. Are these two frameworks mainly similar based on how they adhere to the MVC model or do they have other ...
7
votes
4answers
1k views

How feature 'rich' is the FireMonkey framework

I have typical rich gui fat clients and am considering moving to lighter html displaying clients using embedded chrome, but now FireMonkey looks potentialy interesting too. The 2d/3d transformations ...
7
votes
3answers
226 views

Feature Specification

I am at a starting point of a new project. We brainstormed about what features it should include. We also talked about potential customers, about similar products, which are already out there, about ...
7
votes
2answers
121 views

What is the “best practice” to remove support for a feature?

I have a library that deals with several message formats. Each of these formats is closely related, they're a common base XML then each has some additional constraints or extra data on top of it. One ...
7
votes
3answers
2k views

Column-based query accelerator in SQL Server 2012

I have been researching, SQL Server 2012 (aka Denali) and Microsoft has a pre-release available. The pre-release is located here with some information on key features. As I have downloaded the ...
7
votes
7answers
831 views

Hidden Features of Visual Studio winforms designer

One of the most loved and hated feautures of visual studio must be the form designer. Creating a simple form/user control layout usually is a breeze. Setting properties and adding events is easy. ...
7
votes
9answers
602 views

C/C++ usage of special CPU features

I am curious, do new compilers use some extra features built into new CPUs such as MMX SSE,3DNow! and so? I mean, in original 8086 there was even no FPU, so compiler that old cannot even use it, ...
7
votes
1answer
2k views

What is the difference between plug-in, feature and product in eclipse rcp

What are the difference, what get's used for which purpose?
7
votes
1answer
8k views

How to use conditions in features in WiX?

I am trying to make simple windows intaller and I don't know how to deal with this. I have two features - feature1 and feature2. I want feature2 to be installed only if the user selected feature1 to ...
7
votes
8answers
541 views

Implementing features vs. bug fixing

I am interested in how much of your daily work time do you spend on implementing new features compared to fixing bugs.
7
votes
3answers
512 views

What's Python good practice for importing and offering optional features?

I'm writing a piece of software over on github. It's basically a tray icon with some extra features. I want to provide a working piece of code without actually having to make the user install what are ...
7
votes
11answers
2k views

Should I heed Derek Sivers' warnings about migrating from PHP to Rails?

As you probably know, Derek Sivers is the guy who created CD Baby and eventually sold it for some big bucks. He wrote it in PHP originally and then down the road set about rewriting it in Rails. His ...
7
votes
4answers
31k views

Where did Open Table go in SQL Server 2008?

As of SQL Server 2005, you used to be able to open a flat file in SQL Management Studio off the right click menu for any database table. Once opened, you could add or update records right there in the ...
6
votes
1answer
160 views

Which packages/classes/methods/features will be removed after Scala 2.9?

I wonder if there is an overview somewhere, listing all the things scheduled for removal - not only the obvious things like case class inheritance - but also all the smaller places, were ...
6
votes
6answers
343 views

What qualifies as maintenance vs. adding new features?

Where should the line be drawn between maintenance and new features? The Oxford English Dictionary defines maintenance as: (7.a) The action of keeping something in working order, in repair, etc.; ...
6
votes
4answers
876 views

What will be the new features available in ASP.Net 4.0?

What will be the new features available in ASP.Net 4.0?

1 2 3 4 5 8