<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://csharpzealot.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>&lt;P&gt;CSharpZealot.com&lt;/P&gt;</title><link>http://csharpzealot.com/blogs/default.aspx</link><description>.Net the C# way</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.2)</generator><item><title>Designing good SharePoint Case Management GUI</title><link>http://csharpzealot.com/blogs/andrewb/archive/2008/08/04/designing-good-gui.aspx</link><pubDate>Mon, 04 Aug 2008 03:56:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:252</guid><dc:creator>abartucciotto</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;I have been working on&amp;nbsp;a SharePoint Case Management&amp;nbsp;Portal Project for some time now and we've just finished iteration 3 now. When the site was first designed and built, the custom SharePoint&amp;nbsp;menu looked cool. Each item had its own icon and each icon meant something as it was not really overwhelming on the eye. We've added&amp;nbsp;in&amp;nbsp;a whole bunch of&amp;nbsp;new icons and now the menu looks terrible. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;I've been browsing the web researching GUI design principles when I came across a site called &lt;A title="IxDA - Interaction Design Association" href="http://www.ixda.org/index.php"&gt;&lt;FONT color=#800080&gt;IxDA &lt;/FONT&gt;&lt;/A&gt;(Interaction Design Association). It’s not your typical "look at this design" site but&amp;nbsp;a forum for discussion regarding Design Patterns, Tools, Research and Methods regarding Web, Desktop, Mobile and any other type of Interface design. I highly recommend a read if you want to stimulate your brain into gear with some good quality discussion.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;So what am I going to do about my menu.&amp;nbsp;Well so far I have built up mental model of all the items that make up the menu. I have given the idea of&amp;nbsp;a tree menu some thought but I find the idea of an expanding/contracting tree menu a bit cumbersome. Whilst this would certainly&amp;nbsp;help&amp;nbsp;with the issue of keeping the menu height small (when tree items are contracted) the thought of having to implement this in SharePoint and the Value it will add really don't seem too attractive to me.&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;In terms of what we currently have, the items are grouped into two sections -&amp;nbsp; All items of type "View" e.g. view details, view notes etc were in one group and all actions items in a separate group. In all the there are 22 items which makes for a lengthy menu. Potentially too long if&amp;nbsp;we want to&amp;nbsp;ensure that majority of items are visible in a 1024 resolution.&amp;nbsp;I like the idea of limiting the amount of clicks the user would have to do to get to a page. This means that splitting the site up into a 2 level hierarchy would not really do the job. By this mean having top level menu items that would link you through to sub-sites for a given action with the rest of the menu options provided on the sub-site. Hmmm decision decisions.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Well I’ll mess around about in Photoshop I think to see how it could look. But in the mean time check out &lt;A class="" title=IxDA href="http://www.ixda.org/index.php"&gt;IxDA&lt;o:p&gt;&lt;/o:p&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=252" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/Design+Links/default.aspx">Design Links</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/SharePoint+Design/default.aspx">SharePoint Design</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/GUI/default.aspx">GUI</category></item><item><title>Settting a Master Page for a WSS SharePoint site</title><link>http://csharpzealot.com/blogs/andrewb/archive/2008/07/22/settting-a-master-page-for-a-wss-sharepoint-site.aspx</link><pubDate>Wed, 23 Jul 2008 02:58:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:251</guid><dc:creator>abartucciotto</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;Just a had a colleague ask me how to set the Master Page for a WSS site. I had to cast my mind back to a project I worked on&amp;nbsp;a while ago&amp;nbsp;in which two techniques were used to set the Master Page. One way was editing the "Modify All Site Settings" page,&amp;nbsp;accessed through the Site Actions button, which involved a modified user interface to allow an administrator to actually pick a master page from the gallery as you would in a standard Moss publishing site. This technique is actually packaged as a web part at &lt;A class="" title=SPMasterPicker href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=SPMasterPicker" target=_blank&gt;CodePlex&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;The other technique involved using features to deploy a master page to the master page gallery and then using another feature to set it as the sites master page by using code within the FeatureActivated SPFeatureReceiverProperties.&lt;/P&gt;
&lt;P&gt;The below code from the FeatureActivated&amp;nbsp;method&amp;nbsp;also sets a logo and theme that I had created. This can be ommitted if you don't need to set this.&amp;nbsp;As always I create an additional folder within the Images folder in the 12 hive just incase any service pack updates that are applied to a SharePoint installation overwrites my files.&lt;/P&gt;
&lt;P&gt;public override void FeatureActivated(SPFeatureReceiverProperties properties)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPWeb newWeb = (SPWeb)properties.Feature.Parent;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newWeb.AllowUnsafeUpdates = true;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Apply web theme&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newWeb.ApplyTheme("none");&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newWeb.ApplyTheme("Your Theme");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Apply Logo&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newWeb.SiteLogoUrl = "/_layouts/images/YourFolder/YourLogo.gif";&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newWeb.SiteLogoDescription = "Logo Description";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Check if MasterPage exists in Master Page Gallery&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (SPListItem listItem in newWeb.Site.RootWeb.Lists["Master Page Gallery"].Items)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (listItem["Name"].ToString().Equals("YourMasterPage.Master", StringComparison.OrdinalIgnoreCase))&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Found Master Page So apply it to the current web&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string masterUrl = new Uri(newWeb.Site.Url).GetComponents(UriComponents.Path, UriFormat.Unescaped);&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!masterUrl.StartsWith("/")) masterUrl = "/" + masterUrl;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!masterUrl.EndsWith("/")) masterUrl += "/";&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; masterUrl += "_catalogs/masterpage/YourMasterPage.master";&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newWeb.MasterUrl = masterUrl;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newWeb.CustomMasterUrl = masterUrl;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=251" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/Features/default.aspx">Features</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/Master+Pages/default.aspx">Master Pages</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/WSS/default.aspx">WSS</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/Feature+Receiver/default.aspx">Feature Receiver</category></item><item><title>AKS Accessibility Kit for SharePoint installed and working</title><link>http://csharpzealot.com/blogs/andrewb/archive/2008/07/11/aks-accessibility-kit-for-sharepoint-installed-and-working.aspx</link><pubDate>Fri, 11 Jul 2008 08:51:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:250</guid><dc:creator>abartucciotto</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Today I had a bit of spare time to attempt an installation of the Accessibility Kit for SharePoint. The kit can be download from &lt;A title="CodePlex AKS Download" href="http://www.codeplex.com/aks"&gt;&lt;FONT color=#800080&gt;Codeplex &lt;/FONT&gt;&lt;/A&gt;or the &lt;A title="AKS site itself" href="http://aks.hisoftware.com/index.html"&gt;&lt;FONT color=#800080&gt;AKS site itself&lt;/FONT&gt;&lt;/A&gt;. The file size is around 17MB&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;One of the things I discovered after installing AKS file is that it really is only built for public facing MOSS sites at the moment. What you get when you install the kit is basically a feature that sits within your Features folder on the file system. It’s the one called AKS. Using the STSADM tool you can install and activate the feature for a given site collection. This will deploy a bunch of AKS master pages and CSS file onto you site. Navigate to the site collection where you activated the feature and browse to site settings and the master page and page layouts gallery. You will find the new master&amp;nbsp;pages titled AKS_BlueBand.master and&amp;nbsp;several others.&amp;nbsp;The&amp;nbsp;CSS is deployed to the style library.&amp;nbsp;A good source of information for exactly what happens can be found at &lt;A title="CMS Wire AKS description" href="http://www.cmswire.com/cms/product-news/sharepoint-gets-still-more-accessible-with-accessibility-toolkit-002058.php"&gt;&lt;FONT color=#800080&gt;CMS Wire&lt;/FONT&gt;&lt;/A&gt;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;I hope to crack open the master pages for a good look and run the pages through an online checker such as ATRC. We are currently building some Accessible SharePoint sites for some Government agencies however we built it using our own master pages so it will be interesting to see how this one stacks up. So far the AKS master pages I have applied look pretty good. There is an issue with the site actions menu playing up a bit in terms of styling widths on mouse hover.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Hopefully have some more on this fairly soon. So far so good with the AKS install&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=250" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/SharePoint+Accessibilty/default.aspx">SharePoint Accessibilty</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/Master+Pages/default.aspx">Master Pages</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/AKS/default.aspx">AKS</category></item><item><title>Port in use Error with sharepoint install</title><link>http://csharpzealot.com/blogs/kiwiland/archive/2008/06/29/port-in-use-error-with-sharepoint-install.aspx</link><pubDate>Mon, 30 Jun 2008 03:10:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:248</guid><dc:creator>DUSTY_NZ</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;If you are getting the error&lt;/P&gt;
&lt;P&gt;"&lt;STRONG&gt;The port specified has already been chosen.&amp;nbsp; Please choose a different port&lt;/STRONG&gt;." &lt;/P&gt;
&lt;P&gt;when trying to configure the Central admin then you may find that the issue comes from your machine name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Building a Demo&amp;nbsp;SharePoint Environment I was encountering the issue. I was stumped with the above error and no matter what port I tried I could not get it to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I foudn the problem when working through the logs.&lt;/P&gt;
&lt;P&gt;06/26/2008 16:07:21&amp;nbsp; 1&amp;nbsp; INF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Searching for a duplicate site &lt;A href="http://mossdemo/#2:11000/"&gt;http://MOSSDEMO#2:11000/&lt;/A&gt;&lt;BR&gt;06/26/2008 16:07:21&amp;nbsp; 1&amp;nbsp; ERR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Found a duplicate site &lt;A href="http://mossdemo/#2:11000/"&gt;http://mossdemo:80/#2:11000/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;It looks like the # is used as a delimiter and throwing the everything out. I renamed the machine and all sweet.&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;img src="http://csharpzealot.com/aggbug.aspx?PostID=248" width="1" height="1"&gt;</description></item><item><title>Kerberos Delegation Howto - The APP</title><link>http://csharpzealot.com/blogs/kiwiland/archive/2008/06/10/kerberos-delegation-howto-the-app.aspx</link><pubDate>Wed, 11 Jun 2008 02:38:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:245</guid><dc:creator>DUSTY_NZ</dc:creator><slash:comments>0</slash:comments><description>&lt;TABLE class="" cellSpacing=0 cellPadding=0&gt;

