solutions

Shared Code Layout

Hi, I have two C++ projects in a solution both of which need to share two common classes. What I want to avoid is having two copies of the source files but I am relucant to just include the source in one project and reference it in the other. How is this sort of situation normally handled? ...

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...

Are There Good Sites/Blogs about CodeJam Problems & Solutions ?

I'm a programmer with some knowledge in C++, Objective-C and stuff like PHP. Google CodeJam sounds interesting. Any blogs/sites with Model Problems for CodeJam and their solutions for practice ? ...

Deploying a file to the filesystem using MOSS Solutions and Features

Hi I have a .browser file that I need to deploy to the following location: c:\browsers\ as part of a moss .wsp file. Can I do this in the manifest.xml or as part of a feature? Kind Regards ...

Can you solve my odd Sharepoint CSS cache / customising problem?

I have a weird situation with my sharepoint css. It is deployed as part of a .wsp solution and up until now everything has been fine. The farm it deploys too has a couple of webfront ends and a single apps server and SQL box. The symptom is that if I deploy the solution, then use a webbrowser to view the page it has no styles, and if ...

VB.NET - Imports namespace from other projects in Solutions

In my Solutions in Visual Studio, I have 3 projects. - Common (Root namespace: PodcastPlayer.Common) -PodcastPlayer (Root namespace: PodcastPlayer) This is the Silverlight project. -PodcastPlayer.Web (Root namespace: PodcastPlayer.Web) In Common, I have several classes and service references. But my problem is that I can`t not use Podca...

Deploying two Sharepoint Learning Kit solutions on one sharepoint server

We've installed a sharepoint server at our institute and created to portals one arabic and one english. We installed SLK (using Addsolution, Deploy, etc) and it worked fine. Then we installed the Arabic language pack , hoping we could choose the arabic option on the arabic sites but the language pack is installed in the same manner as th...

Dragon Book - answers?

Hey guys, I went out and bought a copy of the Dragon Book (second edition) but most of the exercises don't seem to have answers. Any idea where I can get them? Edit: Couldn't find solutions anywhere. Also, further research revealed that the gradiant quesions/answers do not match those in the book. Therefore you guys will probably see ...

What other Language synergizes well with Python? Need Advice

Ok so I know the basics of programming languages, I've studied python and liked it a lot. I'm studying now the intermediate parts of python and I'm catching the concepts already. I'm working with a project and at the same time solving computer problems that practices algorithm use. I've learned that python has limitations and wants to co...

What's are the benefits of using Web.config scheduled tasks over for example a Windows scheduled task

We are thinking of ways to get our scheduled tasks centralized as much as possible by dragging alot of tasks from website specific web.config files to one Windows schedules task. I can imagine that this has some negative consequences, but I want to list them so I can make myself a good explanation of what will work best. We have differen...