Hi can anyone suggest a microsoft web page translator that will support sharepoint web page/part?
Other than Bing and weglot?
For SharePoint, it is suggested to use Machine Translation Service:
Machine Translation Services in SharePoint
Introduction to Machine Translation Services in SharePoint 2013
Related
Our organization has Sharepoint 2019 Server (On-Premise) licenses (via some partner subscription) and have bought Standard CALs.
So now we must deploy Sharepoint Server 2019 that would be legal to work via Standard CALs, without enterprise services: Excel Services, BCS, e-Discovery etc, and Enterprise Search too.
Is it possible to create a fresh Sharepoint farm without Enterprise Search, but still be able to search content?
Sharepoint Foundation 2010, for instance, had its own Search, limited, but still functional.
Does 2019 still have some "Standard Search" and if yes, how do I deploy it?
SharePoint Standard CAL supports these standard search features such as people and expertise search, visual previews, visual best bets.
Create a search service application and do a full crawl for the first use.
More information:
https://www.microsoft.com/en-us/microsoft-365/sharepoint/sharepoint-licensing-overview
I am new to SharePoint and Exploring the Office 365 Small business feature online using trial subscription.
I'm able to create 'App Parts' using Office 365 Developer Site Subscription(by using 'NAPA' SharePoint Developer tool).
Now I wanted to create SharePoint 'Custom WebPart' in Office 365 online without using Visual Studio 2010,2012,2013.
Please Guide me on this by providing some reference links for creating "Custom WebParts" in Office 365 Online and how can i use created web parts.
Edited:
Are there any online tools or sharepoint apps like 'NAPA' available for develop custom Web Parts online?
You can create sandbox solutions with SharePoint online.
But in SharePoint 2013 You can do many things just with Content Editor Web Part, javascript and REST services. And with search and display templates.
We are using such technics with our on-premise SharePont 2013. And its cover all our needs. Client Object Model and REST services cover almost all SharPoint features. For content processing you can use Content by Search Web Part with display templates. For UI you can use javascript components like JQuery UI.
I have been working with SharePoint online for sometime.I have been given the task to build an app to create subsites in SharePoint 2013 online website. I prefer working with C# code. I am looking into SCOM to built the App.I want to know if this can be done or does online version only supports JavaScript COM development.
I have gone through multiple materials from Microsoft but no were its clear about autohosted app running on SharPoint online.
I have created a SharePoint App project and set it to autohost. But it throws token not found error while trying to run it against sharepoint online. Looking for advice.
Edit - I need to know if SCOM can be used to develop apps for SharePoint online site
Thanks.
Sounds like you're just starting off with SharePoint apps. SP apps use CSOM (client side object model). I personally prefer JavaScript (JSOM) MSDN JSOM Basic Tasks
If you want to develop against an online environment, then select SharePoint hosted not autohosted. If you are using the app internally then continue, if you are hoping to publish it to the app store then you can report back that this requires full control permission which you are not allowed to request in an app published to the SharePoint store.
When I first started developing SharePoint 2013 online applications I found this article on codeproject a great help.
It might be usefull for you as well: http://www.codeproject.com/Articles/690015/SharePoint-2013-Online-App-Development-Part-1.
Alternatively you could give the official Microsoft Office 365 training kit a look. It's basically the same as SharePoint 2013 online.
http://www.microsoft.com/en-us/download/details.aspx?id=14889
According to the MSDN documentation, "Currently, the REST service in SharePoint 2013 Preview is read-only.", so I need to identify bi-directional, r/w access to sharepoint databases and its workflow.
MSDN Doc ref: MSDN Build mobile apps in Sharepoint 2012
Uhm... Trying my best here. What part of the MSDN documentation are you referring two. There are regular REST webservices in SharePoint 2013 which you can access almost everything of SharePoint. Right now SharePoint is in beta though, so is the documentation. Try looking for SharePoint 2013, REST and _api and you will find everything you need to know.
What is the difference between a TFS installation with Sharepoint Services and one with Sharepoint Server? What are the limitations of the former?
Thanks
This refers to licensing. If you have a SharePoint server license you would like to use for your TFS web portal, or would you like to install a new instance of SharePoint Services(which is free).