上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 37 下一页
摘要: Silverlight 5.0 绑定 - 绑定动态生成的属性。 阅读全文
posted @ 2012-03-15 09:09 webabcd 阅读(3327) 评论(2) 推荐(0) 编辑
摘要: Silverlight 5.0 绑定。StyleSetter - Style 中的 Setter 支持绑定;AncestorRelativeSource - 绑定父级链上的元素;ImplicitDataTemplate - 隐式指定数据模板;FrameworkElement.DataContextChanged;UpdateSourceTrigger - UI 上数据更新的触发方式 阅读全文
posted @ 2012-03-12 08:48 webabcd 阅读(4613) 评论(6) 推荐(0) 编辑
摘要: Silverlight 5.0 文本。Character Spacing - 字符间距;RichTextBlock 和 RichTextBlockOverflow - 只读 RichTextBox 及文本溢出后的显示方式;TextOptions - 文字清晰方式 阅读全文
posted @ 2012-03-08 09:24 webabcd 阅读(4922) 评论(6) 推荐(2) 编辑
摘要: Silverlight 5.0 控件。ListBox 和 ComboBox 新特性 - 支持键盘检索;OpenFileDialog 和 SaveFileDialog 新特性 - InitialDirectory 和 DefaultFileName;新增控件 - PivotViewer 阅读全文
posted @ 2012-03-05 09:44 webabcd 阅读(4823) 评论(8) 推荐(0) 编辑
摘要: Silverlight 5.0 Demo 阅读全文
posted @ 2012-03-05 08:29 webabcd 阅读(12743) 评论(19) 推荐(3) 编辑
摘要: HTML 5: 画布(canvas)之效果。填充色, 笔划色, 颜色值 | fillStyle, strokeStyle; 剪裁 | clip(); 渐变色 | createLinearGradient(), createRadialGradient(), CanvasGradient.addColorStop(); 贴图的平铺模式 | createPattern(); 阴影效果 | shadowOffsetX, shadowOffsetY, shadowBlur, shadowColor; 全局 Alpha | globalAlpha; 新颜色与画布当前已有颜色的合成方式 | globalCompositeOperation; 保存画布上下文,以及恢复画布上下文 | save(), restore(); 像素操作 | createImageData(), getImageData(), putImageData(), ImageData, CanvasPixelArray 阅读全文
posted @ 2012-02-27 10:18 webabcd 阅读(8792) 评论(13) 推荐(3) 编辑
摘要: HTML 5: 画布(canvas)之转换(转换画布的用户坐标系)。平移 | translate(); 旋转 | rotate(); 缩放 | scale(); 矩阵转换 | transform(a, b, c, d, e, f); 矩阵转换 | setTransform(a, b, c, d, e, f) 阅读全文
posted @ 2012-02-22 09:15 webabcd 阅读(5388) 评论(7) 推荐(0) 编辑
摘要: HTML 5: 画布(canvas)之承载媒体。呈现文本 - font, textAlign, textBaseline, strokeStyle, fillStyle, fillText(), measureText, TextMetrics.width; 呈现图片 - drawImage(); 呈现视频截图 - drawImage(); 呈现其他画布 - drawImage() 阅读全文
posted @ 2012-02-16 09:22 webabcd 阅读(3520) 评论(7) 推荐(3) 编辑
摘要: HTML 5: 画布(canvas)之绘制图形。画布 Demo - 画布的基本概念及 Demo; 在画布上绘制矩形; 在画布上绘制弧线(以路径的方式); 在画布上绘制曲线(以路径的方式); 在画布上绘制直线(以路径的方式); 在画布上绘制矩形(以路径的方式)- rect() 阅读全文
posted @ 2012-02-13 10:57 webabcd 阅读(7702) 评论(2) 推荐(1) 编辑
摘要: HTML 5: 表单元素 - form, label, button, select, option, optgroup, datalist, textarea, fieldset, legend, progress, meter, keygen, output; 表单验证 阅读全文
posted @ 2012-02-08 10:10 webabcd 阅读(3712) 评论(4) 推荐(0) 编辑
摘要: HTML 5: 表单元素之 input 元素 - text, password, url, telephone, email, search, file, radio, checkbox, button, submit, reset, number, range, image, hidden, color, datetime, datetime-local, date, time, month, week; input 元素的通用属性 - autocomplete, placeholder, pattern, dirname, size, maxlength, readonly, required, list, multiple, min, max, step 阅读全文
posted @ 2012-02-06 09:20 webabcd 阅读(5617) 评论(0) 推荐(0) 编辑
摘要: HTML 5: 元素的通用属性 - accesskey, style, class, title, tabindex, id, dir, spellcheck, hidden, contenteditable, contextmenu, draggable, dropzone 阅读全文
posted @ 2012-02-02 09:02 webabcd 阅读(3942) 评论(3) 推荐(0) 编辑
摘要: HTML 5: 文本语义元素 - a, em, strong, small, s, cite, q, abbr, time, code, var, dfn, samp, kbd, sub, sup, i, b, u, mark, ruby, rt, rp, bdi, bdo, span, br, wbr 阅读全文
posted @ 2011-09-26 09:09 webabcd 阅读(3998) 评论(4) 推荐(0) 编辑
摘要: HTML 5: 内容分组元素 - 内容分组元素 - p, hr, pre, blockquote, ul, ol, li, dl, dt, dd, figure, figcaption, div 阅读全文
posted @ 2011-09-22 09:03 webabcd 阅读(4606) 评论(4) 推荐(0) 编辑
摘要: HTML 5: 区块元素 - body, article, section, header, footer, h1, h2, h3, h4, h5, h6, hgroup, aside, nav, address 阅读全文
posted @ 2011-09-19 10:10 webabcd 阅读(4216) 评论(4) 推荐(1) 编辑
摘要: HTML 5: 根元素, 元数据元素, 脚本元素。根元素 - doctype, html;元数据元素 - head, title, base, link, meta, style;脚本元素 - script, noscript 阅读全文
posted @ 2011-09-15 09:42 webabcd 阅读(7215) 评论(8) 推荐(3) 编辑
摘要: XNA: 3D 模型的碰撞检测。通过包围球(Bounding Sphere)算法实现碰撞检测 阅读全文
posted @ 2011-08-25 10:14 webabcd 阅读(4269) 评论(4) 推荐(3) 编辑
摘要: XNA: 3D 模型。通过键盘的“上下左右”键旋转 3D 模型 阅读全文
posted @ 2011-08-23 08:51 webabcd 阅读(4132) 评论(6) 推荐(2) 编辑
摘要: XNA: 3D 基础。在 3D 坐标中绘制一个三角形;让一个图片纹理在 3D 世界中动起来 阅读全文
posted @ 2011-08-18 09:00 webabcd 阅读(9340) 评论(8) 推荐(3) 编辑
摘要: XNA: 碰撞检测。通过 AABB(Axis Aligned Bounding Box)实现碰撞检测算法;通过 Rectangle 类实现碰撞检测算法 阅读全文
posted @ 2011-08-15 10:07 webabcd 阅读(4485) 评论(8) 推荐(2) 编辑
摘要: XNA: 声音和音效。XACT - Cross-platform Audio Creation Tool,跨平台音效制作工具;SoundEffect - 音效对象;MediaPlayer - 媒体播放器对象; Song - 音乐对象 阅读全文
posted @ 2011-07-11 08:57 webabcd 阅读(5888) 评论(10) 推荐(4) 编辑
摘要: XNA: 控制精灵的移动,键盘控制,鼠标控制,手柄控制 阅读全文
posted @ 2011-07-07 08:49 webabcd 阅读(4356) 评论(2) 推荐(2) 编辑
摘要: XNA: 动画 阅读全文
posted @ 2011-07-04 08:12 webabcd 阅读(4557) 评论(22) 推荐(3) 编辑
摘要: XNA: SpriteSortMode 和 BlendState,SpriteSortMode - 精灵在游戏窗口上绘制的排序方式,默认值为:SpriteSortMode.Deferred;BlendState - 精灵与当前游戏界面的混合方式,默认值为:BlendState.AlphaBlend 阅读全文
posted @ 2011-06-29 08:11 webabcd 阅读(3724) 评论(13) 推荐(0) 编辑
摘要: XNA: 绘制一个精灵,绘制一段文字 阅读全文
posted @ 2011-06-27 08:43 webabcd 阅读(4450) 评论(6) 推荐(1) 编辑
摘要: XNA: 从 Hello XNA 开始 阅读全文
posted @ 2011-06-23 08:45 webabcd 阅读(8774) 评论(9) 推荐(2) 编辑
摘要: ADO.NET Entity Framework 4.1 的新增功能:Code First 阅读全文
posted @ 2011-05-23 08:30 webabcd 阅读(13049) 评论(57) 推荐(8) 编辑
摘要: asp.net mvc 之 asp.net mvc 3.0 新特性之 View(Razor):Razor 的语法;Razor 与 Model;Razor 与布局 阅读全文
posted @ 2011-05-19 09:16 webabcd 阅读(5448) 评论(8) 推荐(0) 编辑
摘要: asp.net mvc 之 asp.net mvc 3.0 新特性之 Model:通过 Data Annotations 与 jQuery 的结合实现服务端和客户端的双重验证;双重验证中,使客户端实现远程的异步验证;自定义 Data Annotations 与 jQuery,以实现自定义的双重验证 阅读全文
posted @ 2011-05-16 09:14 webabcd 阅读(6016) 评论(20) 推荐(4) 编辑
摘要: asp.net mvc 之 asp.net mvc 3.0 新特性之 Controller:Global Action Filter;可以在标记为 ChildActionOnly 的 Action 上使用 OutputCache;ViewBag;新增了一些 Action Result 阅读全文
posted @ 2011-05-12 08:38 webabcd 阅读(6903) 评论(10) 推荐(1) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 37 下一页