Its never been explain clearly in the documentations or may be I missed it. But what is the different between Page layouts and Text layouts? Well, both of them defines how your page looks like and if you never work with Text layouts, it is available in Text format tab of Wiki page. So, what are the differences?
Availability Page Layouts available in publishing page, while Text Layouts available in wiki page.
English SharePoint Online provides cloud base SharePoint portal to the subscriber. Whether you subscribe Enterprise plan that allow many internal users or Small Business plan starting with 1 to 20 users, you always be able to invite external user. This scenario is very useful when you build a start-up company and decide to use SharePoint Online for your portal. You can start with very cheap subscription of 1 user as the company administrator, and invite other staff as external user to the site.
English Orphan baseline prevents Project Server 2010 report publishing queue to complete its job. In our environment it was caused by sudden disconnection of either client or SQL server during the publish command. I search arround internet and found following discussion on orphan baseline : http://social.technet.microsoft.com/Forums/projectserver/en-US/f4d638ad-003e-421c-85d9-7ed5d7fda029/project-server-2007-error-24006-reportingprojectchangemessagefailed-insert-statement-conflicted . The solution suggested by that discussion is:``` delete from MSP_TASK_BASELINES where MSP_TASK_BASELINES.PROJ_UID =’[PROJECT UID]’ AND MSP_TASK_BASELINES.TASK_UID NOT IN ( select TASK_UID from dbo.MSP_TASKS where PROJ_UID =’[PROJECT UID]‘ )
ArnieRecruiter - Jul 0, 2013
RT @KbWorks: SharePoint 2010 | How to delete orphaned Web Application | Ideas For Free http://t.co/ctxq82RhfB KbWorks - Jul 5, 2013
SharePoint 2010 | How to delete orphaned Web Application | Ideas For Free http://t.co/ctxq82RhfB
English Orphaned web application? I don’t know how it happened - but let call the symptoms orphaned web application. Definition Orphaned web application is a situation where you can not performed essential modification to the web application such as adding new content databases, remove extended IIS, delete web application or create new site collection. In short, the web application exists but it doesn’t work and Administrator can not remove it. Symptoms You will experience any of following symptoms:
English We have request to support very old application, built using K2.NET 2003. K2.NET 2003 is a workflow engine (BPM) product by SourceCode Technology Holding Inc. It was initially released on 2003, before replace by the sucessor K2 Blackpearl in 2007 (see the history here). An 13 years old product, and yes we still have some application using it. While most of our development tools have been upgraded, the latest K2.
English There are more than 300 SharePoint PowerShell cmdlets and its growing and changing from time-to-time. How administrator or developer will be able to remember all of those cmdlets? The answer :
Using HELP (get-help) if you have access to PowerShell console and Microsoft.SharePoint.PowerShell snap-in ; PowerShell for SharePoint Command Builder (http://bit.ly/16masoE). The PowerShell for SharePoint Command Builder is a powerfull dictionary tools - build using Silverlight that lists all SharePoint’s PowerShell cmdlets.
English In case you have not tried Windows Azure to host your blog, I think it is time todo so; because Windows Azure is also capable to host many types of blogging platform such as Wordpress. I stumbled upon “Convert a Wordpress Site to Multisite” - when trying to figure-out how to host my blog in Windows Azure. Instead of using FTP or GIT as described in that article, I use WebMatrix and standard Wordpress configuration in Windows Azure.