Loading

01 2008 档案

摘要:class可以在页面里面重复使用, id由于在页面里面只能出现一次,所以不能重复使用, 所以尽量用class来写,这样能在页面里面重复引用你写的css,减小工作量和代码量。 这种情况尽量用id:页面大的模块里面,用id来区分不同的模块。 比如页面里面有这样的模块:最新新闻,推荐新闻等。就可以考虑用id来区分。 还有一点,由于id是页面中唯一的,更多的是定义来留给给页面里面的javascript用。... 阅读全文
posted @ 2008-01-07 09:54 .net's 阅读(490) 评论(0) 推荐(0)
摘要:VS 2005 Web Deployment Projects主页(英文) VS 2005 Web Deployment Projects下载 参见Scott Guthrie's Blog上的文章 最近需要用ASP.Net 2作开发,而且需要做成msi四处分发,于是在VS05中创建了一个实验性Web项目。ASP.Net 2的新特性让人很兴奋,但是VS05内置的Web部署方式实在让人头痛... 阅读全文
posted @ 2008-01-04 13:21 .net's 阅读(507) 评论(0) 推荐(0)
摘要:ASP.Net 2中的登录组件 实现自己的Membership Provider(继承自MembershipProvider类) MembershipProvider类(详细内容见MSDN中关于MembershipProvider类的说明) ... 阅读全文
posted @ 2008-01-04 13:19 .net's 阅读(704) 评论(0) 推荐(0)
摘要:ASP.NET Technical Articles Managing ASP.NET Precompiled Output for Deployment Using the aspnet_merge.exe Command Microsoft Corporation November 2005 Introduction In ASP.NET 2.0, you can precompile ... 阅读全文
posted @ 2008-01-04 13:16 .net's 阅读(2552) 评论(0) 推荐(0)
摘要:ASP.NET Technical Articles Using Web Deployment Projects with Visual Studio 2005 Microsoft Corporation November 2005 Abstract Visual Studio 2005 provides deployment support through its Copy Web Si... 阅读全文
posted @ 2008-01-04 13:12 .net's 阅读(1191) 评论(0) 推荐(0)
摘要:Update: This shiped a few days ago. More details here: http://weblogs.asp.net/scottgu/archive/2005/11/10/430283.aspx Later this week Microsoft is shipping on the web a new free add-on to Visual Studi... 阅读全文
posted @ 2008-01-04 13:08 .net's 阅读(838) 评论(0) 推荐(0)