4
votes
11answers
191 views
Should you include a much-requested feature that is fundamentally wrong? [closed]
In our main product, we've got a feature request that's been around for a couple of years now that's been requested quite a few times. It's technically easy to implement, the problem is that it will …
0
votes
0answers
22 views
what technical specifications should I take into account for a network of 20 computers? [closed]
I need to know that electrical characteristics are necessary for a network of 20 computers.
40
votes
35answers
4k views
Hidden Features of HTML
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 …
1
vote
1answer
25 views
Adding a Column to a Generic List INstance during feature provisioning.
I'm trying to create a solution package for a set of features within a SharePoint site. I want to create an instance of a generic list (using ListInstance in the element manifest) and add an …
-1
votes
14answers
161 views
Top 5 things an IDE must do? [closed]
Yes, an IDE can do everything for you. But no single IDE satisfies everyone, and each IDE excels at different things. Makes it hard for someone like me who would like to encourage standardization at …
7
votes
9answers
146 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 …
2
votes
7answers
230 views
Favourite Features of VS 2010
With the general public release of Visual Studio 2010 Beta 2 today, this latest version has created a lot of hype and interest.
Indeed, the opinion I've gauged is that VS 2010 has resolved a great …
18
votes
22answers
999 views
What features of Perl 6 are you the most excited about?
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 …
0
votes
3answers
39 views
Text editor with function calls references
In the DOS era I used a text editor (forgot the name) which had a outstanding feature.
Whenever i was over a function call, hitting a key combination it took me to the function definition. Also, when …
0
votes
2answers
87 views
Has a bug in your software ever turned out to be a feature ?
Has this ever happened to you? What was the bug or situation which was ended up becoming a feature? What was your experience with this?
2
votes
1answer
143 views
SharePoint Custom Action on Site Settings Page
I have a Custom Action on the Site Settings page of my SharePoint site that appears in the UsersAndPermissions list. It is created using a feature, this is the elements.xml file for the feature:
…
6
votes
52answers
2k 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 …
-1
votes
2answers
32 views
What features should a robust, scalable, … and expandable PHP Framework be composed of?
What are the features (e.g. cookie, session, template, database handling) should a ...
robust
scalable
flexible
OOP-compatible
MVC
expandable
... PHP Framework be composed of? and what other …
14
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 …
0
votes
1answer
58 views
Deploy 3 ContentTypes using 1 Feature - Only 2 gets deployed.
Hello.
I have a feature which has following manifest file that defines multiple content types:
<?xml version="1.0" encoding="utf-8" ?>
<Elements …
