Posts

Showing posts from 2009

Sharepoint service pack 2 download

Been waiting on it all day, service pack 2 download for sharepoint office servers: http://support.microsoft.com/kb/970358/ Direct download page link http://www.microsoft.com/downloads/details.aspx?FamilyId=B7816D90-5FC6-4347-89B0-A80DEB27A082&displaylang=en I have a test farm set up for this already, it's a mirror of my current farm. Lets see what it breaks! Found the WSS 3.0 Links now as well: http://support.microsoft.com/kb/953338 http://www.microsoft.com/downloads/details.aspx?FamilyId=79BADA82-C13F-44C1-BDC1-D0447337051B&displaylang=en *update* Project Server: http://support.microsoft.com/kb/953334 List of all 2007 Service Pack 2 updates: http://support.microsoft.com/smarterror/default.aspx?spid=global&query=kb%20968170

Sharepoint navigation flyouts

Why sharepoint, why. Ok so it turns out that the navigation inside of sharepoint, which uses ASP:Menu to generate it's code, makes a ton of tables and is generally a mess to deal with. But it is nice to try to keep things as much out of the box as possible so i left it alone and used the menu. Untill i tried to add divs to the page. The sharepoint menu, for the life of me, i could not force to go above my divs on my webpages. I encased it in a div, set it to 5, 9999, 255, 13 nothing! Changed the css code so it was all over 10, still nothing. Then google chrome came to the rescue, it told me that the div that holds the flyout menu's z-index was set to 1, inline. Inline?! i check the code, nope, i do not see that it is set, there isn't even any style="" tag at all. Then i realized, it was the javascript. I never did bother to fully trace it but in sharepoint's javascript, it changes the div's z-index to be 1. No matter what you do, it will be changed to 1, a

Sharepoint V.2

Heart attack. Our old sharepoint server, i randomly visited a page that is in the proccess of being migrated over and i got this error on all of the webparts: Web Part Error: One of the properties of the Web Part has an incorrect format. Windows SharePoint Services cannot deserialize the Web Part. Check the format of the properties and try again. Quick google searches gave me a ms fix, that didn't work, then it hit me. I can actually just do a iisreset on it and be fine. So i did, reloaded the webpage, and everything worked fine again. Whew

Sharepoint Usage, Google Analytics

So up till now at my new job, i have been by far more concerned with making sure my sharepoint farm has 100% uptime, is stable, and well working. Now that things are actually configured correctly (for the most part) and are stable i am looking at how much the sever is being used, and how fast it is. What i have found actually shocked me a little, and i have found a few bumps along the road. I know you thinking, "hey doesn't sharepoint have built in usage logs?" Yes, it does. Does it provide alot of information? No. Does it always work the way it is suppose to? Nooooooo. My most recent experience has been with our new landing page push out. Avg hit was in the multiple 1,000 loads perday for the first week. When i noticed this pattern i started to look into "hey, can i cache the page more" and yes, you can. So i turned on page caching for the whole site collection and then the following week, looked at my usage logs and saw something disturbing. My avg hits for th