Profilo di ChrisDipper ParkFotoBlogElenchiAltro Strumenti Guida
17 ottobre

又是一年TechEd

最近时间过的是越来越快了...貌似前几篇日志还是在写去年我在香港TechEd, 今年的TechEd又即将举行了.
 
今年和往年不一样, 以前三地都会办的TechEd, 今年只会在北京办一场, 苦了北京之外的参会者了...
 
今年TechEd我会在北京继续deliver课程, 今年的topic, 我会首次在国内介绍明年即将发布的SQL Server 2008 R2的全新Feature: MDS(Master Data Services), 微软的主数据管理平台.
 
主数据管理理论本身没有新意, 但是其实在国内大型Enterprise级别这块市场还大部分是空白, 以前都是靠咨询类项目来实施, 这次是微软第一次发布了完整的主数据管理平台支持, 来方便企业能够基于SQL Server来构建企业级主数据管理平台. 刚好去年我带的几个项目也是主数据相关, 所以在session中也会融入和项目实施经验有关的部分. 相信大家一定不虚此行.
 
课程基本介绍:
在SQL Server 2008 R2中将包含名为MDS(Master Data Service)的主数据管理功能, 为企业内部实施主数据管理系统提供了方便的产品平台支持. 本课程将进行MDS产品功能的主要特性和实例演示, 并且针对如何去规划和实施一个主数据系统管理项目也给出了建议.
 
如果大家对TechEd感兴趣, 可以点击如下URL:
 
TechEd中国官方网站:  http://www.microsoft.com/china/teched/2009/ 
如果很多兄弟想知道我最近一直在忙什么, 可以参考讲师介绍, 呵呵 http://www.microsoft.com/china/teched/2009/content/speaker.aspx#taoran 
06 ottobre

GreatNews Clear Style Download v0.1

I've been using GreatNews as my RSS reader for years, and I do love the performance and usability.
 
But the only thing I would suggest to improve is, the reading style, known as "style" feature in GreatNews.
 
I always like and use the Essay style for years, but you know, people like new stuff, that's the human nature:)
 
I did a lot of search on the internet but cannot find the right one I like, but I do like the style of FeedDemon, which is quite clear and fresh.
 
So I did a little work to translate the style defination from FeedDemon to GreatNews. and Now I put all of the files availvable for download here:
 
 
Usage Instructions:
1. Download the zip file from URL above
2. Extrace all of the files to the 'Media' folder under GreatNews app folder.
3. Select the 'Clear' Style under the Style dropdown box.
4. Enjoy it!
 
Want to know what it looks like? see below:
 

 

 
Want to view and edit the sourcecode by yourself? see below:
 
Clear.css
 

/*

********Author: Dipper Tao

********Version 0.1

********Put the files into Media folder, and select Clear Style in GreatNews GUI to make it happen, enjoy it

********Any feedback please send email to dipper@live.com

*/

body

{

        padding-right: 10px;

        padding-left: 10px;

        padding-bottom: 10px;

        margin: 0px;

        padding-top: 10px;

}

 

div.gn_pager

{

        clear: both;

        font-size: 10px;

        font-family: 'Arial Black' , Arial;

        text-align: right;

        margin: 10px;

}

span.gn_pagenumber

{

        padding-right: 2px;

        padding-left: 2px;

        color: white;

        background-color: gray;

}

a.gn_pagerlink

{

        color: blue;

}

img {

        border: 0px;

        max-width: 100%;

        padding: 2px;

}

 

div.gn_channeltitle

{

        clear: both;

        border-top: #333 1px solid;

        font-weight: bold;

        font-size: 24px;

        padding-bottom: 2px;

        margin: 10px;

        padding-top: 2px;

        border-bottom: #333 1px solid;

        font-family: Georgia, serif, 'Times New Roman';

        background-image: url(file://%MEDIA%/pagehead.png);

        background-position: top left;

        background-repeat: repeat-xy;

}

div.gn_channeltitle a

{

        color: white;

        text-decoration: none;

}

div.gn_channeltitle a:hover

{

        text-decoration: underline;

}

                              

div.gn_channeldesc

{

        font-weight: normal;

        font-size: 14px;

        margin: 10px;

        color:white;

}

               

div.gn_channelimage

{

        margin: 10px;

        text-align: left;

}

 

 

 

 

div.gn_story,div.gn_stories

{

        border-top: #999 1px solid;

        margin: 10px;

        vertical-align: top;

        overflow: visible;

        width: 98%;

        padding: 4px;

}

 

               

div.gn_storytitle

{

        clear: both;

        font-weight: bold;

        font-size: 14px;

        margin-bottom: 10px;

        font-family: Arial, sans-serif;

}

 

span.commentTime

{

        color: white;

        border-bottom: 1px solid;

        background-color: gray;

        margin: 1px 10px 1px 1px;

}