features

How can I test VIM's Features?

The features seen with the command ":version" raised my interest. I am particularly interested in the features, such as Ruby, Python and Emacs-tags. I cannot find instructions in the manuals. I found a command "--with-features=huge", after some googling, but it does not show how to really install the features. I have used Vim over a yea...

Code Analysis missing from Visual Studio 2008

I have just installed Visual Studio 2008 on a Virtual PC to evaluate it and one of the features I want to try out is the Code Analysis. However I can't seem to find it anywhere, on MSDN it says you can right click on a project and select properties and then simply enable it from there. However I don't see this option anywhere. At fi...

Is Visual Studio only used for programming?

Is Visual Studio only used for programming and coding, or does it have other features? In a work environment, how is Visual Studio used for other kinds of work? ...

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

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

What are the new features of C# v4.0?

Possible Duplicate: New Cool Features of C# 4.0 Hello, There are several(many) questions at SO about "what do you want in C# v4.0?". This question is different,I'm not asking you what you'd like to see in the new version of Microsoft's baby,but what is already in there since Microsoft Visual Studio 2010 Beta 1 is already out. ...

what is a feature in sharepoint?

...what are the essential components(files required) for a "Feature".. and can anyone point to any best practice tutorials on creating features (using the "12 hive")... sharepoint dev is new to me, and im just looking for best practice development. tutorial/screencasts will be a bonus thanks ...

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.; the keeping up of a building, institution, body of troops, etc., by providing means for equipment, etc.; the state or fact of being so kep...

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 have still remained same with no new controls added. So at least from the existing features, do you know any features that are not well know...

Any best Bug-Tracking tool?

Possible Duplicates: What bug tracking software do you use? Free/Cheap Task/Bug Management software I am working as a Jr. Software Tester (Manual testing) in a firm. Here, we dont have a bug-tracker to report the errors in the application. So, I need a tool preferably open-source for bug-tracing. It should be a best one. ...

Need a web host that allows MySQL triggers on shared accounts

Does anyone have experience with or know of a web host that allows the use of MySQL triggers on shared (read "cheap") accounts? I currently use Surpass Hosting and they told me this was a feature they won't support for security reasons. Update I've checked with bluehost, Host Monster, and DreamHost and none of them support triggers. ...

MOSS Site Definitions, Features and the moving site collections

Hi The general consensus is that devlopment of MOSS publishing sites, should be done using site definitions, Solutions, Features but due to project timescales we had to do all list/site column/content type/master page development using the SharePoint UI and SPD. We then used the contentdeployment wizard to migrate everything from devlop...

How do I add a color picker in Komodo?

How do I add a color picker in Komodo? I need to have a color picker utility for Komodo, if I work in a css file I want to be able to pick colors for my background colors etc. ...

Lock down Word & PowerPoint features

Does anyone know of a way to lock down (remove/hide/disable) Word & PowerPoint in Office 2007? Simply put I want to disable the user from using some functionality in them (mostly formatting). Some ideas of ways to do it, which I just can’t seem to find solutions based on: Word has a protect document option which locks some features a...

Is there a php package I can plugin to manage program requests?

Hi everybody, I'm just wondering what do you use for managing visitor requests on your website? Basically, I'm wanting people who use my program to be able to ask for requests, or submit a bug and for people to be able to see those things and vote them up in priority. ideally this program is lightweight... I've come across programs l...

creating fields programatically in featureactivated

I need help creating a method that allows me to create a bunch of fields during featureactivated. C#. There are about 15 different fields, of varying types, and I'd like to be able to pass in all of the necessary attributes to create each field. Anyone have any sample code or guidance on this? ...

How to use conditions in features in WiX?

Hello, 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 be installed. So I tried: <Feature Id='core' Title='Core' Description='ØMQ 1.0.0 core functionality and C++ API' Level='1'> <Co...

Default Content Type and Content type order using Folders in a Sharepoint List

I have a Custom List Definition (schema.xml) i have set up Site Columns (through A feature) and numerous content types also through a feature, this all works fine. I have a list definition (schema.xml) and i have put the content types at the top in the order i want them to appear (assuming that the top content type will be the default fo...

Custom list definition + custom content type = showing only one form field?

Hello. Trying to use features to deploy custom fields, content type and list. So far I have a content type referencing custom and builtin fields. Content type inherits Item (0x01). Now, I create custom list definition that references content type and fields (builtin and custom ones). I explicitly set ShowInDisplayForm, ShowInEditForm, ...

Can a SharePoint lookup field be pointed to anything other than a text field?

A lookup field declared in a feature and using the ShowField attribute to point to a numeric column in the target list (Type="Number") doesn't persist the user's selection. Changing the target field to Type="Text" and everything works fine. Are there any known limitations to the types of fields a lookup field can be pointed at? ...

Sharepoint site template - feature scope

I created a site definition that I will use as a site template for a SPWeb object. My web can only be provisioned as a child of a site (SPSite) using a certain Sharepoint template. When I provision the web I want several features that compose my custom site definition to be activated at web level, and several other to be activated at sit...