Thursday, November 10, 2005 1:22 PM Erwyn van der Meer

BloggingAbout.NET Rant

Today I am experiencing some very annoying problems with Community Server (CS) as currently configured on BloggingAbout.NET.

For as of yet unknown reasons the BA.NET engine has started to randomly remove src attributes of img tags when rendering my last blog post. In edit mode and preview mode my last post looks fine, but when published the images are missing. It seems to work if the src attribute is the first attribute of the img tag, so I tried to edit my post in source mode to rearrange the attributes. But unfortunately the editor configured at BA.NET decides to mess with my HTML and rearrange the attributes to its own liking just before a post is submitted to the server. So I am unable to get the images to show up ;(

I have had some problems in the past with Community Server. It kept messing with my HTML. The problem then was that CS was configured to filter out any style attributes on HTML elements. How annoying when creating your post post in Word and then copy-and-pasting. The HTML produced by Word 2003 is relatively decent and uses style attributes instead of font tags. I was then forced to use the WYSIWYG DHTML editor which has a very old-fashioned idea of decent HTML: font tags all over the place ;(

Another very annoying thing is that the hosting provider thinks 12:00 PM Central European Time is a good time to reboot the database server used by BA.NET. Probably because they think 3:00 AM Pacific Time is an okay time to do so since nobody is visiting the site in the middle of the night in California ;(

So is it time to seek my own hosting provider and control my own blogging engine? I don't know yet. Moving my old posts over to another blogging engine will probably be a royal pain-in-the-ass. Especially since I use the Gallery feature of Community Server quite a lot. And moving to another domain will probably mean loosing some readers, because my posts will no longer be aggregated on the BA.NET feed.

[Update 2005-11-15: The disappearing src attributes from img tags were caused by the installation of a prerelease of SP1 of Community Server 1.1. The problem is fixed now.]

Filed under: ,

# re: BloggingAbout.NET Rant

Thursday, November 10, 2005 10:49 AM by Nathan Pledger

I was actually looking at CommunityServer to replace a forum I used to manage, but I'm glad I didn't now! For reading and aggregatng posts, its awesome. Just shame about editing posts. There is only a single editor that consistently provides excellent markup that I have seen: XStandard.

# re: BloggingAbout.NET Rant

Thursday, November 10, 2005 11:31 PM by Jan Schreuder

I just looked at the features offered by XStandard. From what I can see, it should offer the same options as the current editor in CS. Maybe Dennis could have a look at it and maybe implement this control rather than the one CS is currently using?

# re: BloggingAbout.NET Rant

Thursday, November 10, 2005 11:44 PM by Dennis van der Stelt

Jan, the standard editor is an early version of FTB. It was replaced by FCKEditor because of various reasons. FTB at the time had some IE compatibility problems, and with FCKEditor every blogger had his/her own folder for files and images.

In CS2.0 there should be support for multiple editors and have the ability to set a preference for one. CS2.0 will be released in december.

# Images show up again on BloggingAbout.NET

Monday, November 14, 2005 11:29 PM by Erwyn van der Meer

To celebrate that images show up again on BloggingAbout.NET, here is a pretty picture I took last weekend...

# re: BloggingAbout.NET Rant

Wednesday, November 30, 2005 8:26 AM by b@@

I have the other way around problem, i wrote my own blogging engine in C# and now slowly am at a point where i am thinking: why am i crazy and why do i write my own blogging engine???

The nice thing is ofcourse that i have written every single bit of code and it is REALLY my own site.

Since i got Visual Studio this week from the MSDN download i think i am going to upgrade my project to ASP.NET 2.0.

Since Brinkster doesnt support 2.0 yet i have to move to a new host and ofcourse go through a complete rewrite ... ah well... it is cold outside anyway.