Posts

Showing posts from September, 2012

SharePoint 2013 Central Admin and Other configuration pages first look

Image
I have taken the screen shot of the SharePoint 2013 Central Admin pages. All options are the same apart from the some of the application services new introduced some of the services are remove from the SharePoint 2013 example the Analytically service is not a part of the SharePoint 2013 beta version. Home page of the central Admin Application Management Page  System Settings Monitoring Backup and Restore Upgrade and Migration General Application Settings Configuration Wizard Security Ribbon (Showing Login, Feedback, Help and Focus on content button) List of the SharePoint 2013 Services marked Green are the new services " Site Action " Now " Site "

Installing SharePoint 2013 beta version

Image
Lay downs all the binaries ( download from the Microsoft Site ). Run prerequisite from the SharePoint 2013 beta version. Beta version Product key After completion the prerequisite run the SharePoint installation setup. Install SQL Server Express Edition Run SharePoint 2010  Screen shot with Detail information Downloaded SharePoint 15 binaries Active directory Service Group Installing SharePoint 2013 Server Installation finished Run SharePoint 15 Products Configuration Wizard SharePoint Product Configuration  Wizard Prompt Welcome To SharePoint screen Stop all the IIS Application Pool prompt Step to connect to the FARM (Create a new server farm) Specify the Database Settings Farm Security  Settings Configure SharePoint Central Administrator Web Application Detail information about the SharePoint configuration wizard  Performing configuration task screen SharePoint 15 customer experience screen First

SharePoint 2013 beta Product Key

During installing the SharePoint 2013 beta I am stuck while installer asked for product key so here is the SharePoint 2013 beta product key. Additional information: Available as 64-bit ISO Available in these languages: English, Japanese, Spanish Installation requires the following product key: 6RNT8-XV26M-GWH36-VMGQH-94MMH

SharePoint 2010 JavaScript Intelligence help

SharePoint 2010 JavaScript Object Model JavaScript Intelligence   1. Include the following lines in at the top of the JS file. /// <reference path="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\MicrosoftAjax.js" /> /// <reference path="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\SP.debug.js" /> /// <reference path="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\SP.Core.debug.js" /> 2. Include the following lines in at the top of the  Application Page Head <% #if SOME_UNDEFINED_CONSTANT %> < script type = "text/javascript" src = "/_layouts/SP.debug.js" > </ script > <% #endif %> < script type = "text/javascript" language = "javascript" > ExecuteOrDelayUntilScriptLoaded(test, "sp.js" ); function test