Tim Stanley photos

Windows Live Writer XMLRPC and BlogEngine.Net

BlogEngine.Net supports XMLRPC and the MetaWeblog API.  This allows it to support other tools like Windows Live Writer.  But where are the specifications for the API and WLW found?  I came across some interesting related links along the way in trying to figure out how to add proper slug support for pages in BlogEngine.Net.Read More...

 
 

Pretty URLs And IIS7 Authentication

One side effect of using Pretty URLs in IIS7 is that IIS7 doesn’t authenticate these URLs because they don’t have the .aspx file extension.  Here is a quick tip on how to fix it. Read More...

 
 

Multi Post User Control

Trailing on the lead from Chris Blankenship and his singlepost user control, I created a multi-post user control.  I’ve never been quite satisfied with the results of the recent posts control and Chris’s control filled in enough gaps for me to pursue this further. Read More...

 
 

BlogEngine.Net Expanding Categories And Tags

BlogEngine.Net provides the ability to selectively disclose information in the blog postings based on the configuration settings.  I took Dave Burke's concept on the Flexible Post Excerpt Display and expanded it to include expansion of all categories and tags even if the ShowDescriptionInPost setting was set to true. Read More...

 
 

Sharing Bookmarks

There are numerous services popping up to help you keep track of your favorite browser bookmarks. From what I can tell from Alexa traffic, the top three are Digg, Technorati, and Delicious.  It seems like there are new services popping up every day and it can be hard to keep with with how to let users add your bookmarks to their bookmark service. AddThis.com looks like it's trying to help. Read More...

 
 

BlogEngine.Net Control Parameters

How does one add or pass parameter to a user control in BlogEngine.Net?  This may be obvious to others already, but I thought I'd share a quick note on what I found.  Read More...

 
 

Adding An Account For Windows Live Writer

How to create a new account in Windows Live Writer for a site using BlogEngine.Net 1.3.0.18 or later.

Add a new weblog account.

WLW Add Weblog Account Read More...

 
 

Sites For CSS Design Themes

Don't pick a web site engine (blog, CMS, or other), unless you have the ability to customize the style. A web site should have the ability to change designs over time as personal preferences, and desired style and color preferences change.  Sites using a site builder tool require a lot of hand coding or a complete re-generation of the site.  This can add additional cost or time to customize.  Sites that use a theme engine can be modified or changed quickly with minimal cost or time.

For a better example of what theme switching can do, see Themes Galore. Read More...

 
 

BlogEngine.Net Secret Links

BlogEngine.Net provides quite a lot of very rich functionality, but the rich functionality is not documented as extensively.  I've tried to put together a list of all the types of links that BlogEngine.Net supports.  Read More...

 
 

Themes Galore

Web sites use templates called skins, themes, and styles to describe how web sites can be modified to change the look and layout of a web site without changing the content.  Wordpress, Blogspot, DotNetNuke and others all provide the ability to modify the color, layout and style with thousands of templates that are available.  Many are free, some cost only a small fee.  The ones that do cost something range from less than $50 to about $200 for a bundle.

One of the greatest sites to extol the virtues of using CSS to modify layout, colors, images, and style of a stie but using the the unchanged same content is the CSS Zen Garden.  A lot of significant design effort went into the styles used at the CSS Zen Garden, but they look great.

Read More...