摘要: 我已经写好了一些 xmlHttp.js /** * @version 1.0 * @时间 2008-06-26 * @作者 林松斌 * @QQ 410728115 * @Email linsongbin@126.com * @博客 http://linsongbin.cnblogs.com/ */ Ajax = function() { this._url = null; th... 阅读全文
posted @ 2008-08-10 08:36 一浩瀚星空一 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 目前来看,JS框架以及一些开发包和库类有如下几个,Dojo 、Scriptaculous 、Prototype 、yui-ext 、Jquery 、Mochikit、mootools 、moo.fx Ajaxian在2007年底对Ajax工具进行了调查,部分调查结果见下表(其中数字为调查者使用该工具 阅读全文
posted @ 2008-06-26 06:51 一浩瀚星空一 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 1. 下载 Microsoft Silverlight Tools Beta 1 for Visual Studio 2008 54.5 MB 2. 双击安装 3. 打开 VS 2008, 新建项目 Visual C# 里面多个两项, Silverlight Class Library, Silverlight Application 4. 选择 Silverlight Applica... 阅读全文
posted @ 2008-04-01 10:23 一浩瀚星空一 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 1. 下载 Microsoft Silverlight 1.1 Tools Alpha for Visual Studio 2008 http://www.microsoft.com/downloads/thankyou.aspx?familyId=25144c27-6514-4ad4-8bcb-e2e051416e03&displayLang=en 2. 下载好之后就双击... 阅读全文
posted @ 2008-01-28 10:35 一浩瀚星空一 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1. 国内 mixFACTORY: http://mixfactory.6.cn/ Baidu 音乐抢鲜族: http://mu.baidu.com/index2.html 2. 国外 http://silverlight.net/fox/ http://silverlight.r2musings.com/weatherwidget/default.a... 阅读全文
posted @ 2008-01-28 10:23 一浩瀚星空一 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 这上面有很好的文档说明, 唉~~ 可惜我E文不好....... http://www.asp.net/ajax/documentation/ 真想看懂它们 ………… 还有那一整套视频教程!!!对每一个控件都有详细说明!!! 阅读全文
posted @ 2008-01-28 08:47 一浩瀚星空一 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1. 从母版页: MasterPage_Ajax.master 新建 Web窗体: DripShadow.aspx 2. 在 ContentPlaceHolder1 在加入一个 Panel 控件。 设置 Panel 控件 hight:200px, width:300px, 背景色 3. 添加一个 DropShadow 控件,TargetControlID 为: Panel1 设置 ... 阅读全文
posted @ 2008-01-26 21:14 一浩瀚星空一 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1. 从母版页: MasterPage_Ajax.master 新建 Web窗体: DragPanel.aspx 2. 在 ContentPlaceHolder1 在加入一个 div , 这是能拖动的范围。 Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlight... 阅读全文
posted @ 2008-01-26 20:52 一浩瀚星空一 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 由于发觉每做一个例子都要做许多重复性的工作,在此就先建个 AJAX 母版页,这样省事很多 ^^ 1. 新建 AJAX 母版页: MasterPage_Ajax.master 2. OK 了 !!! 用得时候就建立 Web窗体,然后选择我们刚才建的 AJAX 母版页 . 阅读全文
posted @ 2008-01-26 11:25 一浩瀚星空一 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1. 新建 Web窗体: CollapsiblePanel.aspx , 添加一个 ScriptManager 控件,一个 CollapsiblePanel 控件(设置 TargetControlID 为: Panel1) 2. 插入一个 一行一列 的表格.(添加 id="table1") Code Code highlighting produced by Actipro CodeHigh... 阅读全文
posted @ 2008-01-26 10:06 一浩瀚星空一 阅读(154) 评论(0) 推荐(0) 编辑