Jun032009
Published by Evren Ayan at 1:09 PM under ASP.Net | Design Customization | Java Script
Tags: css, dynamically change
E-mail | Permalink | Trackback | Post RSS 0 Responses
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;}
Tags: css tricks
May252009
Published by Evren Ayan at 12:33 AM under General Announcements | Sharepoint Administration
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.
Tags: sharepoint, sp2, bug, kb
May192009
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();
Tags: sharepoint, user, profile picture
May042009
Published by Evren Ayan at 9:08 PM under General Announcements | Sharepoint Administration
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
Tags: sharepoint, sp2
E-mail | Permalink | Trackback | Post RSS 1 Responses
May032009
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
Tags: sharepoint, theme, custom theme
Apr212009
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;}
Tags: sharepoint, hide home menu item
Apr092009
Published by Evren Ayan at 9:43 AM under General Announcements | Sharepoint Administration
· 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
Tags: scom, management pack, sharepoint
Apr062009
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
Tags: sharepoint designer, free
Apr022009
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
Tags: silverlight, moss, chart, smc