`
wcvq08wcvq
  • 浏览: 14747 次
最近访客 更多访客>>
社区版块
存档分类
最新评论

资料收集转载

 
阅读更多

资料收集转载
2009年11月07日
  Flex开发相关优秀资源集合(全球)
  2009-11-04 14:43
  Flex范例,主要讲某个组件或者类的某某属性如何使用等等。代码和演示(如果有的话)都有。代码风格不错。
  http://blog.flexexamples.com
  中文版的flexexamples,主要是翻译来自flexexamples blog的内容,有时还会有其他一些令人惊喜的东东。
  http://blog.minidx.com
  Flex,AJAX,javascript,internet相关资源,比如corelib的使用,AS3的GOF模式,javascript的正则表达式,字体等等~当然我们关注的主要是Flex。
  http://ntt.cc
  一些挨踢工作者写出来帮助大家实现特定目标的类,AS1,2,3的都有。关注一下吧,万一哪天想实现什么了,说不定有人已经帮你完成了。
  http://www.actionscriptclasses.com/
  貌似目前公布的都是Adobe MAX,Flex Camp,AJAX Experience等各类大会的视频信息~,
  http://www.onflex.org/
  adobe 官方 Flex 文档汇总
  http://www.adobe.com/support/documentation/en/flex/?sdid=zfct
  Flex的权威网站,集成了与Flex有关的大多数信息。这里可以找到最新的书籍,可以找到许多组件,找到就业机会(至于在国外还是国内工作这就看个人机缘了,呵呵),找到与Flex相关的一些软件……还是自己看看吧,这里不浪费口水了。
  http://flex.org/
  RIA相关开源项目平台,类似于sourceforge.net~~
  http://www.riaforge.org
  Flex SDK 中文参考
  Adobe® Flex™ 3.2 语言参考
  软件
  Tour de Flex is a desktop application for exploring Flex capabilities and resources, including the core Flex components, Adobe AIR and data integration, as well as a variety of third-party components, effects, skins, and more.
  集成了许多资源,包括Flex组件,数据集成,第三方组件,特效,皮肤等
  Tour de Flex
  *集成了Adobe Developer Connection 网站
  *集成了组件浏览器,可以浏览并下载到大量的组件
  *集成了用户组和用户事件,使用GOOGLE MAP标识出世界各地用户组的位置及相关信息。AIRIA.cn赫然在列。
  *集成了一个简单的RSS Reader.
  *集成了bugs.adobe.com,你可以将bug提交上去,有一个专门的窗口会告诉你bug的状态
  adobe Developer ConnectionDeveloper Desktop
  方便Flex Coders交流找工作的,聊天功能不错,大家打开dashboard,切换到chat面板就可以和当前所有用户聊天了~
  SearchCoders Dashboard
  与自定义编译器相关的资源
  http://www.deitte.com/archives/2008/06/compiler_resources.htm
  [2009.2.18]
  视频教程
  http://www.gotoandlearn.com/
  [2009.2.18]
  ActionScript 3/ABC2/Flex 2/Flex 3/Flex 4/AIR 反编译工具
  http://www.docsultant.com/nemo440/
  很酷的翻书效果
  http://blog.minidx.com/2008/03/07/545.html
  SWF Toolsis a collection of SWF manipulation and creation utilities written by Rainer Böhme and Matthias Kramm. It is released under the GPL.
  Included are:
  PDF2SWF
  SWFCombine
  SWFStrings
  SWFDump
  JPEG2SWF
  PNG2SWF
  GIF2SWF
  WAV2SWF
  AVI2SWF
  Font2SWF
  SWFBBox
  SWFC
  SWFExtract
  RFXSWF Library
  http://www.swftools.org/
  OpenZet
  可以将其当成扩展了的Flex 和 Silverlight SDK。里面提供了不少好东东。可以下载到源码,研究一下一些组件的实现方式。
  http://www.openzet.org/samples/
  先看看Sample
  http://www.openzet.org/downloads/
  下载的时候得填下表单,收到的Email里面有下载的地址
  htmlwrapper
  Cross-browser compliant HTML/CSS rendering engine written in ActionScript
  Actionscript跨浏览器HTML/CSS渲染引擎
  看 了一下源码,比利用IFrame和ExternalInterface渲染HTML要麻烦很多。IFrame只是简单的改变IFrame的状态,渲染 HTML还是由浏览器来完成的;HTMLWrapper则是将DOM解析为Actionscript对象,渲染是由HTMLWrapper来控制的,也就 是说渲染的效果完全取决于HTMLWrapper。
  支持的HTML标签:
  div
  ul
  form
  a
  input
  img
  object
  embed
  li
  支持的CSS样式:
  http://htmlwrapper.googlecode.com/svn/trunk/examples/ActionScriptExample/src/com/base/parse/Css.as
  http://htmlwrapper.googlecode.com/svn/trunk/examples/ActionScriptExample/src/com/base/parse/ExtendedStyleSheet.as
  支持的属性:
  http://htmlwrapper.googlecode.com/svn/trunk/examples/ActionScriptExample/src/com/base/parse/Attributes.as
  AS3 audio library
  http://code.google.com/p/standingwave/
  After months of waiting for an opportunity to open up in my schedule, I’ve finally managed to create and package the StandingWave2 audio synthesis engine for Flash. It’s now up on Google Code athttp://code.google.com/p/standingwave/. Phew… about time.more…
  没有过多的研究它,只是从joeberkovitz.com看到了就发了出来。
  The goal of StandingWave is to encapsulate the following kinds of objects, permitting them to be easily chained together and combined to produce complex, dynamic audio output:
  audio sources (MP3 or WAV files, algorithmic sound generators…) audio filters (echo, envelope shaping, equalization…) timed sequences of audio sources, which may be hierarchically composed RIA视频中心
  RIAMeeting(中国RIA开发者活动组织)创建的视频中心,内容主要是RIA开发的视频教程
  现在有三类视频
  1.Flex一周视频培训[根据Adobe官方视频翻译过来的]
  2.gotoandlearn.com 视频教程中文翻译
  3.周边视频
  as3mathlib
  看名字就晓得是什么东东了,数学函数库
  This library includes support for
  Geometric Objects and Intersection calculations Integral and Differential equation calculations Bezier, Quadric, Polynomial, Complex, Vector and Matrix calculations Symbolic expression parsing
  要是有统计函数就好了。
  使用前最好能详细阅读下googlecode里面的文档,有些问题还是要注意一下,比如效率
  as3texteditor
  AS3富文本编辑组件
  AS3 TextEditor Lite: Free rich text editor component for Adobe Flash CS3
  AS3 TextEditor Lite is a SWC based component for rich text editor which can be used in Flash applications to be developed using Action Script 3 and Adobe Flash CS3 IDE. This component provides features like:
  Dynamically attach it to any text field of your application Complete WYSIWYG Editor Formatting of characters as Bold, Italic, Underline Hyperlink with color, underline options Search and replace texts Indent, Margin (left and right) Paragraph alignment left, right,center,justified Making unordered lists Line spacing, Character spacing Adding Image (No Edit) Rich Text View and HTML View (two-color coded) Clipboard features: Select All, Copy, Paste, Remove Formatting Inserting special characters
  This is a FREE component.
  Supported Flash Version This component is packaged for Adobe Flash CS3 (Flash Player version 9 with Action Script 3.0). This component is NOT meant for Adobe Flex framework.
  For project homepage visithttp://mobilewish.com/applications/as3texteditor/
  digizex
  基于Zend Framework 及 Digitalus的 AS3 CMS系统
  Flash/Flex AS3 CMS built on top of the Zend Framework and Digitalus
  All CMS modules compatible with Flex, AS3, and Flash CS3 projectsAdds about 1.5kb to your swf fileFull Zend Framework StackRemoting by Zend_AmfUser Authentication with Sessions via Zend_Acl, Zend_Session, and Digitalus CMSHtml-based CMS and User Management via Digitalus CMSWYSIWYGEasily create HTML-version of site using the Digitalus CMSCMS built on PureMVC and Fabrication, but main app does not have to use PMVC/FabricationModular, plug-in architectureBoth Flex and Flash CMS modules supportedRich Text Editor Module (text Module)Integrated with KapInspect (kiplugin Module)Integrated with De Monster DebuggerImage Module (gallery Module)Control Panel Flash Module (controlpanel Module)You can now download and use Digizex as a debugger, without any of the CMS features. (Currently available at allflashwebsite.com. Highly recommended for KapInspect and Monster Debugger users who want a stupidly simple way of integrating these tools into any Flex or Flash SWF, but don’t need content management.)
  as3statslib
  as3统计函数库,还在开发中。刚抱怨没有统计函数库,这就有了一个,as3的资源真实丰富啊。
  可以看看Demo先。
  AIR案例展示
  refreshingapps
  Flex案例展示
  flex org showcase
  Adobe ActionScript 3.0 编程
  虽然少了个定语“Adobe Flash 的”,但是 Flex 同样是基于 Flash Platform 的,因此这里有关 ActionScript 3.0 的内容完全适用于 Flex。入门的好教材。
  ILOG Exilir
  基于 Flex 的图表组件。很强大的样子。
  Fusion Charts
  基于 Flash 的图表组件。如果要在 Flex 中用的话,这里有演示(打开演示后,鼠标右键可以查看源代码)。
分享到:
评论

相关推荐

    bgp资料打包 请勿转载

    经本人收集整理打包 里面应该易学 好懂 欢迎大家下载去看看

    各大论坛收集的网站设计文章集合

    各大论坛收集的网站设计文章集合 设计网站需要注意的地方.

    C语言资料大全1.0.rar

    本资料大全致力于收集一切关于C语言的文章、技巧、教程、源代码和辅助工具软件。适合所有层次的C语言学习者。本资料大全免费下载,如您手头也有C语言相关资料,敬请分享,另外如您对本资料大全有任何建议或者意见...

    程序员资料系列之CSDN经典帖子及文档合辑1

    长期在盒子里领取好东西...本CSDN精华贴由FirePhoenix收集整理,在此衷心感谢网友firephoenix的辛苦工作,让我们这些懒鬼获得如此珍贵的资料,请转载的朋友一定加上这句话。firephoenix的Email:TenderSword@msn.com

    程序员资料系列之CSDN经典帖子及文档合辑0

    长期在盒子里领取好东西...本CSDN精华贴由FirePhoenix收集整理,在此衷心感谢网友firephoenix的辛苦工作,让我们这些懒鬼获得如此珍贵的资料,请转载的朋友一定加上这句话。firephoenix的Email:TenderSword@msn.com

    程序员资料系列之CSDN经典帖子及文档合辑5

    长期在盒子里领取好东西...本CSDN精华贴由FirePhoenix收集整理,在此衷心感谢网友firephoenix的辛苦工作,让我们这些懒鬼获得如此珍贵的资料,请转载的朋友一定加上这句话。firephoenix的Email:TenderSword@msn.com

    Java电信数据挖掘系统

    5) 本站提供的资料均为网上搜集,如果该资料涉及或侵害到您的版权请立即通知我们,我们会立即处理。 6)请使用WINRAR3.0以上版本解压本站软件。 7)如果你觉得本站提供的资料对您有用,请告诉你的好友,我们将非常...

    程序员资料系列之CSDN经典帖子及文档合辑4

    本CSDN精华贴由FirePhoenix收集整理,在此衷心感谢网友firephoenix的辛苦工作,让我们这些懒鬼获得如此珍贵的资料,请转载的朋友一定加上这句话。

    LORA网关资料 sx1301 sx1308 可以AD打开还有用eagle能打开的,可以参考。

    LORA网关资料 sx1301 sx1308 可以AD打开还有用eagle能打开的,可以参考。转载收集的,共同学习努力。

    voc-release4-win7-matlab(结果我的修改,能够运行,有我搜集的资料库,值得学习)

    cascade.pdf Object Detection Grammars.-TR-2010-02.pdf Object Detection with Discriminatively Trained Part Based Models.pdf release4-notes.pdf Slides from a recent talk.pdf 科学网—[转载]Windows下运行...

    程序员资料系列之CSDN经典帖子及文档合辑3

    祝大家新年快乐!本CSDN精华贴由FirePhoenix收集整理,在此衷心感谢网友firephoenix的辛苦工作,让我们这些懒鬼获得如此珍贵的资料,请转载的朋友一定加上这句话。firephoenix的Email:TenderSword@msn.com

    微博微信运营方案培训资料.docx

    根据各个节点,提供专业的在 信息收集分享服务,比如端午节如何保持饮食健康、在湛江如何防台风等小常识。 2.1.4 开展多样化活动,丰富湛江市民线上生活。 和湛江各团支部联合,策划组织多样化的线上活动;和基层...

    分词系统研究完整版(ICTCLAS)

    也是去年收集的资料,转载到csdn大家一起学习研究。 版权属原作者所有。

    typedef 的用法

    自己在网上收集的typedef用法(文档中的资料都属于转载)

    英语四级历年12套真题

    声明:本资料由 考试吧(Exam8.com) 收集整理,转载请注明出自 http://www.exam8.com 服务:面向校园,提供计算机等级考试,计算机软件水平考试,英语四六级,研究生考试 等校园相关考试...

    C_C++笔试题汇总

    C_C++笔试题汇总,转载都是从网上收集的资料

    Team Foundation Server原理与入门

    中文doc文档,从网上收集的资料,转载并整理成一个文档,方便大家学习。有什么学习心得,请大家多多交流:)

    微信小程序-小程序源码及分析、由浅入深的系列精品教程

    微信小程序 学习资料收集 微信小程序是一个前景广阔的新兴技术,但是目前市面上的资料比较少。 我们汇聚了原创性小程序源码、精品小程序源码、由浅入深的系列教程供大家学习参考,也希望更多的同学加入我们。 我们会...

    天书般的ICTCLAS分词系统代码

    去年收集的资料,讲得比较细致。 转载到csdn,大家一起学习研究。

    Java软件工程

    5) 本站提供的程序均为专人搜集,如果该程序涉及或侵害到您的版权请立即写信通知我们。 <br> 联系管理员: yywx1314@163.com<br> 本页面广告投放:QQ:976091 中国计算机教学网VIP会员区 为您提供优质...

Global site tag (gtag.js) - Google Analytics