Under this constructions, I will code a program by using C#. And now I just prepare some dirty work. I don't know when it will be released. Infomation will be added once I have a good idea.

*. Functions*

1.      User can log in;.

2.      Post a log or draft;

3.      Search by Log Ttile and Log Content;

4.      Calendar. Regroup all logs by date. It seems that be a kind of archive;

5.      Visitors can post comment and trackback logs and be logged their’s ip;

6.      Blog can be managed including logs, comments, trackbacks and so on;

7.      Security some log;

8.      RSS 2.0

9.      Adding………….

*. Database*

1.      Table User includes 5 fields: uid(Primary Key), uname, upasswd, uweb, uemail. The uname and upasswd, uweb and uemail are format of text.and the max length is 50.

2.      Table Category includes CateId(Primary Key), CateTtitle and CateDesc. The last 2 fields is text and length of 50.

3.      Table Link includes 4 fields: LnId(Primary Key), LnName, LnUrl and LnComm.The table is storing favirate links. And it could be set-up from background.

4.      Table Log is storing all logs written by author. And There’re LogId, LogName, LogDate, LogText, LogSummary, LogWeather, LogViews, LogComments, IsDraft(boolean), IsSecret(boolean) in Log.and LogId is Primary Key.

5.      Table Comment is storing all comments. And it include ComtId(Primary Key), ComtName, ComtText, ComtDate, ComtEmail, ComtUrl and LogId.

6.      Table Trackback is having all trackbacks. And it will contain every log’s trackback. There are TbId, Tburl, TbTitle, TbKey and LogId. TbKey is used for stopping spam.and it will change when another website trackbacks the log.

*.Work Progress*

1.      User must log in. And then the user can post a log or draft.

2.      Log can’t be empty in LogName,LogText. It’s nessesary to enter those fields.

3.      And use caledar for regroup all log by date.

4.      Visitors can search all logs except secret logs by log title or log content. It need a field to make it be secret.

5.      Visitors can post a comment. Or leave a message to blogger.

6.      Visitors can trackback all logs.(It depends on tbkey. Because TbKey is changed every time.).

7.      All settings will store in web.config file. For example: Blog Name, Sub Title and so on.

8.       

*.Security & Others*

  1. Protect web.config file.

aspnet_regiis -pe “connectionStrings” -app “/SampleApplication”

  1. Use oledbParameters.

  2. Verify Code.


        今天不知道为什么,特别想听一首歌,但是已经忘记了歌名,只知道这首歌来自于电影《Remeo+Juliet》,是由Garbage唱的,从百度和雅虎上搜索了半天都没有发现这个歌,最后还是在imdb上找到了。歌曲的名字《#1 Crash》,呵呵,终于让我找到了。呵呵,大家一起来听啊。

       先贴几张电影的海报吧。

romeo+juliet

remeo+Juliet


       无心的一句话,竟然就是这样的结果。非常非常让我意外,这就是我所希望的”结果”!天啊,千方百计的去让一个人高兴,让一个人开心,最后竟然是这样的结果!!!我真的很受伤!!!为什么要这样!!!为什么!!!!爱没有错,一个人只会爱一次,爱那个陪伴他终生的人。

       我就好像是一个在渡口撑船的人,一生只载一个人过这条生命之河。而现在撑船的“船家”却落入了这条河,多么可悲,多么可笑的船家。辛苦的去做自己愿意的事情,而最后自己却败给了自己的思想。千方百计管什么用,让人开心又有什么用,到头来说散就散,说完就完,那么容易!!!


        细心的朋友会发现,现在的评论系统有了头像,可是在回复评论的地方没有设置头像的地方,那么到底是怎么显示那个头像的呢?

       其实这是Gravatar提供的一项服务,只要在你回复评论的时候填写了你的email地址,评论系统将会根据你的email地址取得你的Gravatar头像。

       首先,打开Gravatar网站,点击SignUp注册该项服务,然后填入你的email地址,接着到你的邮箱收取激活链接,之后你就可以上传你喜欢的头像,将头像与你的email地址绑定,最后你就可以在支持Gravatar的博客或者网站上发表评论了。只不过每次你需要填写一下email地址而已。

        呵呵,我觉得很好玩,所以加在了我的博客上,大家可以看到我的头像是孙燕姿哦。呵呵。我很喜欢的一个女歌星。


        终于在昨天晚上做了一件事情,把一直使用的博客程序换成了现在的Zblog程序,不是因为Zblog好,而是因为PJblog让我等的好辛苦,2.6等到2.7,结果是那么的失望,错误太多,仅仅是一个测试版,3.0要等到何时?算了,我狠下心来换成了Zblog,我也知道,舜子同志得忙自己的工作,搞开发的就他一个人,我很理解。对不住众多忠实的pjblogger了。我从pjblog叛逃了。皱眉

        目前博客数据已经全部导完,毕竟界面做了部分修改,一些栏目算是恢复了,很心疼自己找的那些皮肤了,现在这个,我就准备长期的用下去了。毕竟要是再变一次,又不知道要改动多少东西!想一想都觉得很麻烦!真的!本来自己想转WordPress的,但是数据库帐号的问题一直没有办法解决,最后只能换zblog了。不是因为zblog好,而是因为zblog存在的时间也长了,有那么2-3个人负责开发吧,相对的说版本的升级上不会出现问题,能及时对有问题的脚本除错。

        昨天晚上安装好ZBLOG的时候,我真的很头疼,因为很多东西需要手工的改,包括模板和代码部分。再者,就是zblog的风格比较独特,它分为风格和主题两种概念,风格是不改动模板文件,就可以简单的更换,而主题就要改变模板文件,这对于修改过模板文件来说,要改变主题的话,会具有相当大的工作量。自上次版本升级出现的问题,我现在很怕去做大的改动。一旦出现问题,恢复到前先状态的话,那意味着将还会有很多工作需要继续做。所以我就纳闷为什么asp的博客程序没有比较好一点的呢?希望有高人或者工作室能够开发一个简单,实用,自定义性强(但不需改动代码,自动保存配置),风格多样化的程序。现在只能期望了。呵呵。

        换了这个版本之后,目前还没有发现spam垃圾,不知道这个版本对于spam的检测如何,只能拭目以待了。音乐栏目还没有增加,我在考虑到底需要不需要加。接下来的工作就是再细节性的调整一些地方就可以了,大体上已经没有什么问题了。