Skip to content

Posts from Blog

29
Jul

Upcoming books on Windows Phone 7 development

Reading a book about Windows Phone 7 development is a great way to get you started, and beyond. Here is a list of known upcoming books on the subject. Beginning Windows Phone 7 Development by Henry Lee Published by Apress. More info Pro Windows Phone 7 Development by Rob Cameron Published by Apress More...

Read more
28
Jul

SharePoint 2010 cumulative updates

Release Date Microsoft SharePoint Foundation 2010 Microsoft SharePoint Server 2010 June 2010 update KB2028568 KB983319 KB983497 KB2281364 KB2124512 KB2182938 (Japanese only)...

Read more
30
Jun

Microsoft SharePoint 2007 June 2010 CU published

Today Microsoft published the June 2010 CU for SharePoint 2007. This CU also addresses the important security bulletin MS10-039 . To read more about this CU, please follow these links: MOSS 2007 KB983310 WSS 3.0 KB983311 This CU requires you to have the Service Pack 2 installed. And remember to either...

Read more
14
May

SharePoint Server 2010 PowerShell cmdlets

Now that PowerShell cmdlets will replace the stsadm.exe used in SharePoint Server 2007, it can be a little bit difficult to get an overview of the new commands. A newly published article on TechNet: Index of SharePoint Server 2010 Windows PowerShell cmdlets will help you get this information in a structured...

Read more
14
May

What's new in SharePoint Server 2010?

If you ever have wanted to know what new features the Microsoft SharePoint Server 2010 brings to us, you can follow these links from Microsoft. What's New From the TechNet site, we have the What's New in Microsoft SharePoint Server 2010 articles. And from a development perspective we have these...

Read more
25
Apr

Installing SharePoint Server 2010 on a development system. Part 2.

This is the 2nd part of my post on How to Install SharePoint Server 2010 on a development system. Now it’s time to run the SharePoint Products Configuration Wizard. Click Next. You will be asked if it is ok to restart certain services during the wizard. Click Yes. Since we will creating a new server...

Read more
24
Apr

Installing SharePoint Server 2010 on a development system. Part 1

In this post I will guide you through the process of setting up a SharePoint Server 2010 development server. The platform I will cover here will be Windows Server 2008 (R2) and not Windows 7. (Which is, in contrast to SharePoint Server 2007, is both doable and supported). Also, I will not cover installing...

Read more
05
Apr

No spyware protection warning from Windows Home Server

Ever since I have start to user Windows Home server, this warning has bugged me every time I re-boot my PC. I am running Windows 7 with Microsoft Security Essentials, both updated with the latest Windows Update and security definitions. So I’m pretty sure that I have spyware protection on my system...

Read more
28
Feb

HP Optimized Power Plan on Windows 7

In the downloads section on the support pages on http://www.hp.com for my HP EliteBook 8730w, I did found that HP is offering something called “System Default Settings for Microsoft Windows 7” One thing that this installs is a new power plan called HP Optimized, which actually replaces the...

Read more
04
Feb

SharePoint: How to apply ViewStyle in schema.xml

When you are customizing a SharePoint list with a custom schema.xml file, you may also want to set the ViewStyle for your View. You do that by adding a <ViewStyle ID="xx"/> element within the <View> element. For exampl ID 17 corresponds to the "Shaded" view style. Here...

Read more