Posted by (JavaScript must be enabled to view this email address) on Mon 27 Jul 2009
We’ve now integrated Twitter and MOSS so that users never have to leave the portal to tweet. Sounds useless right? I mean all it does is post a message to your twitter page and get your twitter status back.
On MOSS/SharePoint 2007

On Twitter

Suppose though you have a tighly locked down network and dont want your users wasting their entire day on Twitter. You can lock out access from Twitter altogether, but that means your users and staff may feel constrained at work and eventually their productivity may drop. Why not allow them to update their Twitter using their own My Site? It gives users apparent freedom to maintain their social circle yet because they are within your organisations MOSS Portal work is never far away.
Non-Twitter users aren’t left out as they still get to see the Twitter status on the site, even though they may not have a username or password.

Use the Brantas Tweet web part on their mysite, your users will feel they have a bit of freedom, but at the same time you can ensure that users dont spend all day on Twitter.
Posted by (JavaScript must be enabled to view this email address) on Fri 12 Jun 2009
When accessing CRM 3.0 through IE 8 I was told that I had to “upgrade” to IE 6 SP1…surely this wasnt right?!
I tried running compatibility mode with no success…eventually out of sheer desperation I tried accessing the loader.aspx page directly and hey presto! it worked!
If you get the following error try changing your url to http://[servername]/loader.aspx instead of http://[servername]/
Unsupported Browser Version
Microsoft CRM requires Microsoft Internet Explorer 6 SP1 or later, running on a computer with Microsoft Windows XP, Microsoft Windows 2000, or Microsoft Windows Server 2003.
You need to upgrade your browser and try again.
Posted by (JavaScript must be enabled to view this email address) on Wed 22 Apr 2009
Apple - Used by creative and design conscious people as it has a much easier on the eye interface.
Microsoft - Used by companies as it gives administrative users control over the network with a much more manageable overhead.
Never the two shall meet….until today that is. Having to use undocumented calls was bad enough; having to use undocumented calls from a Microsoft.Net platform to a python/bsd Apple platform was even worse! There was no way for us to code as you would by referring to an SDK instead we had to code by exception. Using a code, compile, exception, re-code cycle which took us far longer than we wanted, or anticipated. Thankfully by using the http://www.xml-rpc.net/ XmlRPC assemblies we were able to get it working. I have to admit, this was actually a lot of fun despite it making me want to tear what little hair I have out.
The result?
A web part which allows a user to view authenticated RSS feeds from an Apple Podcast Producer server within Microsoft Office Sharepoint Server 2007 without ever having to navigate away from the site.

Rather than make the users have to enter the RSS feeds which they have access to manually, we decided to make it automatic, all the users need to do is provide their “Mac Open directory” credentials for the web part to authenticate with and the rest is done for you!
Whats more, as you probably dont have a mac server published on the wide open internet, the webpart also introduces a proxy function which will fetch content without having to publish the podcast producer computer to all and sundry.