摘要:
Clarify how the domain name is handled by registrar and finally gets to the proper website location. 阅读全文
摘要:
http://programmingcentre.spaces.live.com/ 阅读全文
摘要:
This block of code is to implement a "Select Distinct" data row from a data table. 阅读全文
摘要:
今天要写一个小web application,允许用户上传最多到3张图片(网页上有3个文件上传框),然后将图片压缩之后添加到email中作为附件,最后用服务器上的smtp server发送email。听起来很简单,但是当中却包含了一个潜在的usability问题。 阅读全文
摘要:
在一个老项目中,将ASP代码转换为ASP.Net代码,但是是以Inline script不是编译成dll的形式。代码改写完成后却发现网页上的按钮都不工作了,怎么回事呢? 阅读全文
摘要:
今天见到了dotnetnuke的核心队员Mark Hoskins。牛人一个。 阅读全文
摘要:
给System.Drawing.Image改变大小,而且在改变的同时保持原来的长宽比率。 阅读全文