Andrew Connell [MVP SharePoint]
1741 Posts |  46 Articles |  5310 Comments
.NET  |  MCMS  |  SharePoint  |  Office System
Andrew Connell's RSS Feed    
AC's Blog Quick Links
SharePoint Quick Links
Article Categories
Archives
May, 2012 (3)
April, 2012 (4)
March, 2012 (4)
February, 2012 (4)
January, 2012 (12)
December, 2011 (6)
November, 2011 (3)
October, 2011 (17)
September, 2011 (8)
August, 2011 (6)
July, 2011 (7)
June, 2011 (13)
May, 2011 (9)
April, 2011 (15)
March, 2011 (1)
February, 2011 (6)
January, 2011 (5)
December, 2010 (11)
November, 2010 (6)
October, 2010 (12)
September, 2010 (5)
August, 2010 (4)
July, 2010 (5)
June, 2010 (6)
May, 2010 (11)
April, 2010 (11)
March, 2010 (9)
February, 2010 (9)
January, 2010 (3)
December, 2009 (10)
November, 2009 (15)
October, 2009 (15)
September, 2009 (7)
August, 2009 (4)
July, 2009 (10)
June, 2009 (8)
May, 2009 (2)
April, 2009 (9)
March, 2009 (6)
February, 2009 (16)
January, 2009 (6)
December, 2008 (12)
November, 2008 (12)
October, 2008 (27)
September, 2008 (13)
August, 2008 (14)
July, 2008 (14)
June, 2008 (12)
May, 2008 (23)
April, 2008 (12)
March, 2008 (15)
February, 2008 (13)
January, 2008 (12)
December, 2007 (10)
November, 2007 (8)
October, 2007 (15)
September, 2007 (20)
August, 2007 (21)
July, 2007 (16)
June, 2007 (8)
May, 2007 (25)
April, 2007 (16)
March, 2007 (18)
February, 2007 (18)
January, 2007 (12)
December, 2006 (16)
November, 2006 (13)
October, 2006 (18)
September, 2006 (22)
August, 2006 (27)
July, 2006 (23)
June, 2006 (23)
May, 2006 (23)
April, 2006 (9)
March, 2006 (17)
February, 2006 (15)
January, 2006 (23)
December, 2005 (31)
November, 2005 (32)
October, 2005 (38)
September, 2005 (53)
August, 2005 (30)
July, 2005 (63)
June, 2005 (30)
May, 2005 (59)
April, 2005 (29)
March, 2005 (74)
February, 2005 (27)
January, 2005 (22)
December, 2004 (32)
November, 2004 (42)
October, 2004 (39)
September, 2004 (20)
August, 2004 (14)
July, 2004 (27)
June, 2004 (40)
May, 2004 (5)
April, 2004 (6)
March, 2004 (16)
February, 2004 (26)
January, 2004 (23)
December, 2003 (7)
November, 2003 (14)
October, 2003 (20)
September, 2003 (4)
Post Categories



Managed Windows Shared Hosting

First, thanks to everyone who attended my talks this week at TechEd EMEA 2008 Developer in Barcelona, Spain. If you haven't submitted an evaluation, please do so! Not only do you have a chance to win the cool phone, but it helps the conference organizers and me as well.

In my sessions I demonstrated a few things that I wanted to share in this post as some folks were trying to quickly take pictures or write done some command line stuff I did. I got a lot of questions about the sample site I showed in my two breakout sessions: Adventure Works Travel. I can't share the code for this right now, but it will be available by the end of the year. It's got a ton of cool demoware stuff like a Silverlight control as well as a WCF service hosted within the the SharePoint site that's called by the Silverlight control. Also demonstrates dual authentication with anonymous access and FBA. Cool site... but you'll be able to download the project & source code to deploy in your own virtual machines soon enough... I'll certainly be blogging about it when its available.

