|
How is it possible to check if MOSS Standard or MOSS Enterprise is installed?
Started by Michael L on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Disappeared, so see Dan's answer below
From code, an easy way to check MOSS license is to see.
|
|
Hey,
I just bought my very first T; a G. Rosea!
The thing is, she came with an exo-terra forest moss,
and i keep seeing that she should be using a peat moss substrate.
So, should i go and buy peat moss, or can i just use the forest moss?
thanks!
Started by xtianD on
, 14 posts
by 5 people.
Answer Snippets (Read the full thread at arachnoboards):
Go with either peat moss or potting soil, I've never used potting soil but my main....
The forest moss just really seems (fertilizers, water enhancers, etc.) will be fine for a T.
I personally would suggest using peat moss or coco coir.
|
|
An awful lot of our lawn is now moss. It's taking over at a good old rate.
If I was to decide to get rid of the moss, we're looking at treating maybe a third of an acre at least. That, from past experience, would require several hundred pounds worth of...
Started by Stuart Wright on
, 17 posts
by 14 people.
Answer Snippets (Read the full thread at avforums):
This will basically rake up the moss....
I suspect that the problem.
You can get something called a rotovator which basicly spikes your lawn and rips up the moss to eradicate moss from my garden several years ago, and it's looked OK since.
|
Ask your Facebook Friends
|
I`m interested in using some MOSS dll's if my solution is deployed on MOSS.
For example, if using MOSS, i would like to use built-in logging capabilities.
Is this possible?
Started by Janis Veinbergs on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Their approach is to detect the....
If you specifically need to detect MOSS, read this post from Muhimbi .
See Using Event and Trace Logs in SharePoint.
There is no MOSS-specific code.
Both WSS and MOSS use the same logging framework.
|
|
How do I tell if a SharePoint class is specific to WSS or MOSS?
For example, can I use the SPAudit class in MOSS only?
Started by Kit Menke on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If your API requires....
Like JD Said, have a look at the DLL.
The SPAudit class works for WSS as well as MOSS, even though the user interface is available in MOSS only.
Is the Microsoft.SharePoint.Publishing.dll which is MOSS only.
|
|
Hi,
i need to know, if we can deploy webparts that are created in MOSS for MOSS on a ASP.NET page and use them. Or is there any way of using the webparts with MOSS.
TIA, Nimish
Started by Nimish on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
So, actually, you write a webpart "for ASP.NET" and can also execute it inside WSS/MOSS Building an ASP.NET 2.0 Web Part for Deployment....
When you create a webpart "for MOSS", you create a control which inherits System.Web.UI.WebControls.WebParts .
|
|
Presently our client have the MOSS 2007 Portal and they want to migrate those sites in to MOSS 2010. So, We need to show case something to that client. Please anyone have idea on the same, please let us know. It's very urgent.
Thanks in advance..
Regards...
Answer Snippets (Read the full thread at microsoft):
Regards,
Pankaj Jain Hi Pradeep,
I have been able to successfully upgrade my MOSS 2007 Portal about the steps using which i successfully upgraded....
If you have deployed any custom componemt in moss 2007 like custom master pages, site.
Steps.
|
|
Is .net 3.5 supported with MOSS 2007 Server? Anyone had any issues with it?
Started by 78lro on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
We have been using 3.5 in very large MOSS environments since January of 2009 and in production.
|
|
IS it is possible to change the default page layouts that can with MOSS. If so where are they stored to change?
Started by Rupert on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This article by Heather Solomon (a SharePoint MVP) will give you some useful hints on how to create "layouts" or, to be more precise... .
You'll have access to the Master Page and you'll be able to modify the layout/CSS .
Open the page using SharePoint Designer.
|
|
I need to show an "Exit" popup window in MOSS pages. How can I achieve this?
Started by Thomson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Setup a javascript include for jQuery Setup a javascript include file with this code: var doPopup = true;
$(document).ready(function() { $('a').click(function() { doPopup = false; }); $(... .
Any updates ?? I also need to do this not by using javascript. .
|