Author Archive

Windows Server 2008 Wirless Connection Service

Thursday, February 21st, 2008

If you are a Windows Server fan, you must have installed the 2008 version. I did it on my laptop and it was a walk in the park but I have encountered a small a problem that took allot of hours to figure it out. All my hardware was identified by windows directly however I was not able to find any wireless connections so after hours of changing the driver for my wireless card I discovered that Windows Server 2008 does not install the Wireless service by default so if this happens to you just go to the control panel and enable this feature enjoy as shown in the image below.

 

   

 

 Enjoy.

SharePoint Bug Bug Bug :D

Wednesday, February 13th, 2008

This is really crazy check it, Imagine you are creating workflows for a client using out of the box workflows it is easy nice and smooth right ? think again this happened with me I created a workflow based on the approval workflow template in SharePoint with a single step for the approvers group very smooth till now but check this out go to group permission and change the name of the group AHAAAA, guess what SharePoint does not change the name of the group in the workflow step so as a result an error will pop out as the pictures below

Approvers group here is still the same even if we changed the name, so I thought SharePoint might be smart enough to change it at run time but NOP an error occurred like the pictures below.

And finally here is the report

 

 

So you can imagine, if it is one workflow it is easy but imagine creating this workflow template for 10 processes, yup you have to go back and change all the group names so be careful

 

 

Chapter 2 is now on SharePoint

Saturday, February 9th, 2008

As announced a few months ago SharePoint have passed the DoD chapter 2 standards and now it is available as a resource kit to download with some code samples I have not tried the resource kit yet but I am downloading it right catch all the fun right here

 http://blogs.msdn.com/sharepoint/archive/2008/02/09/announcing-the-dod-5015-2-resource-kit-for-sharepoint-server-2007.aspx

 

Enjoy

New design document on Microsoft SharePoint team blog

Saturday, January 26th, 2008

Design and build sites for Office SharePoint Server 2007

The goal of this guide is to provide prescriptive guidance that can help you and your team build custom enterprise sites by using Microsoft Office SharePoint Server 2007 - such as company-wide portal sites or Internet presence sites. Custom sites based on Office SharePoint Server 2007 combine coded elements, such as workflows, document converters, and Web Parts, along with content, such as master pages, layout pages, graphics files, and Web pages. Best practices for developing these sites include setting up multiple environments for developing, integrating, piloting, and deploying coded elements and content from one environment to another. Therefore, coordinating the development and deployment of an enterprise site based on Office SharePoint Server 2007 is a complex activity. This guide describes the ways you can set up the multiple environments used in the development read here more

F10 (Debug) inside the .NET Framework

Thursday, January 17th, 2008

This is really a lovely thing the Scott Gu announced .NET framework sourcecode has been released for the community now you can debug inside the framework itself cool press F10 and you might be inside System.Data.SQL.

Read more here

Top 10 Geeky keyboards

Monday, January 14th, 2008

Check this out :) ,

 

http://www.computersight.com/Hardware/Accessories/10-Strange-Keyboards.70082

 

 

FREE EBOOK

Monday, January 14th, 2008

A friend told me that Microsoft Press has a special offer for an e-book to download it for FREE!

Just sign up and download the book. from here

SharePoint Lookup fields does not support “user or groups”

Monday, January 14th, 2008

 

Hi,It has been a while since I wrote any new blog entries because I got married J and guess what l am the luckiest man on earth with my wife and also I have reallocated my job from Estarta – Jordan to Injazat Data Systems – UAE (a joint venture between Mubadala and EDS) so my hand were little bit full.Anyways I decided I will update my blog with a series of entries to recap my absence and as a start I noticed something very strange in SharePoint lists lookup fields, I was doing a presentation for a client to show the ability of getting data from other lists and my example was to retrieve data from team members list that had two columns as the following:1-  Title by default with the list of type single line of text2-  Team member name of type people and groupMy goal was to connect the column to the team member column and guess what! It did not show up in the drop down list so as a result I made a small exercise to see what are the columns that are supported by the lookup column: 

 

Column Type Supported/Not Supported
Single line of text Supported
Multiple line of text Not
Choice – Drop down list Not
Choice – Radio buttons Not
Choice – Checkbox Not
Number Not
Yes/No Not
Person or Group Not
Hyperlink Not
Hyperlink – Picture Not
Calculated Supported

 

I know there are other solutions to get the values of these columns like the DVWP but is there any reason behind this limitation because I recall some of these columns were supported by SharePoint 2003.

 

Enjoy

Yazan