Monday, September 7, 2009

Twitter Search WebPart

A very good article on Twitter Search in SharePoint with screen-shots from Woody on EndUserSharePoint.
Read more...

Wednesday, September 2, 2009

Creating mailing lists for SharePoint sites and blogs

This article gives you an idea on how you can create a mailing lists for blogs OOB.
Read more...

Tuesday, August 25, 2009

Business Data List Connector - BDC's alternate

This is a good solution provided by Layer2, which will be used as an alternate solution for BDC.
It connects a REAL SharePoint List Without Any WebPart to external business data.
Click here to learn more...

Tuesday, August 18, 2009

Using Excel’s AutoRepublishing to Create SharePoint Charts & Dashboards

I have found a good article on how to use Office Excel's feature for publishing Chart in SharePoint @ EndUserSharePoint.

Monday, August 3, 2009

SharePoint Branding Limitations

A very good article from SharePointMagazine on SharePoint Branding and its limitations.
This article will give the developer/graphical designers more insight into the effect of these design decisions.

Part 1, Part 2, Part 3, Part 4

Sunday, August 2, 2009

Show Data from 2 Different Lists

Many of us have a questions on how to show data from a 2 different lists. Laura had provided an answer to that on EndUserSharePoint for the same. :)

Sunday, July 12, 2009

Search As-You-Type

Today, at time of searching the net in my free time. I was looking at to improve some search feature in sharepoint like providing Search As-You-Type kind a functionality what Bing or Google is providing.
And you know what, Jan Tielens has already did this :).
Read more...

Wednesday, July 8, 2009

Item Level Permission for Document Library

There is an item-level permissions feature that can be a solution to this problem BUT it’s only available for lists, not Document Libraries and I found a way to do this provided by Toni on EndUserSharepoint, click here to read more.

Tuesday, July 7, 2009

SharePoint Farm Configuration and Deployment

This series of articles which I have found on SharePointMagazine, that provides guidelines and instructions of how to plan, build and configure SharePoint farm across organizations. Current practices are based on the different of SharePoint projects and can be used as step-by-step instructions helping to configure proper baseline for SharePoint farms.

Part 1 – Architecture and Logical Planning
Part 2 – Installation
Part 3 – Development Environment
Part 4 – Backup and Recovery Strategy
Part 5 – Virtualization
Part 6 – Post Deployment

Friday, June 26, 2009

Recommended SQL disk size for MOSS-2007

Few days back I started working on a new project for one of the client.
The current environment they have is having a lots of probelme and is kind of a mess. We decide to improve their current environment. And the first challenge comes up is to convience their DBA Team for the sizzing of the SQL Server for MOSS. Thanks to cleverworkarounds, we got a very good artilce.
This article helps us to make the decesions on Disk and I/O Sizing for MOSS2007. Read Part-1 & Part-2

Thursday, June 18, 2009

Configuring MOSS's search for a Web Server

Again a very good post on MOSSHowto on the configuring the Search server for MOSS :)

Enumerate Roles and Groups from the site

In one of our application we have to create a Report which Enumerate Role Assignments to retrieve Groups and Users Permissions from the Site.
MOSSHowTo has provided a good solution for that. Click here...

Create a Report from an Analysis Services 2008 Database and deploy it in SharePoint 2007

I am trying to deploy the reports created using SSRS to MOSS.
I have found very good link which described with the screen-shots. Read more...

Saturday, June 13, 2009

How CSS works with Master Page

This article from CleverWorkAround is one of the best article on the net to understand how css works with Master Page in SharePoint.

Thursday, June 11, 2009

Setting View Column Width with JQuery

One of the very common requirement from the client is to setting up the column width for the Views.
I found very good article from Kjell-Sverre on this. Click here to view full article.