Jun032009

How to Use JavaScript to Change a Cascading Style Sheet (CSS) Dynamically

Published by Evren Ayan at 1:09 PM under ASP.Net | Design Customization | Java Script

In Sharepoint or your custom web applications you want to change cascading style sheet (css) dynamically. In this case you can use javascript to do this. Christopher Heng describes this in thesitewizard.com

[KickIt] [Dzone] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tags: ,

E-mail | Permalink | Trackback | Post RSSRSS comment feed 0 Responses

Jun032009

Sharepoint CSS Tricks : RecycleBin Background

Published by Evren Ayan at 11:07 AM under Design Customization

TABLE.ms-recyclebin TD {
     background: #000000 url('<image_path>') repeat-x;
     border: 1px solid #FFFFFF;


TABLE.ms-recyclebin TD A{
     color: #FFFFFF;
}



[KickIt] [Dzone] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tags:

E-mail | Permalink | Trackback | Post RSSRSS comment feed 0 Responses

May252009

Sharepoint SP2 : Important Bug!

During the installation ofSP2, a product expiration date is improperly activated. This means SharePointwill expire as though it was a trial installation 180 days after SP2 isdeployed. The activation of the expiration date will not affect the normalfunction of SharePoint up until the expiration date passes. Furthermore,product expiration 180 days after SP2 installation will not affect customer’sdata, configuration or application code but will render SharePoint inaccessiblefor end-users. 

For more information and detailed steps please read this KB article. 



[KickIt] [Dzone] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tags: , , ,

E-mail | Permalink | Trackback | Post RSSRSS comment feed 0 Responses

May192009

How to : Update User Profile Picture via Object Model

Published by Evren Ayan at 11:32 PM under Sharepoint Development

SPSite _site = new SPSite("http://portal");
SPWeb web = _site.AllWebs[0];
Microsoft.SharePoint.SPList list = web.SiteUserInfoList;
Microsoft.SharePoint.SPUser user = web.SiteUsers["DOMAIN\\portal.user1"];
Microsoft.SharePoint.SPListItem item = list.Items.GetItemById(user.ID);
item["Picture"] ="http://portal/SiteCollectionImages/portaluser1.jpg";
item.Update();



[KickIt] [Dzone] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tags: , ,

E-mail | Permalink | Trackback | Post RSSRSS comment feed 0 Responses

May042009

Sharepoint SP2

SP 2 for Microsoft Office Sharepoint Server 2007 and Windows Sharepoint Services 3.0 has been released.

KB Article Links

Description of Windows SharePoint Services 3.0 SP2 and of Windows SharePoint Services 3.0 Language Pack SP2 
http://support.microsoft.com/kb/953338 
Description of 2007 Microsoft Office servers Service Pack 2 (SP2) and of 2007 Microsoft Office servers Language Pack Service Pack 2 (SP2) 
http://support.microsoft.com/kb/953334

Download Links

Service Pack 2 for Windows SharePoint Services 3.0, x86 & x64 
http://www.microsoft.com/downloads/details.aspx?FamilyId=79BADA82-C13F-44C1-BDC1-D0447337051B&displaylang=en

Service Pack 2 for Office SharePoint Server 2007, x86 & x64 
http://www.microsoft.com/downloads/details.aspx?FamilyId=B7816D90-5FC6-4347-89B0-A80DEB27A082&displaylang=en

Slipstream Builds For Windows SharePoint Services 3.0

Windows SharePoint Services 3.0 with SP2, x64 
http://www.microsoft.com/downloads/details.aspx?FamilyId=9FB41E51-CB03-4B47-B89A-396786492CBA&displaylang=en 
Windows SharePoint Services 3.0 with SP2, x86 

http://www.microsoft.com/downloads/details.aspx?FamilyId=EF93E453-75F1-45DF-8C6F-4565E8549C2A&displaylang=en 

You can find detailed information on Microsoft Sharepoint Team's Blog 



[KickIt] [Dzone] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tags: ,

E-mail | Permalink | Trackback | Post RSSRSS comment feed 1 Responses

May032009

Create Custom Site Theme For Sharepoint Sites

Published by Evren Ayan at 8:25 PM under Design Customization

Sharepoint End User Content Team writes an article that describes "How to create custom Sharepoint site theme". Nice article!

http://sharepoint.microsoft.com/blogs/GetThePoint/Lists/Posts/Post.aspx?ID=122 



[KickIt] [Dzone] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tags: , ,

E-mail | Permalink | Trackback | Post RSSRSS comment feed 0 Responses

Apr212009

Hiding the "Home" Site Tab in SharePoint's Global Navigation

Published by Evren Ayan at 12:18 PM under Design Customization

You can remove the home link from view with CSS.

The code for your alternate CSS file is:

td#zz1_TopNavigationMenun0 {
 display:none;



[KickIt] [Dzone] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tags: ,

E-mail | Permalink | Trackback | Post RSSRSS comment feed 0 Responses

Apr092009

SCOM - IIS 7 | WSS | MOSS Management Pack Updates

·        System Center Operations Manager 2007 SP1Internet Information Services 7.0 Monitoring support :http://www.microsoft.com/downloads/details.aspx?FamilyID=f82ef6b3-a08e-4295-b9e3-fb78a74aefa8&displaylang=en

·        Microsoft Office SharePoint Server 2007Management Pack for System Center Operations Manager 2007 : http://www.microsoft.com/downloads/details.aspx?FamilyID=626252c5-ad59-4842-9c6f-6ed24b6b1426&displaylang=en

·        Microsoft SharePoint Services 3.0 ManagementPack for System Center Operations Manager 2007 :http://www.microsoft.com/downloads/details.aspx?FamilyID=6803aa1d-0578-4d7d-bc2f-9600f0440d92&displaylang=en



[KickIt] [Dzone] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tags: , ,

E-mail | Permalink | Trackback | Post RSSRSS comment feed 0 Responses

Apr062009

Sharepoint Designer Available As a Free Download Now!

Published by Evren Ayan at 12:33 PM under General Announcements

Starting now (April 2, 2009), SharePoint Designer 2007 will be available as a free download!

Free Download



[KickIt] [Dzone] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tags: ,

E-mail | Permalink | Trackback | Post RSSRSS comment feed 1 Responses

Apr022009

Silverlight MOSS Chart

Published by Evren Ayan at 11:57 PM under Content Management | Sharepoint Development

Rafet Cambaz developed to calculate sharepoint list fields easier and user can make a decision certainly. SMC makes it easier for end user to see calculate data in sharepoint custom list fields. SMC is use visifire(http://www.visifire.com/) charts. Webpart use sharepoint webservices for get list information. Users can select a list then set a field name ,and they can see pie or column charts.

http://smc.codeplex.com




[KickIt] [Dzone] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tags: , , ,

E-mail | Permalink | Trackback | Post RSSRSS comment feed 0 Responses