Add intellisense for any file extension in Visual Studio 2005 or 2008

I have been messing about with some template experiments in dasBlog using Notepad++ and Visual Studio 2008. That is changing the site layout by editing homeTemplate.blogtemplate, dayTemplate.blogtemplate and itemTemplate.blogtemplate for a dasBlog Theme. These files are basically html files with dasBlog specific macros for inserting the blog functionality. Notepad++ First off I love Notepad++ as a replacement for Notepad.  I have had a hard time doing more complex things in Notepad++ due to my addiction to […] Read more »

New Theme for dasBlog – now with Google Search

I have created a new theme for my blog, I feel that this theme is more modern and has a lighter feel to it. I based the theme on an open source / free web template named Multiflex. It is available from www.1234.info this theme is based on Multiflex version 5.4. It took a lot more time to convert the web template into a dasBlog theme than I had figured on – partly because i […] Read more »

Messing about with dasBlog templates

I am thinking about doing a complete graphic do-over of this blog due to the home and item templates being pretty messed up after all my editing and experimenting with them over the last couple of years. While I was going over some of the macros that you can use I found a nice little page with most (if not all) of the dasBlog macros described including syntax, screenshots and which version they are available […] Read more »

Getting aggregator pings to work with medium trust

I seem to have managed to get server pings from dasBlog to work in medium trust! This has been a major issue for me previously, not as much of an issue now that I primarily use off-line tools but it is still great to have it. The key is that originUrl in the medium trust settings supports regular expressions! More info on Haacked, which is where I found the solution. Just to make things clear: […] Read more »

Finished update to 2.0

It turns out that it really was very simple to upgrade to dasBlog 2.0 and ASP.Net 2.0. I did the ASP.Net upgrade first simply by changing which version of .Net to use. dasBlog 1.9 seemed to keep on working without a hitch which meant I could proceed with the upgrade process locally. I followed the instructions and uploaded all the files to my server… Unfortunately I had missed a section that I had changed in […] Read more »

Moving dasBlog to 2.0

I am preparing to upgrade my blog to 2.0. Thats both dasBlog 2.0 and .Net 2.0. It looks like this version should fix all of my previous issues with my setup, unless my host has done some weird .Net 2.0 medium trust setup, you never know… There is a guide on doing the upgrade install here. As far as I can see the process seems to be: Download & place all the files for you […] Read more »

Messing with dasBlog content folder

Basically avoid changing the xml files under content for dasBlog, you will mess up your blog. I did this in an attempt to make a post that I started on the 7th but posted on the 8th go back to being on the 7th… First I just changed the CreatedDate in the content xml and this almost worked, the post would intermittently disappear from the site (and the file). Luckily I had made a backup […] Read more »

Free off-line blogging tool reviews

I listed a set of features that I think I require for using off-line or desktop blogging tools. Here is my first round-up of test results, if nothing else is noted then these tools are Windows based. This first round will be focusing on free tools and if I can’t find what I am looking for then I will start checking the commercial tools. I’ll summarise at the top so you don’t have to read […] Read more »

First shot at fixing dasBlog medium trust issues

So far I have managed to get my dasBlog up and running. But in doing so I have disabled and broken several features: No HttpCompression No date picker while editing No Pingback/trackback support It seems that I have also broken my FreeTextBox editing control. I believe that this may be an unrelated issue to the medium trust fixes and wont get into that in this post. How could I get the broken features back up […] Read more »

Running dasBlog as a partially trusted application

Since changeing web hosts I have not been able to get dasBlog running in the new environment. The host server is setup so that .Net code runs at medium trust level and won’t allow me to override the trust settings. As anyone who has tried to get dasBlog to run at medium trust knows, it just isn’t possible out of the box. To make life even more difficult Asp.Net returns an incomplete and ambiguous SecurityException: […] Read more »