守望轩
无情未必真豪杰,怜子如何不丈夫
博客园
首页
新随笔
联系
订阅
管理
206 Posts :: 0 Stories :: 340 Comments :: 2 Trackbacks
公告
有任何问题,欢迎通过
告知我.
本Blog内的原创文章如非特别注明,版权均归作者个人所有,任何外部引用或摘抄或转载请注明原文地址,未经作者授权不得用于任何以营利目的的行为,谢谢合作!
昵称:
xjb
园龄:
6年
粉丝:
16
关注:
1
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
最新随笔
1. IE9无法调试Javascript的一个解决方法
2. 天堂里有没有车来车往
3. 你进google+圈子了么?
4. 小帆远行
5. 坚持你的梦想
6. web developer tips (84):在Visual Web Developer中设置web网站的起始页
7. 英雄无法复制
8. web developer tips (83):通过反射从堆栈里获取调用的方法名称
9. web developer tips (82):Visual Studio 2005web应用项目迁移到Visual Studio 2008
10. web developer tips (81):为css的智能提示和属性选择css的模式
我的标签
web developer tips
(75)
Visual Studio 2008
(57)
Asp.net
(34)
技巧
(32)
每日提示
(31)
诀窍
(31)
tip of day
(31)
google
(20)
iis
(13)
css
(12)
更多
随笔分类
(209)
asp.net(10)
c#(4)
c/c++
Google App(11)
IT观察(12)
javascript(3)
NET点滴(2)
php(2)
Visual studio(123)
vs2005(3)
windows mobile(3)
wordpress(6)
编程札记(3)
生活札记
随思偶得(20)
网文转载(3)
网站应用(4)
随笔档案
(206)
2011年8月 (1)
2011年7月 (2)
2011年3月 (1)
2010年4月 (6)
2010年3月 (10)
2010年1月 (4)
2009年12月 (1)
2009年11月 (13)
2009年10月 (7)
2009年9月 (14)
2009年8月 (8)
2009年7月 (19)
2009年6月 (13)
2009年5月 (2)
2009年4月 (6)
2009年3月 (8)
2009年2月 (7)
2009年1月 (13)
2008年12月 (19)
2008年11月 (5)
2008年10月 (3)
2008年9月 (5)
2008年7月 (10)
2008年6月 (1)
2008年5月 (1)
2008年2月 (6)
2008年1月 (6)
2007年12月 (2)
2007年11月 (5)
2007年10月 (1)
2007年9月 (1)
2007年2月 (2)
2006年10月 (2)
2006年9月 (2)
我的链接
csdn blog
Email Icon Creator
Email Icon Creator
Java编程资料站
最全的 Java, Eclipse, JavaScript 资料库
挖宝团
每天一款精品团购
我的主页
积分与排名
积分 - 156169
排名 - 591
最新评论
阅读排行榜
评论排行榜
推荐排行榜
07 2009 档案
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 阅读(133) |
评论 (0)
编辑
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 阅读(114) |
评论 (0)
编辑
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 阅读(128) |
评论 (0)
编辑
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 阅读(110) |
评论 (0)
编辑
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 阅读(102) |
评论 (0)
编辑
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 阅读(119) |
评论 (0)
编辑
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 阅读(242) |
评论 (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 阅读(109) |
评论 (0)
编辑
web developer tips (23):两次单击启动编辑器的格式对话框
摘要: 原文地址:How to launch Formatting options dialog for editor with 2 clicks通常的情况下,我们可以使用菜单:工具+选项+文本编辑器+html+格式,就可以打开如下图所示的格式设置对话框。你也可以通过在编辑器里的两次单击来打开这个设置对话框:在编辑器里右键单击,在上下文菜单中选择“格式设置与验证”项.更多文章见:守...
阅读全文
posted @
2009-07-20 09:25
xjb 阅读(79) |
评论 (0)
编辑
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 阅读(132) |
评论 (0)
编辑
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 阅读(150) |
评论 (0)
编辑
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 阅读(124) |
评论 (0)
编辑
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 阅读(140) |
评论 (0)
编辑
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 阅读(140) |
评论 (0)
编辑
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 阅读(260) |
评论 (0)
编辑
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 阅读(108) |
评论 (0)
编辑
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 阅读(104) |
评论 (0)
编辑
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 阅读(92) |
评论 (0)
编辑
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 阅读(91) |
评论 (0)
编辑
Powered by:
博客园
Copyright © xjb