Browse by Tags

All Tags » CodeHTMLer (RSS)

Issues with the XmlSerializer in medium trust environments

In my last post I briefly mentioned that CodeHTMLer had issues running in a medium trust environment. The simple web application front end I created kept failing before it ever got started. It keep hitting a SecurityException nested in an InvalidOperationException...

Added CodeHTMLer project at codeplex

In order to help better manage changes to CodeHTMLer I finally added the project on codeplex at http://codeplex.com/CodeHtmer . I made a couple of small code updates after I put it up on codeplex : - Added a new language property DivInlineFont to define...
Posted by puzzlehacker | 2 comment(s)
Filed under: ,

Powershell version of cmd set

If you are like me and are just so used to typing set to list and set environment variables then you might find this script useful. if ( test-path alias:set) { remove-item alias:set > $null } function set { [string] $var = $args if ( $var -eq "" )...

CodeHTMLer plugin for Windows Live Writer

I've started using Windows Live Writer as my primary blogging tool. So far I like it. However, it was missing an easy way to insert highlighted code into posts. I know there are a few other plugins that can insert highlighted code, but since I'm the author...
Posted by puzzlehacker | 1 comment(s)
Filed under: , , ,
More Posts