365key.com
发现·保存·分享@天天网摘

Q版365key  设为首页 加为收藏 帮助

 首页  网址  添加  我的网摘  我的订阅  最新网摘  收录榜  点击榜  同好  配置  工具箱  标签  兴趣小组 
  IT168 |  华军下载 |  猫扑 |  VeryCD |  CSDN技术 |  DoNews |  9Flash |  中金 |  游侠 |  股票天下 |  游戏公会 |  电子工程 |  白银时代 |  和365Key合作

wenluo的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共1页、11项网摘
Flex 2: 打开下一代富互联网应用之门 - 译言翻译点击:26
 分类:flex 时间:2007-10-19 15:33:42 wenluo收录 复制到我的网摘
2005 年10月,Macromedia(现在的Adobe)为开发者社区提供了Adobe?Flex? 2 的第一个预览版本 - 开发工具,库和运行时库服务的一套全新阵容,它允许开发者利用 Flash?Player 运行时库的优点,随时随地创建和部署富互联网应用。从那时起,大量的开发者开始使用 Flex 开发应用程序,并向我们提供反馈。另外,Macromedia 成为 Adobe 的一部分,打开了改善网络应用程序未来机会的整个世界。
http://www.yeeyan.com/articles/view/888888/2248
flex报表 on flexcoders 点击:15
 分类:flex 时间:2007-9-19 15:15:26 wenluo收录 复制到我的网摘
If you're looking to integrate Crystal Reporting-like functionality with Flex, I highly recommend taking a look at ColdFusion Reporting: http://www.adobe.com/products/coldfusion/reporting/ ColdFusion Reporting is done via the ColdFusion Report Builder tool. You can design a report visually, lay out exactly how you want the report to appear, define the repeating areas, the query to pull the data, do calculations, draw lines and charts and images, write ColdFusion expressions to generate dynamic fields, pass data into a report at runtime, etc. The report template file is stored as a .cfr file. Then, you use the tag on the server to display the report in one of three formats: PDF, FlashPaper, or Excel (.xls). If you choose to generate a FlashPaper report, the output is just a .swf file. This report.swf file can then be loaded into Flex via . If you're not familiar wtih FlashPaper, essentially it's a way to bring PDF-style document navigation into the Flash Player. FlashPaper reporting also gives pixel-perfect printing from within the report.swf as well, which is a nice bonus (printing in Flash has traditionally been somewhat difficult to get perfect results). Here's an older example of integrating FlashPaper and Flex (for Flex 1.5): http://blog.daemon.com.au/archives/000315.html For an overview of ColdFusion Reporting to get a feel as to how it compares to Crystal, check out this developer center article: http://www.adobe.com/devnet/coldfusion/articles/reporting.html For an example FlashPaper document, if you've never seen one before, here's an online demo: http://www.adobe.com/products/coldfusion/whitepapers/coldfusionmx7_evaluators_gu\ ide.swf I'm working on an application right now that fully integrates ColdFusion Reporting and Flex 2, and we're loving the way it works together and the final output. It's just what the doctor ordered, and with the tag, we can deliver the report "in-line" via an or let the user download a .pdf for offline viewing, or download an Excel .xls to do more calculations, etc... I hope that helps... -d
http://tech.groups.yahoo.com/group/flexcoders/messages/53583?threaded=1&m=e&var=1&tidx=1
[翻译]AS3 反编译器 @ Molay's World——Welcome to Molay's World!点击:33
 分类:flex 时间:2007-9-18 14:10:43 wenluo收录 复制到我的网摘
这原本是在一个法国 ASer 的博客上发表的两篇文章,现在它们通过无线电传到我这儿了,于是乎,我就把它们翻译一下并发表在这里。这个Tamarin 工具主要就是一个动作脚本字节编码(Actionscript Byte Code,ABC)的反编译器,它可以从 Swf 以及ABC 文件中提取出便于我们阅读的伪码。之后,这些伪码就能通过一系列的程序转换成 AS3 源码。这可是相当地可怕呀,不是么?
http://www.molayc.com/blog/?tid=28
Virtual Ubiquity - Buzzword点击:16
 分类:flex 时间:2007-8-14 19:35:14 wenluo收录 复制到我的网摘
We're capturing some of our thoughts related to on-line rich authoring and collaboration.
Flash based word processor
http://www.virtub.com/
?Adobe jumps into the venture capital world | The Universal Desktop | ZDNet.com点击:42
 分类:flex 时间:2007-8-14 19:33:48 wenluo收录 复制到我的网摘
