My Writings. My Thoughts.

Resolve WordPress xmlrpc losing characters

// 一月 30th, 2012 // 7 Comments » // Blog

For some reason, when we use Windows Live Writer or some other WordPress writing tools to write article for our sites, it returns “Incorrect XML string ” or “Content-Length mismatched”. This article aims to solves the problem by two methods. (全文 …)

互联网的大变局

// 一月 26th, 2012 // 3 Comments » // Blog

一片写的很好的关于互联网的文章。值得深思…..

先看一篇评论:

看得出,这是一篇很中肯的文章,写得非常好~过几天我也会补写一篇,哈哈,对于本文我也想说几句:

1、第二段第一句: 想要干掉IE6,您觉得要多久?IE6完了还有Vista的IE7,Win 7的IE8,这些都是不兼容HTML5的。 就算微软开启了IE系列自动更新,IE6最高也只能升级到IE8,而IE7和IE8就算可以升级到IE9,还是 回到国内这个大环境,很多盗版的Vista和WIN7都是不会开启自动更新的,大家应该也懂的。

2、第三段最后:未来100年内,只要HTML5不是万能无敌的,那么必然会有插件存在; 什么道理?这个你懂的。 一句画龙点睛: HTML5到底是神马?HTML5到底好不好用?HTML5到底是不是万能的? 请大学生们走进社会后,在相关领域工作一段时间,结果自然见分晓。 (全文 …)

Remove Blank Line for RSS Feed in WordPress

// 一月 24th, 2012 // 2 Comments » // Blog

For whatever reason, once in a long while WordPress will just break the RSS feed. and it returns the error: “error on line 2 at column 6: XML declaration allowed only at the start of the document”. When you are reviewing the xml source code, you will find there’s a blank line at the top, which results in the error. (全文 …)

A much quicker C# data-exported common class

// 一月 23rd, 2012 // 4 Comments » // Blog

When processing database data, a more often requirement is to export data to Excel or some other file format. And many methods can be found in exporting data to Excel and other formats. but the effective is not so good. This article is proposing a method using Stream, it supports many varities of data format, such as Excel, Word, Text and so on.
(全文 …)

View Archives