SharePoint Saturday Virginia Beach - Registration is now open !!!

by michaellotter 30. November 2008 06:04

Registration is now open for SharePoint Saturday Virginia Beach.  Please vist the site or click here to register.

 

Tags:

SharePoint Saturday

SharePoint Saturday Virginia Beach - Call for Speakers

by michaellotter 30. November 2008 05:22

SharePoint Saturday Virginia Beach event is currently having Call for Speakers and looking for sessions for all tracks (Administration, Development, Design, Architecture and End User).  The current list of sessions already submitted is listed below.

 

    Cheap & Easy Wildcard Search for MOSS  
Everyone loves to use wildcard searches when looking for files on their PC. But when they attempt to use wildcards in SharePoint, search results come up empty. This session will teach attendees how to fix that problem, and quickly drive adoption of SharePoint search. We will discuss how to add new functionality to SharePoint Search by creating our own web user control with the Query Object Model. After we have the design and code laid out we will then create a web part using the web user control as a basis. In the end attendees should have the ability to visualize web part design and create a custom search utility in a real world business scenario.
 
 
Developing and Packaging Third-Party SharePoint Solutions  
The market available for third-party SharePoint developers is relatively untapped considering the vast size of its user base. Microsoft provides us with the tools and paradigms to make custom solutions deployable across any configuration. As long as we follow some basic rules and understand what we can expect in more complex SharePoint installations, customers can expect a seamless, professional deployment experience and support calls can be minimized. 

In this session, we will write a simple, custom SharePoint Feature (with some edge-case peculiarities) to highlight some of the issues you might encounter when preparing your product for release. The result will be an installation executable (none of that stsadm funny business).

After this session, attendees should be able to develop their own SharePoint Features and package them with the correct tools to provide their customers with the ability to deploy them into their environments.
 
 
SharePoint as an Enterprise Development Platform  
So you stood up MOSS 2007, and maybe even put together a nice site or two for your intranet/extranet/public website… now what? SharePoint gives you an extraordinarily rich platform to serve as the foundation for all of your .NET enterprise applications. We’ll talk about several development tools built right into SharePoint, how to establish some that are missing, and how to organize your development efforts around SharePoint to maximize the return on your SharePoint investment. The intended audience for this session would be software/solutions architects and IT leadership. Due to time constraints, we will briefly cover important technical topics at a high level, many of which will be covered in more detail in other sessions. These topics will include but are not limited to Application Architecture, Team Development, Web Services/Windows Communication Foundation/Service-Oriented Architecture, custom ASP.NET application development within the SharePoint framework, and integration with existing applications.
 
 
SharePoint Security Management for the Business User  
With MOSS or WSS v3 the new site collection and sub site security capabilities are astonishing but there are so many new options available that it’s really hard to truly understand what is possible and how to effectively manage security.  The complexity of managing security even gets more complicated when working with sub sites because of how the screens display the security groups.   This session reviews all the different options that are available and then goes into detail on how to effectively use the options with and without inheritance at the site collection and sub site level.  List, Library, Folder, Item and Document level security is reviewed to finish up the session.  This session uses demo’s frequently to actually show what screens and options are being talked about so everyone can get a clear picture of what is really being talked about.
 
 
Tuning Memory Management in SharePoint  
When I began working with SharePoint Portal Server 2001 and SharePoint Team Services there weren’t a lot of options available for tuning anything especially memory.  When SharePoint Portal Server 2003, Windows SharePoint Services, IIS 6 and SQL 2005 were available we started seeing more options for tuning SharePoint installation and it was really necessary because of the new capability of scaling out the farm and RAM limitation of Windows Server 2003 32 bit.  Now with MOSS and WSS v3 having more functionality and more screens/options for performance tuning memory management has become a necessary action to make the farm run as smoothly as possible.  This session shows and gets into those details on what can be done to make your farm memory management as efficient as possible.   

Tags:

SharePoint Saturday

SharePoint Saturday Virginia Beach

by michaellotter 30. November 2008 01:42

