How to write multilingual posts in Enhanced BlogEngine.NET

Currently rated 4.8 by 5 people

  • Currently 4.8/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
April 3, 2009 21:39 by Jaroslav Kobližek
When I put Enhanced BlogEngine.NET on CodePlex, I forgot to write a guide on how to write localized posts. I apologize for that and here is the promised guide. Writing of localized content is quite easy. I will describe it in several steps. [More]

Photoshop ICO plugin support

Currently rated 2.5 by 2 people

  • Currently 2.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
March 29, 2009 11:44 by Jaroslav Kobližek
Today, I wanted to create my own icon for my blog, but I found out that Photoshop CS4 does not support this file type. What to do? Fortunately there exists a plugin for this. It's a plugin created by Telegraphics and completely freeware, even with source code in C++. The only downside is that it doesn't support 64bit version of Photoshop CS4, so you have to always use the 32bit one. [More]

XAML designer - Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
March 29, 2009 01:07 by Jaroslav Kobližek
Last week I experienced a very annoying unhandled exception in XAML designer of Visual Studio 2008 SP1. It happened after installing of preview and beta tools for Silverlight 3, which was a mistake, because I installed them onto Silverlight 2 tools. When I installed the tools Expression Blend was working properly, but when I wanted to edit the code and use IntelliSense, the only choice was to switch to Visual Studio. Unfortunatelly, the Visual Studio was unable to render any XAML and shown an exception only. [More]

Multilingual BlogEngine.NET code behind, part 2

Currently rated 4.0 by 3 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
March 28, 2009 16:47 by Jaroslav Kobližek
This is a second part of my guide through multilanguage support of Enhanced BlogEngine.NET. In the previous part we've taken look at SQL data storage, XML data storage and how Guid becomes KeyCulturePair. [More]

Multilingual BlogEngine.NET code behind, part 1

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
March 27, 2009 23:16 by Jaroslav Kobližek
Since I've started the Enhanced BlogEngine.NET project I've promised to write something about its technical part to show everybody, how the customized parts of the code work. Currently, Enhanced BlogEngine.NET represents the ability to write multilingual posts, pages, etc. [More]

Silverlight 3 and Blend 3 available

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
March 19, 2009 18:54 by Jaroslav Kobližek
Finally, Microsoft has released all important tools for the first touch with Silverlight 3 (Runtime, Blend 3, SDK, Documentation and Tools for Visual Studio). SDK with client/server libraries is a pleasant surprise. [More]

ASP.NET error - The 'System.ServiceModel/ServiceHostingEnvironment' configuration section cannot be created.

Currently rated 3.6 by 7 people

  • Currently 3.571429/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
March 18, 2009 20:37 by Jaroslav Kobližek
A month ago, I started to work on the customized version of BlogEngine.NET. By default it‘s being debugged on ASP.NET Development Server, but I tried to run it on my local IIS7 server. When the application was starting I got a strange ASP.NET error that complains about missing information in machine.config in conjuction with Windows Communication Foundation. See, how to fix it. [More]

My first blog post and how was it done

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
March 16, 2009 23:28 by Jaroslav Kobližek
See how my first blog has been created. [More]