Rob Wilson thoughts about technology, education and life

12Jun/11Off

7 Techniques for Customizing SharePoint 2010

Another of my articles is currently being featured on SharePointBriefing.com. The article (titled "7 Techniques for Customzing SharePoint 2010") explains at a high level some of the more popular techniques for customizing SharePoint 2010.

7 Techniques for Customizing SharePoint 2010

7Aug/10Off

Recap from devLINK 2010 in Nashville

devLINK 2010 ended today, and I've got to tell you that was one excellent conference.  John Kellar and his leadership team obviously work really hard.  This year the conference sold out with around 900 attendees.  There were around 150 breakout sessions and opening/closing keynotes.  Tim Huckaby pulled off an amazing keynote to kick the conference off.  As fate would have it, he mentioned some of the cool things his company has done with WPF and SharePoint just minutes before I was to deliver the first SharePoint development session of the conference.  So I was caught a little off guard when 120-130 filled the room -- me, on the third day of antibiotics and antihistamine battling a terrible sinus infection.

Thanks to the adrenaline rush from Tim's keynote (did I mention he was amazing?), I was able to pick up some steam.  I only had 45 minutes to deliver a 75 minute presentation.  Even after running over by five minutes, I was still not able to completely finish.  I will post the code on my blog soon -- on a new page I added just for code.  The reviews of the session were mostly good.  Despite stating in the session description that my objective was to guide .NET developers when to develop on the SharePoint platform and introduce them to the SharePoint Object model, and my verbal disclaimer at the beginning that it wouldn't be a code-filled session, there were a handful of people who still expressed their desire to see more code.  After all, this was devLINK -- where code rules and slide decks drool.  So it was my first time there...give me a break!  Call it a rookie mistake.  Let me come back next year and I'll "code the far outta ya."  Here is the slide deck for the "Intro to SharePoint Development" session.

Intro to SharePoint for Developers
View more presentations from Rob Wilson.

The audience for the InfoPath session was a bit smaller as anticipated.  We demonstrated how InfoPath can be used to replace paper forms and automate common business processes.  We developed a simple workflow using a custom SharePoint list and a workflow developed in SharePoint Designer 2010.  Then we demonstrated how to streamline that workflow using InfoPath.  Using codeless rules and actions, we can show users only the views of a form that they should see and use buttons on the forms to move the workflow along with a minimal amount of clicks.  The slide deck is below.  A complete walk-thru will also be added to my labs page.  The room came up with some great ideas for the InfoPath product team -- including the ability to share data connections and rules across forms, and the desire to inherit forms (instead of using lackluster form parts).

In closing, I want to say that I am a fan of devLINK.  It is a well-oiled, developer-focused community machine.  The open spaces concept was a nice add -- circles of developers sitting in the foyer outside Starbucks talking about real-world topics.  I'll definitely take more advantage of that next year if I can peel myself away from the breakout sessions.  The facilities at Lipscomb University were phenomenal.  After three days I finally figured out how to get around and then I didn't want to leave.  I saw great presentations on the Windows 7 Phone, iPhone development using MonoTouch, Silverlight, WCF, WPF, ASP.NET MVC, SharePoint and PowerShell.  It was good to see some old acquaintances and to meet some great people -- I hope to run into them again.  And Nashville -- you're still one of my favorite places despite the intense heat this weekend.  I would have seen more of you were it not for my cold.  Until next year...
29Jun/10Off

Fun with Data View Web Parts

I'm working on a series of posts regarding the Data View Web Parts in SharePoint 2010.  I'm intrigued by the idea of companies using SharePoint Foundation (fka SharePoint Services) and DVWPs on Site Pages created in the free SharePoint Designer as a viable alternative to InfoPath for collecting data with web forms.  Granted, if a company has InfoPath, I would recommend using it for online forms 9 times out of 10.  But until Microsoft decides to make a end user version of InfoPath available for free so that users can fill out forms, I am confident there will be plenty of organizations that will not purchase it.

So I will be introducing some jQuery for sprucing up the presentation of the forms.  I will also show you some tips and tricks for data validation and page redirection.  It's an exciting topic.  Stay tuned.