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

2009年7月8日

web developer tips (17):远程调试使用IIS的web应用

摘要: 原文地址:How to remote debug WAPs that are using IIS如果你有个使用iisweb应用发布在另一台服务器,你可以使用 Visual Studio 2008 SP1来远程调试这个web应用。http://www.watch-life.net/visual-studio/remote-debugging-waps-using-iis.html首先通过菜单:文件+... 阅读全文

posted @ 2009-07-08 09:22 xjb 阅读(518) 评论(0) 推荐(0) 编辑

2009年7月7日

web developer tips (16):变更CSS编辑器的默认格式设置

摘要: 原文地址:change the default format settings for CSS Editor菜单:工具+选项+文本编辑器+css+格式。 这个对话框给出了三种css书写格式,你可以根据自己的需要灵活选择:http://www.watch-life.net/visual-studio/change-the-default-format-settings-for-css-editor... 阅读全文

posted @ 2009-07-07 10:02 xjb 阅读(347) 评论(0) 推荐(0) 编辑

2009年7月3日

web developer tips (15):在ASP.NET Ajax里使用跟踪

摘要: 原文地址: How to use tracing with ASP.NET Ajax如果你在使用ASP.NET Ajax的时候,遇到一个页面问题,想在调试时候跟踪语句,有个比较快速的方法:使用“Sys.Debug.trace”函数。<script language="javascript" type="text/javascript">function Posi... 阅读全文

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

2009年7月2日

web developer tips (14):启动网站调试

摘要: 原文地址:How to enable debugging of your Web Site在debug的模式配置下运行一个页面,你必须选择菜单:调试+开始启动 或按下F5.在默认的情况下,调试是没有启用的。如果你想启动调试网站项目,就需要进行配置。这个设置通过修改web.config文件来实现。 默认情况下,在web.config 的compilation节点 的debug 选项设置值是false... 阅读全文

posted @ 2009-07-02 10:04 xjb 阅读(355) 评论(0) 推荐(0) 编辑

2009年7月1日

web developer tips (13):用ASP.NET Ajax获取浏览器的agent

摘要: 原文地址:How to get the browser agent using ASP.NET Ajax 当编写一个web应用的时候,很多时候,针对不同的浏览器做不同的页面请求,ASP.NET Ajax 有个简单的办法通过 Sys.Browser来获取浏览器对象。http://www.watch-life.net/visual-studio/get-the-browser-agent-using-... 阅读全文

posted @ 2009-07-01 09:28 xjb 阅读(315) 评论(0) 推荐(0) 编辑

2009年6月30日

web developer tips (12):在Visual Web Developer里创建IIS虚拟目录

摘要: 原文地址:How to create an IIS Virtual Directory from within Visual Web Developer以下的步骤介绍如何在Visual Web Developer里创建IIS的虚拟目录(Virtual Directory)。当然,IIS已经被安装。http://www.watch-life.net/visual-studio/create-an-i... 阅读全文

posted @ 2009-06-30 09:21 xjb 阅读(300) 评论(0) 推荐(0) 编辑

2009年6月29日

web developer tips (11):在Visual Web Developer中用不同的工具窗口打开样式生成器

摘要: 原文地址:New Style builder can be invoked from various other tool windows in Visual Web Developer在上一篇文章中介绍了“Visual Web Developer 2008中新的样式生成器”。其实有三个入口点可以打开样式生成器的窗体,你可以从IDE的下面三个位置打开它:http://www... 阅读全文

posted @ 2009-06-29 09:14 xjb 阅读(303) 评论(0) 推荐(0) 编辑

2009年6月25日

假如我的生活中失去Google.com

摘要: 2009年6月24日,晚,22点,我习惯性打开电脑,上google reader看看订阅的博客过去一周新文章,突然发现打不开google reader了,再打开gmail,也打不开,心里预感可能是不是整个google.com都出问题了,上twitter一看,满世界的人都在说google.com的所有服务都无法访问了。google reader 和 gmail 是我用的最多的google服务,突然不... 阅读全文

posted @ 2009-06-25 09:07 xjb 阅读(340) 评论(0) 推荐(0) 编辑

2009年6月24日

web developer tips (10):Visual Web Developer 2008中新的样式生成器

摘要: 原文地址:Visual Web Developer 2008 has a New Style Builder DialogVisual Studio 2008里有个新的样式生成器对话框(窗体)。使用此对话框生成样式,也可以在同一时间预览。可以为一个创建样式定位给当前页面或现有的外部样样式表或新的外部样式表。可以创建基于ID的、基于元素的、内嵌的、基于类的的样式。样式有综合选择器。http://ww... 阅读全文

posted @ 2009-06-24 09:19 xjb 阅读(276) 评论(0) 推荐(0) 编辑

2009年6月19日

web developer tips (9):在Web.config文件中注册web用户控件

摘要: 原文地址:How to create an ASP.NET Web User Control and include it in your web page在上一篇创建web用户控件并包含在web页面里中介绍了如何创建一个web用户控件和在页面使用它。注意:在页面拖拽一个web用户控件后,VS 会在页面上方添加 @Register指令。http://www.watch-life.net/visua... 阅读全文

posted @ 2009-06-19 09:19 xjb 阅读(342) 评论(0) 推荐(0) 编辑

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

导航