Postingan

Menampilkan postingan dari Februari, 2014

How to see storage limit in sharepoint 2010

I have any cases, in sharepoint 2010 i can't see storage limit my sharepoint that different with sharepoint 2007. Now you can see storage limit using this url : http://(your farm or server)/sites/(your site name)/_layouts/Usage.aspx i always forget so, i am put this tips and trick in this blog :) Chersss :)

CAML query with nested AND's and OR's for multiple fields in SharePoint

I have some cases about CAML in SharePoint. there are how to make condition like this : AND ( FirstName = 'A' OR LastName = 'A' OR Description = 'A' OR Profile = 'A' ) AND ( FirstName = 'B' OR LastName = 'B' OR Description = 'B' OR Profile = 'B' ) in SharePoint we use CAML if we want to see "AND OR" condition in sharepoint list view.  open your page of view what your want to edit. for example AllItem.aspx under form in document library. but before that you should set first condition "AND OR" in view you want to edit using sharepoint designer. Since you are not allowed to put more than two conditions in one condition group (And | Or) you have to create an extra nested group ( MSDN ). The expression  A AND B AND C  looks like this: <And> A <And> B C </And> </And> it is sample translated to CAML (hopefully with ...

Change Quick lunch Style using CSS

1. Add Webpart HTML Form Webpart in the page you want to change style. 2. Add this script css below in HTML Form Webpart : <style> /* |--------- Quicklaunch -----------| */ .s4-ql ul.root ul { margin-bottom:5px; } /* Outher nav element */ #s4-leftpanel-content{ background-color:#eeeee!important; border:1px #d8d6d7 solid!important; border:0px!important } /* Inner nav element */ .menu-vertical { padding-right:10px!important; padding-left:10px!important; } /* Inner Inner nav element */ .menu-vertical > ul.root { padding-top:3px; } /* mainlinks (Header) */ .menu-vertical > ul.root > li.static > .menu-item{ border-bottom:1px #555 solid!important; padding:1px 1px 1px 0px!important; color:#3c4fgb!important; font-weight:bold; } /* Sublinks */ .menu-vertical > ul.root > li.static > ul.static  { margin-top:5px; margin-bottom:5px; } .menu-vertical > ul.root > li.static > ul.static > ...

How to make a Small Calendar

1. You add webpart calendar but before that you must create calendar first. 2. After that you must add HTML Form Webpart and add css script below < style > /**** Small Calendar ***/ .ms-acal-item { height : 10px ! important; } .ms-acal-sdiv, .ms-acal-mdiv, .ms-acal-ctrlitem, .ms-acal-month-weeksel, .ms-acal-title { display : none;} .ms-acal-summary-itemrow TD DIV{ height : 15px ! important; } < /style > 3. After you add and then save close text editor. 4. You must set the pixel of calendar webpart example: Height 300 x width 300. 

Update on InfoPath and SharePoint Forms

Customers have been asking us about the future of InfoPath and SharePoint forms, and today we’re ready to share some information on the next generation of Office forms. Industry trends and feedback from our customers and partners make it clear that today’s businesses demand an intelligent, integrated forms experience that spans devices. We are looking to make investments that allow you to easily design, deploy, and use intelligent, integrated forms across Office clients, servers, and services—forms that everyone can use on their PC, tablet, or phone. Our goal is to deliver tools that are flexible and agile, so you can quickly connect to your data and processes in new and exciting ways. So how are we evolving our forms technology? In an effort to streamline our investments and deliver a more integrated Office forms user experience, we’re retiring InfoPath and investing in new forms technology across SharePoint, Access, and Word. This means that InfoPath 2013 is the last release of...

InfoPath electronic-forms product

Gambar
As had been rumored for a while,  Microsoft is discontinuing its InfoPath electronic forms product . Company officials confirmed the news in a January 31 post to the Office Blogs site. From that post on the future of electronic forms technology: "In an effort to streamline our investments and deliver a more integrated Office forms user experience,  we’re retiring InfoPath and investing in new forms technology across SharePoint, Access, and Word . This means that InfoPath 2013 is the last release of the desktop client, and InfoPath Forms Services in SharePoint Server 2013 is the last release of InfoPath Forms Services. The InfoPath Forms Services technology within Office 365 will be maintained and it will function until further notice." Microsoft is "working on migration guidance" as it is building its "next generation of forms technology," officials added in the post, noting that Microsoft will continue to support InfoPath 2013 and InfoPath ...