Blogger

简体中文的 Live Spaces 兼容性太烂了

无论是谁的, 只要用简体中文打开, 页面就全乱了, 一开始还以为是 IE8 的兼容性问题, 但是在繁体中文和英文下都是好好的, 太无语了. 每次都是提示 Spaces 没定义, 这个页面模板写的, 中国是哪里管这个? 上海的那个 WLM 还是北京的 STC? 就这样的兼容性, 怎么抢市场啊
 
ps. 为啥每次只要进 live.com 相关, IE8 都要崩一次先? 真的就只有我有这样的 RPWT?

A Highlight Plugins for Microsoft Writer

A plugins for Microsoft writer, it can makes your code with colors, a useful plugins for  loggers who always pasted codes on their blog.

Visite this site for information and download: Highlight4Writer

This is a sample used Highlight4Writer :)

#include <stdio.h>
#define MAX 1000

const int sub[10];

int main()
{
  int a,b;
  while(scanf("%d%d",&a,&b)!=EOF)
    printf("%dn",a+b);
  return(0);
}