Tagged Questions
The solutions tag has no wiki summary.
5
votes
1answer
1k views
Dragon Book - answers?
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, ...
5
votes
4answers
491 views
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 ?
4
votes
1answer
228 views
Shared Code Layout
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 ...
3
votes
2answers
1k views
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 ...
2
votes
5answers
134 views
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 ...
1
vote
1answer
54 views
ms crm 2011 solutions
assuming i receive a managed solution from another developer which contains an amended contact entity how should i best make changes to that entity without affecting theirs'. The changes would be ...
1
vote
1answer
225 views
Where to get JMF Solution Examples?
I found JMF solutions examples on
http://www.oracle.com/technetwork/java/javase/index-140313.html
Unfortunately all the links to source codes are dead.
Does anybody know where is it possible to get ...
0
votes
1answer
73 views
Dynamics 2011 - What should I include in my base Library Solution?
I am trying to sort out a best practise approach to organising solutions and more specifically what should be included in the 'base solution' or 'library solution'.
The SDK says the following:
...
0
votes
1answer
94 views
Vivid Solutions JTS
in a question I asked about ways to gather pixel data from an image (http://stackoverflow.com/questions/6385502/java-image-manipulation-libraries/6385598#6385598), I was recommended the Java Topology ...
0
votes
0answers
7 views
Orphaned Classes References
I am noticing remnants of my custom farm solution's classes in the Farm's Configuration Database even after they have been retracted, uninstalled and do not show in Central Admin.
Is this normal? I ...
0
votes
2answers
114 views
Best Online Support Software [closed]
I have a few web services. I want to use a online support software (i mean it's a PHP script, i will upload it to my host), which users can enter their question and editors will answer. There are a ...
0
votes
2answers
414 views
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 ...
0
votes
1answer
136 views
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 ...
0
votes
1answer
489 views
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 ...
0
votes
1answer
146 views
Deploying a file to the filesystem using MOSS Solutions and Features
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
0
votes
1answer
163 views
MOSS Site Definitions, Features and the moving site collections
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 ...