上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 37 下一页
摘要: 重新想象 Windows 8 Store Apps 之 控件 UI: RenderTransform - 变换(用于做位移,旋转,缩放,扭曲等变换), Projection - 映射, Clip - 剪裁并显示 UIElement 的指定区域, UseLayoutRounding - 是否使用完整像素布局 阅读全文
posted @ 2013-03-25 08:48 webabcd 阅读(2492) 评论(6) 推荐(2) 编辑
摘要: 重新想象 Windows 8 Store Apps 之 SemanticZoom: 演示 SemanticZoom 的应用, 通过 ISemanticZoomInformation 接口实现自定义 SemanticZoom 的 View 阅读全文
posted @ 2013-03-21 09:09 webabcd 阅读(2864) 评论(8) 推荐(1) 编辑
摘要: 重新想象 Windows 8 Store Apps 之 GridView: 拖动项 - 在 GridView 内拖动 item 以对 item 排序, 拖动 item 到 GridView 外的指定位置以删除 item; 项尺寸可变 - 指定 GirdView 中每个 item 所占尺寸; 分组显示 - 分组显示集合数据 阅读全文
posted @ 2013-03-18 08:48 webabcd 阅读(4006) 评论(44) 推荐(2) 编辑
摘要: 重新想象 Windows 8 Store Apps 之 ListView 和 GridView: ListView - 列表控件, GridView - 网格控件 阅读全文
posted @ 2013-03-14 08:14 webabcd 阅读(5004) 评论(25) 推荐(2) 编辑
摘要: 重新想象 Windows 8 Store Apps 之 ScrollViewer: Chaining - 锁链, Rail - 轨道, Inertia - 惯性, Snap - 对齐, Zoom - 缩放 阅读全文
posted @ 2013-03-11 08:38 webabcd 阅读(3985) 评论(49) 推荐(1) 编辑
摘要: 重新想象 Windows 8 Store Apps 之 ScrollViewer: 演示 ScrollViewer 的基本应用, 演示 ScrollBar 的基本应用, 演示 ScrollContentPresenter 的基本应用 阅读全文
posted @ 2013-03-07 08:27 webabcd 阅读(5533) 评论(14) 推荐(1) 编辑
摘要: 重新想象 Windows 8 Store Apps 之 WebView: 演示 WebView 的基本应用, 演示 WebView 如何与 JavaScript 交互, 通过 Share Contract 分享 WebView 中的内容, 如何全屏 WebView 阅读全文
posted @ 2013-03-04 09:01 webabcd 阅读(5719) 评论(33) 推荐(1) 编辑
摘要: 重新想象 Windows 8 Store Apps 之布局控件: Canvas - 绝对定位式布局, Grid - 网格式布局, StackPanel - 流式布局, VirtualizingStackPanel - 仅能用于 ItemsControl, WrapGrid - 仅能用于 ItemsControl, VariableSizedWrapGrid - 用于 Wrap 子元素集合 阅读全文
posted @ 2013-01-28 08:26 webabcd 阅读(3368) 评论(2) 推荐(1) 编辑
摘要: 重新想象 Windows 8 Store Apps 之媒体控件: Image - 图片控件, MediaElement - 播放视频或音频的控件 阅读全文
posted @ 2013-01-24 08:16 webabcd 阅读(4454) 评论(16) 推荐(3) 编辑
摘要: 重新想象 Windows 8 Store Apps 之集合控件: ComboBox - 下拉框, ListBox - 列表框, FlipView - 滑动视图控件, ItemsControl ItemsPresenter - ItemsPresenter 用来呈现 ItemsControl 的 Items 阅读全文
posted @ 2013-01-21 08:38 webabcd 阅读(4469) 评论(10) 推荐(2) 编辑
摘要: 重新想象 Windows 8 Store Apps 之提示控件: ProgressRing - 进度圈控件; 重新想象 Windows 8 Store Apps 之范围控件: ProgressBar - 进度条控件, Slider - 滑动条控件 阅读全文
posted @ 2013-01-17 10:00 webabcd 阅读(4931) 评论(8) 推荐(0) 编辑
摘要: 重新想象 Windows 8 Store Apps 之内容控件: ToolTip - 提示框控件, Frame - 框架控件,用于导航内容, AppBar - 应用程序栏控件, ContentControl ContentPresenter - ContentPresenter 用来呈现 ContentControl 的 Content; 重新想象 Windows 8 Store Apps 之容器控件: Border - 边框控件, Viewbox - 控制子元素如何拉伸的容器控件, Popup - 弹出框控件 阅读全文
posted @ 2013-01-14 08:57 webabcd 阅读(4310) 评论(10) 推荐(4) 编辑
摘要: 重新想象 Windows 8 Store Apps 之按钮控件: Button - 按钮控件, HyperlinkButton - 超链按钮, RepeatButton - 按住后会重复执行单击操作的按钮, ToggleButton - 可切换状态的按钮, RadioButton - 单选框控件, CheckBox - 复选框控件, ToggleSwitch - 状态切换控件 阅读全文
posted @ 2013-01-10 08:25 webabcd 阅读(4040) 评论(2) 推荐(2) 编辑
摘要: 重新想象 Windows 8 Store Apps 之文本控件: TextBlock - 文本显示框, TextBox - 文本输入框, PasswordBox - 密码输入框, RichEditBox - 富文本编辑框, RichTextBlock - 富文本显示框, RichTextBlockOverflow - 溢出文本显示框 阅读全文
posted @ 2013-01-07 09:02 webabcd 阅读(7925) 评论(8) 推荐(2) 编辑
摘要: asp.net mvc 之 asp.net mvc 4.0 新特性之移动特性: 为不同的客户端提供不同的视图; 手动重写 UserAgent,从而强制使用对应的视图 阅读全文
posted @ 2012-10-25 08:23 webabcd 阅读(4647) 评论(2) 推荐(2) 编辑
摘要: asp.net mvc 之 asp.net mvc 4.0 新特性之 Web API: 自宿主 web api; 宿主到 iis,通过 WebForm 提供 web api 服务; 通过 Web API 上传文件; .net 4.5 带来的更方便的异步操作 阅读全文
posted @ 2012-10-22 08:45 webabcd 阅读(11792) 评论(15) 推荐(3) 编辑
摘要: asp.net mvc 之 asp.net mvc 4.0 新特性之 Web API: 开发一个 CRUD 的 Demo,服务端用 Web API,并使其支持 jsonp 协议,客户端用 jQuery 阅读全文
posted @ 2012-10-18 08:27 webabcd 阅读(7855) 评论(12) 推荐(2) 编辑
摘要: 精进不休 .NET 4.5: ADO.NET Entity Framework 5.0 新特性, WCF Data Services 5.0 新特性(OData V3) 阅读全文
posted @ 2012-10-15 09:01 webabcd 阅读(8241) 评论(4) 推荐(1) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 系列文章索引:控件, 应用程序栏, 启动器, 选择器, 独立存储, 本地数据库, 磁贴, 推送通知, 后台任务, 媒体, 画图和动画, 设备, 输入, 联系人和日历, 特性, 通信等 阅读全文
posted @ 2012-09-26 08:27 webabcd 阅读(9362) 评论(41) 推荐(20) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 之通信: 实现“源特定多播” - SSM(Source Specific Multicast) 阅读全文
posted @ 2012-09-24 08:36 webabcd 阅读(3245) 评论(16) 推荐(1) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 之通信: 实现“任意源多播” - ASM(Any Source Multicast) 阅读全文
posted @ 2012-09-20 08:44 webabcd 阅读(2856) 评论(4) 推荐(1) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 之通信: 实例 - 基于 Socket UDP 开发一个多人聊天室 阅读全文
posted @ 2012-09-17 08:46 webabcd 阅读(3995) 评论(6) 推荐(3) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 之通信: 实例 - 基于 Socket TCP 开发一个多人聊天室 阅读全文
posted @ 2012-09-13 09:02 webabcd 阅读(4238) 评论(6) 推荐(2) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 之通信: 与 OData 服务通信 阅读全文
posted @ 2012-09-10 08:36 webabcd 阅读(3343) 评论(4) 推荐(1) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 之特性: 手机方向; 本地化; 应用程序的试用体验; 系统主题资源; 本地数据的加密解密 阅读全文
posted @ 2012-09-06 08:36 webabcd 阅读(2699) 评论(40) 推荐(2) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 之特性: 搜索的可扩展性; 程序的生命周期和页面的生命周期; 页面导航; 系统状态栏 阅读全文
posted @ 2012-09-03 08:41 webabcd 阅读(2449) 评论(2) 推荐(1) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 之联系人和日历: 获取联系人相关数据; 获取日历相关数据 阅读全文
posted @ 2012-08-29 08:10 webabcd 阅读(2918) 评论(2) 推荐(0) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 之输入: 捕获 UIElement 之外的触控操作; Silverlight 方式捕获手势操作; XNA 方式捕获手势操作; 多点触控 阅读全文
posted @ 2012-08-27 09:05 webabcd 阅读(3444) 评论(6) 推荐(2) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 之输入: 指定软键盘的类型; XNA 方式启动软键盘,并获取用户输入的信息; UIElement 的 Touch 相关事件; 涂鸦板 阅读全文
posted @ 2012-08-23 08:27 webabcd 阅读(3354) 评论(7) 推荐(2) 编辑
摘要: 与众不同 windows phone 7.5 (sdk 7.1) 之设备: 硬件状态; 系统状态; 网络状态 阅读全文
posted @ 2012-08-20 08:34 webabcd 阅读(3778) 评论(6) 推荐(2) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 37 下一页