Posts

HIde left navigation and top riboon by using CSS Code for sharepoint 2010

Hi Friends,                      As many time i face the issues that need to hide the top pannel in sharepoint page. Finally after some googleing and my css terms i got these functionality . please follow the below steps to add the code add content editor page in the page Add the below code in editor and make the layout hidden . it will hide the top bar. <style type="text/css"> #s4-ribbonrow, .ms-cui-topBar2, .s4-notdlg, .s4-pr s4-ribbonrowhidetitle, .s4-notdlg noindex, #ms-cui-ribbonTopBars, #s4-titlerow, #s4-pr s4-notdlg s4-titlerowhidetitle, #s4-leftpanel-content {display:none !important;} .s4-ca{margin-left:0px !important; margin-right:0px !important; </style> Thanks and Regards Amit

site collection by using Windows PowerShell

Create a site collection by using Windows PowerShell You typically use Windows PowerShell to create a site collection when you want to automate the task, which is common in enterprises. To create a site collection by using Windows PowerShell Verify that you meet the following minimum requirements: See Add-SPShellAdmin . On the Start menu, click All Programs . Click Microsoft SharePoint 2010 Products . Click SharePoint 2010 Management Shell . From the Windows PowerShell command prompt (that is, PS C:\>), type the following command and press ENTER: 6.   Get-SPWebTemplate 7.   $template = Get-SPWebTemplate "STS#0" New-SPSite -Url " <URL for the new site collection> " -OwnerAlias " <domain\user> " -Template $template This example retrieves a list of all available site templates and then creates a site collection by using the Team Site template. For more information, see New-SPSite and Get-S...

Burners and Earners: The Dance of Value and Vision

In the great dance of life, we often find ourselves playing roles we scarcely recognize. Some of us are Earners , toiling under the weight of responsibility, while others become Burners , consuming what is offered without a thought for tomorrow. This piece is for those who wander without a dream, spending with abandon, unaware of the price paid by those who came before them. The Tale of the Earners The Earners are the silent sentinels of our existence. They rise before the sun, their hearts heavy with the hopes of those they care for. They work tirelessly, not just for themselves, but for the futures they wish to build. They understand the value of every coin earned, each drop of sweat a testament to their commitment. They are the ones who plant seeds in barren lands, hoping for a harvest they may never see. Their sacrifices are often unseen, their labors uncelebrated. But it is they who ensure that the world keeps spinning, that dreams have a foundation upon which to grow. For the Ear...