OFC202 - MOSS 2007 as Web Content Management for Internet-Facing Web Sites
The "code" for this session is related to the Content Query Web Part (I can't share the code from Adventure Works just yet). I've posted a ZIP of the Web Part definition that includes the customizations as well as the custom XSLT file... each includes XML comments where changes were made. Check the readme in the ZIP for instructions on duplication of the process.

» OFC202 speaking page link...

OFC309 - Launching an Internet-Facing MOSS 2007 Publishing Site: Deployment, Performance & Security
In this session I demonstrated how to do lazy loading of the core.js JavaScript file. I've uploaded the code for the WSP I create that contains the control that hides core.js for anonymous users, the master page I used and the ASPX page that does the lazy loading of the control. For more detail on this, check out my book & and the Microsoft KB article #933823.

The other thing I promised was to share the IIS HTTP compression stuff... I've blogged about this in a separate blog post here.

» OFC309 speaking page link....

If you're interested in learning more about MOSS 2007 WCM and the class I teach, you can sign up for this free webcast next week (Tuesday, November 18)... check this post for more information & registration details. I'm also teaching my 5-day Live Meeting based WCM developer class the week of December 8-12. What better way to learn WCM without the travel expense for less than $1,000 (registration link)!

In case you missed it, Microsoft also announced new development tools in the upcoming Visual Studio 10 release! Check Paul's blog for more info.

posted on Saturday, November 15, 2008 8:44 AM

Feedback

# re: TechEd EMEA 2008 Developer - Session Recap 11/18/2008 1:31 PM Brian Kenneth Nielsen
Gravatar Hi Andrew

Thanks for your great sessions. I joined all of them. Hope that you have got some good feedbacks.

There was a question, that came up after the session ended. I wonder if you could help me find the answer.

You talked about the upcomming Adventure Works Demo site. I wonder if the project plan for the developing of it, will be available? So that we can see how much time that has been put into the different parts of that solution.

I ask because it would be nice to see how other estimates such a big project.

Best regards
Brian Nielsen

# re: TechEd EMEA 2008 Developer - Session Recap 11/18/2008 9:13 PM AC [MVP MOSS]
Gravatar Brian-
Not sure... but I don't think that's in the current plan.

# re: TechEd EMEA 2008 Developer - Session Recap 12/8/2008 7:45 AM Kristoffer Munch
Gravatar Hi Andrew
Why is it nessecary to do the lazy loading of the core.js when it is marked with "defer" if you not in edit-mode of a page?

# re: TechEd EMEA 2008 Developer - Session Recap 1/12/2009 11:56 AM Lyn
Gravatar Hi - is there any news on when the Adventure Works Travel demo will be available for download?

Post Feedback

Title:
Name:
Email:
(email will not be displayed)
Url:
Comments: 
Please add 7 and 4 and type the answer here:    
All Comments Are Filtered & Moderated
Unfortunately comment spammers are just too effecient and are constantly dirtying up blogs with irrelevant and unwanted comments trying to improve their standing on search engines. All comments on this blog are moderated. I do not censor comments, but I don't approve comments with vulger language or those soliciting products. Most of the time comments are approved within a few hours of being submitted with the only exception when I'm traveling.

Why are you asking for my email address?
The only reason I'm asking for your email address, which isn't required to submit a comment, is to provide a gravatar if you've created an account for yourself and associated your email address with a small image. If you have a gravatar created for the email address you submit, it will appear next to your comment. Otherwise nothing will appear.

What is a gravatar?
A gravatar is a "globally recognized avatar." You can get more information about gravatars, as well as create your own for free, at www.gravatar.com. You can also view my gravatar here.


Copyright © 2003 - 2012 Andrew Connell
Creative Commons License 
This work is licensed under a Creative Commons License

 
SharePoint Training
Looking for SharePoint 2010 training for developers, administrators, power users, information workers, end users & web designers? Look no further! My company, Critical Path Training offers the best SharePoint training around! We offer public & private classes both as in-person instructor-loed hands-on classes and online classes. Check out our schedule and course catalog for all the ways we can get you going on your SharePoint path!