Tagged Questions

40
votes
17answers
10k views

What is “missing” in the Visual Studio Express Editions?

In particular, what functionality is not available? what restrictions are there on its use?
17
votes
16answers
1k views

Building a new operating system

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 …
9
votes
36answers
931 views

What are your must-have editor features?

What are the 3 killer features of your favourite text editor that you couldn't live without; the features that keep you loyal to your editor, no matter how good other people say other editors are? …
7
votes
26answers
535 views

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

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 …
3
votes
6answers
101 views

What are the implications of deleting a user account?

Most of the websites I've used in the past (including this one) do not offer an option to delete your own account. I think the main reason is to avoid the orphanage of the items created (or the …
3
votes
1answer
499 views

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 …
3
votes
6answers
6k 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 …
2
votes
5answers
120 views

Best practices: how to implement an invitation system in Zend Framework?

I've built out most of the functionality, now I'm getting stuck... I am creating a private, web application that has an invite only registration system. An admin user sends an email invitation to a …
2
votes
2answers
48 views

Determine at runtime if Windows CE operating system is built against a particular processor type (eg. ARMV4/ARMV4I/ARMV4T)

Is there a way to determine if a Windows CE operating system is targeted against ARMV4 or ARMV4I or ARMV4T. I am aware of the IsProcessorFeaturePresent() API call on coredll however as far as I can …
2
votes
2answers
79 views

Web Application Feature Not Activated By Default

All that I'm trying to do is deploy a simple web application-scoped feature that is activated automatically when you install it. Just to make sure that none of our corporate customizations were doing …
2
votes
3answers
179 views

“Refresh” SharePoint site column definition on lists that use it?

We deployed a feature that installs a custom site column named "Classification." It is a Choice column type. Now, we need to change the choices. We can update the XML in the feature easily enough, …
2
votes
1answer
346 views

Sharepoint solution packaging: how do I get a custom icon for my features?

I am not sure how foolish I am being here! I have a solution that packages up some master pages and layouts etc which I can deploy fine and the feature appears in the "Site Collection Features" list …
2
votes
2answers
1k views

Add webpart to default WSS page via feature

I've developed a custom web part. I would like to create a feature that when activated via STSADM adds the web part to the default page of a WSS Site. Hopefully this can be done without writing code. …
2
votes
9answers
292 views

Feature or Bug Syndrome or How to use my bugtracking software for project management?

I started using FogBugz as my project management tool. So I keep adding bugs and new features to it. The problem is FogBugz doesn't support subtasks for features, therefore I'm ending up adding all …
2
votes
3answers
2k views

Deploy a resource file to App_GlobalResource folder on activation

Does any one know the best way to deploy a resource file to the App_GlobalResource folder of the web application when a feature is activated?

1 2 3 next
15 30 50 per page