<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Mick's Breeze Blogs - Biztalk/Sharepoint/... - Office|Deployment</title>
    <link>http://blogs.breeze.net/mickb/</link>
    <description>Things hard and not so hard....</description>
    <language>en-us</language>
    <copyright>Breeze</copyright>
    <lastBuildDate>Sat, 14 Nov 2009 05:53:07 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>mickb@breezetraining.com.au</managingEditor>
    <webMaster>mickb@breezetraining.com.au</webMaster>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=75d78fdb-924c-4a8e-ad54-89262abd4fc1</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,75d78fdb-924c-4a8e-ad54-89262abd4fc1.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,75d78fdb-924c-4a8e-ad54-89262abd4fc1.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=75d78fdb-924c-4a8e-ad54-89262abd4fc1</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Recently at the SharePoint Conference (SPC2010) delegates were given a beautiful book
with all sorts of developers bits.
</p>
        <p>
The book stars 123 pages of great information, and improvements to many areas that
we previously had pain with (lists, queries, and just CAML in general)
</p>
        <p>
There’s also 6 walkthroughs (sort of like HOLs) with code etc. to give you a feel
for customising SharePoint. 
</p>
        <p>
          <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=cffb14e8-88a9-43bd-87aa-4792ab60d320&amp;displaylang=en" target="_blank">Grab
the PDF version HERE</a>
          <br />
          <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=cffb14e8-88a9-43bd-87aa-4792ab60d320&amp;displaylang=en" target="_blank">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/SharePoint2010ProfessionalDevelopersGuid_ED4B/image_5.png" width="304" height="392" />
          </a>
        </p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
Some snippets which I found interesting from the book are:
</p>
        <ol>
          <li>
Some great object model options now for integrating with SharePoint.<br /><br /><a href="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/SharePoint2010ProfessionalDevelopersGuid_ED4B/image_2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/SharePoint2010ProfessionalDevelopersGuid_ED4B/image_thumb.png" width="320" height="246" /></a><br />
Points to note here: 
<br />
- Client OM + Rest are exposed as WCF Services (based on Client.Svc) and the Client
OM is a batched model, so you transmit only what you ask for within Object Collection
Hierarchies (unlike SPSite.AllWebs etc etc)<br />
- LINQ to SharePoint is initially created with SPMetal to create all the LINQ classes
(there’s no ‘designer’ support for this yet, like LINQ for SQL – at least in this
beta)<br />
- External Lists are an interesting one, you can develop plugins to expose two-way
data syncs within SharePoint. I’m looking to reach out to SAP + Siebel systems when
I explore this option :)<br /></li>
          <li>
Resource Throttling is turned on by default – previously developers could write code
like SPList.Items… Usually on a Developer’s machine, with 5 items in a list this was
not an issue, 8000 items in a list turns into a different story.<br /><br />
SharePoint 2010 now has safe guards against this turned on by default.</li>
        </ol>
        <p>
Enjoy…I’m off to enjoy the sun.
</p>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=75d78fdb-924c-4a8e-ad54-89262abd4fc1" />
      </body>
      <title>SharePoint 2010: Professional Developers Guide (BETA) Released</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,75d78fdb-924c-4a8e-ad54-89262abd4fc1.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2009/11/14/SharePoint2010ProfessionalDevelopersGuideBETAReleased.aspx</link>
      <pubDate>Sat, 14 Nov 2009 05:53:07 GMT</pubDate>
      <description>&lt;p&gt;
