Archive for 三月 2009
No tags
As web programmers, we use a lot of strings to move data around the web. Often we’ll use a string to represent a date or an integer or a boolean. Basically “1″ in instead of 1, or “April 1, 2009″ rather than a proper ISO-8601 formatted culture-invariant date. (更多…)
No tags
Two weeks ago we held our MIX conference in Las Vegas. MIX is my favorite conference of the year – since it nicely integrates development and design topics together in a single event, and is usually accompanied by some pretty cool product announcements. (更多…)
No tags
13
求silverlight里的尤其是这句话UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" 怎么解释
No comments · Posted by admin in 新闻News
<UserControl x:Class=”SilverlightApplication2.Page”
xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation“
xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml“ (更多…)
No tags
原文:http://silverlight.jc.jishu.me/meigong_sl/ExpressionBlend.html
教程中使用的是Expression Blend 2.0 sp1版本。 (更多…)
No tags
原文:http://silverlight.jc.jishu.me/meigong_sl/donghua.htm 本文是接着《元件、场景、组实现》的创建的角色,接着实现的动画。 Silverlight到今才发展了两个版本,在同行业与Flash相比肯定有很多不及之处。新的技术是否有新前景呢? (更多…)
No tags
9
Silverlight 3: Navigation Application Template Extra themes posted!
No comments · Posted by admin in 新闻News
Have you tried out the new Silverlight 3 Navigation Application? Our plan with this as to make it much easier to folks to get started building a RIA application with Silverlight. You can find it in the File\New Project dialog. (更多…)
No tags
问:
我是用
HtmlPage.Window.Navigate(new Uri(“http://localhost:1114″, UriKind.Absolute),”_blank”);
实现超连接的,我用的是GOOGLE的Chrome浏览器,浏览器会阻止超连接,请问有没有解决办法,谢谢!
答:
应该是浏览器设置的问题吧?
No tags