&lt;TR&gt;
&lt;TD class=ms-PostTitle class="ms-PostTitle"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;
&lt;DIV class=ms-PostBody&gt;
&lt;DIV&gt;
&lt;DIV class=ExternalClassA1073FA86165481D9D3CCAD5757ACAED&gt;
&lt;DIV&gt;Here's the app. Very simple to deploy.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://blog.kiwiland.net.nz/Zip%20Files/KerberosTest.zip"&gt;http://blog.kiwiland.net.nz/Zip%20Files/KerberosTest.zip&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;This app was not written by myself. Instead by an excellent co-worker Stephen Evers. &lt;A href="http://csharpzealot.com/blogs/stevene/default.aspx"&gt;http://csharpzealot.com/blogs/stevene/default.aspx&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=245" width="1" height="1"&gt;</description></item><item><title>Kerberos Troubleshooting</title><link>http://csharpzealot.com/blogs/kiwiland/archive/2008/06/10/kerberos-troubleshooting.aspx</link><pubDate>Wed, 11 Jun 2008 02:29:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:243</guid><dc:creator>DUSTY_NZ</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;And here is some information that I have gathered from Dr Google regarding troubleshooting kerberos.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://csharpzealot.com/blogs/kiwiland/pages/kerbero-troubleshooting.aspx"&gt;http://csharpzealot.com/blogs/kiwiland/pages/kerbero-troubleshooting.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=243" width="1" height="1"&gt;</description></item><item><title>Kerberos Delegation</title><link>http://csharpzealot.com/blogs/kiwiland/archive/2008/06/10/kerberos-delegation.aspx</link><pubDate>Wed, 11 Jun 2008 02:19:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:240</guid><dc:creator>DUSTY_NZ</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;Finally here is a howto, walk through or whatever you want to call it. I hated kerberos. I mean who doesn't. Avoided it like the plague and treated it like someone elses problem.&lt;/P&gt;
&lt;P&gt;That was until it became my problem. Development project that required Kerberos delegation and I looked everywhere for assistance and found no help. So I sat down and worked it out. The 3 most boring days of my life.&lt;/P&gt;
&lt;P&gt;Anyway, all sussed so decided to write a lab to help other people.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://csharpzealot.com/blogs/kiwiland/pages/kerberos-delegation.aspx"&gt;http://csharpzealot.com/blogs/kiwiland/pages/kerberos-delegation.aspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=240" width="1" height="1"&gt;</description></item><item><title>A bit about me</title><link>http://csharpzealot.com/blogs/kiwiland/archive/2008/06/10/a-bit-about-me.aspx</link><pubDate>Wed, 11 Jun 2008 02:09:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:239</guid><dc:creator>DUSTY_NZ</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;&lt;FONT face="Times New Roman" size=3&gt;Who am I? Well I am an Infrastructure Consulting working in Perth, West Australia. I have almost 20 years experience in the IT industry and broke my teeth in on working with DOS 3 and everything in between. Those were the days having to manually configure IRQ's and DMA ports just to get your sound card working and 3D games involved 2D with perspective.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman" size=3&gt;My skill set now falls in-between anything and everything and currently seems to have a focus on SharePoint. My contribution to the IT industry is as a problem solver. Most of the articles you will find here are based upon questions that have been raised in my role and Dr Google has been unable to resolve.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman" size=3&gt;&amp;nbsp;Anyway, enough about me and onto why you are here.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman" size=3&gt;&amp;nbsp;Answers to the universe or there abouts.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman" size=3&gt;&amp;nbsp;Paul&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=239" width="1" height="1"&gt;</description></item><item><title>Annual Exmouth Fishing Trip</title><link>http://csharpzealot.com/blogs/andrewb/archive/2008/06/03/annual-exmouth-fishing-trip.aspx</link><pubDate>Wed, 04 Jun 2008 01:30:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:232</guid><dc:creator>abartucciotto</dc:creator><slash:comments>0</slash:comments><description>Last week was my annual&amp;nbsp;fishing&amp;nbsp;trip to Exmouth. Exmouth is a remote town around 13 hours drive north of Perth. A couple friends and myself, Eric Salotti and &lt;SPAN class=SubjectSenderLabel id=SenderData&gt;&lt;SPAN class=ContactPresence&gt;&lt;/SPAN&gt;Marco De Laurentiis&amp;nbsp;&lt;/SPAN&gt; cruised up for the week to fish off Marco's boat. The fishing as usual provided plenty of highlights but it wasn't up to its usual explosiveness. I managed to snare myself some personal best fish however in the shape of Spanish Mackerel, Rankin Cod and Coral Trout. The currents were a bit funny and there was a bit of weed around which caused problems when we were trolling. We got to see some massive whales jumping around which was absolutely awesome. Can't wait to get back up there next year.&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=232" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/fishing/default.aspx">fishing</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/hobbies/default.aspx">hobbies</category></item><item><title>More SpellChecker quirks - Select default language or check in spanish anyone?</title><link>http://csharpzealot.com/blogs/andrewb/archive/2008/06/03/more-spellchecker-quirks-select-default-language-or-check-in-spanish-anyone.aspx</link><pubDate>Tue, 03 Jun 2008 09:39:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:231</guid><dc:creator>abartucciotto</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;At the moment I'm just looking into an extremely interesting bug within the sharepoint spell checker. One of my colleagues, Fred&amp;nbsp; Schwass, informed me that when you type in certain words the default language drop down appears asking you to select a language (Australian in our case) even though&amp;nbsp; we have explicitly set to default to Australian anyway.&lt;/P&gt;
&lt;P&gt;Normal functionality performs&amp;nbsp;as follows. Enter your text, submit your form or check your text, spell checker highlights suggested words&lt;/P&gt;
&lt;P&gt;Buggy&amp;nbsp;functionality perfroms as follows: Enter your text, submit&amp;nbsp;your form or check your text, spell checker requires you to select default language, spell checker highlights suggest words&lt;/P&gt;
&lt;P&gt;It's funny because you type in "Innacurate" or "Orange tree" and it produces the bug however typing in "orange" or "tree" will not produce the bug. There are also certain words that trigger the spellchecker to check the words in spanish. &lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=231" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/Spell+Check/default.aspx">Spell Check</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/SpellChecker/default.aspx">SpellChecker</category></item><item><title>RDN: Expression Web 2 and Silverlight + Reactive Programming with SyncLINQ</title><link>http://csharpzealot.com/blogs/perth-events/archive/2008/05/26/rdn-expression-web-2-and-silverlight-reactive-programming-with-synclinq.aspx</link><pubDate>Mon, 26 May 2008 15:18:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:229</guid><dc:creator>CSharpZealot</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;&lt;A href="http://msmvps.com/blogs/brianmadsen/WindowsLiveWriter/ReadifyDeveloperNetworkinActionsolidtech_F295/RND_logo_4.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH:0px;BORDER-LEFT-WIDTH:0px;BORDER-BOTTOM-WIDTH:0px;BORDER-RIGHT-WIDTH:0px;" height=140 alt=RND_logo src="http://msmvps.com/blogs/brianmadsen/WindowsLiveWriter/ReadifyDeveloperNetworkinActionsolidtech_F295/RND_logo_thumb_1.png" width=655 border=0&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.readify.net/" target=_blank&gt;Readify's&lt;/A&gt; presence in Perth is hardly a secret and now us "westerners" gets to profit from the high level of skill that &lt;A href="http://www.readify.net/" target=_blank&gt;Readify&lt;/A&gt; stands for.&lt;/P&gt;
&lt;P&gt;Alongside &lt;A href="http://www.readify.net/" target=_blank&gt;Readify's&lt;/A&gt; move to Perth we get to see &lt;A href="http://www.readify.net/Default.aspx?tabid=286" target=_blank&gt;RDN&lt;/A&gt; in action.&lt;/P&gt;
&lt;P&gt;Two brains in the field, &lt;A href="http://somenewkid.blogspot.com/" target=_blank&gt;Alister Jones&lt;/A&gt; (UX Guru) and &lt;A href="http://www.paulstovell.com/blog" target=_blank&gt;Paul Stovell&lt;/A&gt; (.Net Guru) is hitting us hard with the first event from &lt;A href="http://www.readify.net/rdn.aspx" target=_blank&gt;RDN&lt;/A&gt;.&lt;EM&gt;&lt;STRONG&gt;&lt;A href="http://www.readify.net/rdnregister.aspx" target=_blank&gt;&lt;IMG style="BORDER-TOP-WIDTH:0px;BORDER-LEFT-WIDTH:0px;BORDER-BOTTOM-WIDTH:0px;MARGIN:0px 0px 0px 10px;BORDER-RIGHT-WIDTH:0px;" height=444 alt=RND_29-05_event_details src="http://msmvps.com/blogs/brianmadsen/WindowsLiveWriter/ReadifyDeveloperNetworkinActionsolidtech_F295/RND_29-05_event_details_3.png" width=270 align=right border=0&gt;&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;ReadiPrimer - Expression Web 2 and Silverlight 2: Twice the Power, Double the Ease &lt;/STRONG&gt;- presented by &lt;A href="http://somenewkid.blogspot.com/" target=_blank&gt;Alister Jones&lt;/A&gt; (MVP)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Fresh off the back at presenting at REMIX08, hear our local UX guru Alister Jones present on the next version of Microsoft Expression Web, which provides developers and designers iwth the tools they need to work with the current and next versions of Microsoft Silverlight. This session demonstrates how the new features in Expression Web and Silverlight make it much easier to create rich interactive applications for the web.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;ReadiDepth - Reactive Programming with SyncLINQ&lt;/STRONG&gt; - presented by &lt;A href="http://www.paulstovell.com/blog" target=_blank&gt;Paul Stovell&lt;/A&gt; (MVP)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;As Windows Client developers, our platform is always improving. From Win16 to WPF and Silverlight; what was once considered impossible has increasingly become normal. However, while the capabilities of our platform have evolved, have we? Is Object Orientated programming enough, or is there a paradigm that can better leverage these platforms?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;During this presentation, Paul introduces Reactive Programming. If you work with Windows Forms, WPF and Silverlight, prepare for a shift!&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What more can you possibly ask for? Two top notch pros presenting on exciting and new technologies?&lt;/P&gt;
&lt;P&gt;I have long waited for &lt;A href="http://www.readify.net/rdn.aspx" target=_blank&gt;RDN&lt;/A&gt; to come to Perth and now they're finally here!&lt;/P&gt;
&lt;P&gt;55 seats has already been snatched up, so be quick and register here: &lt;A title=http://www.readify.net/rdnregister.aspx href="http://www.readify.net/rdnregister.aspx"&gt;http://www.readify.net/rdnregister.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Even though the event calendar still doesn't have a listing for Perth, it's worthwhile to keep a close eye on what's coming (i'm sure that there'll be events coming very, very soon to the calendar.&lt;/P&gt;
&lt;P&gt;&lt;A title=http://www.readify.net/rdncalendar.aspx href="http://www.readify.net/rdncalendar.aspx"&gt;http://www.readify.net/rdncalendar.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There's also a Facebook group available for us who's addicted - &lt;A title=http://www.facebook.com/group.php?gid=9424182970 href="http://www.facebook.com/group.php?gid=9424182970"&gt;http://www.facebook.com/group.php?gid=9424182970&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Anyways, maybe we can get to rub shoulders with notables like &lt;A href="http://www.notgartner.com/" target=_blank&gt;Mitch Denny&lt;/A&gt; (MVP), &lt;A href="http://www.markitup.com/" target=_blank&gt;Darren Neimke&lt;/A&gt; (MVP) and &lt;A href="http://weblogs.asp.net/pglavich/" target=_blank&gt;Paul Glavich&lt;/A&gt; (MVP) at some stage?&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a80fef41-7a23-4bd5-b76e-5800873aece5 style="PADDING-RIGHT:0px;DISPLAY:inline;PADDING-LEFT:0px;PADDING-BOTTOM:0px;MARGIN:0px;PADDING-TOP:0px;"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/Readify" rel=tag&gt;Readify&lt;/A&gt;,&lt;A href="http://technorati.com/tags/Alister%20Jones" rel=tag&gt;Alister Jones&lt;/A&gt;,&lt;A href="http://technorati.com/tags/Paul%20Stovell" rel=tag&gt;Paul Stovell&lt;/A&gt;,&lt;A href="http://technorati.com/tags/Mitch%20Denny" rel=tag&gt;Mitch Denny&lt;/A&gt;,&lt;A href="http://technorati.com/tags/Darrren%20Neimke" rel=tag&gt;Darrren Neimke&lt;/A&gt;,&lt;A href="http://technorati.com/tags/Paul%20Glavich" rel=tag&gt;Paul Glavich&lt;/A&gt;,&lt;A href="http://technorati.com/tags/Readify%20Developer%20Network" rel=tag&gt;Readify Developer Network&lt;/A&gt;,&lt;A href="http://technorati.com/tags/RDN" rel=tag&gt;RDN&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=229" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/Readify+Developer+Network/default.aspx">Readify Developer Network</category></item><item><title>Advanced Search Bug in SharePoint</title><link>http://csharpzealot.com/blogs/andrewb/archive/2008/05/08/advanced-search-bug-in-sharepoint.aspx</link><pubDate>Fri, 09 May 2008 02:27:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:228</guid><dc:creator>abartucciotto</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;Recently I was doing some work for a client around setting up an advanced search page and some scopes. The client has several web&amp;nbsp;applications set up and the Shared Service Provider (SSP)&amp;nbsp;is indexing all the web applications.&amp;nbsp;There are several scopes we set up specificly grabbing content from one of the&amp;nbsp;web applications on the SSP.&amp;nbsp;These scopes are set up to grab data that have specific content types.&lt;/P&gt;
&lt;P&gt;The problem arose when we tried to set the default scope on the advanced search page. By default the scope for advanced search is All Sites. However when you set the scope to be a custom scope and ensure that no other scopes are active when you return to the advanced search page and search for an item it will return results from every single web application. This&amp;nbsp;is very strange behavior and one which I am curious to hear if anyone has experienced anything like this. &lt;/P&gt;
&lt;P&gt;The only way to return items from the custom scope is to modify the advanced search web part and specifically enable scopes on the web part. You then have to select the scope by ticking the check box and click search. I would have thought that by setting a default scope through Site Actions &amp;gt; Site Settings &amp;gt; Modify All Site Settings &amp;gt; Search Scopes on the advanced search section that this would cover it. Maybe there is something I have overlooked. Of course one solution would be to set up seperate SSP's for the web applications but geez I would like to know why it won't work.&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=228" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/Advanced+Search/default.aspx">Advanced Search</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/Search+Scopes/default.aspx">Search Scopes</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/SharePoint+Search/default.aspx">SharePoint Search</category></item><item><title>PSSUG: Greg Low presents on Dynamic Management Views and Custom Reports in SQL Server 2005</title><link>http://csharpzealot.com/blogs/perth-events/archive/2008/04/29/pssug-greg-low-presents-on-dynamic-management-views-and-custom-reports-in-sql-server-2005.aspx</link><pubDate>Tue, 29 Apr 2008 23:05:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:227</guid><dc:creator>CSharpZealot</dc:creator><slash:comments>2</slash:comments><description>&lt;P&gt;&lt;SPAN id=description&gt;The Perth SQL Server User Group is being visited by none other than Greg Low (www.sqldownunder.com), Microsoft Regional Director, SQL Server MVP. &lt;BR&gt;&lt;BR&gt;&lt;IMG style="WIDTH:153px;HEIGHT:147px;" height=147 hspace=10 src="http://csharpzealot.com/photos/csharpzealot/images/226/original.aspx" width=153 align=left&gt;Greg Low has been presenting at the Perth SQL Server User Group before and each time has been a fantastic event. Greg is a seasoned presenter and trainer and has been synonymous with the SQL Server community in Australia for as long as I can remember. &lt;BR&gt;&lt;BR&gt;Greg is an internationally recognised consultant, developer and trainer. He has been working in development since 1978, holds a PhD in Computer Science and a host of Microsoft certifications. Greg is the country lead for Solid Quality, a SQL Server MVP and one of only three Microsoft MSDN Regional Directors for Australia. Greg also hosts the SQL Down Under podcast (www.sqldownunder.com), organises the SQL Down Under Code Camp and co-organises CodeCampOz. Greg is a PASS (Professional Association for SQL Server) board member. &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;
&lt;HR&gt;
Event Details: &lt;BR&gt;&lt;BR&gt;Topic: Getting Started with Dynamic Management Views (DMVs) and Custom Reports in SQL Server 2005 - Greg Low &lt;BR&gt;Venue: Level 8, 182 St Georges Terrace (Change Corporation head office) &lt;BR&gt;Date: 7th of May, 2008 &lt;BR&gt;Time: 5:30pm - 7:30pm &lt;BR&gt;Cost: FREE &lt;BR&gt;&lt;BR&gt;Dynamic Management Views were introduced in SQL Server 2005 but as yet, they appear to be little understood. In this session, Greg will explain their role and show the most useful DMVs in action. He will also show how to use them with Custom Reports introduced in SQL Server 2005 Service Pack 2. &lt;BR&gt;------------------------------------------------------ &lt;BR&gt;&lt;BR&gt;As usual drinks and nibblies are provided by our sponsor - Change Corporation (www.changecorporation.com.au) and we meet in the boardroom. &lt;BR&gt;&lt;BR&gt;Please let reception know that you're there for the SQL Server user group meeting and you'll be directed by our friendly receptionist. &lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR&gt;Click on the link below to register so we can ensure that we have drinks and nibblies available for everyone.&lt;/SPAN&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://www.sqlserver.org.au/Events/RegisterMeeting.aspx?EventId=328"&gt;http://www.sqlserver.org.au/Events/RegisterMeeting.aspx?EventId=328&lt;/A&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=227" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/Perth+SQL+Server+User+Group/default.aspx">Perth SQL Server User Group</category></item><item><title>AWIA: BarCamp Perth 2.0</title><link>http://csharpzealot.com/blogs/perth-events/archive/2008/04/28/awia-barcamp-perth-2-0.aspx</link><pubDate>Tue, 29 Apr 2008 02:40:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:225</guid><dc:creator>CSharpZealot</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;The Australian Web Industry Association is at it again....BarCamp Perth 2.0 (nice web 2.0 reference there) is coming!&lt;/P&gt;
&lt;P&gt;Last time was, by all accounts, a blast and i believe that &lt;A class="" href="http://www.nickhodge.com/blog/" target=_blank&gt;Nick Hodge&lt;/A&gt; attended as well.&lt;/P&gt;
&lt;P&gt;This year is bound to be even better (if at all possible?) and attendance is a must!&lt;/P&gt;
&lt;P&gt;Venue: Central TAFE 140 Royal St East Perth&lt;BR&gt;Cost: FREE!!!!!!!&lt;BR&gt;Date: 9th of May, 2008&lt;BR&gt;Time: 9am - 5pm&lt;/P&gt;
&lt;P&gt;So bring your geekgear and enjoy! I'll be seeing you there!&lt;/P&gt;
&lt;P&gt;For more information, head on over to &lt;A href="http://barcamp.port80.asn.au/Main/BarCamp2"&gt;http://barcamp.port80.asn.au/Main/BarCamp2&lt;/A&gt;&amp;nbsp;and register!&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=225" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/Port80/default.aspx">Port80</category><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/AWIA/default.aspx">AWIA</category></item><item><title>AWIA: Mini-Talks 2.0</title><link>http://csharpzealot.com/blogs/perth-events/archive/2008/04/28/awia-mini-talks-2-0.aspx</link><pubDate>Tue, 29 Apr 2008 02:24:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:224</guid><dc:creator>CSharpZealot</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;The &lt;A class="" href="http://www.webindustry.asn.au/" target=_blank&gt;Australian Web Industry Association&lt;/A&gt;, the association that runs and supports the &lt;A class="" href="http://forums.port80.asn.au/" target=_blank&gt;Port80 community forums&lt;/A&gt;&amp;nbsp;is holding another round of their mini-talks.&lt;/P&gt;
&lt;P&gt;In essence it's short presentations by people from the community on a wide range of topics (i presented there at their virgin event on the Expression Suite) and it's a great way to get out there and see what's happening in the industry.&lt;/P&gt;
&lt;P&gt;Port80, which started years ago, was originally formed as a community for&amp;nbsp;designers and developers in the web industry (not to forget graphics designers, sorry guys) and has been a constant inspiration for many - kudos on AWIA for continuing the community and for the support they provide.&lt;/P&gt;
&lt;P&gt;So, go have a beer, network and enjoy the presentations!&lt;/P&gt;
&lt;DIV class=entry&gt;
&lt;P&gt;Venue: The Velvet Lounge (corner of Beufort and Grosvenor Street in Mt Lawley)&lt;BR&gt;Date: The 7th of May, 2008&lt;BR&gt;Time: 6:00pm, talks start at 6:30pm&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Join us at The Velvet Lounge next to the Flying Scotsman pub in Mt Lawley (corner of Beaufort and Grosvenor Streets) and meet your fellow web professionals. There’s free food, a bar and each month we host two, ten minute talks from members on their area of expertise. This month’s speakers are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;TBA 
&lt;LI&gt;TBA &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;No need to register, just rock up and join in! The night kicks off at 6.00pm. Talks start around 6:30pm &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=224" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/Port80/default.aspx">Port80</category><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/AWIA/default.aspx">AWIA</category></item><item><title>Perth SharePoint User Group Monthly Meeting</title><link>http://csharpzealot.com/blogs/andrewb/archive/2008/04/10/perth-sharepoint-user-group-monthly-meeting.aspx</link><pubDate>Fri, 11 Apr 2008 02:21:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:222</guid><dc:creator>abartucciotto</dc:creator><slash:comments>0</slash:comments><description>&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';"&gt;&lt;o:p&gt;The monthly Perth SharePoint User Group meeting is on next tuesday at 12:30 pm. This provides sharepoint developers and prospective sharepoint customers with a great opportunity to link up with some of the great resources we have around Perth plus you get free Pizza. How cool is that? For all the details see the information provided kindly by Rick Rosato below.&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:'Calibri','sans-serif';"&gt;&lt;A href="http://www.connectedsystems.com/news/Event%20Library/Perth_SharePoint_User_Group_Meeting_April_2008.aspx"&gt;http://www.connectedsystems.com/news/Event%20Library/Perth_SharePoint_User_Group_Meeting_April_2008.aspx&lt;/A&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="BACKGROUND:white;WIDTH:100%;mso-cellspacing:0cm;mso-yfti-tbllook:1184;mso-padding-alt:0cm 0cm 0cm 0cm;" cellSpacing=0 cellPadding=0 class="MsoNormalTable"&gt;

