This is the first post using Windows Live Writer. The first thing is that this fancy tool is able to get my entry posted. After a few setting steps, I am able to find the categories and my previous post here, so seems everything should be ok.
The reason I prefer using English in my first Live Writer post is that I just wanna test the spelling check. But I am sorry to say it is still not as perfect as I expect - no *REAL* time spell check... You have to click 'Check Spelling' button manually. Anyway, much better than the online editor now.
Here I wanna try to insert a local image here to see whether it can publish it to web properly. I just found Live Writer provides a very cool feature - add border to the image. here I'd like to see if the Photopaper border works. (Also added a watermark text.)
I've viewed the HTML source code this tool generated and that looks really clean and functional - no style or layout code. That's a GREAT improvement for Microsoft editors (remenber FrontPage or Word or even Visual Studio HTML?).
And when composing this post, I am expecting the following features/improvements in the coming release:
- password protection. I do not want anyone who is using my computer can write on my blog.
- easier to set font size, font family. etc.
- 'Insert Code' dialog just like the web one.
- real time spell check.
- more settings, such as 'Publishing to Front Page' or 'Search Engine Friendly Name'.
Anyway, it is really a good enough tool for almost every blogger. Easy to use and powerful.
Still, I will also try to modify the post after publishing.
Try a piece of C# code below. Thanks for cathsfz's help!
[WebMethod] public string GetCustomersByCountry(string country) { CustomerCollection customers = DataContext.GetCustomersByCountry(country); if (customers.Count > 0) return ViewManager.RenderView("customers.ascx", customers); else return ViewManager.RenderView("nocustomersfound.ascx"); }
Here's some text in Chinese, let's see whether the encoding works or not:
本周ASP.NET英文技术文章推荐[10/21 – 10/27]
摘要:这一篇是《本周ASP.NET英文技术文章推荐》系列的第一篇,在这个系列中,我将介绍5-10篇比较有价值的、本周发布的、与ASP.NET相关的英文技术文章,帮助各位朋友从良莠不齐的大量文章中挑出一些我认为非常有价值阅读的,在进行一段简要的介绍之后推荐给大家。希望这个系列文章可以让朋友们方便地把握住当前ASP.NET技术的发展动向,了解ASP.NET开发中遇到的技巧和诀窍,并顺便提高一下英文能力。