<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8188009</id><updated>2011-09-05T09:10:35.156-07:00</updated><title type='text'>Personal Information Management and Blog</title><subtitle type='html'>Focus on Personal Information Management, Personl Knowledge Management and Blog, Personal Information Management System 

http://www.ispacesoft.com/ 
</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>32</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8188009.post-116317340900748331</id><published>2006-11-10T07:43:00.000-08:00</published><updated>2006-11-11T07:13:59.496-08:00</updated><title type='text'>天气预报服务</title><content type='html'>&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 在网上搜索了很久，竟然找不到提供 天气预报服务的 web service，很多方法都是抓取网页来生成数据。虽然yahoo weather提供rss格式的输出，但只能用于个人与非商业用途。&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 想不明白，中央气象台为什么不提供这种公众服务？纳税人的钱是怎么花的？&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 有个什么气象台的下属公司，提供气象收费服务。&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 以前也找过一些国标之类的资料，竟然都要出钱买的，花那么多纳税人的钱去做研究，成果出来之后，又要纳税人花很多钱去买。&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116317340900748331?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116317340900748331/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116317340900748331' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116317340900748331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116317340900748331'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/11/blog-post_10.html' title='天气预报服务'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116256180519972068</id><published>2006-11-03T05:50:00.000-08:00</published><updated>2006-11-03T06:31:16.910-08:00</updated><title type='text'>指定的参数已超出有效值的范围。参数名：value</title><content type='html'>&lt;p&gt;&lt;/p&gt; &lt;p&gt;private void BindBizField()&lt;br&gt;{&lt;br&gt;OclPSHandle psBizField = new OclPSHandle();&lt;br&gt;psBizField.RootHandle = rhRoot;&lt;br&gt;ddlBizField.DataSource = psBizField;&lt;br&gt;ddlBizField.DataTextField = "Title"&lt;br&gt;ddlBizField.DataValueField = "UniqueID"&lt;br&gt;ddlBizField.DataBind();&lt;br&gt;ddlBizField.Items.Insert(0, new ListItem(ModelConsts.PleaseSelect, ""));&lt;br&gt;}  &lt;p&gt;上面这段代码会出现：  &lt;h4&gt;&lt;i&gt;指定的参数已超出有效值的范围。参数名: value&lt;/i&gt;&lt;/h4&gt; &lt;p&gt;的错误。&lt;/p&gt; &lt;p&gt;ps:　经过测试，不是上面的原因，而是下面的赋值不对：&lt;/p&gt; &lt;p&gt; &lt;p&gt;if (aMember.Occupation != null)&lt;br&gt;ddlBizField.SelectedValue = aMember.Occupation.UniqueID;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116256180519972068?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116256180519972068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116256180519972068' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116256180519972068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116256180519972068'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/11/value.html' title='指定的参数已超出有效值的范围。参数名：value'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116239372740363117</id><published>2006-11-01T07:08:00.000-08:00</published><updated>2006-11-01T07:08:47.440-08:00</updated><title type='text'>AjaxData访问出错的问题</title><content type='html'>　　在register.aspx中访问AjaxData出错，在Province下拉框中出现html代码，是由于ajaxData.aspx不能访问，.net将页面转向了login.aspx的原因。 &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116239372740363117?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116239372740363117/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116239372740363117' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116239372740363117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116239372740363117'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/11/ajaxdata.html' title='AjaxData访问出错的问题'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116238665846303640</id><published>2006-11-01T05:10:00.000-08:00</published><updated>2006-11-01T05:10:58.493-08:00</updated><title type='text'>关键字长度的引起的问题</title><content type='html'>&lt;p&gt;　　想把guid的长度由32，改为36，发现有问题。生成的值还是32位的，不知道是哪里出错了。导致页面不能正常读取数据。&lt;/p&gt; &lt;p&gt;　　花了几个小时之后，最后又把它改为32位了，只要是唯一的就行了。&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116238665846303640?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116238665846303640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116238665846303640' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116238665846303640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116238665846303640'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/11/blog-post.html' title='关键字长度的引起的问题'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116209219648544207</id><published>2006-10-28T20:23:00.000-07:00</published><updated>2006-10-28T20:24:55.033-07:00</updated><title type='text'>ECO OCL表达式中的if判断语句</title><content type='html'>&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 如果要在ocl中写判断逻辑，可以如下写：&lt;/p&gt; &lt;p&gt;&lt;b&gt;if&lt;/b&gt; GetIsActual then &lt;br&gt;Amount &lt;br&gt;else &lt;br&gt;Money.Zero &lt;br&gt;endif &lt;p&gt;如有一个Derived属性，可以这样写： &lt;p&gt;if Status = 0 then&lt;br&gt;　'未读'&lt;br&gt;else&lt;br&gt;　'已读'&lt;br&gt;endif &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116209219648544207?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116209219648544207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116209219648544207' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116209219648544207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116209219648544207'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/eco-oclif.html' title='ECO OCL表达式中的if判断语句'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116202425091659246</id><published>2006-10-28T01:30:00.000-07:00</published><updated>2006-10-28T01:47:08.616-07:00</updated><title type='text'>MySQL log 文件的设置</title><content type='html'>&lt;p&gt;&lt;strong&gt;The General Query Log&lt;/strong&gt;&amp;nbsp; &lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you want to know what happens within &lt;strong&gt;mysqld&lt;/strong&gt;, you should start it with the &lt;code&gt;--log[=&lt;em&gt;&lt;code&gt;file_name&lt;/code&gt;&lt;/em&gt;]&lt;/code&gt; or &lt;code&gt;-l [&lt;em&gt;&lt;code&gt;file_name&lt;/code&gt;&lt;/em&gt;]&lt;/code&gt; option. If no &lt;em&gt;&lt;code&gt;file_name&lt;/code&gt;&lt;/em&gt; value is given, the default name is &lt;code&gt;&lt;em&gt;&lt;code&gt;host_name&lt;/code&gt;&lt;/em&gt;.log&lt;/code&gt; This logs all connections and statements to the log file. This log can be very useful when you suspect an error in a client and want to know exactly what the client sent to &lt;strong&gt;mysqld&lt;/strong&gt;. &lt;/p&gt; &lt;p&gt;&lt;strong&gt;The Slow Query Log&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When started with the &lt;code&gt;--log-slow-queries[=&lt;em&gt;&lt;code&gt;file_name&lt;/code&gt;&lt;/em&gt;]&lt;/code&gt; option, mysqld writes a log file containing all SQL statements that took more than &lt;code&gt;long_query_time&lt;/code&gt; seconds to execute. The time to acquire the initial table locks is not counted as execution time. The minimum value of &lt;code&gt;long_query_time&lt;/code&gt; is 1.&lt;/p&gt; &lt;p&gt;在 my.ini 文件中加入如下行：&lt;/p&gt; &lt;p&gt;log="C:/Program Files/MySQL/MySQL Server 5.0/sql.log"&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116202425091659246?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116202425091659246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116202425091659246' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116202425091659246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116202425091659246'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/mysql-log.html' title='MySQL log 文件的设置'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116141111000478013</id><published>2006-10-20T23:09:00.000-07:00</published><updated>2006-10-20T23:11:50.006-07:00</updated><title type='text'>ECO的IElement IObject 之间的转换</title><content type='html'>用CloneValue()时，两个对象的实例会保持同步，有待一步研究。&lt;br /&gt;    参考：   &lt;a href="http://groups.google.com/group/borland.public.csharpbuilder.modeldrivenarchitecture.eco/browse_thread/thread/6aa6ec3b86c5543a/d913a24f83c085b3?lnk=st&amp;q=CloneValue+IElement&amp;amp;rnum=1#d913a24f83c085b3"&gt;&lt;span class="fontsize5"&gt;&lt;b&gt;Inconsistent returned value type of AsObject property&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;        /// 复制联系人&lt;br /&gt;        public Contact copyContact(ReferenceHandle rootHandle, string contactId, string firstName, string lastName)&lt;br /&gt;        {&lt;br /&gt;            string oclQuery = "Contact.allInstances-&gt;select(UniqueID=\'" + contactId + "\')";&lt;br /&gt;            IElement element = Globals.Application.RunOclQuery(rootHandle, oclQuery, -1, -1);&lt;br /&gt;&lt;br /&gt;            Contact newContact = null, oldContact = null;           &lt;br /&gt;            if (element != null)&lt;br /&gt;            {&lt;br /&gt;                IElement newElement = element.CloneValue(true);&lt;br /&gt;                newContact = new Contact(rootHandle.EcoSpace);&lt;br /&gt;                newContact = (newElement as IObjectList)[0].AsObject as Contact;&lt;br /&gt;&lt;br /&gt;                IObjectList list = element as IObjectList;               &lt;br /&gt;                oldContact = list[0].AsObject as Contact;&lt;br /&gt;                oldContact.FirstName = firstName;&lt;br /&gt;                oldContact.LastName = lastName;&lt;br /&gt;&lt;br /&gt;                IObjectList dirtyList = Application.VariableFactoryService.CreateUntypedObjectList(false);&lt;br /&gt;                dirtyList.Add(newContact.AsIObject());&lt;br /&gt;                dirtyList.Add(oldContact.AsIObject());               &lt;br /&gt;                Application.EcoSpace = rootHandle.EcoSpace;&lt;br /&gt;                Application.UpdateDatabaseList(dirtyList);&lt;br /&gt;            }&lt;br /&gt;            return newContact;&lt;br /&gt;        }&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116141111000478013?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116141111000478013/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116141111000478013' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116141111000478013'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116141111000478013'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/ecoielement-iobject.html' title='ECO的IElement IObject 之间的转换'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116100818239062209</id><published>2006-10-16T07:16:00.000-07:00</published><updated>2006-10-16T07:39:05.300-07:00</updated><title type='text'>Ajax　异步过程引起的问题</title><content type='html'>&lt;p&gt;　　国、省、市三级联动时，因为：&lt;/p&gt; &lt;p&gt;　　国家数据是自动绑定；省份数据是国家选择改变时由ajax过程导入，城市数据也是。在javascript的一个过程中初始化数据，如：&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;displayOneCountry;&lt;/p&gt; &lt;p&gt;displayOneProvince;&lt;/p&gt; &lt;p&gt;displayOneCity;&lt;/p&gt; &lt;p&gt;不能正确地初始化数据，就是因为直到三个方法都执行完了，在第一个过程中发出的ajax调用都还没有执行。因是异步执行的。&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;现在暂时的解决方案是，页面第一次load时，在 cs 文件中设置国、省、市的联动关系。&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116100818239062209?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116100818239062209/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116100818239062209' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116100818239062209'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116100818239062209'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/ajax.html' title='Ajax　异步过程引起的问题'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116089371765066000</id><published>2006-10-14T23:28:00.001-07:00</published><updated>2006-10-14T23:28:37.653-07:00</updated><title type='text'>每月计数 MonthAccount</title><content type='html'>&lt;p&gt;　　可以在 MonthAccoun 中加入记录计数功能。&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116089371765066000?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116089371765066000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116089371765066000' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116089371765066000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116089371765066000'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/monthaccount.html' title='每月计数 MonthAccount'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116089370864877938</id><published>2006-10-14T23:28:00.000-07:00</published><updated>2006-10-14T23:28:28.680-07:00</updated><title type='text'>EditContact.aspx  中地址类型下拉转换调试问题</title><content type='html'>&amp;nbsp;&amp;nbsp;&amp;nbsp; 是因为保存地址时，没有检查重复性，导致每次保存都新建记录，然后页面刷新时，将原来记录值拿出来了，导致javascript中的值不对。 &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116089370864877938?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116089370864877938/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116089370864877938' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116089370864877938'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116089370864877938'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/editcontactaspx.html' title='EditContact.aspx  中地址类型下拉转换调试问题'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116040425457308923</id><published>2006-10-09T07:30:00.000-07:00</published><updated>2006-10-09T07:30:54.636-07:00</updated><title type='text'>将选择“朋友”部分的控件移到一个UserControl中</title><content type='html'>&lt;p&gt;　　editDoc.aspx、editPost.aspx两个窗体还是用原来的方法直接放在WebForm中的，今天的 editClip.aspx 是单独放在 friendSharing.ascx 中的。&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116040425457308923?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116040425457308923/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116040425457308923' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116040425457308923'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116040425457308923'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/usercontrol.html' title='将选择&amp;ldquo;朋友&amp;rdquo;部分的控件移到一个UserControl中'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116031308847258906</id><published>2006-10-08T06:11:00.000-07:00</published><updated>2006-10-08T06:11:28.516-07:00</updated><title type='text'>显示最近记录的方法暂时不要</title><content type='html'>&lt;p&gt;收藏中的　LatestClip　功能暂不要，因为其他功能也需要显示最近的记录。等下一阶段一次性再加上去吧。&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116031308847258906?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116031308847258906/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116031308847258906' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116031308847258906'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116031308847258906'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/blog-post_08.html' title='显示最近记录的方法暂时不要'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116023438022726371</id><published>2006-10-07T08:19:00.000-07:00</published><updated>2006-10-07T08:19:40.230-07:00</updated><title type='text'>Post 和 PostShare</title><content type='html'>&lt;p&gt;　　关系: Post(0..1) &amp;lt;---- (0..*) PostShare&lt;/p&gt; &lt;p&gt;　　可以用下面的OCL来选择满足某一条件的Post:&lt;/p&gt; &lt;p&gt;// 取出共享给此朋友的&lt;br&gt;string oclQueryShare = "PostShare.allInstances" &lt;br&gt;if (memberId != string.Empty)&lt;br&gt;oclQueryShare += "-&amp;gt;select(d|d.Owner.UniqueID=\'" + memberId + "\')"&lt;br&gt;if (friendId != string.Empty)&lt;br&gt;oclQueryShare += "-&amp;gt;select(d|d.Friend.UniqueID=\'" + friendId + "\')"&lt;br&gt;oclQueryShare += "-&amp;gt;select(d|d.Post.ShareLevel=" + Convert.ToByte(ShareLevel.ShareToFriend) + ").Post"  &lt;p&gt;注意最后的 .Post 的，可以反向取主表的数据，不要以一惯的思路，只从正向考虑。  &lt;p&gt;下面是完整的程序过程：  &lt;p&gt;public IObjectList getAccessiblePosts(ReferenceHandle rootHandle, string memberId, string friendId,&lt;br&gt;string categoryId, int offset, int maxSize, string orderGeneric, ref int totalCount)&lt;br&gt;{&lt;br&gt;IObjectList publicPosts = null;&lt;br&gt;IObjectList postsShareToAllFriend = null;&lt;br&gt;IObjectList postsShareToFriend = null;&lt;br&gt;if (memberId == friendId)&lt;br&gt;/// 取自己的所有的&lt;br&gt;publicPosts = getPostsByShareLevel(rootHandle, memberId, categoryId,&lt;br&gt;true, ShareLevel.Public, offset, maxSize, orderGeneric);&lt;br&gt;else&lt;br&gt;{&lt;br&gt;/* 这是分三次取出来的&lt;br&gt;/// 取出公共的&lt;br&gt;publicPosts = getPostsByShareLevel(rootHandle, memberId, categoryId,&lt;br&gt;false, ShareLevel.Public, offset, maxSize, orderGeneric);  &lt;p&gt;/// 取出共享给所有朋友的&lt;br&gt;postsShareToAllFriend = getPostsByShareLevel(rootHandle, memberId, categoryId,&lt;br&gt;false, ShareLevel.ShareToAllFriend, offset, maxSize, orderGeneric);  &lt;p&gt;/// 取出只共享给这个朋友的&lt;br&gt;postsShareToFriend = getPostSharesByFriendId(rootHandle, memberId, friendId);  &lt;p&gt;if (postsShareToAllFriend != null)&lt;br&gt;{&lt;br&gt;foreach (IObject obj in postsShareToAllFriend)&lt;br&gt;publicPosts.Add(obj);&lt;br&gt;}&lt;br&gt;if (postsShareToFriend != null)&lt;br&gt;{&lt;br&gt;foreach (IObject obj in postsShareToFriend)&lt;br&gt;{&lt;br&gt;PostShare share = obj.AsObject as PostShare;&lt;br&gt;publicPosts.Add(share.Post.AsIObject());&lt;br&gt;}&lt;br&gt;} */  &lt;p&gt;/* 分一次取出来 */&lt;br&gt;/// 取出Public和ToAllFriend&lt;br&gt;string oclQuery = "Post.allInstances" &lt;br&gt;if (memberId != string.Empty)&lt;br&gt;oclQuery += "-&amp;gt;select(c|c.Owner.UniqueID=\'" + memberId + "\')"&lt;br&gt;if (categoryId != string.Empty)&lt;br&gt;oclQuery += "-&amp;gt;select(c|c.SubjectCategory.UniqueID=\'" + categoryId + "\')"&lt;br&gt;oclQuery += "-&amp;gt;select(c|(c.ShareLevel=" + Convert.ToByte(ShareLevel.Public) + ")" +&lt;br&gt;" or (c.ShareLevel=" + Convert.ToByte(ShareLevel.ShareToAllFriend) + "))"&lt;br&gt;// 取出共享给此朋友的&lt;br&gt;string oclQueryShare = "PostShare.allInstances" &lt;br&gt;if (memberId != string.Empty)&lt;br&gt;oclQueryShare += "-&amp;gt;select(d|d.Owner.UniqueID=\'" + memberId + "\')"&lt;br&gt;if (friendId != string.Empty)&lt;br&gt;oclQueryShare += "-&amp;gt;select(d|d.Friend.UniqueID=\'" + friendId + "\')"&lt;br&gt;oclQueryShare += "-&amp;gt;select(d|d.Post.ShareLevel=" + Convert.ToByte(ShareLevel.ShareToFriend) + ").Post"&lt;br&gt;if (categoryId != string.Empty)&lt;br&gt;oclQueryShare += "-&amp;gt;select(d|d.SubjectCategory.UniqueID=\'" + categoryId + "\')"  &lt;p&gt;// union两者&lt;br&gt;string unionQuery = oclQuery + "-&amp;gt;union(" + oclQueryShare + ")"  &lt;p&gt;/// 统计总数，单独用一个过程来统计记录数&lt;br&gt;IElement countList = Application.RunOclQuery(rootHandle, unionQuery, -1, -1);&lt;br&gt;if (countList != null)&lt;br&gt;totalCount = (countList as IObjectList).Count;  &lt;p&gt;/// 取特定记录数&lt;br&gt;IElement list = Application.RunOclQuery(rootHandle, unionQuery, offset, maxSize);&lt;br&gt;return (list == null) ? null : (list as IObjectList);&lt;br&gt;}&lt;br&gt;return publicPosts;&lt;br&gt;}  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116023438022726371?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116023438022726371/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116023438022726371' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116023438022726371'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116023438022726371'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/post-postshare.html' title='Post 和 PostShare'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116010667673913610</id><published>2006-10-05T20:51:00.000-07:00</published><updated>2006-10-05T20:51:16.743-07:00</updated><title type='text'>不同ECO Space中更新数据时要注意数据会产生缓冲</title><content type='html'>&lt;p&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 有时会要在 myispace.cn 之外更新，如&amp;nbsp;c/s mnt 程序或command line client 中，这时要注意在其他方式更新数据后，myispace.cn　中并不会同步数据。应该要有同步的代码才行。&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 这里有几个post:&lt;a href="http://groups.google.com/group/borland.public.delphi.modeldrivenarchitecture.eco/browse_thread/thread/1e2f784ad6ac53df/d6c272ccf9d729b5?lnk=gst&amp;amp;q=sync&amp;amp;rnum=6#d6c272ccf9d729b5"&gt;multiclient application&lt;/a&gt;&amp;nbsp; &lt;a href="http://groups.google.com/group/borland.public.delphi.modeldrivenarchitecture.eco/browse_thread/thread/d048f5c45f83d3bd/cdc252391fa6ea38?lnk=gst&amp;amp;q=sync&amp;amp;rnum=20#cdc252391fa6ea38"&gt;ECO Space Synchronization&lt;/a&gt;&lt;/p&gt; &lt;p&gt;ps: live writer 中修改一个post，会在web上产生两条记录，看来好象不是完全同步的？&lt;/p&gt; &lt;p&gt;&amp;nbsp;　是要先选择已发布的post，再修改，这样才不会产生两个post。&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116010667673913610?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116010667673913610/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116010667673913610' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116010667673913610'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116010667673913610'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/eco-space.html' title='不同ECO Space中更新数据时要注意数据会产生缓冲'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116010658662482595</id><published>2006-10-05T20:49:00.000-07:00</published><updated>2006-10-05T20:49:46.630-07:00</updated><title type='text'>在Repeater中使用CheckBox</title><content type='html'>&lt;blockquote&gt; &lt;p&gt;如果要在checkbox来选定一行记录，则绑定数据的过程时，必须要放在IsPostBack之后，如：&lt;/p&gt; &lt;p&gt;if (!IsPostBack)&lt;br&gt;{&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataBind();&lt;br&gt;}  &lt;p&gt;而如果直接用：  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataBind()的话，则后面将不能使用checkbox.checked属性来获得状态，因为它总是false。&lt;/p&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116010658662482595?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116010658662482595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116010658662482595' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116010658662482595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116010658662482595'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/repeatercheckbox.html' title='在Repeater中使用CheckBox'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116010644075523044</id><published>2006-10-05T20:47:00.000-07:00</published><updated>2006-10-05T20:47:20.786-07:00</updated><title type='text'>OCL 中的if语句</title><content type='html'>&lt;p&gt;&lt;/p&gt; &lt;p&gt;if DisplayFull then &lt;br&gt;Content&lt;br&gt;else&lt;br&gt;Description&lt;br&gt;endif&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116010644075523044?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116010644075523044/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116010644075523044' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116010644075523044'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116010644075523044'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/ocl-if.html' title='OCL 中的if语句'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116009144102556262</id><published>2006-10-05T16:37:00.000-07:00</published><updated>2006-10-05T16:37:21.026-07:00</updated><title type='text'>系统中常用的界面控件可使用 用户控件　的方式</title><content type='html'>&lt;blockquote&gt; &lt;p&gt;将CreatePost.aspx中的“我的分类”、“MyiSpace分类”下拉框用用户控件 categoryDropDown.ascx　代替。&lt;/p&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116009144102556262?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116009144102556262/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116009144102556262' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116009144102556262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116009144102556262'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/blog-post.html' title='系统中常用的界面控件可使用 用户控件　的方式'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-116009134697578056</id><published>2006-10-05T16:35:00.000-07:00</published><updated>2006-10-05T16:36:09.853-07:00</updated><title type='text'>IObjectList 绑定到Repeater DataSource</title><content type='html'>&lt;p&gt;&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;IObjectList posts = Globals.Application.postManager.getAccessiblePosts(rhRoot, memberId, friendId, catId, offset, pager1.PageSize, sortString); &lt;/p&gt; &lt;p&gt;rhPosts.EcoSpace = EcoSpace;&lt;br&gt;rhPosts.SetElement(posts);&lt;br&gt;lstPost.DataSource = rhPosts;&lt;br&gt;//lstPost.DataSource = (Post[])posts.ToArray(typeof(Post)); // 这样也可以&lt;br&gt;lstPost.DataBind();&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 需要注意如下：&lt;/p&gt; &lt;p&gt;　　　界面：&lt;/p&gt; &lt;p&gt;　　　1. &lt;strong&gt;Repeater的DataSource设为空；&lt;/strong&gt;&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;2. rhPosts 的StaticType 设为 Collection(Post)&lt;/p&gt; &lt;p&gt;以前测试过很长时间，这次又测试了很长时间，切记切记，不要浪费时间了。&lt;/p&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-116009134697578056?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/116009134697578056/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=116009134697578056' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116009134697578056'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/116009134697578056'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2006/10/iobjectlist-repeater-datasource.html' title='IObjectList 绑定到Repeater DataSource'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109542822708225683</id><published>2004-09-17T06:33:00.000-07:00</published><updated>2004-09-17T06:37:07.083-07:00</updated><title type='text'>KM and Messaging</title><content type='html'>&lt;em&gt;Solutions for Personal Knowledge Management and Personal Information Management &lt;/em&gt;&lt;a href="http://www.ispacesoft.com"&gt;&lt;em&gt;http://www.ispacesoft.com&lt;/em&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is an article from KM Blog &lt;a href="http://www.ischool.utexas.edu/~i385tkms/blog/"&gt;http://www.ischool.utexas.edu/~i385tkms/blog/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;KM and Messaging&lt;br /&gt;Knowledge Management and Messaging &lt;a href="http://www.ischool.utexas.edu/~i385tkms/blog/archives/Messaging.doc"&gt;http://www.ischool.utexas.edu/~i385tkms/blog/archives/Messaging.doc&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109542822708225683?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109542822708225683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109542822708225683' title='52 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109542822708225683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109542822708225683'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/km-and-messaging.html' title='KM and Messaging'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>52</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109526740808811761</id><published>2004-09-15T09:52:00.000-07:00</published><updated>2004-09-15T09:56:48.090-07:00</updated><title type='text'>Defining Personal KM -Jack Vinson </title><content type='html'>Solutions for Personal Knowledge Management and Personal Information Management http://www.ispacesoft.com&lt;br /&gt;&lt;br /&gt;Defining Personal KM -Jack Vinson http://billives.typepad.com/portals_and_km/2004/09/defining_person.html&lt;br /&gt;&lt;br /&gt;By Bill Ives on trends: KM/portals&lt;br /&gt;&lt;br /&gt;I have been reading about personal knowledge management http://blog.mathemagenic.com/2004/09/12.html#a1347 and have learned that there is even a debate over this topic. To me it seems obvious that it is a good thing and see no reason to debate, just acknowledge different objectives for managing knowledge in different contexts. I recently read another post http://jackvinson.com/archives/2004/09/12/pkm_me_others_ideas.html on the topic by Jack Vinson, whose opinions I greatly respect. So I asked him to define the differences and he agreed. Here is his useful comment that is also posted on his site. &lt;br /&gt;&lt;br /&gt;“For me, personal KM is focused on helping an individual be more effective with an aim to enabling them to work better themselves, in groups and in corporations. I see "regular" KM (sometimes referred to as Corporate KM) as being focused on enabling the corporation to be more effective by "recording" and making available what its people know. &lt;br /&gt;&lt;br /&gt;I know this is a gross simplification, but I think that gets at some of the PKM ideas. Many people in the chain of writers don't necessarily see there being a difference, but it is the focus that is important. &lt;br /&gt;&lt;br /&gt;The nice thing about PKM is that the "what's in it for me" factor is taken care of immediately, so you get quicker individual buy-in. The difficult thing is how do you show a traditional manager that individual employee effectiveness necessarily leads to better organizational effectiveness. Of course, that traditional manager may not get regular KM either.” &lt;br /&gt;&lt;br /&gt;Thanks to Jack for this. It confirms my intuition on the topic and now I can understand the current dialogue better. I also think that blogs are a great vehicle for PKM, even more than for “regular” KM. Here is a prior post on the issue.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109526740808811761?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109526740808811761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109526740808811761' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109526740808811761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109526740808811761'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/defining-personal-km-jack-vinson.html' title='Defining Personal KM -Jack Vinson '/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109517847840934249</id><published>2004-09-14T09:11:00.000-07:00</published><updated>2004-09-14T09:14:38.410-07:00</updated><title type='text'>Promoting Your Blog</title><content type='html'>Solutions for Personal Knowledge Management &lt;a href="http://www.ispacesoft.com"&gt;http://www.ispacesoft.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Promoting Your Blog By Biz Stonefrom Blogger Knowledge &lt;a href="http://www.mblog.com/soulsoup/085833.html"&gt;http://www.mblog.com/soulsoup/085833.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Apart from Blogger Application Settings optimization tips the post also points out some fundamental success factors of a blog. to quote -&lt;br /&gt;&lt;em&gt;Write quality content and do it well.&lt;br /&gt;Publish regular updates.&lt;br /&gt;Think of your audience.&lt;br /&gt;Keep search engines in mind.&lt;br /&gt;Keep your posts and paragraphs short.&lt;br /&gt;Put your blog URL in your email signature.&lt;br /&gt;Sumbit your address to blog search sites and directories.&lt;br /&gt;Participate in meme games.&lt;br /&gt;Advertise.&lt;br /&gt;Link to other blogs.&lt;br /&gt;Install a blogroll.&lt;br /&gt;Be an active commenter.&lt;br /&gt;Pitch your posts via email to other bloggers.&lt;br /&gt;Print your blog URL on cards, stickers, etc.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;Also read : The Corporate Weblog Manifesto &lt;a href="http://radio.weblogs.com/0001011/2003/02/26.html"&gt;http://radio.weblogs.com/0001011/2003/02/26.html&lt;/a&gt;. by Scobieizer How to Make Your Blog More Valuable to Readers &lt;a href="http://blogs.salon.com/0002007/2003/10/01.html#a459"&gt;http://blogs.salon.com/0002007/2003/10/01.html#a459&lt;/a&gt; &amp;amp; How to Increase Your Readership &lt;a href="http://blogs.salon.com/0002007/2004/03/23.html#a674"&gt;http://blogs.salon.com/0002007/2004/03/23.html#a674&lt;/a&gt; by Dave Pollard&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109517847840934249?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109517847840934249/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109517847840934249' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109517847840934249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109517847840934249'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/promoting-your-blog.html' title='Promoting Your Blog'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109509137387220321</id><published>2004-09-13T09:01:00.000-07:00</published><updated>2004-09-13T09:02:53.873-07:00</updated><title type='text'>Google is building an operating system?</title><content type='html'>&lt;a href="http://www.ispacesoft.com"&gt;Solutions for Personal Knowledge Management &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here is an article saying "Google is building an operating system".&lt;br /&gt;Google is becoming a dominant part of many people's lives (both work and personal). Here's a few links that provide some insight into the company's possible future:&lt;br /&gt;&lt;br /&gt;Google's Real Rivals &lt;a href="http://www.informationweek.com/story/showArticle.jhtml?articleID=30000380"&gt;http://www.informationweek.com/story/showArticle.jhtml?articleID=30000380&lt;/a&gt; : "Google has an almost insurmountable lead over its search-engine rivals, but will face its stiffest competition from portals like Yahoo and MSN and mega-online retailers such as Amazon.com"&lt;br /&gt;&lt;br /&gt;The Google Browser &lt;a href="http://www.kottke.org/04/08/the-google-browser"&gt;http://www.kottke.org/04/08/the-google-browser&lt;/a&gt; : "It's been obvious for awhile now that Google isn't a search company, nor are they an advertising company, despite what the experts have to say. Sorry to sound like a broken record, but I'm convinced they're building an operating system (of sorts) from which they will dispense all sorts of applications and data (as well as allow other people/companies to do the same in this fashion)."&lt;br /&gt;&lt;br /&gt;The G-spot &lt;a href="http://zdnet.com.com/2100-1107-5322521.html"&gt;http://zdnet.com.com/2100-1107-5322521.html&lt;/a&gt; : "...Google’s owners, both public and private, can turn to the real battle ahead—control of the next generation operating system of the network. Just as Microsoft has inexorably expanded the Windows platform to absorb compression, multi-media, the Web, and security from within, Google will expand its search platform to encompass more and more content and data types.&lt;br /&gt;&lt;br /&gt;One way to handicap Google is to deconstruct the notion that Google’s intellectual property is bound solely to search. In fact, it’s bound to the emerging platform known as software-as-a-service."&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109509137387220321?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109509137387220321/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109509137387220321' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109509137387220321'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109509137387220321'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/google-is-building-operating-system.html' title='Google is building an operating system?'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109499418439567148</id><published>2004-09-12T06:01:00.000-07:00</published><updated>2006-10-05T16:33:08.410-07:00</updated><title type='text'>What is Self-Organization?</title><content type='html'>&lt;em&gt;Solution for Personal Information Management&lt;/em&gt; &lt;em&gt;&lt;a href="http://www.ispacesoft.com"&gt;http://www.ispacesoft.com&lt;/a&gt;&lt;/em&gt; &lt;em&gt;&lt;/em&gt;&lt;em&gt;This article is authored by Steve Barth.The link is at &lt;/em&gt;&lt;a href="http://www.global-insight.com/pkm/Self-Org.htm"&gt;&lt;em&gt;http://www.global-insight.com/pkm/Self-Org.htm&lt;/em&gt;&lt;/a&gt; Self-Organization is... I’m calling this work “self-organization” because it let’s me make three key points about personal knowledge management: that you don’t have to be organized to be effective; that these days the “self” is the basic organizational unit; and that self-organizing systems are the nature of professional teams and communities today—and therefore the foundation of knowledge work. The first reason is really a disclaimer. I'm the last person to teach anybody how to get organized. And I’m not sure it’s realistic to expect any external factors to organize you. But it may be possible to let some of your messes organize themselves, thereby freeing you from guilt and responsibility. If you are like me there isn't piece of hardware or software that will stop you from procrastinating or keeping you organized any more than some sexy chrome robot is going to arrive by FedEx to clean your office. If your life was a mess in the 20th Century it's going to be a mess in the 21st. I’m after tools and techniques to mitigate the damage you will do to yourself and those around you by constantly biting off more than you can chew. The second reason is about seeing the self as the primary unit of professional organization, whether you are a corporate employee or free agent. The reality of work today is that, in the new economy, a company’s success or failure largely depends on how well it can marshal and leverage the knowledge of its employees. However, a crueler reality of the new economy is that an individual can no longer rely on the company for job security based on that worker’s competence. Companies fail, merge, divest… So everyone needs to take responsibility for their value and the transferability of that value. Jon Sidoli calls this being “an enterprise of one in a community of many.” Above all, self-organization is a reference to complexity and systems thinking, where the overall network or community is most important--but is only a passive consequence of individual behaviors. In short, it’s an egocentric approach to the knowledge ecology, whereby each knowledge worker takes personal responsibility for what and who he or she knows or needs to know. Any organization, community or network is an intricate web of complex relationships and these days, relationships in the business world are more dynamic than ever. The secret, according to complexity theory, is that every individual has to be acting on his own, for his own reasons. By doing so, they will naturally cooperate… This is the principle of self-organization .&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109499418439567148?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109499418439567148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109499418439567148' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109499418439567148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109499418439567148'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/what-is-self-organization_12.html' title='What is Self-Organization?'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109499403831326851</id><published>2004-09-12T05:57:00.000-07:00</published><updated>2004-09-12T06:00:38.316-07:00</updated><title type='text'>What is Self-Organization?</title><content type='html'>Personal Knowledge Management System&lt;br /&gt;http://www.ispacesoft.com/&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109499403831326851?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109499403831326851/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109499403831326851' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109499403831326851'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109499403831326851'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/what-is-self-organization.html' title='What is Self-Organization?'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109492388657900603</id><published>2004-09-11T10:14:00.000-07:00</published><updated>2004-09-11T10:31:26.580-07:00</updated><title type='text'>Rewards for knowledge sharing?</title><content type='html'>Personal Knowledge Management System&lt;br /&gt;http://www.ispacesoft.com/&lt;br /&gt;&lt;br /&gt;Detailes at http://www.gurteen.com/gurteen/gurteen.nsf/id/rewards-k-sharing&lt;br /&gt;&lt;br /&gt;Author(s) &lt;br /&gt;Janina Kugel; Cornelia Schostek &lt;br /&gt;&lt;br /&gt;First Published &lt;br /&gt;July 2004 &lt;br /&gt;&lt;br /&gt;Categories &lt;br /&gt;Knowledge Sharing &lt;br /&gt;&lt;br /&gt;Country, City &lt;br /&gt;Germany &lt;br /&gt;&lt;br /&gt;Abstract&lt;br /&gt;In late 2000, the crisis in the telecommunications market affected most of the telecommunication companies and led to high cost pressure. Most of the business activities were effected, including Knowledge Management. One of the activities where Siemens ICN had to change was its monetary incentive system for sharing knowledge within the company. ICN changed the existing system into a (cheaper) reward system where excellent users received an expert or master status. However, these non monetary rewards did not have the desired impact on knowledge sharing. Thus, monetary incentives seem to have an immediate effect on motivation, but to support knowledge sharing in the long run, non monetary incentives should be chosen.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Today's challenge of knowledge sharing&lt;br /&gt;Knowledge management has always been and will be considered a competitive advantage for Siemens Information and Communication Networks (ICN). This benefit should add to our competitiveness even or especially in times of high cost pressure. Facing this is one of our biggest knowledge management challenges.&lt;br /&gt;&lt;br /&gt;About ICN&lt;br /&gt;Siemens is one of the largest electronics companies in the world and is divided into 15 different divisions, whereof Siemens ICN operates the telecommunications network business. ICN has sales of ~8 billions of Euro and app. 35,000 employees in more than 150 countries. &lt;br /&gt;&lt;br /&gt;Since the mid-1990s, massive changes in the business environment drove the need for knowledge networking: deregulation of the telecom market, new competitors and technology. Moreover, the shift from a pure product business to a stronger services focus and solution approach increased the complexity and knowledge intensity of ICN's business. As a consequence, the idea of ShareNet as a "global knowledge sharing network" was born.&lt;br /&gt;&lt;br /&gt;ShareNet – leveraging local innovations globally&lt;br /&gt;ICN ShareNet, implemented in 1999, is a knowledge sharing network for all Sales, Marketing, and Business Development people of ICN worldwide. It is intended to become the "number 1" knowledge source for these people, that gives access to all relevant information and knowledge they need for their daily job. In ShareNet all members are contributors and users of knowledge at the same time.&lt;br /&gt;&lt;br /&gt;ShareNet covers both explicit and tacit knowledge of the Sales value creation process including project know-how, technical and functional solution components, and the business environment and has a strong focus on experience based knowledge. In addition to structured "questionnaires" on the above mentioned topics, ShareNet provides less structured spaces such as chats, community news, discussion groups on special issues and urgent requests.&lt;br /&gt;&lt;br /&gt;Incentive systems of ShareNet&lt;br /&gt;ShareNet used to incentivize knowledge sharing by offering incentives like cellular phones, PDA's or even travels to a knowledge management conference in New York thus incentives that had a clear monetary STYLE. In 2001, ICN as most of the telecommunication companies were undergoing severe economical pressure, which resulted in many different cost cutting activities. Due to these circumstances, the existing incentive system of ShareNet was stopped. This led to a considerable decrease of knowledge sharing in ShareNet. Nevertheless, knowledge sharing should still be rewarded and consequently a new reward system was implemented that should motivate people by equalling an expert or master status for a certain quantitative and qualitative amount of knowledge shared. The names of the actual Experts and Masters are published in the regular ShareNet newsletter. As these kind of rewards had only dispensable effects on motivation, non monetary incentives seemed to become hardly accepted. &lt;br /&gt;&lt;br /&gt;Empirical study of ShareNet&lt;br /&gt;In order to research into the motivational effects of non monetary rewards, an empirical study was undertaken. This study included interviews as well as an online-survey. The interviews were conducted with key stakeholders as well as users and non-users of ShareNet worldwide. The online survey was based on the results of the interviews and carried out among all employees registered in ShareNet. For details, please contact cornelia@schostek.de.&lt;br /&gt;&lt;br /&gt;Consequences of monetary rewards&lt;br /&gt;Conclusion of this study and the experience ICN was undergoing, monetary rewards seem to have an immediate effect on motivation to share knowledge. Nevertheless, the quality of the knowledge shared can be inferior, and the attitude that knowledge is a private and non collective good is enforced. Once knowledge is shared only because monetary rewards are obtained, knowledge sharing will decrease when these rewards are withdrawn. Additionally to these consequences, high costs led us to focus on non monetary rewards that may not have an immediate, but a long-term impact on motivation. Therefore the use of monetary incentives should only be used with cautious. We believe that it could be considered a good incentive at the beginning of a knowledge management system to obtain a critical mass for a community, but should not be in place for a long time to avoid the negative effects.&lt;br /&gt;&lt;br /&gt;Conclusion&lt;br /&gt;Facing high cost pressure and benefiting at the same time from knowledge management, ICN changed its monetary incentive system into a non monetary one that equals an expert or master status. Monetary rewards have an immediate effect on motivation to share knowledge but at the same bear the risk of spoiling users. However, monetary incentives can be used to start a knowledge management system and to incentivize users from time to time. Yet, in the long term users should be incentivized non monetarily for sharing their knowledge.&lt;br /&gt;&lt;br /&gt;Cornelia Schostek (cornelia@schostek.de)&lt;br /&gt;Cornelia is a Master Student in Psychology and is working with the ICN Knowledge Management team. Motivational factors for Knowledge Management was the topic of her master thesis.&lt;br /&gt;&lt;br /&gt;Janina Kugel (janina.kugel@siemens.com)&lt;br /&gt;Janina is heading the Siemens ICN Knowledge Management team. Previous to working with Siemens, Janina worked several years in Management Consulting. &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109492388657900603?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109492388657900603/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109492388657900603' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109492388657900603'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109492388657900603'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/rewards-for-knowledge-sharing.html' title='Rewards for knowledge sharing?'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109483820185002636</id><published>2004-09-10T10:39:00.000-07:00</published><updated>2004-09-10T10:43:21.850-07:00</updated><title type='text'>RSS and Calendaring</title><content type='html'>Personal Knowledge Management System&lt;br /&gt;&lt;a href="http://www.ispacesoft.com/"&gt;http://www.ispacesoft.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a title="Site: Portals and KM" href="http://billives.typepad.com/portals_and_km/2004/09/rss_and_calenda.html" target="_blank"&gt;RSS and Calendaring&lt;/a&gt;&lt;br /&gt;By Bill Ives on tools: blogs&lt;br /&gt;&lt;br /&gt;The &lt;a class="blines3" title="Link outside of this blog" href="http://blogs.law.harvard.edu/thursdaymeetings/" target="_blank"&gt;Berkman blog meeting &lt;/a&gt;last week (9/2) discussed RSS and calendaring. I had been first been introduced to the possibilities in this area by &lt;a class="blines3" title="Link outside of this blog" href="http://blogs.law.harvard.edu/cesarbrea/2004/03/22#a25" target="_blank"&gt;Cesar Brea&lt;/a&gt;. I missed this meeting but here is a summary of some interesting links that came out of the discussion that were provided by Gegor Rothfus of the &lt;a class="blines3" title="Link outside of this blog" href="http://www.apache.org/" target="_blank"&gt;Apache Software Foundation&lt;/a&gt;. I checked out all the links and most seem very useful.&lt;br /&gt;Friend-of-a-Friend &lt;a class="blines3" title="Link outside of this blog" href="http://www.w3.org/2001/sw/Europe/events/foaf-galway/papers/" target="_blank"&gt;(FOAF) papers&lt;/a&gt;, including Bootstrapping the FOAF-Web: An Experiment in Social Network Mining by &lt;a class="blines3" title="Link outside of this blog" href="http://www.w3.org/2001/sw/Europe/events/foaf-galway/papers/fp/bootstrapping_the_foaf_web/" target="_blank"&gt;Peter Mika&lt;/a&gt;, Redefining Web-of-Trust: reputation, recommendations, responsibility and trust among peers by &lt;a class="blines3" title="Link outside of this blog" href="http://www.w3.org/2001/sw/Europe/events/foaf-galway/papers/fp/redefining_web_of_trust/" target="_blank"&gt;Victor S. Grishchenko&lt;/a&gt;, Technical and Privacy Challenges for Integrating FOAF into Existing Applications by &lt;a class="blines3" title="Link outside of this blog" href="http://www.w3.org/2001/sw/Europe/events/foaf-galway/papers/fp/technical_and_privacy_challenges/" target="_blank"&gt;Joseph Smarr &lt;/a&gt;of Plaxo, Inc.&lt;br /&gt;&lt;br /&gt;&lt;a class="blines3" title="Link outside of this blog" href="http://marc.blogs.it/" target="_blank"&gt;Marc Canter’s site&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a class="blines3" title="Link outside of this blog" href="http://www.rsscalendar.com/" target="_blank"&gt;RSS Calendar&lt;/a&gt; and &lt;a class="blines3" title="Link outside of this blog" href="http://upcoming.org/" target="_blank"&gt;Upcoming.org &lt;/a&gt;on shared calendaring&lt;br /&gt;&lt;a class="blines3" title="Link outside of this blog" href="http://space.frot.org/" target="_blank"&gt;Spacenamespace site &lt;/a&gt;about annotating space with metadata; about building semantic models of places; about exchanging geospatial data in RDF&lt;br /&gt;The &lt;a class="blines3" title="Link outside of this blog" href="http://london.openguides.org/index.cgi" target="_blank"&gt;Open Guide to London &lt;/a&gt;which includes many things including &lt;a class="blines3" title="Link outside of this blog" href="http://london.openguides.org/index.cgi?Category_Restaurants" target="_blank"&gt;restaurant reviews &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a class="blines3" title="Link outside of this blog" href="http://www.waveblog.com/" target="_blank"&gt;Wavemarket&lt;/a&gt; which provides location intelligence&lt;br /&gt;&lt;br /&gt;&lt;a class="blines3" title="Link outside of this blog" href="http://www.socialtext.net/foafnet/index.cgi?FOAFnet" target="_blank"&gt;FOAFnet wiki&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109483820185002636?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109483820185002636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109483820185002636' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109483820185002636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109483820185002636'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/rss-and-calendaring.html' title='RSS and Calendaring'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109474577234449622</id><published>2004-09-09T08:55:00.000-07:00</published><updated>2004-09-09T09:02:52.343-07:00</updated><title type='text'>There's No Such Thing As ... Knowledge Management</title><content type='html'>&lt;a href="http://www.ispacesoft.com"&gt;PKM Solution&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This article is adopted from Knowledgea Forethought. Detailed Link: &lt;a href="http://knowledgeaforethought.blogs.com/knowledge_aforethought/2004/07/no_such_thing_a.html"&gt;http://knowledgeaforethought.blogs.com/knowledge_aforethought/2004/07/no_such_thing_a.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;There's an important discussion going on over at Martin Roell's Das E-Business Weblog, revisiting the question whether Knowledge Management exists. Martin began the discussion with his post asserting, "Knowledge Management does not exist. Personal Knowledge Management does."&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109474577234449622?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109474577234449622/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109474577234449622' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109474577234449622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109474577234449622'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/theres-no-such-thing-as-knowledge.html' title='There&apos;s No Such Thing As ... Knowledge Management'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109466020894593234</id><published>2004-09-08T09:13:00.000-07:00</published><updated>2004-09-08T09:16:48.946-07:00</updated><title type='text'>What's Personal Knowledge Management?</title><content type='html'>PKM solution: &lt;a href="http://www.ispacesoft.com/"&gt;http://www.ispacesoft.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;What is PKM? &lt;br /&gt;Overview of Personal Knowledge Management By Professor Paul A. Dorsey&lt;br /&gt;&lt;br /&gt;The concept of Personal Knowledge Management, as outlined below, was developed by Professor Paul Dorsey and elaborated and made concrete in a web site called PKMNet by Jonathon Goade, a Millikin University graduate (2000) and Scovill Award winner (1999), who completed PKMNet as part of his James Millikin Scholar project.  Jason Frand of the Anderson School of Management at UCLA has used the concept of Personal Knowledge Management to describe a more limited set of information and knowledge management practices that are integrated into the Anderson School MBA Program.  Dorsey has had extensive discussions with Frand as part of his work in developing the PKM concept.&lt;br /&gt;&lt;br /&gt;Personal Knowledge Management should be viewed as a set a problem-solving skills that have both a logical or conceptual as well as physical or hands-on component.  These are skills that will be required for successful knowledge work in the twenty-first century.  These skills should be interwoven into programs of university general education and into academic major programs; both general purpose (such as MS Office) and more specialized (such as disciplinary) tools can facilitate the practice of Personal Knowledge Management.  Teaching PKM entails teaching both intelligent practices that guide the use of tools as well as intelligent and efficient use of the tools themselves.&lt;br /&gt;&lt;br /&gt;The seven PKM skills are:  (1) retrieving information; (2) evaluating/assessing information; (3) organizing information; (4) analyzing information; (5) presenting information; (6) securing information; and (7) collaborating around information.  The significance of each of the seven is clarified below:&lt;br /&gt;&lt;br /&gt;details link: &lt;a href="http://www.millikin.edu/webmaster/seminar/pkm.html"&gt;http://www.millikin.edu/webmaster/seminar/pkm.html&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109466020894593234?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109466020894593234/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109466020894593234' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109466020894593234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109466020894593234'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/whats-personal-knowledge-management.html' title='What&apos;s Personal Knowledge Management?'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109465407744114347</id><published>2004-09-08T07:29:00.000-07:00</published><updated>2004-09-08T07:34:37.443-07:00</updated><title type='text'>What is PKM?</title><content type='html'>PKM solution: &lt;a href="http://www.ispacesoft.com/"&gt;http://www.ispacesoft.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Personal Knowledge Management should be viewed as a set a problem-solving skills that have both a logical or conceptual as well as physical or hands-on component.  These are skills that will be required for successful knowledge work in the twenty-first century.  These skills should be interwoven into programs of university general education and into academic major programs; both general purpose (such as MS Office) and more specialized (such as disciplinary) tools can facilitate the practice of Personal Knowledge Management.  Teaching PKM entails teaching both intelligent practices that guide the use of tools as well as intelligent and efficient use of the tools themselves.&lt;br /&gt;&lt;br /&gt;The seven PKM skills are:  (1) retrieving information; (2) evaluating/assessing information; (3) organizing information; (4) analyzing information; (5) presenting information; (6) securing information; and (7) collaborating around information.  The significance of each of the seven is clarified below:&lt;br /&gt;&lt;br /&gt;Details: &lt;a href="http://www.millikin.edu/webmaster/seminar/pkm.html"&gt;http://www.millikin.edu/webmaster/seminar/pkm.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109465407744114347?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109465407744114347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109465407744114347' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109465407744114347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109465407744114347'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/what-is-pkm.html' title='What is PKM?'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109456851771745101</id><published>2004-09-07T07:37:00.000-07:00</published><updated>2004-09-07T07:48:37.716-07:00</updated><title type='text'>Who is working on Personal Information Management?</title><content type='html'>&lt;a href="http://www.iis.ee.ic.ac.uk/~rick/pim.htm"&gt;http://www.iis.ee.ic.ac.uk/~rick/pim.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This article is written by Richard Boardman. It collects those people, companies, organizations working on Personal Information Management.&lt;br /&gt;&lt;br /&gt;Of cause it should collect &lt;a href="http://www.ispacesoft.com/"&gt;http://www.ispacesoft.com/&lt;/a&gt;, it provides a PIM with RSS reader.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109456851771745101?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109456851771745101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109456851771745101' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109456851771745101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109456851771745101'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/who-is-working-on-personal-information.html' title='Who is working on Personal Information Management?'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109445199716901302</id><published>2004-09-05T23:19:00.000-07:00</published><updated>2004-09-06T00:01:39.583-07:00</updated><title type='text'>A brand new PIM with RSS reader</title><content type='html'>&lt;a href="http://www.ispacesoft.com/"&gt;iSpace Desktop&lt;/a&gt; is a integrated Personal Information Management system, it includes: RSS Reader, Contacts, Calendar, Content, Documents, Multi-page internet browser. It can keep any kind of information by any subject.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Contacts:&lt;/strong&gt; No limit contact groups, detailed contacts information.&lt;br /&gt;Documents: It's a personal file system. You can import, export, browsing all those valuable documents by category in a tree. A personal file system, collects all your valuable documents.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Categories(Content):&lt;/strong&gt; Classify information, so you can make your content category system.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Calendar(Content):&lt;/strong&gt; Record, search all categories information rising from working, learning or life day by day. You can write down working logs, memos, notes, tasks and so on.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Browsing(Content):&lt;/strong&gt; Browsing those information by subject, and export as txt or rtf format.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;RSS reader:&lt;/strong&gt; This is a blog reader. you can organize the blogs by group, and save or search blogs locally. RSS 0.6, RSS 1.0, RSS 2.0 and Atom 0.3 are supported.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Browser:&lt;/strong&gt; A Multi-page internet browser, and you can save valuable web pages to "Documents".&lt;br /&gt;&lt;br /&gt;&lt;p align="center"&gt;&lt;a href="http://www.ispacesoft.com/"&gt;&lt;img src="http://www.ispacesoft.com/images/screenshots/calendar_detail_500.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109445199716901302?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109445199716901302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109445199716901302' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109445199716901302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109445199716901302'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/brand-new-pim-with-rss-reader.html' title='A brand new PIM with RSS reader'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8188009.post-109423082062521204</id><published>2004-09-03T09:52:00.000-07:00</published><updated>2004-09-03T10:21:05.653-07:00</updated><title type='text'>blog and pkm</title><content type='html'>Blog is someone's opinions, experence, knowledge, emotions and so on, so why not get blog as part of pkm?&lt;br /&gt;&lt;br /&gt;There is a try, please visit &lt;a href="http://www.ispacesoft.com/"&gt;http://www.ispacesoft.com/&lt;/a&gt; .&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8188009-109423082062521204?l=ispacesoft.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispacesoft.blogspot.com/feeds/109423082062521204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8188009&amp;postID=109423082062521204' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109423082062521204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8188009/posts/default/109423082062521204'/><link rel='alternate' type='text/html' href='http://ispacesoft.blogspot.com/2004/09/blog-and-pkm.html' title='blog and pkm'/><author><name>John Scott</name><uri>http://www.blogger.com/profile/13297388528013479474</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
