<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>PointBeyond &#187; User Group</title>
	<atom:link href="http://blog.pointbeyond.com/category/user-group/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pointbeyond.com</link>
	<description>The SharePoint Business Application Specialists</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:31:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.pointbeyond.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>PointBeyond &#187; User Group</title>
		<link>http://blog.pointbeyond.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.pointbeyond.com/osd.xml" title="PointBeyond" />
	<atom:link rel='hub' href='http://blog.pointbeyond.com/?pushpress=hub'/>
		<item>
		<title>Build a Simple Language Translator using InfoPath and No Code &#8211;   Part 1 of 2</title>
		<link>http://blog.pointbeyond.com/2012/01/25/build-a-simple-language-translator-using-infopath-and-no-code-part-1-of-2/</link>
		<comments>http://blog.pointbeyond.com/2012/01/25/build-a-simple-language-translator-using-infopath-and-no-code-part-1-of-2/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:47:16 +0000</pubDate>
		<dc:creator>andrewpb</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Composites]]></category>
		<category><![CDATA[Infopath]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[User Group]]></category>

		<guid isPermaLink="false">http://blog.pointbeyond.com/?p=985</guid>
		<description><![CDATA[One of the most useful features of InfoPath, is the ability to easily set up and use data connections from so many sources. Using data connections to web services, InfoPath can be used to create a form that passes data onto a third party website where the data is acted upon in some way and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=985&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the most useful features of InfoPath, is the ability to easily set up and use data connections from so many sources. Using data connections to web services, InfoPath can be used to create a form that passes data onto a third party website where the data is acted upon in some way and a response passed back to the end user.</p>
<p>A simple, yet practical example of this is this simple text translator. This was built on the back of a customer request to have forms available in multiple languages. No code is used in this development, but we do make use of the &#8220;Rules&#8221; functionality by which Business Logic and in-form workflow can be built.</p>
<p>While the result of some InfoPath experimentation presented here will not be putting any multi-lingual technical translating staff out of business I&#8217;m sure you can think of other applications which could benefit from a Web Service interface such as this.</p>
<p><img src="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl1.png?w=500" alt="" /></p>
<p>Ok – so how do you go about creating a translation form? It&#8217;s as simple as baking a loaf of bread, so let&#8217;s start by looking at the ingredients we will need!</p>
<h1>Recipe for InfoPath Translator – Serves 5 ( English, German, Spanish, French and Italian!)</h1>
<h1>Ingredients:</h1>
<ul>
<li>One InfoPath Designer Client</li>
<li>One Web Service API URL ( I use the Microsoft Translation API in this example) <a href="http://api.microsofttranslator.com/V2/Soap.svc"><span style="font-family:Segoe UI;font-size:9pt;">http://api.microsofttranslator.com/V2/Soap.svc</span></a></li>
<li>One Application ID (Sign up and Register with Bing for this) <a href="http://www.bing.com/toolbox/bingdeveloper/">http://www.bing.com/toolbox/bingdeveloper/</a></li>
<li>
<div>A little bit of knowledge regarding the web service requirements (Follow the link below for all the information you need) <a href="http://msdn.microsoft.com/en-us/library/ff512435.aspx">http://msdn.microsoft.com/en-us/library/ff512435.aspx</a></div>
<p>&nbsp;</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>In InfoPath 2010 Designer create a new Blank Form and create a table with six rows and two columns</li>
<li>
<div>Create a Data Connection – Not built one of these before? – Don&#8217;t worry a wizard makes this really simple!</div>
<ol>
<li>From the ribbon select Data / From Web Service /From SOAP Web Service and enter in the web service URL as below:</li>
</ol>
</li>
</ol>
<p><img src="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl2.png?w=500" alt="" /></p>
<p>3.Now from the list of Services select Translate</p>
<p style="text-align:center;"><img src="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl3.png?w=500" alt="" /></p>
<p>4. On the next screen you will see a list of Parameters that are used by the web service – Enter your Bing Application ID here by using the Set Value button (You do have an app id don&#8217;t you? If not, sign up at <a href="http://www.bing.com/toolbox/bingdeveloper/">http://www.bing.com/toolbox/bingdeveloper/</a>) In the content type and category parameters set the values to &#8216;text/plain&#8217; and &#8216;general&#8217; respectively</p>
<p style="text-align:center;"><img src="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl4.png?w=500" alt="" /></p>
<p>5. The next screen should be skipped – hit the Next button</p>
<p style="text-align:center;"><img src="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl5.png?w=500" alt="" /></p>
<p>6. Now we are on the final screen for our data connection set up. Deselect the &#8220;Automatically retrieve data when form is opened&#8221; check box – Best practice for forms is to only use data connections when needed, and we will only be calling this service when a button is clicked</p>
<p style="text-align:center;"><img src="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl6.png?w=500" alt="" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pointbeyond.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pointbeyond.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pointbeyond.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pointbeyond.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pointbeyond.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pointbeyond.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pointbeyond.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pointbeyond.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pointbeyond.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pointbeyond.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pointbeyond.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pointbeyond.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pointbeyond.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pointbeyond.wordpress.com/985/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=985&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.pointbeyond.com/2012/01/25/build-a-simple-language-translator-using-infopath-and-no-code-part-1-of-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7095769dc6cfb0356320cec9e751d8ba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andrewpb</media:title>
		</media:content>

		<media:content url="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl1.png" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl2.png" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl3.png" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl4.png" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl5.png" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2012/01/012512_1446_buildasimpl6.png" medium="image" />
	</item>
		<item>
		<title>SharePoint UK User Group Southampton 19 May</title>
		<link>http://blog.pointbeyond.com/2011/05/21/sharepoint-uk-user-group-southampton-19-may/</link>
		<comments>http://blog.pointbeyond.com/2011/05/21/sharepoint-uk-user-group-southampton-19-may/#comments</comments>
		<pubDate>Sat, 21 May 2011 14:08:43 +0000</pubDate>
		<dc:creator>Ian Woodgate</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[User Group]]></category>

		<guid isPermaLink="false">http://blog.pointbeyond.com/2011/05/21/sharepoint-uk-user-group-southampton-19-may/</guid>
		<description><![CDATA[What a great evening the user group meeting turned out to be on Thursday. The dev focussed theme was popular and pulled in a good size audience, regulars and also some new faces. Martin Hatch kicked off the evening with a great session on Sandbox solutions, and clearly explained what they were and how they [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=575&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What a great evening the user group meeting turned out to be on Thursday. The dev focussed theme was popular and pulled in a good size audience, regulars and also some new faces.</p>
<p>Martin Hatch kicked off the evening with a great session on Sandbox solutions, and clearly explained what they were and how they work. Martin also looked at full trust proxies and solution validators, and kept us entertained with numerous demos. Picture below of Martin in action, with Visual Studio open and a demo of solution validators.</p>
<p><img src="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu1.png?w=500" alt="" /></p>
<p>Next up was Paul Beck, with an excellent session on CRUD operations using LINQ to SharePoint. Again this session included lots of demos and Paul explained and showed the use of SPMetal. Paul&#8217;s talk followed on nicely from Martin&#8217;s. Here is Paul in action, again deep into Visual Studio.</p>
<p><img src="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu2.png?w=500" alt="" /></p>
<p>After these two sessions we took an interval and made the most of the bar that literally adjoins the lecture theatre at Southampton University. We are so lucky to have a great venue – how many other user groups have not only a proper lecture theatre for presentations, but also a very nice bar right next door? What more could you want!</p>
<p>Then suitably refreshed we returned for the last session of the evening, from Chris McKinley and Darren White from Twynhams School. The duo lived up to their billing of &#8220;an entertaining and informative session&#8221; (no pressure). They showed some code for creating dynamic icon bars, and also a dynamic theme picker that stored settings in a SharePoint list. For anyone who didn&#8217;t want to look at code there was also the chance to complete a Sudoku puzzle, but perhaps the best bit of the session was the &#8220;name that hex code colour&#8221; competition!</p>
<p><img src="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu3.png?w=500" alt="" /></p>
<p>The Twynhams guys also very kindly brought along loads of memory sticks to give away. Finally we gave away a copy of Windows 7 Ultimate Edition and lots of books very kindly provided by <a href="http://www.apress.com/" target="_blank">Apress</a>.</p>
<p><img src="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu4.png?w=500" alt="" /><img src="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu5.png?w=500" alt="" /><img src="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu6.png?w=500" alt="" /></p>
<p>That rounded off the evening nicely, so thanks again to our speakers, Martin, Paul , Chris, and Darren, to Apress for providing the books, to Twynhams for providing the memory sticks, and to Southampton University.</p>
<p>That will be it for Southampton meetings now until September, when the theme will be real world &#8220;This is how we did it&#8221; presentations. I&#8217;ll be encouraging first time speakers and there will be some shorter slots available, so if you&#8217;ve done some interesting stuff with SharePoint now is your chance to tell us about it! Just get in touch or leave a comment on this blog if you would like to speak.</p>
<p>Have a great summer everyone!</p>
<p>Ian</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pointbeyond.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pointbeyond.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pointbeyond.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pointbeyond.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pointbeyond.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pointbeyond.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pointbeyond.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pointbeyond.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pointbeyond.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pointbeyond.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pointbeyond.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pointbeyond.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pointbeyond.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pointbeyond.wordpress.com/575/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=575&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.pointbeyond.com/2011/05/21/sharepoint-uk-user-group-southampton-19-may/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf353839bf37e497d4b864827f081dbb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian Woodgate</media:title>
		</media:content>

		<media:content url="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu1.png" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu2.png" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu3.png" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu4.png" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu5.png" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2011/05/052111_1411_sharepointu6.png" medium="image" />
	</item>
		<item>
		<title>SharePoint Saturday: Access Services Slides</title>
		<link>http://blog.pointbeyond.com/2010/10/20/sharepoint-saturday-access-services-slides/</link>
		<comments>http://blog.pointbeyond.com/2010/10/20/sharepoint-saturday-access-services-slides/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 08:17:34 +0000</pubDate>
		<dc:creator>Ian Woodgate</dc:creator>
				<category><![CDATA[Access Services]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[User Group]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[SharePoint Saturday]]></category>

		<guid isPermaLink="false">http://blog.pointbeyond.com/?p=390</guid>
		<description><![CDATA[Well what a great day the first UK SharePoint Saturday was on 2nd October! Great sessions and enthusiasm from everyone attending, and credit to the organisers! This is the kind of event that makes you really appreciate being part of the SharePoint community! I was very pleased to be presenting Access Services: Better than Marmite? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=390&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well what a great day the first UK SharePoint Saturday was on 2nd October! Great sessions and enthusiasm from everyone attending, and credit to the organisers! This is the kind of event that makes you really appreciate being part of the SharePoint community!</p>
<p>I was very pleased to be presenting Access Services: Better than Marmite? The session looked at the traditional problems of using Access in an enterprise environment, and how Access Services could help to address them. I also built a full Access Services based solution for tracking Freedom of Information Requests in a SharePoint site, from scratch, using Access Services.</p>
<p>My session slides can be downloaded from here.</p>
<p><a href="http://pointbeyond.files.wordpress.com/2010/10/access-services.pptx">http://pointbeyond.files.wordpress.com/2010/10/access-services.pptx</a></p>
<p>Hope you find them useful!</p>
<p><a href="http://www.pointbeyond.com">Back to PointBeyond web site.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pointbeyond.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pointbeyond.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pointbeyond.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pointbeyond.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pointbeyond.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pointbeyond.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pointbeyond.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pointbeyond.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pointbeyond.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pointbeyond.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pointbeyond.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pointbeyond.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pointbeyond.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pointbeyond.wordpress.com/390/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=390&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.pointbeyond.com/2010/10/20/sharepoint-saturday-access-services-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf353839bf37e497d4b864827f081dbb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian Woodgate</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint User Group Meeting &#8211; Southampton 24 June</title>
		<link>http://blog.pointbeyond.com/2010/06/21/sharepoint-user-group-meeting-southampton-24-june/</link>
		<comments>http://blog.pointbeyond.com/2010/06/21/sharepoint-user-group-meeting-southampton-24-june/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 17:28:54 +0000</pubDate>
		<dc:creator>Ian Woodgate</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[User Group]]></category>
		<category><![CDATA[Southampton]]></category>
		<category><![CDATA[SUGUK]]></category>

		<guid isPermaLink="false">http://blog.pointbeyond.com/?p=352</guid>
		<description><![CDATA[The next user group meeting for the SharePoint UK User Group (South) is at Southampton University in the evening on the 24 June. We&#8217;ve some great speakers, and SharePint afterwards. Sign up here http://suguk.org/forums/thread/24475.aspx Ian<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=352&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The next user group meeting for the SharePoint UK User Group (South) is at Southampton University in the evening on the 24 June. We&#8217;ve some great speakers, and SharePint afterwards.</p>
<p>Sign up here <a href="http://suguk.org/forums/thread/24475.aspx">http://suguk.org/forums/thread/24475.aspx</a></p>
<p>Ian</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pointbeyond.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pointbeyond.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pointbeyond.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pointbeyond.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pointbeyond.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pointbeyond.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pointbeyond.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pointbeyond.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pointbeyond.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pointbeyond.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pointbeyond.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pointbeyond.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pointbeyond.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pointbeyond.wordpress.com/352/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=352&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.pointbeyond.com/2010/06/21/sharepoint-user-group-meeting-southampton-24-june/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf353839bf37e497d4b864827f081dbb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian Woodgate</media:title>
		</media:content>
	</item>
		<item>
		<title>Bristol SharePoint User Group Meeting 27th Jan 2010</title>
		<link>http://blog.pointbeyond.com/2010/01/30/bristol-sharepoint-user-group-meeting-27th-jan-2010/</link>
		<comments>http://blog.pointbeyond.com/2010/01/30/bristol-sharepoint-user-group-meeting-27th-jan-2010/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 09:16:02 +0000</pubDate>
		<dc:creator>Ian Woodgate</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[User Group]]></category>
		<category><![CDATA[bristol]]></category>

		<guid isPermaLink="false">http://blog.pointbeyond.com/2010/01/30/bristol-sharepoint-user-group-meeting-27th-jan-2010/</guid>
		<description><![CDATA[Some piccies of the event Andy Ginn on HP white papers and sizing tool (not a great picture, blame the iPhone) Below, Lee Fedder describes his SharePoint integrated web application for managing shipping insurance claims Below, Mark Macrae on Reporting Services in SharePoint integrated mode See you all at the next one, which will be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=226&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some piccies of the event</p>
<p>Andy Ginn on HP white papers and sizing tool (not a great picture, blame the iPhone)</p>
<p><img src="http://pointbeyond.files.wordpress.com/2010/01/013010_0915_bristolshar13.jpg?w=500" alt="" /></p>
<p>Below, Lee Fedder describes his SharePoint integrated web application for managing shipping insurance claims</p>
<p><img src="http://pointbeyond.files.wordpress.com/2010/01/013010_0915_bristolshar22.jpg?w=500" alt="" /></p>
<p>Below, Mark Macrae on Reporting Services in SharePoint integrated mode</p>
<p><img src="http://pointbeyond.files.wordpress.com/2010/01/013010_0915_bristolshar31.jpg?w=500" alt="" /></p>
<p>See you all at the next one, which will be in Southampton!</p>
<p>Ian</p>
<p><a href="http://www.pointbeyond.com">Back to PointBeyond web site</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pointbeyond.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pointbeyond.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pointbeyond.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pointbeyond.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pointbeyond.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pointbeyond.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pointbeyond.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pointbeyond.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pointbeyond.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pointbeyond.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pointbeyond.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pointbeyond.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pointbeyond.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pointbeyond.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=226&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.pointbeyond.com/2010/01/30/bristol-sharepoint-user-group-meeting-27th-jan-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf353839bf37e497d4b864827f081dbb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian Woodgate</media:title>
		</media:content>

		<media:content url="http://pointbeyond.files.wordpress.com/2010/01/013010_0915_bristolshar13.jpg" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2010/01/013010_0915_bristolshar22.jpg" medium="image" />

		<media:content url="http://pointbeyond.files.wordpress.com/2010/01/013010_0915_bristolshar31.jpg" medium="image" />
	</item>
		<item>
		<title>SharePoint UK User Group South &#8211; Meeting 27th Jan in Bristol</title>
		<link>http://blog.pointbeyond.com/2009/12/20/sharepoint-uk-user-group-south-meeting-27th-jan-in-bristol/</link>
		<comments>http://blog.pointbeyond.com/2009/12/20/sharepoint-uk-user-group-south-meeting-27th-jan-in-bristol/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 10:18:38 +0000</pubDate>
		<dc:creator>Ian Woodgate</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[User Group]]></category>
		<category><![CDATA[SUGUK]]></category>

		<guid isPermaLink="false">http://blog.pointbeyond.com/?p=196</guid>
		<description><![CDATA[The next SUGUK South meet will be in Bristol on 27th Jan. Topics include the latest research from HP labs on sizing and configuring SharePoint, plus SUGUK&#8217;s own Mark Macrae on getting the most out of SQL Server Reporting Services in SharePoint integrated mode. Sign up here: http://suguk.org/forums/thread/21874.aspx, see you there!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=196&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The next SUGUK South meet will be in Bristol on 27th Jan.</p>
<p>Topics include the latest research from HP labs on sizing and configuring SharePoint, plus SUGUK&#8217;s own Mark Macrae on getting the most out of SQL Server Reporting Services in SharePoint integrated mode.</p>
<p>Sign up here: <a href="http://suguk.org/forums/thread/21874.aspx">http://suguk.org/forums/thread/21874.aspx</a>, see you there!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pointbeyond.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pointbeyond.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pointbeyond.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pointbeyond.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pointbeyond.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pointbeyond.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pointbeyond.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pointbeyond.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pointbeyond.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pointbeyond.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pointbeyond.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pointbeyond.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pointbeyond.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pointbeyond.wordpress.com/196/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pointbeyond.com&amp;blog=8800629&amp;post=196&amp;subd=pointbeyond&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.pointbeyond.com/2009/12/20/sharepoint-uk-user-group-south-meeting-27th-jan-in-bristol/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf353839bf37e497d4b864827f081dbb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian Woodgate</media:title>
		</media:content>
	</item>
	</channel>
</rss>