Recently at the SharePoint Conference (SPC2010) delegates were given a beautiful book
with all sorts of developers bits.
&lt;/p&gt;
&lt;p&gt;
The book stars 123 pages of great information, and improvements to many areas that
we previously had pain with (lists, queries, and just CAML in general)
&lt;/p&gt;
&lt;p&gt;
There’s also 6 walkthroughs (sort of like HOLs) with code etc. to give you a feel
for customising SharePoint. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=cffb14e8-88a9-43bd-87aa-4792ab60d320&amp;amp;displaylang=en" target="_blank"&gt;Grab
the PDF version HERE&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=cffb14e8-88a9-43bd-87aa-4792ab60d320&amp;amp;displaylang=en" target="_blank"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/SharePoint2010ProfessionalDevelopersGuid_ED4B/image_5.png" width="304" height="392"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Some snippets which I found interesting from the book are:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Some great object model options now for integrating with SharePoint.&lt;br&gt;
&lt;br&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/SharePoint2010ProfessionalDevelopersGuid_ED4B/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/SharePoint2010ProfessionalDevelopersGuid_ED4B/image_thumb.png" width="320" height="246"&gt;&lt;/a&gt; 
&lt;br&gt;
Points to note here: 
&lt;br&gt;
- Client OM + Rest are exposed as WCF Services (based on Client.Svc) and the Client
OM is a batched model, so you transmit only what you ask for within Object Collection
Hierarchies (unlike SPSite.AllWebs etc etc)&lt;br&gt;
- LINQ to SharePoint is initially created with SPMetal to create all the LINQ classes
(there’s no ‘designer’ support for this yet, like LINQ for SQL – at least in this
beta)&lt;br&gt;
- External Lists are an interesting one, you can develop plugins to expose two-way
data syncs within SharePoint. I’m looking to reach out to SAP + Siebel systems when
I explore this option :)&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;
Resource Throttling is turned on by default – previously developers could write code
like SPList.Items… Usually on a Developer’s machine, with 5 items in a list this was
not an issue, 8000 items in a list turns into a different story.&lt;br&gt;
&lt;br&gt;
SharePoint 2010 now has safe guards against this turned on by default.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
Enjoy…I’m off to enjoy the sun.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=75d78fdb-924c-4a8e-ad54-89262abd4fc1" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,75d78fdb-924c-4a8e-ad54-89262abd4fc1.aspx</comments>
      <category>.NET Developer</category>
      <category>Office</category>
      <category>Office/Deployment</category>
      <category>SharePoint/2010</category>
      <category>Silverlight</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=fbfc5075-cc79-4200-a157-8cb4a917385a</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,fbfc5075-cc79-4200-a157-8cb4a917385a.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,fbfc5075-cc79-4200-a157-8cb4a917385a.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=fbfc5075-cc79-4200-a157-8cb4a917385a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Great to see some public information surfacing around SharePoint 2010 and development.
</p>
        <p>
To get started (if you’re not already) here’s the SDK with a CHM file and PDF/XPS
on “how to customise the ribbon”.<br /><a title="http://www.microsoft.com/downloads/details.aspx?familyid=94AFE886-3B20-4BC9-9A0D-ACD8CD232C24&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?familyid=94AFE886-3B20-4BC9-9A0D-ACD8CD232C24&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=94AFE886-3B20-4BC9-9A0D-ACD8CD232C24&amp;displaylang=en</a></p>
        <p>
Doing a little digging in the CHM file, you can see (below) all the different Content
categories with some special areas to note:
</p>
        <ol>
          <li>
There appears to be a Visio Server – I guess like InfoPath + Excel Services as they
currently stand in 2007.</li>
          <li>
AJAX + JSON seem to make an appearance at the foundational core – yay! less page reloads.</li>
          <li>
WCF Services used (*.SVC) as expected and simplified. Also it appears that BDC systems
are accessible via a SharePoint custom WCF Binding, making it possible to work on
BDC based data from various applications within SharePoint. SharePoint might become
the hub ‘repository’ for this sort of information.</li>
        </ol>
        <p>
Bear in mind *alot* of this information is ‘subject’ to change.<br /><br />
Certainly going fwd it should be very exciting to see what actually ships and whether
some of the immediate constraints are dealt with.
</p>
        <p>
Looks like we’re up for another Ribbon experience in this Version of SharePoint from
within the Browser.
</p>
        <p>
          <a href="http://blogs.breeze.net/mickb/content/binary/WindowsLiveWriter/SharePoint2010TechPreviewDeveloperSDKish_CAD/image_2.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.breeze.net/mickb/content/binary/WindowsLiveWriter/SharePoint2010TechPreviewDeveloperSDKish_CAD/image_thumb.png" width="644" height="428" />
          </a>
        </p>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=fbfc5075-cc79-4200-a157-8cb4a917385a" />
      </body>
      <title>SharePoint 2010 (Tech Preview) Developer SDK is here</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,fbfc5075-cc79-4200-a157-8cb4a917385a.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2009/09/03/SharePoint2010TechPreviewDeveloperSDKIsHere.aspx</link>
      <pubDate>Thu, 03 Sep 2009 14:54:21 GMT</pubDate>
      <description>&lt;p&gt;
