Windows Live Writer试用补充

陆续用Window Live Writer发了几篇日志后有了一些感受。

首先,这个Writer不能管理我日志的评论,这不太好使。功能太有限了。

其次,在我仅到的写日志和发表日志这两个功能里,还有一个发表日志功能不好用。1、它记不住我的用户名/密码;2、它的tab顺序不正确,在选中“记住密码”后按tab键不是跳到“发表”按钮,而是跳回了“用户名”输入框。这个最基本的Windows程序开发规则它居然没有遵守。在对微软的Web产品质量感到失望之后,我对它的桌面产品质量也失望了。

其实写日志功能我也仅仅用到了纯文本和超链接,更多的没敢试。

但我还会继续使用这个Windows Live Writer,不是因为喜欢它,而是因为Spaces的Web界面更难用,甚至很难登陆上去。

Related posts

GMail的Daily sending quota exceeded问题

使用Java Mail通过GMail发信的时候出现了如下错误:

550 5.4.5 Daily sending quota exceeded. n37sm954097wag
com.sun.mail.smtp.SMTPSendFailedException: 550 5.4.5 Daily sending quota exceeded. n37sm954097wag

查询了一些资料之后发现是由于:https://mail.google.com/support/bin/answer.py?answer=22839

Are there limits for sending mail?

Gmail has a number of sending limits in place to prevent abuse of our system, and to help fight spam. If you reach one of Gmail’s limits, you’ll be temporarily unable to send mail. This limit is generally removed within 24 hours.

Causes include, but are not limited to:

  • Sending a message to more than 500 recipients.
    You can send a single message to a maximum of 500 recipients through the web interface, or up to 100 recipients when using POP access. Their email addresses can be distributed among the To, Cc, and Bcc fields. If you communicate with the same group of people on a regular basis, you might be interested in Google Groups.
  • Sending a large number of undeliverable messages.
    We suggest verifying your contacts’ email addresses. Make sure the email addresses you’re sending mail to are valid. It’s also important that everyone you are sending mail to is willing to receive it.

在另一份文档里Google说Gmail的限制包括上面这些,但绝不仅限于这些。真是挺奇怪。Gmail总是有一些自作聪明的做法。

Related posts