Code Beautifiers
I might be doing some JavaScript client side programming for my next project, so I saw this My Great Free Online Beautifier for JavaScript that I need to save a reference to. I then starting thinking that I have seen other online code beautifiers before and wonder what was out on the net and found this Time-Savers: Code Beautifier And Formatter. I think the QuickHighlighter looks the most interesting. I will have to look through the rest of the entries and see what is useful.
I was testing how the beautified items would paste into Windows Live Writer from QuickHighlighter and I finally had to tell it to use embedded styles and pasted the html code directly into the html of the post. It looks good though:
output.WriteLine(spweb.Url + "/Lists/" + item.ParentList.Title + "/EditForm.aspx?ID=" + item.ID);
Insert from Visual Studio is still easier, but for other quick code snippets that are not C# or VB.NET, I think this will be very useful. I have some t-sql snippets I need to capture.