Henry Liang's Dot Net Blog

  Genius is one percent inspiration and ninety-nine percent perspiration.

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  7 随笔 :: 0 文章 :: 4 评论 :: 0 Trackbacks

2007年2月10日 #

     摘要: Clarify how the domain name is handled by registrar and finally gets to the proper website location.  阅读全文
posted @ 2007-02-09 11:49 Henry Liang 阅读(51) | 评论 (2)编辑

2006年11月3日 #

     摘要: http://programmingcentre.spaces.live.com/  阅读全文
posted @ 2006-11-02 17:11 Henry Liang 阅读(56) | 评论 (0)编辑

2006年9月26日 #

     摘要: This block of code is to implement a "Select Distinct" data row from a data table.   阅读全文
posted @ 2006-09-25 13:08 Henry Liang 阅读(228) | 评论 (0)编辑

2006年6月15日 #

     摘要: 今天要写一个小web application,允许用户上传最多到3张图片(网页上有3个文件上传框),然后将图片压缩之后添加到email中作为附件,最后用服务器上的smtp server发送email。听起来很简单,但是当中却包含了一个潜在的usability问题。  阅读全文
posted @ 2006-06-14 12:57 Henry Liang 阅读(54) | 评论 (0)编辑

2006年6月12日 #

     摘要: 在一个老项目中,将ASP代码转换为ASP.Net代码,但是是以Inline script不是编译成dll的形式。代码改写完成后却发现网页上的按钮都不工作了,怎么回事呢?  阅读全文
posted @ 2006-06-11 22:41 Henry Liang 阅读(28) | 评论 (0)编辑

     摘要: 今天见到了dotnetnuke的核心队员Mark Hoskins。牛人一个。  阅读全文
posted @ 2006-06-11 22:38 Henry Liang 阅读(91) | 评论 (2)编辑

2006年6月10日 #

     摘要: 给System.Drawing.Image改变大小,而且在改变的同时保持原来的长宽比率。  阅读全文
posted @ 2006-06-09 13:20 Henry Liang 阅读(143) | 评论 (0)编辑