Last year I found out about Code Camp’s through a colleague and thought they were a great idea because it was a way to giveback to the community things I've learned from my consulting career, practice on my speaking and presentation skills and hopefully meet some really great people and make some friends in the process.  Through the past year I’ve spoke at 20 different events mostly up and down the East Coast on InfoPath 2007, InfoPathForms Services, InfoPath Template Parts, SharePoint Application pages, SharePoint branding and SharePoint Security for Business User and have had a really great time doing it.  I’ve had such a great time that I’m hooked on the whole Code Camp meaning and started to think about doing a event myself called SharePoint Saturday up in NYC.  I talked with several people about the whole idea at the Hartford Code Camp (Talbott Crowell) and got a lot of positive feedback.  So, I mentioned it to all my work colleagues and a couple other people at the NYC SharePoint User Group and they thought it was a great idea too.  With all this positive feedback I decided to give it a shot and start planning for the event.  While the SharePoint Saturday NYC event was being planned out, I talked with Kevin Israel at the Richmond Code Camp and told him about the whole idea and he thought it was really cool idea and gave me some really good pointers about running the whole event.  Several weeks later I got im from Kevin and he told me Susan Lennon and himself were talking about doing a SharePointSaturday event in Virginia Beach and was wandering if I would be interested in helping them organize it and without hesitation I said yes.  I was thinking to myself this is so cool that SharePoint has gotten so big that local community events are being done just for it.  The planning is in full swing now and everything is moving along pretty nicely with the organization of the event and we now have a great website that Josh Carlisle and B&R Business Solutions helped out with.  The content on the site is a little skimpy but keep checking back because new content is always being added, so please keep checking back to see what new information is being posted on the home, speaker and session pages. 

Cheers

Tags:

Code Camp | SharePoint Saturday

Upgraded blog software to latest version 1.4.5.0

by michaellotter 28. November 2008 12:05

This year I switched from SharePoint Blogs to hosting my own blog using BlogEngine.NET (Open Source) because I knew I wanted to continue blogging and I felt I had out grown SharePoint Blogs.  Last night I had a few extra hours of downtime and I knew at least one new version had been released of the software, so I decided to do a quick upgrade and let me tell you it was worth it.  Some of the new features that were released has made things really easy and a pleasure to work with.  I'm hoping to find more time in the future to blog again about InfoPath and SharePoint because I've had a lot of new experiences in the last few months and I'm really eager to share them.

Cheers,
Michael 

Tags:

Blog

Easy way to build a .NET Class from your InfoPath form data source

by michaellotter 28. November 2008 11:58

 

When I started my consulting career up again I didn’t have a lot of experience working with XML, XSD or .NET from the application development side but had experience with SharePoint and .NET Console applications.  When I started my new job I was lucky enough to work with a fellow named Josh Carlisle on a project and he taught me how to build my data structures with an XSD file and then convert to a .NET Class with the XSD.exe tool.  It took me awhile to fully understand everything but once I did it made my life so much easier.  Later that year I started working with InfoPath 2003 and at one point during that year I got involved with a large project that required me to add all the data that was collected from a InfoPath form and submit it to a database.  I thought at first this was going to be a royal pain because of the learning curve for XPath and XML (didn’t know it that well) but then I remembered that all InfoPath forms have a XSD file and it could be just a simple of taking that XSD file and converting to a .NET Class with the XSD.exe tool and then binding the InfoPath data source to the .NET Class.  So, I gave it a shot and amazingly enough it worked.  The project ended up being painless because I used this method and it also cut down on the development life cycle.  It’s now the end of 2008 and Office 2003 is just a memory for me and Office 2007 is in full swing but one thing that hasn’t changed is how I read all my data from my InfoPath forms when using them with either a Web Service or Workflow.  That’s right I said workflow, I use the same technique for workflows too because I’m still using InfoPath forms but now with Workflows.  Granted the method is not as simple as with Web Services but it’s still really easy and gives my clients a very structured approach for reading the data from an InfoPath form.  In the coming week I’m going to write two posts on how to do this with a Web Service and Workflow but now it’s back to work for me. Hope everybody had a good day off.

Cheers,
Michael

 

Tags:

InfoPath 2007 | Microsoft Visual Studio 2008

About me

Michael Lotter
B&R Business Solutions
SharePoint Solution Architect
MCTS
More...

 

SharePoint Saturday

SharePoint Saturday is a free event open to the public and is focused on all aspects of SharePoint and related Microsoft Office technologies.  
  

 

 

 

 

 

 

Calendar

<<  September 2010  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

View posts in large calendar

RecentComments

Comment RSS