December 2007 - Posts

Deploying Web Part in SharePoint 2007
Thu, Dec 27 2007 5:43
Hi Folks, Any SharePoint Development requires you to develop your Web Part and deploy it to sharePoint,in this post i will describe the steps required to deploy your web part to sharepoint 2007 site: 1) after creating your web part,you have to sign it...
How to pass DateTime Timestamp to Sharepoint 2007
Mon, Dec 24 2007 5:39
Hi Folks, if you developing sharepoint application,you will face that the DateTime timestamp parameter on sharepoint is different than what you are used to pass in your .Net Application. In SharePoint 2007,the TimeStamp has to passed as a string and this...
Deploying Features without using stsadmin command line tool
Sun, Dec 23 2007 7:52
Hi Folks, i'm using a visual tool which build our command you want to write in the stsadmin command line tool without. Tool Name : Feature Manager Download Link : http://www.sharepointblogs.com/files/folders/tbaginski/entry2449.aspx One Tip : After...
0x0020 in MOSS object Model
Sun, Dec 23 2007 6:58
Hi Folks, This post to inform that when you develop on sharepoint 2007 object model,and if you are manipulating with lists in sharepoint you might face in the item names or field names you will find that the spaces in sharepoint is converted to this hexidecimal...
How to enable Search on your MOSS 2007 Site
Sun, Dec 16 2007 3:04
Hi Folks, If you want to Enable Search facility on your sharepoint 2007 site,follow these steps: Go to the Site Settings and under Site Administration Click on Seach Visibility Link. Update the seetings as shown on the attached image. even after you enable...
Variations Tip in MOSS 07
Wed, Dec 12 2007 1:28
Hi All, Locatiozation on MOSS 2007 is a piece of cake to start creating your site multi-lingual site. to start creating multi-language site on sharepoint 2007,you have to use one of the new features on MOSS 2007 called Variations. when you create variations...
Which Master Page Shall I Use in Built-In Master Pages in MOSS 07 ?
Thu, Dec 6 2007 1:21
Hi All, In MOSS 2007,there's 9 Master Pages built-In on any create site in Sharepoint 2007. The Question is : Which Master Pages shall I use for my Site ? Case #1: Blue Vertical / Black Vertical This is the best choice in case you are building an...
Create your first Content Page in MOSS 2007
Wed, Dec 5 2007 7:00
Hi Folks, MOSS 2007 is amazing product from MS,it contains Sharepoint as well as CMS features on one product,Sharepoint 2007 built on top of WSS 3.0 which has alot of features to built collaboration solution with great integraion with asp.net applications...
Forms Authentication on MOSS 07 Sites
Tue, Dec 4 2007 7:54
Great Article shows with screen shots How To ? implement Forms authentication on your MOSS Site. Excellent Article: http://weblog.vb-tech.com/nick/archive/2006/06/14/1617.aspx Another useful one : http://www.developer.com/net/asp/article.php/10917_3622481_2...
MOSS 2007 Problem : Cannot connect to the configuration database.
Mon, Dec 3 2007 3:17
Hi Folks, During my work with MOSS 2007,i had some performance issues regarding the SQL Server instance services which is running the configuration and Data for MOSS sites. I had closed this service bymistake and when i'm trying to open the central...