Skip to main content

Home/ Groups/ lzby's group
1More

Open Source URL Rewriter for .NET / IIS / ASP.NET » Home - 0 views

  • UrlRewriter.NET is a pure .NET component written in C#, and does not require any ISAPI rewrite dll’s to be installed in IIS. You configure rules in a very readable XML format, either in your web.config file or an external rewriter configuration file.
1More

Flex明显增长,Silverlight在中国雷声大雨点小 - 孟岩 - CSDNBlog - 0 views

  • Silverlight还在剧烈变化当中,除了技术粉丝之外,实践当中的开发者还不敢把真实产品架构在这款尚未定型的技术上
1More

jQuery MultiSelect - 0 views

  •  
    In it's simplest form, you can create a MultiSelect form control using the following code: $(document).ready( function() { $("#control_id").multiSelect(); } where #control_id is the ID of the select element that exists on your page. You can use any valid jQuery selector as the ID, but make sure you only use select elements with the multiple="multiple" attribute to get the expected results.
1More

InfoQ: C#争论:什么时候应该使用var? - 0 views

  • 那么,我的建议是只有当你不知道类型的时候,才使用var。这里是我不同的见解和用法。请看如下代码片断: var procs = from p in ServiceController.GetServices() where p.Status == ServiceControllerStatus.Running select p; procs.ToList().ForEach(p=> Console.WriteLine(p.ServiceName)); procs的类型无疑为IEnumerable<ServiceController>,然而这却与我无关。我首先关注的是procs是一个列表,列表中的每一项都具有一个属性ServiceName。潜在的类型对于编译器很重要,而那些不得不去阅读代码的人们却不是编译器,对吗?
1More

InfoQ: 你真的应该再学习一种语言么? - 0 views

  •  
    即使造成很多反对的声音,但争论的话语水准颇高。足以称得上是深层次的探讨。至少比那一大批还在为哪种语言有钱途争得死去活来的人更有资格谈论这个话题。
1More

ASP.NET Ajax 1.0 toolkit : Calendar Extender hide on lost focus - Sashidhar Kokku's blog - 0 views

  • One of the problems with the calendar extender in the 1.0 toolkit is that if I use a button/image to show the calendar, I am forced to click on it again to hide the calendar.
1More

Use image for error display in ASP.Net validators - 0 views

  • Now instead of error message add the image tag as shown below. <img src=alert.gif' style='width:15px;height:15px;'> Note : Image tag doesn't have have an end tag. So don't add. Then in test your page that shows images for errors. See the picture below. Know More: You can also embed sound instead of error message or error image. <asp:RequiredFieldValidator ControlToValidate="TextBox1" EnableClientScript="false" ID="RequiredFieldValidator1" runat="server" Text="<bgsound src='C:\Windows\Media\Windows Error.wav'>"></asp:RequiredFieldValidator> Just make sure that the EnableClientScript="false"  when you want a sound instead of a text message.
1More

UFRAME: goodness of UpdatePanel and IFRAME together - Home - 0 views

  •  
    UFrame combines the goodness of UpdatePanel and IFRAME in a cross browser and cross platform solution. It allows a DIV to behave like an IFRAME loading content from any page either static or dynamic. It can load pages having both inline and external Javascript and CSS, just like an IFRAME. But unlike IFRAME, it loads the content within the main document and you can put any number of UFrame on your page without slowing down the browser. It supports ASP.NET postback nicely and you can have DataGrid or any other complex ASP.NET control within a UFrame. UFrame works perfectly with ASP.NET MVC making it an replacement for UpdatePanel. Best of all, UFrame is implemented 100% in Javascript making it a cross platform solution. As a result, you can use UFrame on ASP.NET, PHP, JSP or any other platform.
1More

InfoQ: Visual Studio International Pack 1.0扩展.NET对国际化的支持 - 0 views

  •  
    这个软件包的出现,对于进行本地化开发的开发人员来说,最大的好处是无需另外发明一个轮子。对于中文用户,现在有了East Asia Numeric Formatting Library、Simplified Chinese Pin-Yin Conversion Library和Traditional Chinese to Simplified Chinese Conversion Library and Add-In Tool,可以在自己的应用程序中可以很方便地加入一些中文字符的处理。比如,在金融和财务类的软件中,可以使用East Asia Numeric Formatting Library来进行货币数值的大小写转换。
1More

InfoQ: 争论:是否应该避免架构重写? - 0 views

  • 回头再看看那个两页长的函数。是的,我知道它只完成了显示窗口这个简单功能,但是它已经增加了一些东西,没有人知道是为什么。好,我来告诉你为什么:它们是对缺陷的修复。[……]
« First ‹ Previous 221 - 240 of 247 Next ›
Showing 20 items per page