Great to see some public information surfacing around SharePoint 2010 and development.
&lt;/p&gt;
&lt;p&gt;
To get started (if you’re not already) here’s the SDK with a CHM file and PDF/XPS
on “how to customise the ribbon”.&lt;br&gt;
&lt;a title="http://www.microsoft.com/downloads/details.aspx?familyid=94AFE886-3B20-4BC9-9A0D-ACD8CD232C24&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?familyid=94AFE886-3B20-4BC9-9A0D-ACD8CD232C24&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=94AFE886-3B20-4BC9-9A0D-ACD8CD232C24&amp;amp;displaylang=en&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Doing a little digging in the CHM file, you can see (below) all the different Content
categories with some special areas to note:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
There appears to be a Visio Server – I guess like InfoPath + Excel Services as they
currently stand in 2007.&lt;/li&gt;
&lt;li&gt;
AJAX + JSON seem to make an appearance at the foundational core – yay! less page reloads.&lt;/li&gt;
&lt;li&gt;
WCF Services used (*.SVC) as expected and simplified. Also it appears that BDC systems
are accessible via a SharePoint custom WCF Binding, making it possible to work on
BDC based data from various applications within SharePoint. SharePoint might become
the hub ‘repository’ for this sort of information.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
Bear in mind *alot* of this information is ‘subject’ to change.&lt;br&gt;
&lt;br&gt;
Certainly going fwd it should be very exciting to see what actually ships and whether
some of the immediate constraints are dealt with.
&lt;/p&gt;
&lt;p&gt;
Looks like we’re up for another Ribbon experience in this Version of SharePoint from
within the Browser.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.breeze.net/mickb/content/binary/WindowsLiveWriter/SharePoint2010TechPreviewDeveloperSDKish_CAD/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.breeze.net/mickb/content/binary/WindowsLiveWriter/SharePoint2010TechPreviewDeveloperSDKish_CAD/image_thumb.png" width="644" height="428"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=fbfc5075-cc79-4200-a157-8cb4a917385a" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,fbfc5075-cc79-4200-a157-8cb4a917385a.aspx</comments>
      <category>.NET Developer</category>
      <category>MOSS</category>
      <category>Office</category>
      <category>Office/Deployment</category>
      <category>SharePoint/2010</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=d7959c04-631e-4042-a182-12baa35e1321</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,d7959c04-631e-4042-a182-12baa35e1321.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,d7959c04-631e-4042-a182-12baa35e1321.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=d7959c04-631e-4042-a182-12baa35e1321</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Hi folks, as promised (a little late – had to man a stand at CeBit) here are the slides
to yesterday’s session.
</p>
        <p>
Thanks for all that attended and helping to make it a great class.
</p>
        <p>
Off to do the same thing in Melbourne…and Build Rome.<br /><br /><br /></p>
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:887EC618-8FBE-DEAD-BEEF-2339AF2EC721:eb076453-d455-4fa4-b764-da7e2287544d" class="wlWriterEditableSmartContent">
          <a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module08x6.png" title="Sydney Session" rel="thumbnail">
            <img border="0" src="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module0.png" />
          </a>
        </div>
        <p>
Here’s the Slides and Demos Download (all files are Zipped)
</p>
        <p>
        </p>
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:b8d4ebe0-62cd-492e-b564-482f2bd5ee8d" class="wlWriterEditableSmartContent">
          <div>
            <a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module.0.zip" target="_blank">Module
0.zip (1MB)</a>
          </div>
        </div>
        <p>
        </p>
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:35e7e53c-f3c8-4632-934d-66973912209f" class="wlWriterEditableSmartContent">
          <div>
            <a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module.1.zip" target="_blank">Module
1.zip (3MB)</a>
          </div>
        </div>
        <p>
        </p>
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:b02e1f91-a244-4a18-9fb7-7a6df4911c88" class="wlWriterEditableSmartContent">
          <div>
            <a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module.2.zip" target="_blank">Module