&lt;TR style="mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;BACKGROUND:#bfbfbf;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;Event Information&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow:1;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:19.56%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;" align=right&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Event:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;" align=right&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Topic:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:72.76%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;&lt;FONT size=3&gt;Perth SharePoint User Group&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Various SharePoint Solutions (with Ajax controls) &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:7.68%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;" rowSpan=8&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;" align=right&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow:2;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:19.56%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;" align=right&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Date and Time:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:72.76%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Tuesday, 15th April 2008 &lt;B&gt;12:30 pm&lt;/B&gt; &lt;BR&gt;(GMT +08:00, Perth) &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;(3&lt;SUP&gt;rd&lt;/SUP&gt; Tuesday of every month)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:59.55pt;mso-yfti-irow:3;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:19.56%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:59.55pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;" align=right&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Where:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:72.76%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:59.55pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Microsoft Perth – Presentation Room&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Level 14, QV1 Building (&lt;A href="http://www.qv1perth.com/qv1/location.htm" target=_blank&gt;http://www.qv1perth.com/qv1/location.htm&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;250 St George’s Terrace, Perth&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow:4;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:19.56%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;" align=right&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Parking Option:&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:72.76%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoListParagraph style="MARGIN:0cm 0cm 0pt 18pt;TEXT-INDENT:-18pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;1.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:7pt;COLOR:black;"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;QV.1 Car Park is via Murray Street – Wilson (&lt;A href="http://www.wilsonparking.com.au/html/content-easylocator.cfm" target=_blank&gt;http://www.wilsonparking.com.au/html/content-easylocator.cfm&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:navy;FONT-FAMILY:'Arial','sans-serif';"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;- select WA &amp;amp; Perth CBD on right side)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN:0cm 0cm 0pt 18pt;TEXT-INDENT:-18pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;2.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:7pt;COLOR:black;"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Cloisters Car Park - via St Georges Terrace or Hay Street&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN:0cm 0cm 0pt 18pt;TEXT-INDENT:-18pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;3.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:7pt;COLOR:black;"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;His Majesty’s Car Park is via Murray Street – City of Perth (&lt;A href="http://www.mapimage.net/city_of_perth/" target=_blank&gt;http://www.mapimage.net/city_of_perth/&lt;/A&gt;) &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN:0cm 0cm 0pt 18pt;TEXT-INDENT:-18pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;4.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:7pt;COLOR:black;"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Elder Street Car Park – City of Perth (&lt;A href="http://www.mapimage.net/city_of_perth/" target=_blank&gt;http://www.mapimage.net/city_of_perth/&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow:5;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:19.56%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;" align=right&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;RSVP:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:72.76%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Rick Rosato – &lt;A href="mailto:rick@connectedsystems.com"&gt;rick@connectedsystems.com&lt;/A&gt;&lt;SPAN style="COLOR:#1f497d;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;CoB Monday 14&lt;SUP&gt;th&lt;/SUP&gt; April 2008&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow:6;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:19.56%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;" align=right&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Presenter:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:72.76%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Rick Rosato – Connected Systems&lt;SPAN style="COLOR:#1f497d;"&gt; &lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#464c51;FONT-FAMILY:'Arial','sans-serif';"&gt;&lt;FONT size=3&gt;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:#1f497d;FONT-FAMILY:'Arial','sans-serif';"&gt;&lt;A href="mailto:rick@connectedsystems.com"&gt;rick@connectedsystems.com&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:navy;FONT-FAMILY:'Arial','sans-serif';"&gt;&lt;A href="mailto:Jeremy.Thake@alphawest.com.au"&gt;&lt;SPAN style="FONT-SIZE:12pt;"&gt;)&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:#1f497d;FONT-FAMILY:'Arial','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow:7;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:19.56%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;" align=right&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Duration:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:72.76%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;1 hour &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:44.25pt;mso-yfti-irow:8;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:19.56%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:44.25pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;" align=right&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Description:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:72.76%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:44.25pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;This session will be led by Rick Rosato, Consultant at Connected Systems.&amp;nbsp; Rick will demonstrate various solutions created in Sharepoint where many of the web part are using Ajax controls.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:32.3pt;mso-yfti-irow:9;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:19.56%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:32.3pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;" align=right&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';"&gt;Level:&lt;/SPAN&gt;&lt;/B&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:72.76%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:32.3pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;200&amp;nbsp; (100 – High level business overview – mostly slides, 200 – Business/Somewhat Technical – some slides and some demos, 300 – Quite technical – few slides, mostly demo and some coding, 400 – Extremely technical - mostly coding, few slides)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:0cm;BORDER-TOP:#ece9d8;PADDING-LEFT:0cm;PADDING-BOTTOM:0cm;BORDER-LEFT:#ece9d8;PADDING-TOP:0cm;BORDER-BOTTOM:#ece9d8;HEIGHT:32.3pt;BACKGROUND-COLOR:transparent;"&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:8.35pt;mso-yfti-irow:10;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;BACKGROUND:#bfbfbf;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:100%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:8.35pt;" colSpan=3&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-line-height-alt:8.35pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;Upcoming Topics &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:8.35pt;mso-yfti-irow:11;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:19.56%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:8.35pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;mso-line-height-alt:8.35pt;" align=right&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Under Consideration:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:72.76%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:8.35pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt 18pt;TEXT-INDENT:-18pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;1.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:7pt;"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Talk fest – bring your curly questions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt 18pt;TEXT-INDENT:-18pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;2.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:7pt;"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;What does it take to pass the SharePoint Exams?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-line-height-alt:8.35pt;"&gt;&lt;B&gt;&lt;I&gt;&lt;U&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;We are looking for volunteer speakers to present on a topic of their choice.&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/U&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:7.68%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:8.35pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-line-height-alt:8.35pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:8.35pt;mso-yfti-irow:12;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;BACKGROUND:#bfbfbf;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:100%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:8.35pt;" colSpan=3&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-line-height-alt:8.35pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;Additional Notes&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:8.35pt;mso-yfti-irow:13;mso-yfti-lastrow:yes;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:19.56%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:8.35pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;TEXT-ALIGN:right;mso-line-height-alt:8.35pt;" align=right&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Notes:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:72.76%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:8.35pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Please selectively forward this invite to those who might be interested in attending the Perth SharePoint User Group meetings. We don’t want SPAMmers!!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Arial','sans-serif';"&gt;Also, the time has changed to 1&lt;/SPAN&gt;&lt;/B&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;2:30pm – pizza pr&lt;SPAN style="COLOR:black;"&gt;ovided.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-line-height-alt:8.35pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:3.75pt;BORDER-TOP:#ece9d8;PADDING-LEFT:3.75pt;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#ece9d8;WIDTH:7.68%;PADDING-TOP:3.75pt;BORDER-BOTTOM:#ece9d8;HEIGHT:8.35pt;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-line-height-alt:8.35pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=222" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/Perth+SharePoint/default.aspx">Perth SharePoint</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/SharePoint+User+Group/default.aspx">SharePoint User Group</category></item><item><title>MOSS Advanced Search throwing "Object reference not set to an instance of an object."</title><link>http://csharpzealot.com/blogs/andrewb/archive/2008/04/09/moss-advanced-search-throwing-object-reference-not-set-to-an-instance-of-an-object.aspx</link><pubDate>Wed, 09 Apr 2008 05:32:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:221</guid><dc:creator>abartucciotto</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;I've been playing with the advanced search for a client and wanted to do something fairly straight forward. All I wanted to do is disable the &lt;STRONG&gt;language picker&lt;/STRONG&gt;&amp;nbsp;and &lt;STRONG&gt;result type&lt;/STRONG&gt; picker. The language picker is the one allows you to search &lt;SPAN&gt;&lt;STRONG&gt;only the language(s)&lt;/STRONG&gt; such as French, German etc. Both these features were not required by the client but they did need the custom scopes&amp;nbsp;I had&amp;nbsp;set up to be visible to allow further filtering. So what's the problem&amp;nbsp;I hear you ask? Well after modifying the Advanced Search Web Part to disable the features and enable the scopes it kept on throwing the error "Object reference not set to an instance of an object." &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Initially I though this could be&amp;nbsp;caused by not specifying a label for the scopes but it was still throwing the error even after supplying labels. After much enabling and disabling of scopes, languages and results it did eventually display the way I wanted but it was sporadic at best.&amp;nbsp;My solution of trying combinations until worked is not really a solution and how do you document this for&amp;nbsp;a client? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"Um Just fiddle with with a bit until it works and then don't ever touch it".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;After searching around for a resolution&amp;nbsp;I hit the wall. A few posts suggest that Service Pack 1 for SharePoint is the cause of the problem. If anyone knows anything about this please let me know.&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=221" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/Search/default.aspx">Search</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/MOSS+Bugs/default.aspx">MOSS Bugs</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/SP1/default.aspx">SP1</category><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/Advanced+Search/default.aspx">Advanced Search</category></item><item><title>Spell Check Web Service in Share Point - Excluding SharePoint Controls</title><link>http://csharpzealot.com/blogs/andrewb/archive/2008/03/20/spell-check-web-service-in-share-point-excluding-sharepoint-controls.aspx</link><pubDate>Thu, 20 Mar 2008 05:14:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:216</guid><dc:creator>abartucciotto</dc:creator><slash:comments>2</slash:comments><description>&lt;P&gt;Todays task seemed simple enough, get the spell check web service running on&amp;nbsp;a custom control embedded in a share point page. Where to start? Looking for documentation on the web I could not find anything remotely helpful until I stumbled upon a blog by &lt;A class="" title="Hoo Kai Sheng" href="http://kaishenghoo.spaces.live.com/blog/cns!8A7458DB12CA5AC9!125.entry"&gt;Hoo Kai Sheng&lt;/A&gt;. This&amp;nbsp;helped get the ball rolling. It out lines the easiest way to get the spell checker working, that is using the SpellCheckEntirePage javascript function. &lt;/P&gt;
&lt;P&gt;As the name suggests this spell checks all the text fields on page. It skips drop down lists and multiple select boxes but any other form control with a text input&amp;nbsp;seems fair game. This means Share Point controls such as the people picker (SharePoint:PeopleEditor)&amp;nbsp;will get checked as well. This is not very user friendly as we do not want the checker&amp;nbsp;asking people to fix their domain names and user names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The trick to exclude&amp;nbsp;SP controls&amp;nbsp;is to search the page the SP is&amp;nbsp;on&amp;nbsp;and find the&amp;nbsp;text input box that resides&amp;nbsp;within it. In this case the SharePoint:PeopleEditor contains several hidden fields, we don't need to worry about these,&amp;nbsp;and also an input field which is called&amp;nbsp;"downlevelTextBox". This is the one we want to exclude. Because we are using custom ascx controls, in the code behind, we can use the FindControl method on our SharePoint:PeopleEditor. In the example below &lt;STRONG&gt;textboxEscalationManager&lt;/STRONG&gt; is the people picker ID.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TextBox textboxEscalationManager = (TextBox)PeopleEditorEscalationManager.FindControl("downlevelTextBox");&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textboxEscalationManager.Attributes.Add("excludeFromSpellCheck", "true");&lt;/P&gt;
&lt;P&gt;When the page renders the control it now has the attribute - excludeFromSpellCheck and will not be checked by the Spell Checker.&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=216" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/andrewb/archive/tags/SharePoint+Web+Services/default.aspx">SharePoint Web Services</category></item><item><title>It has been a long time coming</title><link>http://csharpzealot.com/blogs/andrewb/archive/2008/03/12/it-has-been-a-long-time-coming.aspx</link><pubDate>Thu, 13 Mar 2008 01:55:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:215</guid><dc:creator>abartucciotto</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;I know it has&amp;nbsp;a been a long time coming, but i figured I better get the ball rolling on this sucker as &lt;A class="" title="Brian Madsen" href="http://msmvps.com/blogs/brianmadsen/"&gt;Brian Madsen&lt;/A&gt; has been kind enough to provide me with some blog space. Who should read my blog? To answer that question it may be worth just going into just what exactly do i do.&lt;/P&gt;
&lt;P&gt;Well... I'm a consultant at Change Corporation in Perth, Western Australia and&amp;nbsp;I specialise in designing and building UI's for Web Sites and&amp;nbsp;MOSS portals. I find myself more an more frequently diving into the deep end in MOSS 2007 building everthing from custom web parts and features to Active Directory Write-Back timer jobs. I guess that's one of the benefits of having a bit of coding experience.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Projects&amp;nbsp;I have worked&amp;nbsp;on include fully customised MOSS interfaces&amp;nbsp;built from the ground up utilising AJAX that Brian Madsen&amp;nbsp;has somehow managed to get working in IE quirks mode, Silverlight custom webparts, TreeView webparts iterating through folder based lists etc. It's&amp;nbsp;pretty cool, and challenging, customising&amp;nbsp;MOSS and thankfully there are heaps and heaps&amp;nbsp;of great blogs&amp;nbsp;out there to read such as &lt;A class="" title="Andrew Connell" href="http://www.andrewconnell.com/blog/"&gt;Andrew&amp;nbsp;Connell&lt;/A&gt; and &lt;A class="" title="Heather Solomon" href="http://www.heathersolomon.com/blog/"&gt;Heather Solomon&lt;/A&gt;.&amp;nbsp;Hopefully this&amp;nbsp;blog can be one of them where I can dump all my findings here and save you guys/gals a bit of time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=215" width="1" height="1"&gt;</description></item><item><title>PSSUG: SQL Server 2008 Spatial with Virtual Earth</title><link>http://csharpzealot.com/blogs/perth-events/archive/2008/01/28/pssug-sql-server-2008-spatial-with-virtual-earth.aspx</link><pubDate>Tue, 29 Jan 2008 02:54:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:213</guid><dc:creator>CSharpZealot</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;&lt;SPAN&gt;Perth SQL Server User Group meets again - please note the venue change&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Date: 14th of February, 2008&lt;BR&gt;Time: 5:30pm - 7:30pm&amp;nbsp;&lt;BR&gt;Presenter: John O'Brien (MVP), Bronwen Zande&lt;BR&gt;&lt;STRONG&gt;Venue: L8, 182 St Georges Terrace (Change Corporation Offices)&lt;BR&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR&gt;This is a free event!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In this visually interactive talk we explore the new spatial data types, functions and indexes directly related to the real world using the interactive browser based Virtual Earth control. We focus on the new Geography data type providing an overview of the new functionality as directly applied to mapping. This includes the storage of points, polylines and polygons as well as real world tasks like effective rendering to the map, geofencing and proximity searches. We explore the power of union and buffering. Finally we examine the new index specifically built for fast spatial lookup.&lt;BR&gt;&lt;BR&gt;The talk will inform, teach and demonstrate. You will understand what this new functionality is all about, what data types and functions are needed, how they operate and how to add an effective spatial index to your project.&lt;BR&gt;&lt;BR&gt;&lt;B&gt;John O'Brien&lt;/B&gt;&lt;BR&gt;&lt;A href="http://www.soulsolutions.com.au/" target=_blank&gt;John&lt;/A&gt; is a consultant who specialises in Microsoft .NET development including ASP.NET AJAX, DotNetNuke and Windows Live Services. Based in Brisbane John is passionate about integrating Live Services into applications.&lt;BR&gt;&lt;BR&gt;John was awarded a Microsoft Windows Live Developer MVP in April 2007 and can be found helping people learn both online and in person.&lt;BR&gt;&lt;BR&gt;&lt;B&gt;Bronwen Zande&lt;/B&gt;&lt;BR&gt;&lt;A href="http://www.soulsolutions.com.au/" target=_blank&gt;Bronwen&lt;/A&gt; is a consultant who specialises in Microsoft Live Services and Microsoft .NET development.&lt;BR&gt;&lt;BR&gt;When not working with Windows Live, Bronwen helps bring together &lt;A href="http://geekgirlblogs.com/" target=_blank&gt;Geek Girls&lt;/A&gt; from around the globe.&lt;/SPAN&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note: the date is the 14th of February, 2008, not the 10th of February, 2008 as was previously displayed. My bad!&lt;/STRONG&gt;&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=213" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/Perth+SQL+Server+User+Group/default.aspx">Perth SQL Server User Group</category></item><item><title>Microsoft: Heroes Happen 2008, Perth Launch Event</title><link>http://csharpzealot.com/blogs/perth-events/archive/2008/01/16/microsoft-heroes-happen-2008-perth-launch-event.aspx</link><pubDate>Wed, 16 Jan 2008 09:23:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:211</guid><dc:creator>CSharpZealot</dc:creator><slash:comments>0</slash:comments><description>&lt;DIV class=mainContent_stretch_1&gt;
&lt;P&gt;Join The Tech Force and discover what the future holds at Heroes Happen 2008. Explore the &lt;A title=Agenda href="http://www.microsoft.com/australia/heroes/event_agenda.aspx"&gt;Agenda&lt;/A&gt;, featuring learning-focused sessions for Windows Server 2008, SQL Server 2008 and Visual Studio 2008. And find out more about the line-up of speakers* who'll be offering expert advice through live product demonstrations.&lt;BR&gt;&lt;BR&gt;&lt;SPAN&gt;You have a number of options to be a Hero in 2008 by attending our national events:&lt;/SPAN&gt;&lt;BR&gt;&lt;A title="Ticket terms and conditions" href="https://www.infosalons.com.au/heroeshappen/customer/TicketTerms.asp"&gt;Ticket terms and conditions&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Official event site: &lt;A href="http://www.microsoft.com.au/heroes"&gt;www.microsoft.com.au/heroes&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;A href="https://www.infosalons.com.au/heroeshappen/customer/register.asp"&gt;Perth&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR&gt;March 19&lt;BR&gt;Perth Convention &amp;amp; Exhibition Centre&lt;/P&gt;
&lt;DIV class=eventDateContainer&gt;
&lt;DIV class=eventDate&gt;&lt;SPAN&gt;&lt;BR&gt;Get the inside knowledge.&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;See live demonstrations from experts. Get a hands-on look at these dynamic new applications. And discover how you utilise the tools you need to help drive your network. It's all about serving, protecting and managing - and empowering your Force with the right knowledge.&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;Ticket Prices:&lt;BR&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV class=mainContent_1_stretch_2&gt;
&lt;DIV id=mainContentFull&gt;
&lt;DIV class=eventTicketContainer&gt;
&lt;DIV class=eventDate&gt;&lt;SPAN&gt;&lt;STRONG&gt;Single Ticket &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR&gt;$199 inc GST&lt;/DIV&gt;
&lt;DIV class=eventDate&gt;&lt;SPAN&gt;&lt;STRONG&gt;Group Ticket&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR&gt;(5 attendees or more)&lt;BR&gt;$179 inc GST&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV class=eventDate&gt;&lt;SPAN&gt;&lt;STRONG&gt;Premier Support Ticket &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR&gt;Standard Ticket Price - 1 hour&lt;/DIV&gt;
&lt;DIV class=eventDate&gt;&lt;SPAN&gt;&lt;STRONG&gt;Gold and Certified Partners, &lt;SPAN&gt;&lt;STRONG&gt;Code Customers &amp;amp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Exhibition staff&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR&gt;$199 GST inclusive&lt;/DIV&gt;
&lt;DIV class=eventDate&gt;&lt;SPAN&gt;&lt;STRONG&gt;Code Customers&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=eventDate&gt;&lt;SPAN&gt;&lt;STRONG&gt;Exhibition staff&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=211" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/Microsoft/default.aspx">Microsoft</category></item><item><title>Byte Me! Festival, starts 30th of November, 2007</title><link>http://csharpzealot.com/blogs/perth-events/archive/2007/11/23/byte-me-festival-starts-30th-of-november-2007.aspx</link><pubDate>Fri, 23 Nov 2007 06:01:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:198</guid><dc:creator>CSharpZealot</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;The inaugural Byte Me! Festival, a celebration of geek creativity and digital content, commences in just over a week at the &lt;B&gt;Perth Town Hall.&lt;/B&gt;&lt;BR&gt;&lt;BR&gt;If you're interested in animation, games development, visual FX for film and TV, 3D modelling, social networking and other web 2.0 applications, digital art and media, VJing or pretty much any way digital technology can be used to create, visualise, entertain, simulate... then this is for you.&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Friday 30th Nov - Perth Town Hall&lt;BR&gt;9pm &lt;B&gt;A Fairlight Fetish&lt;/B&gt; - vintage audiovisual showcase featuring &lt;B&gt;Chrism and Fenris&lt;/B&gt; making music on Commodore 64s, &lt;B&gt;MoRph&lt;/B&gt; and &lt;B&gt;VJzoo&lt;/B&gt; with their collection of Fairlight CVI video synthesisers from the 80's and 90's, and other surprise very special guests. $19/$9.50&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Saturday 1st Dec - Secret CBD location&lt;BR&gt;8.30pm &lt;B&gt;Live Cinema&lt;/B&gt; - VJing grew up, went to school and this is what it became. Using the same tools and techniques developed in nightclubs, live video performance has now become a recognised artform. Some of the very best in the world will be in Perth to collaborate on this event - a large-scale outdoor video projection performance unlike anything you've seen here before. &lt;B&gt;Solu&lt;/B&gt; (Finland/Barcelona), &lt;B&gt;ArtificialEyes.tv&lt;/B&gt; (Turkey), &lt;B&gt;Jean Poole &lt;/B&gt;(Melbourne) and local practitioners &lt;B&gt;VJzoo&lt;/B&gt; will be performing at a secret CBD location to be announced on the website on the day. Bring your own chair, beanbag or cushion, and the performance will start at dusk (about 8.30pm). This is a family friendly event - bring a picnic supper, but NO ALCOHOL. &lt;B&gt;Free&lt;/B&gt;.&lt;BR&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Sunday 2nd Dec - Perth Town Hall&lt;BR&gt;11am &lt;B&gt;Business Models for a Digital Landscape &lt;/B&gt;- the serious side of the digital content revolution - how can digital content creators make a living in this new world? What are the challenges and the opportunities? Presented by the AFTRS Centre for Screen Business. $19/$9.50&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Sunday 2nd Dec - Perth Town Hall&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;3.30pm &lt;B&gt;An Animated Life&lt;/B&gt; - &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Melanie Beisswenger (Germany) will share her experiences as an animator on a wide range of projects, from animating on TV commercials in smaller studios to work on large feature film productions such as &lt;B&gt;Happy Feet&lt;/B&gt;. Randall Lynton from Liquid Amber Design (Perth) will discuss his work as the award-winning animator of &lt;B&gt;Ransis and Alee&lt;/B&gt; and &lt;B&gt;Suicidal Balloon&lt;/B&gt;.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt; $19/$9.50&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Sunday 2nd Dec - Perth Town Hall&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;6pm &lt;B&gt;Official Opening&lt;/B&gt; - by Invitation only, for Industry VIPs and Media. The Festival will be officially opened by The Right Honourable The Lord Mayor, &lt;B&gt;Lisa Scaffidi&lt;/B&gt; and The Honourable &lt;B&gt;Francis M Logan&lt;/B&gt; BA (Hons) MLA Minister for Energy, Resources, Industry and Enterprise.&lt;B&gt; Keynote Speech&lt;/B&gt; of the Festival will be delivered by &lt;B&gt;Posie Graeme-Evans&lt;/B&gt;, producer of McLeod's Daughters, co-creator of Hi-5, best-selling novellist, lyricist and all round dynamo. There will be a screening of the &lt;B&gt;Get Reel &lt;/B&gt;to show you the great digital content being created here in WA.&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Monday 3rd Dec - Perth Town Hall&lt;BR&gt;6pm &lt;B&gt;Figwit &lt;/B&gt;- Lord of the Rings Fan Doco - Australian Premiere Screening and Director Q+A. How did a non-speaking extra in Lord of the Rings become a cult star in his own right? If you've heard the story of Figwit (Frodo is Great... Who Is That?), now you can see the documentary and hear from the film-maker &lt;B&gt;Stan Alley &lt;/B&gt;(NZ) in this tongue-in-cheek exploration of online fandom featuring Bret McKenzie from &lt;B&gt;Flight of the Conchords &lt;/B&gt;. &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;LOTR costumery encouraged for this Green Carpet screening! $19/$9.50&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Weds 5th Dec - Perth Town Hall&lt;BR&gt;6pm &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Music Video Art &lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Panel and Show n Tell. With the Perth music scene getting so much attention, it's time for the film and art scene to step into the same limelight. 'Music Video Art' will be a night of screenings and discussion into the collaboration between Perth artists from different fields, and creating large scale projects that break new ground. Hosted by WA film-maker &lt;B&gt;Mat de Koning&lt;/B&gt;. $8/$5&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Thurs 6th Dec - Perth Town Hall&lt;BR&gt;6pm &lt;B&gt;From Far Far Away&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;First in the Byte Me! big-screen Show 'n Tells by people in the Industry. Some of these talks will be a bit technical, but they'll all be aimed at a non-geek audience. Think of it like the 'Making Of' extras on a DVD, except - you get to ask questions! This session's speakers are Sue Erokan from &lt;B&gt;Dreamworks Animation &lt;/B&gt;(USA) who worked on the Shrek movies and Martin Davidson from animatED publishing company&lt;B&gt; FinnCragg&lt;/B&gt; (Perth) $&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;19/$9.50&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;BR&gt;Thurs 6th Dec - Perth Town Hall&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;9pm &lt;B&gt;Plug n Play&lt;/B&gt; is a regular, hands-on audiovisual jam session where VJ's, electronic musicians, AV acts and other audiovisual geeks come along and show off their skills, style and equipment to each other. If you've ever been interested in VJing, this is the night to come along. Newbies are VERY welcome!&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Mix with local, interstate and international VJs, talk to them, have a play with their equipment. $8/$5&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;BR&gt;Saturday 8th Dec - Perth Town Hall&lt;BR&gt;6pm &lt;B&gt;From Dubai to Skull Island &lt;/B&gt;- Visual FX Revealed. Creating Fantasy Worlds, from Digital to Analogue. Perth-based 3D graphics studio &lt;B&gt;Last Pixel &lt;/B&gt;will take you behind the scenes on some recent international projects, then Paul van Ommen (NZ) will discuss his role with &lt;B&gt;Weta Workshop&lt;/B&gt;, and with The Miniatures Unit that created and filmed the models for &lt;B&gt;King Kong &lt;/B&gt;and &lt;B&gt;The Lord Of The Rings&lt;/B&gt; trilogy. &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;$19/$9.50&lt;BR&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;BR&gt;9pm &lt;B&gt;Closing Party&lt;/B&gt; (Invitation Only) International and local festival guests will perform for the entertainment of volunteers, sponsors and other Byte Me! buddies. Get involved to get invited! Volunteers are still needed for both day and evening shifts during the Festival.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Sunday 9th Dec - Perth Town Hall&lt;BR&gt;1-4pm &lt;B&gt;BarCampNano&lt;/B&gt; - Perth is rapidly becoming known as a hotspot for great web 2.0 startups and the most active blogging community in Australia. BarCamp will feature short talks by some of the most exciting web-based businesses in a casual, fun Show n Tell style. &lt;B&gt;Free&lt;/B&gt;, but online Registration required&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Sunday 9th Dec - Perth Town Hall&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;6pm &lt;B&gt;She Got Game (He Got TV)&lt;/B&gt; - Robin Hunicke is the Lead Game Designer on &lt;B&gt;MySims&lt;/B&gt; at EA's Sims Division. In her copious spare time, she's finishing a PhD in Computer Science at Northwestern University, studying Artificial Intelligence and Video Games.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Robin will be joined by Perth animator Stephen Grant&lt;B&gt; &lt;/B&gt;who will talk about his work on the animated TV series &lt;B&gt;Dogstar&lt;/B&gt;, shortly to commence airing on the Nine Network, and a range of other Australian and international projects &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;$19/$9.50&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Daily 2-9 Dec - Perth Town Hall&lt;BR&gt;Various Times &lt;B&gt;Get Reel&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt; is a collection of Western Australian digital content that covers a wide spectrum - from animation to ads, from 3D fly-throughs to games development, from engineering to education, from virtual safety training to visual FX for film and television.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt; We're aiming to show you the variety of work being done, the rich diversity of jobs and the international opportunities that skills in digital content development can open up. $8/$5 (includes free Byte Me! Bag with info about digital careers).&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Daily 2-9 Dec - Throughout CBD, start at Perth Town Hall&lt;BR&gt;10am - 5pm Registration, play any time. &lt;B&gt;Ghost Town&lt;/B&gt;. &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Giant Dice's new innovative game of urban exploration played with the help of your mobile phone, is being unleashed on the streets of Perth for one week, starting December 2nd, 2007. The game uses a mashup of technology (bluetooth, SMS and VOIP) and the physical world. &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Free.&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;and much much more... &lt;A href="http://bytemefest.blogspot.com/"&gt;http://bytemefest.blogspot.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=198" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/Byte+Me_2100_/default.aspx">Byte Me!</category></item><item><title>MASSIVE 2007, 6pm, 4th of December, 2007</title><link>http://csharpzealot.com/blogs/perth-events/archive/2007/11/23/massive-2007-6pm-4th-of-december-2007.aspx</link><pubDate>Fri, 23 Nov 2007 05:57:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:197</guid><dc:creator>CSharpZealot</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;From it's origins in Perth Western Australia, &lt;A class="" href="http://www.perthmassive.net/" target=_blank&gt;MASSIVE&lt;/A&gt; is an annual end of year celebration for all the world's hard working people in the Digital and Computing related fields. At it's heart, MASSIVE is a reflective social event which salutes you, your work, your colleagues and your industry. &lt;/P&gt;
&lt;P&gt;Designers, architects, web developers, film and television, gamers, academics, photographers, animators, authors, programmers, scientists, researchers, musicians, marketing, advertisers, artists are all welcome. 
&lt;P&gt;Be part of this year's celebration by registering your name on the entry door. Your name will be put into the draw for prizes on the night and the first 100 people to register are eligible to receive a MASSIVE t-shirt. (t-shirt offer is subject to sponsorship funding). In keeping with MASSIVE tradition, food and drink will be served on the night thanks to our sponsors.&lt;/P&gt;
&lt;P&gt;*** Event Details **********&lt;BR&gt;Venue: The Library, 69 Lake Street, Northbridge&lt;BR&gt;Time: 6:00pm till late&lt;BR&gt;Date: 4th of December, 2007&lt;BR&gt;Cost: FREE!!!!&lt;/P&gt;
&lt;P&gt;More details: &lt;A href="http://www.perthmassive.net/"&gt;www.perthmassive.net&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=197" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/MASSIVE/default.aspx">MASSIVE</category></item><item><title>MSFT: Michael Kleef, working and collaborating with colleagues, 27th of November, 2007</title><link>http://csharpzealot.com/blogs/perth-events/archive/2007/11/23/msft-michael-kleef-working-and-collaborating-with-colleagues-27th-of-november-2007.aspx</link><pubDate>Fri, 23 Nov 2007 05:53:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:196</guid><dc:creator>CSharpZealot</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;Want to see how Microsoft work?&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:9pt;LINE-HEIGHT:140%;FONT-FAMILY:'Verdana','sans-serif';"&gt;Michael Kleef (&lt;A href="http://blogs.msdn.com/mkleef"&gt;http://blogs.msdn.com/mkleef&lt;/A&gt;)&amp;nbsp;is presenting a session demonstrating how Michael personally works and collaborates with colleagues across the country and around the world using technologies that you can also use for your workforce.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:9pt;LINE-HEIGHT:140%;FONT-FAMILY:'Verdana','sans-serif';"&gt;Date: 5.30pm - 6:30pm, Tuesday 27th November 2007&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:9pt;LINE-HEIGHT:140%;FONT-FAMILY:'Verdana','sans-serif';"&gt;Venue: Microsoft Perth - QV1, Level 14, 256 St Georges Terrace.&lt;u1:p&gt;&lt;/u1:p&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;LINE-HEIGHT:140%;"&gt;&lt;u1:p&gt;&lt;FONT face="Times New Roman" size=3&gt;This should be an interesting session...come along!&lt;/FONT&gt;&lt;/u1:p&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=196" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/Microsoft/default.aspx">Microsoft</category></item><item><title>PSSUG: Rob Farley coming to Perth - 4th of December</title><link>http://csharpzealot.com/blogs/perth-events/archive/2007/11/23/pssug-rob-farley-coming-to-perth-4th-of-december.aspx</link><pubDate>Fri, 23 Nov 2007 05:42:00 GMT</pubDate><guid isPermaLink="false">f69e4a66-d24f-4c68-b2f6-facf1945ad59:194</guid><dc:creator>CSharpZealot</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;It's been slow going for the Perth SQL Server User Group in 2007 but we're working on bringing more events, consistently, to Perth on the topic of Microsoft SQL Server.&lt;/P&gt;
&lt;P&gt;December sees fellow MVP Rob Farley present at the Perth SQL Server User Group.&lt;/P&gt;
&lt;P&gt;*** Event Details *********************************&lt;BR&gt;Venue: Level 2, 23 Barrack st, Excom (&lt;A href="http://www.excom.com.au/"&gt;www.excom.com.au&lt;/A&gt;)&lt;BR&gt;Time: 5:30pm - 7:00pm&lt;BR&gt;Topic: Misc SQL Server Topics&lt;/P&gt;
&lt;P&gt;Rob Farley (&lt;A href="http://www.msmvps.com/blogs/robfarley"&gt;www.msmvps.com/blogs/robfarley&lt;/A&gt;)&amp;nbsp;received his MVP in 2006 and has been a integral part of the IT&amp;amp;T Community in Adelaide. Rob runs the Adelaide SQL Server User Group (&lt;A href="http://www.sqlserver.org.au/"&gt;www.sqlserver.org.au&lt;/A&gt;) and does consulting and training on SQL Server.&lt;BR&gt;&lt;BR&gt;At this event Rob will go through some of his favorite SQL Server topics, including ranking functions, windowing, merging and Powershell with SQL. We may also see some SQL Server 2005 best practises here if time allows.&lt;/P&gt;
&lt;P&gt;So if you're interested in investing a few hours with SQL Server, come along to the Perth&amp;nbsp;SQL Server User Group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://csharpzealot.com/aggbug.aspx?PostID=194" width="1" height="1"&gt;</description><category domain="http://csharpzealot.com/blogs/perth-events/archive/tags/Perth+SQL+Server+User+Group/default.aspx">Perth SQL Server User Group</category></item></channel></rss>