posted on July 10, 2004

小雕虫,不被Google工具条拦截的弹出窗口

如果做项目必须用到弹出窗口可以考虑以下

不保证任何时候能用
更不保证在那个myie新版本下能用
如果myie等浏览器屏蔽掉了地址内的某些字比如我演示中有“pop“字样,那也出不来

demo+code:

http://www.aspxboy.com/popWindow/

测试通过日期: 2004/07/10/  !!!

posted on July 7, 2004

AspNet2.0的QuickStart出了

http://beta.asp.net/quickstart/aspnet/
英文的

posted on June 22, 2004

csdn开通blog了

csdn开通blog了

文档中心发过豆腐干 的都有吧
http://blog.csdn.net/xiahouwen

posted on June 15, 2004

项目的发布的方法

http://www.cnblogs.com/aierong/archive/2004/06/12/15264.aspx
看到大家讨论关于项目的发布。
我们的做法是:
如果您使用的是VS2003
那么
假设你的虚拟目录为WebApp1
位于C:\Inetpub\wwwroot\WebApp1
在你的电脑上新建一个虚拟目录
假设命名为WebApp2
位于C:\Inetpub\wwwroot\WebApp2
点击项目菜单---复制项目
在弹出的对话筐内选择目标项目文件夹
“http://localhost/WebApp2/”
web方法为(RadioButton):文件共享
路径为“C:\Inetpub\wwwroot\WebApp2”
复制(RadioButton)为:
“仅限运行该应用程序所需的文件”
点击确定
就可以把需要发布的内容放到“C:\Inetpub\wwwroot\WebApp2”内

posted on June 14, 2004

ASP.NET Developer's Cookbook

一个很系统的ASP.NET示例教程?lt;BR>类似于QuickStart,但感觉详细的多?lt;BR>可以象某些书一样起个名字--“从入门到精通?lt;BR>
ASP.NET Developer's Cookbook


Chapter 1: Web Form Basics
Chapter 2: User Controls
Chapter 3: Custom Controls
Chapter 4: Caching
Chapter 5: Mobile Controls
Chapter 6: ASP.NET Application Configuration
Chapter 7: State Management
Chapter 8: Security
Chapter 9: Debugging and Error Handling
Chapter 10: Basic Data Operations with ADO.NET
Chapter 11: Working with DataReaders and DataSets
Chapter 12: XML
Chapter 13: Rendering Data with ASP.NET WebControls
Chapter 14: Working with Classes
Chapter 15: Manipulating Strings
Chapter 16: Working with Numbers, Dates, and Times
Chapter 17: Working with Files and Folders
Chapter 18: Working with Collections
Chapter 19: Web Services
Chapter 20: LDAP/ADSI Directory Services
Chapter 21: Internet Tasks and Techniques
Chapter 22: Generating and Manipulating Images
Chapter 23: Threading, Reflection, and CodeDOM

posted on June 14, 2004

一个有关水晶报表的Blog

http://blogs.aspadvice.com/crystal/
有很多的faq,很实用的技巧。

posted on June 7, 2004

C-omega语言什么东东?

谁研究过?
和DotNet什么关系?
好像是C#的扩展
http://research.microsoft.com/Comega/

posted on June 3, 2004

C# VB XML 源代码转Html高亮显示工具

C# VB XML 源代码转Html高亮显示工具

http://www.squishyweb.com/ware/products.asp?q=squishysyntax
很不错的东西
演示:
http://www.squishyweb.com/ware/files/SampleCs-Output.html
http://www.squishyweb.com/ware/files/SampleVb-Output.html
http://www.squishyweb.com/ware/files/SampleXML-Output.html
我试了试,真不错!