上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 28 下一页

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 阅读(334) 评论(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 阅读(314) 评论(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 阅读(537) 评论(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 阅读(552) 评论(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 阅读(256) 评论(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 阅读(350) 评论(0) 推荐(0) 编辑

2009年7月15日

web developer tips (21):为Developer Web Server设定固定端口

摘要: 原文地址:How to set a fixed port for the Developer Web Server当创建一个网站项目的时候,Visual Studio 的开发web服务器(Developer Web Server)会激活本地端口用来运行web网站,默认的情况下,这个端口值是一个可用的随机动态端口,在某些情况下,你也许想web服务器使用固定的端口,可以进行如下配置: http://w... 阅读全文

posted @ 2009-07-15 14:03 xjb 阅读(414) 评论(0) 推荐(0) 编辑

2009年7月13日

web developer tips (20):使用IIS作为web服务器

摘要: 原文地址:How to change WAP to use an IIS Web server有时候,在开发web应用,想使用IIS来代替Visual Studio 开发服务器(Development Server) 作为web应用服务器,可以按如下操作进行:http://www.watch-life.net/visual-studio/change-wap-to-use-an-iis-web-s... 阅读全文

posted @ 2009-07-13 09:38 xjb 阅读(403) 评论(0) 推荐(0) 编辑

2009年7月10日

web developer tips (19):设置默认视图为设计视图

摘要: 原文地址:How to set the default view to Design view在 Visual Studio 2008的编辑一个web页面的时候,“源视图”(Source View),你可以自定义设计视图(Design View)为默认视图。 http://www.watch-life.net/visual-studio/set-the-default-vi... 阅读全文

posted @ 2009-07-10 09:40 xjb 阅读(372) 评论(0) 推荐(0) 编辑

2009年7月9日

web developer tips (18):从工具箱粘贴或拖拽控件时进行绝对定位

摘要: 原文地址:How to absolute position controls on copy paste or drag drop from Toolbox在设计器里为了让任何任一控件进行绝对定位,你需要选中控件,然后选择如下菜单:格式+设置位置+绝对。 有时候,你也许想从工具箱拖拽控件或在设计器里剪贴控件后就让控件被绝对定位。你可以这样做: http://www.watch-life.net/l... 阅读全文

posted @ 2009-07-09 09:20 xjb 阅读(333) 评论(0) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 28 下一页

导航