Logo Home   Help   
Icon
Steen Molberg's Blog
Good clean family entertainment you can trust...
 
 
 (Hidden) ToolPane Manager
There are no more meeting occurrences to select from.
 Welcome...
 Steen Molberg

Being a Sharepoint-geek I just had to do my blog on Sharepoint, but I’m also doing .NET (VB & C#), Outlook, MS Access, InfoPath, SQL Server, Exchange Eventsinks. Please enjoy…




 Blog
| | |  
63 posts|160 comments 
When Virtual PC 2004 pausing8/2/2006 10:31:34 AM
by Steen MolbergComments(1)
Last week at the SharePoint 2007 course we all got a VPC to work with. Working with VPC's all the time I never experience problems with this, but this one really misbehaved. Most of the time it was freezing up for about 10-20 seconds and then I could work for maybe 20-30 seconds. Really anoying!!! I was on the brink of a nervous breakdown!!!
 
After some "googling" I found out this was a known problem when you running a system with the Centrino-type processors.
 
The hotfix is only available if you call MS Support but I found it on the blog of Kevin Reeuwijk, and then I followed the instructions off the MS Support Article.
 
Another problem solved!
 
Apparently there some issues when running VPC on Vista and that's what Kevin's article was meant to solve.
 
Categories: Other

SharePoint 2007 training8/2/2006 10:06:23 AM
by Steen MolbergComments(2)
Last week was great! I attended a great SharePoint 2007-course with Patrick from U2U as trainer. As always with Patrick it's packed with code samples and labs - just the way we like it!
 
I would like thank Patrick for a great course and also thanks to the guys at MondoSoft for letting me attend.
Categories: Other | Sharepoint

Strange browser behavior on Dell Latitude D8207/26/2006 11:27:05 PM
by Steen MolbergComments(3)
Just after getting my new laptop up and running I discovered some issues on SharePoint-pages. A couple of examples is shown below:
 
 
I haven't seen this before and so didn't several people I asked. Even Dell Support!!
 
By chance I just stubble over the Dell QuickSet settingapplication this morning and hey... here, under Display Settings, was something called Internet Explorer Scaling, and it was switched on.
 
 
Kind of suspicious!! I switched it off and problem solved.
 
browserproblem.JPG | browserproblem2.JPG | delldisplaysetting.JPG |
Categories: Other | Sharepoint

Blogpart News 9: Version 1.2 out now!!!7/23/2006 11:18:55 PM
by Steen MolbergComments(42)
Great news to all Blogparts-fans… New version is released!!!
 
Release of version 1.2
I have really been looking forward to write this post. The new version has been delayed more than I would have imagined in my worst nightmares, but it all comes down to priorities. Yeah… I know… what kind of priorities is this I hear you say. Delayed by months and my conscience is as black as the eyeliner of Captain Jack Sparrow! Sorry… but now it's here! Born by all the great feedback I got from all of you out there. Thank you for that.
 
Get it the new version here:

New in version 1.2
A lot of new stuff in this release. Most of these was request by users.

Improvements
-
RSS feeds have improved. Number of comments, link for comments and a separate feed for comments a single post was added.
- Multi-blogger sites is much better supported now. A blogger don’t have to be member of the webadmins-role to view the blogmenu and to avoid redirection on pages with Redirecition webparts. Instead the users permission on the bloglist is checked. This feature was requested by many users.
- Date-format rendered by The Blogpart is now controlled by the language file chosen and not by the language of the site
 
New stuff
- Captcha-code for The Blogpart and the Contact-Me webpart let the blogger decide if the user have to enter a code when entering a comment or message. This is to avoid unwanted messages added by malicious scripts
- Podcasting is now possible. A category is chosen for a “podcast-feed” and the first media-file attached to a post is used for the <enclosure> in the feed.
- Incoming and outgoing trackback pings is now supported. The feature can be switched on and off
- Counts on post, comments and trackbacks was added

Bug fixes
- Only one attachments is shown for at blogpost.
- Contact-Me webpart checks for siteadmin-role when creating the list. This is changed to webadmin-role.

Languagefiles wanted
With the new release there’s going to be a need to translate the new strings. I have made a clear note in the file where to find them. I hope that the great people, who took the time to translate the files when 1.1 was released, will come forward again to translate the new strings so we won’t loose support for some of the languages.
I also would like to call upon Spanish and Russian readers to make a languagefile in these languages - that would be awsome.
Like always enter a message for me here on the blog if you would like to make the translation to your language. That way I can coordinate the work a bit.
 
Credits
I would like to thanks my good friend Jess Nielsen for his RC4Engine-class he created. The class is used in conjunction with the captcha-code features that is include in The Blogart and the Contact Me webpart. Jess has written some great articles on security and architecture. Check out his blog on http://jessn.blogspot.com.
 

Please enjoy The Blogparts!!!
Categories: Sharepoint | Blogpart

WSS2 WebParts compiled with framework 1.1 on VS20057/4/2006 01:50:14 PM
by Steen MolbergComments(4)

I just prepared my new Dell Latitude D820 (and what a fine machine it is!! Woww!!) and I really wanted to avoid installing the VS2003 and move full time to VS2005 witch is a much nicer and more powerful environment.

In the past I have stumbled over this post from Carlos Segura Sanz, who created a WSS2 F1.1 WebPart Project Template for VS2005. Great work! I used the information from this post to find out how I could  move my VS2003 projects to the VS2005-platform. I puzzled around a bit with this and it turned out to be quite simple, so I thought I post the steps here for your convenience:

1.
Install VS2005
2.
Install .NET Framework 1.1 SDK
3.
Install MsBee.
4.
Open your F1.1 Vs2003 solution with VS2005. The conversion wizard appears.
5.
Let the wizard do it’s thing. Don’t worry, it will make a backup before conversion. Be careful that no file are locked by VSS or something like that.
6.
After the conversion, witch should run without errors, close the solution.
7.
Now go to the folder and subfolder holding your solution, and locate the “.csproj”-file(s) (the C# projectfiles), and open this or these with notepad.
8.
Locate the following line:
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
9.
Paste in the following line in right after the above:
<Import Project="$(MSBuildExtensionsPath)\MSBee\MSBuildExtras.Fx1_1.CSharp.targets" />
10.
Save and close the file and reopen the solution with VS2005. Now you should be able to compile your solution with 1.1 Framework.

Hope this helps somebody.

Categories: Sharepoint | .NET

New blogger Jess Nielsen7/4/2006 01:47:53 PM
by Steen MolbergComments(3)
My good friends Jess have started his own blog. Jess is very dedicated to architecture and security, and have some great articles on these subjects under his belt. Check it out!!
Categories: .NET | Other

Sweet independence …7/4/2006 01:44:20 PM
by Steen MolbergComments(0)

… well sort of!

Yesterday was my first day as independent consultant. I already have a lot of projects to dive into so I’m really looking forward to working in this new role.

Categories: Other

Please note that all comments and trackbacks is subject to approval before they are visible to the public.
Get The Blogparts!!!
Version 1.2
Download setup and instructions!!!

Warning!!! for Windows SharePoint Services 2.0 only!!!

TitleCommentUrl
Re:Blogpart News 9: Version 1.2 out now!!!Barbera del monferrato
Re:Blogpart News 9: Version 1.2 out now!!!NIMS
Re:Blogpart News 9: Version 1.2 out now!!!SEO
Re:Blogpart News 9: Version 1.2 out now!!!pdf stock
Re:Release of The Blogparts 1.1pdfsource
Expand/Collapse Category : Articles ‎(3)
  Creating an Online RSS News Aggregator with ASP.NET
  Customizing SharePoint Sites and Portals: Style Sheet Class Reference Tables
  Processing InfoPath Data in SharePoint Libraries

Expand/Collapse Category : Blogpart Blogs ‎(5)
  B@rney's Blog
  Holger Sattler
  Mike Thompson
  Rico Hansen
  Surfin With Stan

Expand/Collapse Category : Other ‎(4)
  All About Blogs and RSS
  Regular-Expressions.info
  SharePoint Products and Technologies Community
  Sharepoint SDK

Expand/Collapse Category : Security Blogs ‎(1)
  Jess Nielsen

Expand/Collapse Category : Sharepoint Blogs ‎(27)
  Alexander
  Berry Schreuder
  Bil Simser (Fear and Loathing)
  Bjarne (B@rney's Blog)
  blog.ekegren (Michael Ekegren)
  Bob Mixon
  Colin (Random Elements)
  Daniel Larson
  Jan Tielens
  Keith Richie (Microsoft)
  Kit Kai
  Mads Nissen
  Mark Bower
  Mark Harrison
  Mark Kruger
  Mart Muller
  Maurice Prather (Sharepoint Thoughts)
  Maxim V. Karpov
  Michael Greth
  Mike Fitzmaurice (Microsoft)
  Nigel Bridport
  Patrick Tisseghem
  Pedro Serrano
  Scott Howlett (Scott's musings...)
  Sharepoint Blogs (a hole lot)
  SharePoint Reporter (Aggregated SharePoint RSS Feeds)
  Stramit

Expand/Collapse Category : SQL Server ‎(1)
  SQL Server Central

Expand/Collapse Category : Tools ‎(6)
  AvePoint - Single document restore
  InfoTech - Copy from DocLib to DocLib
  Sharepoint Skin Designer (James Milne)
  STSADM for Windows
  Tools and Webparts for downloads (Mark Kruger)
  Web Part Templates for Microsoft Visual Studio .NET