Wednesday, October 15, 2008

MS 终于发布了Silverlight 2的正式版, http://silverlight.net 从和 Silverlight 1 比较中看, Silverlight 2 增加了诸多新特性:

Support for Visual Basic.NET and C#; Common Language Runtime (CLR) based languages  
Support for IronPython, IronRuby, Managed JScript, and other Dynamic Language Runtime (DLR) based languages  
Rich Core Framework (e.g. Generics,  collections)  
MultiThreading  
Layout controls including StackPanel and Grid  
Full suite of Controls (TextBox, RadioButton, Slider, Calendar, DatePicker, DataGrid, ListBox, TabControl, and others)  
Managed Control Framework  
Templating Model  
Visual State Manager  
Isolated Storage  
Deep Zoom Technology  
Media – DRM Powered by PlayReady  
Media  Windows Media Audio 10 Professional support  
Media  MediaStreamSource for managed code media file parser and protocol extensibility  
High quality resizing  
Media  Basic SSPL Support  
Cross Domain Network Access  
Easy access to serverside data via Web Services  
Direct access to TCP sockets  
Interoperability with SOAP and REST services, including support for XML, JSON, RSS and Atom data formats  
LINQ (including LINQ to XML, LINQ to JSON, and LINQ to Entities)  
Duplex communications (“push” from Server to Silverlight client)  
Data Binding  
ADO.NET Data Services  
Managed HTML Bridge  
Managed Exception Handling  
.NET Framework Security Enforcement  
Type Safety Verification  
XMLReader/Writer  
Enhanced Keyboard Input Support  
File Upload Support (via WebClient API)  
WPF Compatibility
Accessibility  
Localization  
Remote Debugging (PC and Mac)

Wednesday, October 15, 2008 9:50:17 AM (中国标准时间, UTC+08:00)  #    Disclaimer  |  Comments [18]  | 
 Thursday, October 09, 2008

jQuery (http://jquery.com/) 是一个轻量级javascript library, 它能方便的和html进行交互。 使javascript 的语句更加简洁。

比如: 点击一个id=div2 的div可以这样写:

            $("#div2").click(function(event)
            {
                $(this).hide("slow");
            });
jQuery还有用于UI效果的 jQuery UI 库。 用它可以制作各种界面功能和效果。 
另外值得一提的是: Microsoft 已经开始支持jQuery, 并会将其整合到visual studio 中。
Thursday, October 09, 2008 3:20:09 PM (中国标准时间, UTC+08:00)  #    Disclaimer  |  Comments [0]  | 
 Tuesday, October 07, 2008

Photosynth 是Microsoft Lab 的产物, 你可以用一组场景照片来重组3D 景象, 它的好处是你不需做过多的操作, 仅需提供一组照片而已,系统会自动进行组合, 虽然现在效果还有待改善, 但ms 号称这是将来的3D实现的趋势。 现在通过window live 帐号就可以用了: http://photosynth.net/

Tuesday, October 07, 2008 11:20:22 AM (中国标准时间, UTC+08:00)  #    Disclaimer  |  Comments [0]  |