This blog is a repository of my experiences and knowledge in SharePoint Development and Management.
Showing posts with label sharepoint 2007. Show all posts
Showing posts with label sharepoint 2007. Show all posts
Thursday, June 23, 2011
Wednesday, May 18, 2011
Thursday, May 5, 2011
JQuery Script to Move View Selecting Menu to left side.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script type="text/javascript">
$("td.ms-toolbar:last").insertBefore($("td.ms-toolbar[width='99%']"));
</script>
<script type="text/javascript">
$("td.ms-toolbar:last").insertBefore($("td.ms-toolbar[width='99%']"));
</script>
Monday, April 18, 2011
Hotfix for Time-Based SPD07 Actions (Pause for, Pause till)
Hi,
If you are using Sharepoint 2007. You will face the problem with Time Based actions in SharePoint Designer Workflow. They are
1) Even if the timer is done the next action will not be processed
2) The cooments field of workflow doesnt update the time remaining to go for next action
3) The workflow will be freezed at pause action forever.
Here is the Hotfix for that problem
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6096ce0f-d21e-47ac-afe2-d4e1c2fce670&displaylang=en
If you are using Sharepoint 2007. You will face the problem with Time Based actions in SharePoint Designer Workflow. They are
1) Even if the timer is done the next action will not be processed
2) The cooments field of workflow doesnt update the time remaining to go for next action
3) The workflow will be freezed at pause action forever.
Here is the Hotfix for that problem
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6096ce0f-d21e-47ac-afe2-d4e1c2fce670&displaylang=en
Wednesday, February 2, 2011
The way to Add dataview webpart with the content form other site.
Hi,
If you are in a situation to display the list in your ASPX page which is from the other site. It is very easy . Only thing you have to do is creating a connection to the site which is having that list.
Here you go,
1) Open the site where your aspx page is.
2) open the page.
3) In the right site tool bar open Data Sources Library tool bar.
4) In the bottom you can see a link "Connect to another Library".
5) Click on it.
6) Click on add button in Manage Library window.
7) Type the url of site in which the list is sitting.
8) Give some name for your identification and click ok.
Done. Now you can see all the lists and libraries of that site. And you can create a data view webpart with those lists content.
If you are in a situation to display the list in your ASPX page which is from the other site. It is very easy . Only thing you have to do is creating a connection to the site which is having that list.
Here you go,
1) Open the site where your aspx page is.
2) open the page.
3) In the right site tool bar open Data Sources Library tool bar.
4) In the bottom you can see a link "Connect to another Library".
5) Click on it.
6) Click on add button in Manage Library window.
7) Type the url of site in which the list is sitting.
8) Give some name for your identification and click ok.
Done. Now you can see all the lists and libraries of that site. And you can create a data view webpart with those lists content.
The way to Display Richtext box content with out HTML tags in Data View Webpart.
Hi,
If you are trying to display your list which has a Rich Text Box field in dataview webpart. It shows the content of that field with the html tags like
etc...
To avoid those tags and show the text in a regular style.
1) Open that page in Sharepoint Designer in Slit View.
2) Click the cell that has the rich text box content in the dataview webpart.
3) In the Code part it highlights an XSL tag.
4) In that tag add the parameter "Disable-Output-escaping" with its value as "Yes".
Done. Click on the design view. You will see the content with proper styling.
If you are trying to display your list which has a Rich Text Box field in dataview webpart. It shows the content of that field with the html tags like
etc...
To avoid those tags and show the text in a regular style.
1) Open that page in Sharepoint Designer in Slit View.
2) Click the cell that has the rich text box content in the dataview webpart.
3) In the Code part it highlights an XSL tag.
4) In that tag add the parameter "Disable-Output-escaping" with its value as "Yes".
Done. Click on the design view. You will see the content with proper styling.
Friday, November 12, 2010
Resources to SharePoint Learners and Developers
Here is a very nice source with e-books and vidoes about sharepoint. Nice and helpful
http://www.deitel.com/ResourceCenters/Software/SharePoint/tabid/2764/Default.aspx
http://www.deitel.com/ResourceCenters/Software/SharePoint/tabid/2764/Default.aspx
Two Resource centers for SharePoint 2007
Performance and Capacity Planning Resource Center for SharePoint Server 2007
This page contains resources to help you with performance and capacity planning for your SharePoint Server deployment—map your solution design to a farm size and set of hardware that supports your business goals.
Organized By:
Planning
Recommendations
Estimate performance based on test results
Demos
Tools from Microsoft
Tools and Papers from Partners and the Community
Best Practices Resource Center for SharePoint Server 2007
To avoid common pitfalls and keep your Office SharePoint Server 2007 environment available and performing well, follow these best practices based on real-world experience from Microsoft Consulting Services and the product team.
It contains best practices for:
Operational Excellence
Team Collaboration Sites
Publishing Portals
Search
My Sites
Developing Custom Applications
Additional Resources
This page contains resources to help you with performance and capacity planning for your SharePoint Server deployment—map your solution design to a farm size and set of hardware that supports your business goals.
Organized By:
Planning
Recommendations
Estimate performance based on test results
Demos
Tools from Microsoft
Tools and Papers from Partners and the Community
Best Practices Resource Center for SharePoint Server 2007
To avoid common pitfalls and keep your Office SharePoint Server 2007 environment available and performing well, follow these best practices based on real-world experience from Microsoft Consulting Services and the product team.
It contains best practices for:
Operational Excellence
Team Collaboration Sites
Publishing Portals
Search
My Sites
Developing Custom Applications
Additional Resources
Subscribe to:
Posts (Atom)