I just got out of the Adobe MAX keynote where Kevin Lynch announced some big news for the company. The biggest announcement by far was the news that Adobe will be creating a $100,000,000 venture fund that will be available to innovative companies using Adobe technology. According to Kevin, the fund will focus specifically on Apollo-based applications.
http://blogs.zdnet.com/Stewart/?p=152
Scrybe gets venture funding from Adobe, LMKR | The Universal Desktop | ZDNet.com点击:36
 分类:flex 时间:2007-8-14 19:32:13 wenluo收录 复制到我的网摘
Scrybe has been doing some really amazing things with Flash and they have been doing a great job of continuing to innovate on the platform. I’ve been on the beta list for some time and have been very impressed with the application they’ve put together.
http://blogs.zdnet.com/Stewart/?p=489
RubyForge: Flexible Rails= flex_scaffold RESTfully: Project Info点击:22
 分类:flex 时间:2007-6-21 18:15:20 wenluo收录 复制到我的网摘
Flexible Rails approach is to scaffold REST controllers and generate Flex (swf) views from models including validations. Use generators to create the .mxml and .as code. Use Rake to compile .swf and publish assets.
http://rubyforge.org/projects/flexible-rails
flexonrails.net ?Blog Archive ?RubyAMF - an open source AMF gateway for Flex/Flash remoting with Ruby点击:31
 分类:flex 时间:2007-6-21 17:30:30 wenluo收录 复制到我的网摘
RubyAMF is an open source Ruby application being developed by Aaron Smith that enables AMF0/3 communication between Flex/Flash and Ruby.
http://flexonrails.net/?p=67
Flex Builder教程点击:27
 分类:flex 时间:2007-6-21 17:28:58 wenluo收录 复制到我的网摘
Flex语言包含了一个丰富的用户界面组件库,MXML(一种基于XML的标记语言)和ActionScript?(基于ECMA 262的、强类型面向对象编程语言)。MXML用于排布用户界面和处理应用中其他方面的问题,而ActionScript?用来处理用户交互逻辑。由于Flash平台的普及, Flex使开发者可以开发广泛的应用程序。开发者可以使用工业标准(如XML,CSS和SVC)和他们所熟悉的模式和范例来创建应用。Flex的分离协作方式和Flex公用组件模型也使得开发者和界面设计者能更好的进行协作,在可靠的、易于维护的架构上生产出在用户体验方面有突破性的产品。
Flex Builder(FB)之于MXML就如DREAWEAVER之于HTML。FB实现了代码与界面分开,FLEX的类程序扩展名为*.as,语法与java/c 很象,FLEX程序文件扩展名为.mxml,其实就是拥有很多特殊元素的XML文件。
http://www.deepcast.net/wiki/ow.asp?p=FlexBuilder%BD%CC%B3%CC
FlashPicViewer v4 | We will FPV you !点击:26
 分类:flex 时间:2007-6-20 21:22:09 wenluo收录 (还有2人收录) 复制到我的网摘
FlashPicViewer(FPV)是一个Flash界面的相册程序,强大的Skin设定,让您随心所欲的自定义相册的样式,布局,内部效果,大小等等可见的设置,让你个性的展示自己的图片.
基于Flash的强大能力,可读取任何域内的图片(只要有图片地址),附带的可批量添加网易相册内的图片,让你无需为图片存放空间发愁,网易相册提供无限空间以及1000M的网络连接.
生成静态XML格式数据,最大限度地减轻服务器压力和浏览者的等待时间,生成后的整个相册更能适用于任何空间,让你不必为空间脚本支持而烦恼.
强大的后台功能为你提供批量添加本地图片(用FTP上传后批量读取),自动读取(目录内图片增加,前台自动更显示),自动生成缩略图等等相册功能.
FlashPicViewer 为你带来新的图片发布&浏览感受.
http://fpv.cn/index.html
scale nine : themes for flex and adobe air点击:17
 分类:flex 时间:2007-6-20 20:45:13 wenluo收录 复制到我的网摘
ScaleNine is a collection of themes created for Flex and Adobe AIR (formerly Apollo), as well as a showcase of other apps using these frameworks. Some involve graphical skinning and others are purely CSS.
http://www.scalenine.com/
页码: [1 共1页、11项网摘

使用帮助 |  如何保存网摘 |  给365Key提建议 |  媒体报道 |  站长推广须知
Copyright (C) 2004 365Key.com--天天网摘 All Rights Reserved