2.zip (2.5MB)</a>
          </div>
        </div>
        <p>
        </p>
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:29cc8ca9-eae0-4afd-9a40-ff590a436dad" class="wlWriterEditableSmartContent">
          <div>
            <a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module.3.zip" target="_blank">Module
3.zip (1MB)</a>
          </div>
        </div>
        <p>
        </p>
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:fffea523-7a13-4d1c-b691-69603d13b94f" class="wlWriterEditableSmartContent">
          <div>
            <a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module.4.zip" target="_blank">Module
4.zip (1.7MB)</a>
          </div>
        </div>
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:1f68ff62-3b97-44c1-a8c0-5aebab3b1b04" class="wlWriterEditableSmartContent">
          <div>
            <a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Demos_8.zip" target="_blank">Demos.zip</a>
          </div>
        </div>
        <p>
 
</p>
        <p>
        </p>
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:0887501a-66dc-4784-bc12-278f1e9d373b" class="wlWriterEditableSmartContent">
          <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:0887501a-66dc-4784-bc12-278f1e9d373b" class="wlWriterSmartContent">
          </div>
          <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=d7959c04-631e-4042-a182-12baa35e1321" />
        </div>
      </body>
      <title>Office 2007 Let&amp;rsquo;s Talk about Deployment &amp;ndash; Sydney Session</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,d7959c04-631e-4042-a182-12baa35e1321.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2009/05/12/Office2007LetrsquosTalkAboutDeploymentNdashSydneySession.aspx</link>
      <pubDate>Tue, 12 May 2009 03:09:23 GMT</pubDate>
      <description>&lt;p&gt;
Hi folks, as promised (a little late – had to man a stand at CeBit) here are the slides
to yesterday’s session.
&lt;/p&gt;
&lt;p&gt;
Thanks for all that attended and helping to make it a great class.
&lt;/p&gt;
&lt;p&gt;
Off to do the same thing in Melbourne…and Build Rome.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:887EC618-8FBE-DEAD-BEEF-2339AF2EC721:eb076453-d455-4fa4-b764-da7e2287544d" class="wlWriterEditableSmartContent"&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module08x6.png" title="Sydney Session" rel="thumbnail"&gt;&lt;img border="0" src="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module0.png" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;
Here’s the Slides and Demos Download (all files are Zipped)
&lt;/p&gt;
&lt;p&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:b8d4ebe0-62cd-492e-b564-482f2bd5ee8d" class="wlWriterEditableSmartContent"&gt;
&lt;div&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module.0.zip" target="_blank"&gt;Module
0.zip (1MB)&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&gt;
&lt;p&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:35e7e53c-f3c8-4632-934d-66973912209f" class="wlWriterEditableSmartContent"&gt;
&lt;div&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module.1.zip" target="_blank"&gt;Module
1.zip (3MB)&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&gt;
&lt;p&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:b02e1f91-a244-4a18-9fb7-7a6df4911c88" class="wlWriterEditableSmartContent"&gt;
&lt;div&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module.2.zip" target="_blank"&gt;Module
2.zip (2.5MB)&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&gt;
&lt;p&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:29cc8ca9-eae0-4afd-9a40-ff590a436dad" class="wlWriterEditableSmartContent"&gt;
&lt;div&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module.3.zip" target="_blank"&gt;Module
3.zip (1MB)&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&gt;
&lt;p&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:fffea523-7a13-4d1c-b691-69603d13b94f" class="wlWriterEditableSmartContent"&gt;
&lt;div&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Module.4.zip" target="_blank"&gt;Module
4.zip (1.7MB)&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:1f68ff62-3b97-44c1-a8c0-5aebab3b1b04" class="wlWriterEditableSmartContent"&gt;
&lt;div&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/Office2007LetsTalkaboutDeploymentSydneyS_B792/Demos_8.zip" target="_blank"&gt;Demos.zip&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:0887501a-66dc-4784-bc12-278f1e9d373b" class="wlWriterEditableSmartContent"&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:0887501a-66dc-4784-bc12-278f1e9d373b" class="wlWriterSmartContent"&gt;&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=d7959c04-631e-4042-a182-12baa35e1321" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,d7959c04-631e-4042-a182-12baa35e1321.aspx</comments>
      <category>Office</category>
      <category>Office/Deployment</category>
      <category>Training</category>
    </item>
  </channel>
</rss>