上一页 1 ··· 38 39 40 41 42

2009年7月30日

web developer tips (31):利用IIS 7.0的URL Rewrite 模块产生用户友好的URL

摘要: 原文地址:How to have user friendly URL using IIS 7.0 URL Rewrite module很友好的URL地址,使访问的人很容易记住。要求你的用户记住“ http://www.contoso.com/article.aspx?id=342&title=URL-Rewrite-Walkthrough” 这样的网址并不是件很美妙... 阅读全文

posted @ 2009-07-30 09:19 xjb 阅读(425) 评论(0) 推荐(0)

2009年7月28日

web developer tips (30):在vs2008中Ajax Extender 控件UI与vs2005中差异

摘要: 原文地址:Ajax Extender controls UI behaves differently in VS 2008 than in VS 2005在vs2005的设计视图你可以拖拽extender控件到任何位置,在vs2008里,你仅可以在asp 控件在放置一个扩展器(extender)。当你拖动一个扩展器悬停在一个控件上,如果这个控件支持扩展的话,你可以发现光标变成一个加号(+)标记。如... 阅读全文

posted @ 2009-07-28 09:16 xjb 阅读(310) 评论(0) 推荐(0)

2009年7月24日

web developer tips (29):在web应用项目里启用“编辑并继续”功能

摘要: 原文地址:How to enable Edit and Continue feature for Web Application Projects如果你在调试一个web应用程序的时候,想进行编辑,可以有如下两种方法: http://www.watch-life.net/visual-studio/how-to-enable-edit-and-continue-feature-for-web-app... 阅读全文

posted @ 2009-07-24 09:11 xjb 阅读(384) 评论(0) 推荐(0)

2009年7月23日

web developer tips (28):CSS class 也支持“转到定义”

摘要: 原文地址:That “Go to definition” is supported for CSS Class如果有个有个样式定义比如:Class = ”fooRed”,如果快速知道“fooRed”的内容呢? <div class ="fooRed">In RED</div> http://www.wa... 阅读全文

posted @ 2009-07-23 09:12 xjb 阅读(347) 评论(0) 推荐(0)

2009年7月22日

web developer tips (27):Microsoft Web Platform

摘要: 原文地址:microsoft-web-platform-installerMicrosoft Web Platform 有些很酷而简单的工具,包括微软整个的web平台,包括IIS(Internet Information Services )(5.1、6.0、7.0),Visual Web Developer 2008 Express ,SQL Server 2008 Express Editio... 阅读全文

posted @ 2009-07-22 10:03 xjb 阅读(379) 评论(0) 推荐(0)

2009年7月21日

web developer tips (26):在 App_Code目录下同时放c#和VB.NET文件

摘要: 原文地址:How to have C# and VB.NET files inside your App_Code directory如果你利用App_Code目录来开发一个Asp.net web网站,有时候需要写用不同net语言的代码文件。例如,如果你想用在同一个web网站同时使用c#和VB.net http://www.watch-life.net/visual-studio/have-c-a... 阅读全文

posted @ 2009-07-21 09:16 xjb 阅读(337) 评论(0) 推荐(0)

2009年7月20日

web developer tips (25):在iis7下规范URLs和重定向

摘要: 原文地址:You can have canonical URLs and Redirects with IIS 7.0规范的URLs 有利于搜索引擎优化(Search Engine Optimized,SEO),人可以很容易理解 http://www.contoso.com 和http://contoso.com 是一样的。但是,许多的搜索引擎不会做这样的假设,会把它们作为两个分开的条目来对待。这... 阅读全文

posted @ 2009-07-20 09:35 xjb 阅读(567) 评论(0) 推荐(0)

web developer tips (24):显示html/css的警告错误或错误

摘要: 原文地址:You could display CSS/HTML errors as warnings or as errors在vs2008里面可以有个很cool的功能,可以降级显示作为任何警告的错误,这个功能很有用,它可以让你区分验证的错误和查找让程序无法生成的错误。 http://www.watch-life.net/life-thinking/display-css-html-errors-... 阅读全文

posted @ 2009-07-20 09:29 xjb 阅读(600) 评论(0) 推荐(0)

web developer tips (23):两次单击启动编辑器的格式对话框

摘要: 原文地址:How to launch Formatting options dialog for editor with 2 clicks通常的情况下,我们可以使用菜单:工具+选项+文本编辑器+html+格式,就可以打开如下图所示的格式设置对话框。你也可以通过在编辑器里的两次单击来打开这个设置对话框:在编辑器里右键单击,在上下文菜单中选择“格式设置与验证”项.更多文章见:守... 阅读全文

posted @ 2009-07-20 09:25 xjb 阅读(280) 评论(0) 推荐(0)

2009年7月16日

web developer tips (22):提高页面和服务器控件加载速度

摘要: 原文地址:How to improve performance of Page and Server Control Processing1、避免不必要的客户端和服务器间的往返,你可以使用ASP.NET Ajax和局部页面呈现(Partial Page Rendering)。ASP.NET Ajax:ASP.NET Ajax 允许开发者在创建一个asp.netweb应用的时候,更新数据不要重新加载... 阅读全文

posted @ 2009-07-16 09:04 xjb 阅读(371) 评论(0) 推荐(0)

上一页 1 ··· 38 39 40 41 42

导航