首页 新闻 论坛 群组 Blog 文档 下载 读书 Tag 网摘 搜索 .NET Java 游戏 视频 人才 外包 数据库 第二书店 程序员

stickyman/ 


共643个网摘 [ 1  2  3  4  5  6  7 ... 22 ]  上一页 | 下一页  |  访问stickyman的个人空间

Flex中通过设置borderColor样式和.errorTip CSS分离器改变错误信息提示背景颜色(background color)的例子 - 全文检索博客

stickyman收录,使用标签:borderColor, errorColor, errorString, errorTip, Flex, 背景颜色,时间:2008-5-24 0:46:06 | 相关网摘我也收藏

在前面的Flex中如何通过errorString属性在CheckBox控件上设置一个错误信息显示字符串的例子中,我们了解了如何在Flex的CheckBox中设置一个Tip来显示提示/错误信息。接下来的例子中,演示了如何通过设置borderColor样式和.errorTip CSS分离器改变错误信息提示背景颜色(background color)。


Flex中如何通过errorString属性在CheckBox控件上设置一个错误信息显示字符串的例子 - 全文检索博客

stickyman收录,使用标签:CheckBox, errorString, Flex, 字符串,时间:2008-5-24 0:45:34 | 相关网摘我也收藏

注册邮箱或者论坛用户以及下载类似于JDK之类的开发包的时候,都会有一个协议确认画面,需要打勾了才可以下一步。下面的例子就演示了这一过程:打勾之前下一步无效,鼠标移动到CheckBox的时候会显示一条信息。该信息利用了Flex中CheckBox控件的errorString属性。


Using Actionscript 3 to develop Adobe Flash Content On Linux - Ntt.cc

stickyman收录,使用标签:ActionScript, Adobe, Flash, flex, VMware,时间:2008-5-19 0:09:50 | 相关网摘我也收藏

Because I installed Linux in my VMware and one of the feature of Adobe Flash is cross-platform, I tried to create the application which using Adobe FLEX 3.0 SDK to develop flex/flash under Linux. In fact it’s just a “hello actionscript 3″ instead “Hello,world!” known for every earthman. This article is not to introduce the skill of ActionScript 3, but how to use free Adobe FLEX 3.0 SDK development environment to build your flex/flash application under Linux. What you do is just following these steps, then you will see your Flash running under your Linux(Firefox). (Here is the Chinese Version of this tutorial posted on my Chinese blog)


Ryan的关于利用Adobe AIR解决文件问题的文章–牛人写的就是不一样啊 - 全文检索博客

stickyman收录,使用标签:Adobe, AIR, WebOS,时间:2008-5-18 22:18:25 | 相关网摘我也收藏

在提到Adobe AIR的时候,我们第一个反应就是它可以是Offline应用,不需要网络支持,直接运行在你的桌面上。不过对于很多人—至少对于我来说,假如没有网络,那我还真不知道自己是否可以忍受。目前的发展趋势和最初电脑刚刚出来的时候一样,一个超级计算中心,无数个终端。在Ajax,Flex,JavaFX各项技术的推动下,网络应用程序的使用变得越来越顺手,你可以看到不少


利用GWT开发iPhone应用的6项不错的资源 - 全文检索博客

stickyman收录,使用标签:GWT, iPhone, SDK,时间:2008-5-18 21:29:07 | 相关网摘我也收藏

在iPhone-01前面的Planet-iphones.com–not only for the iphone users but also the SDK developers中介绍过一点关于iphone开发的SDK以及在不仅免费而且还可以给你赚钱的网络硬盘Ziddu以及价值百万最贵的iPhone手机中我们见识了最为昂贵的iPhone手机。无可否认iPhone的魅力的确让许多人无法抵挡。对于开发者来说,开发iPhone的应用,然后运行在自己的手机上,那将会是一项非常愉快的事情。而对于GWT,虽然全文检索博客没有正式介绍过,不过在GWT-Ext:又一款超级强大的widget library中,大概只要看一下,或者你曾经使用或正在使用gmail,那对GWT的强大应该也有所了解。下面是6处GWT与iPhone相结合的不错的资源。


Flex中如何利用mx:HTTPService标签读取文本文件中的name/value这样的一对数据并显示在DataGrid中的例子 - 全文检索博客

stickyman收录,使用标签:Flex, HTTPService, ResultEvent, resultFormat,时间:2008-5-18 11:10:02 | 相关网摘我也收藏

和前面的Flex中利用URLLoader和URLVariables类导入文件的例子中实现的功能其实一样,接下来的例子演示如何利用mx:HTTPService标签读取文本文件中的name/value这样的一对数据并显示在DataGrid中。注意例子中的params.txt文件是再编译的时候被嵌入但是真正读入数据是在执行的时候。


How To Discriminate Between JavaScript Object and ActionScript Object In AIR - Ntt.cc

stickyman收录,使用标签:ActionScript, AIR, ECMAScript, JavaScript, Object,时间:2008-5-18 1:18:59 | 相关网摘我也收藏

JavaScript and ActionScript share a nearly identical syntax, object model, and even many object classes because both of them are based on the ECMA-262 (ECMAScript) standard. ActionScript implements the arguments object, which supports the callee and length properties, just like JavaScript. ActionScript also implements the Array, Boolean, Date, Math, Number, Object, and String classes familiar to JavaScript programmers.Adobe AIR allows ActionScript and JavaScript base object can be convert each other.But sometimes we still need to know which is javascript objct and which is actionscript object.The following code shows how to detect Javascript objct and ActionScript.


126个Adobe Air应用列表 - 全文检索博客

stickyman收录,使用标签:Adobe, AIR,时间:2008-5-17 21:08:30 | 相关网摘我也收藏

Adobe AIR平台允许开发者创建运行于桌面的 Web 程序而不再需要浏览器的支持。Riadocs的这位好人收集并制作了一张庞大的列表,足足有126个。不过貌似TA的blog的Reweite设置有问题,所以该篇文章无法访问。只好“非常规”的先把列表抓过来了。


Flex中如何利用stepSize属性调整NumericStepper控件每一步操作大小以及ActionScript代码实现同样功能的例子 - 全文检索博客

stickyman收录,使用标签:Flex, HSlider, NumericStepper, stepSize,时间:2008-5-17 17:13:15 | 相关网摘我也收藏

接下来的例子演示了Flex中如何利用stepSize属性调整NumericStepper控件每一步操作大小。和Flex中如何通过设置cornerRadius样式设定NumericStepper控件边缘棱角圆滑幅度(corner radius)的例子中一样,例子中利用了HSlider控件来调整每步的尺度。


Linux上用ActionScript 3(Adobe FLEX 3.0 SDK)开发Adobe Flash应用 - 全文检索博客

stickyman收录,使用标签:ActionScript, Adobe, Flash, JDK, Linux, SDK, VMware,时间:2008-5-17 12:15:30 | 相关网摘我也收藏

由于我的电脑的VMware中装有Linux系统,而Adobe Flash的一个特点就是它的跨平台性,所以尝试了一下在Linux下利用Adobe FLEX 3.0 SDK开发Flash的“应用”–说是应用,其实只是一个地球人都知道的“Hello,world!”,只不过我改成了“hello actionscript 3”。所以本文主要想说明的不是ActionScript 3的开发技巧,而是如何在Linux下利用免费的SDK构架开发环境。你只要按照下面的步骤操作,那么最终你就可以在自己的Linux平台下看到自己的Flash运行了。


100000 Free Fonts To Make Your Flex UI(skins and themes) Stand Out From The Crowd - Ntt.cc

stickyman收录,使用标签:flex, Font, Resource, Skin, Theme,时间:2008-5-17 0:22:35 | 相关网摘我也收藏

In previous we have the tutorial about how to create Skins & Thenmes (@see 15 Strongly Recommend Tutorials You Must Read for Creating Skins and Themes( UI Design ) in Flex) and also prepared many free beautiful icons (@see 480 free and fresh icon sets help you to create your beautiful skins and themes in Flex). Then what others we need for making our flex UI(or skins or themes) stand out from the crowd? The answer is Fonts! Although it is too common to be ignored easily. If you could well use it in your flex project, I think you won’t disappointed, it will bring you finishing touch effect.


Flex中如何通过监听collectionChange事件检测arraycollection是否改变了的例子 - 全文检索博客

stickyman收录,使用标签:ArrayCollection, collectionChange, Flex, PopUpButton, refresh,时间:2008-5-15 21:02:40 | 相关网摘我也收藏

接下来的例子演示了Flex中如何通过监听collectionChange事件检测ArrayCollection是否改变.这里所谓的改变,包括项目的追加,删除,以及刷新等操作。


JavaFX将会给Adobe Flex带来什么样的冲击? - 全文检索博客

stickyman收录,使用标签:Adobe, Flex, JavaFX, SUN,时间:2008-5-15 0:24:59 | 相关网摘我也收藏

Java社区的朋友们一定知道最近貌似很火的JavaFX,由于JavaFX设计初衷就是为了将媒体数据流传递给Java平台,简单的说,JavaFX在声音,视频,2D图片,3D图像,动画这几类Java本身并不“擅长”的数据流类型的处理上,提供了强有力的支持–Flex的同胞们对这些应该并不陌生,因为这些都是Flex所擅长的。


Flex中利用URLLoader和URLVariables类导入文件的例子 - 全文检索博客

stickyman收录,使用标签:ActionScript, Flex, URLLoader, URLRequest, URLVariables,时间:2008-5-14 20:16:05 | 相关网摘我也收藏

Peter在写这个例子的时候说“Not sure if this is helpful to anybody”,其他人不敢说,不过这个例子刚好是我所需要的–我在做的一个解析ActionScript文件的项目中需要用到这个功能。例子中演示了如何利用URLLoader和URLVariables类,从一个扩展文件中读入一定格式的内容(name/value),根据读入的内容随即显示在DataGrid控件中。


Flex中如何通过设置cornerRadius样式设定NumericStepper控件边缘棱角圆滑幅度(corner radius)的例子 - 全文检索博客

stickyman收录,使用标签:cornerRadius, Flex, NumericStepper,时间:2008-5-13 20:19:04 | 相关网摘我也收藏

在前面的Flex中如何将NumericStepper控件作为DataGrid控件的一个编辑项目的例子中我们接触了NumericStepper控件,接下来的例子演示了如何通过设置cornerRadius样式,设定NumericStepper控件边缘棱角圆滑幅度(corner radius)。移动顶部的游标看效果。


Flex中如何将NumericStepper控件作为DataGrid控件的一个编辑项目的例子 - 全文检索博客

stickyman收录,使用标签:DataGrid, editable, editorDataField, Flex, itemEditor, NumericStepper,时间:2008-5-13 20:07:03 | 相关网摘我也收藏

和前面的Flex中如何通过设置editable属性创建一个可编辑的DataGrid控件的例子很相似,接下来的例子演示了Flex中,如何通过设置DataGrid控件和DataGridColumn 对象的itemEditor和editorDataField属性,将NumericStepper控件作为DataGrid控件的一个编辑项目。


480 免费icon sets帮助我们在Flex中创建自己的漂亮的Skin和Theme - 全文检索博客

stickyman收录,使用标签:Flex, icon, Skin, Theme,时间:2008-5-13 7:10:56 | 相关网摘我也收藏

在前面的15 Strongly Recommend Tutorials You Must Read for Creating Skins and Themes( UI Design ) in Flex中,我们收集了一些非常精彩的Tutorials,帮助我们了解了如何在Flex中创建符合自己需要的Skins和Themes。知道了如何创建,很多人就会迫不及待的动手做自己的Skins和Themes了,我也相信大部分的Flex程序员都具有很好的艺术细胞,依靠自己的想象或者利用10 great free Photoshop brush websites中的工具,可以按照自己的想象制作出自己满意的作品; 也有一部分人可能会非常“smart”的让google帮我们找一些资料/素材;也许有一些人在自己的收藏夹里就有类似于前面的a list of the best free vector graphics,free icons,images and sounds website这样的列表–这或多或少可以节省不少的时间。


480 free and fresh icon sets help you to create your beautiful skins and themes in Flex - Ntt.cc

stickyman收录,使用标签:flex, Icon, Resource, Skin, Theme,时间:2008-5-12 22:04:31 | 相关网摘我也收藏

In previous article 15 Strongly Recommend Tutorials You Must Read for Creating Skins and Themes( UI Design ) in Flex, we have collected some wonderful tutoials. It helps us to understand how to create Skins and Themes by ourself in Flex. Now maybe you were impatient to have a try and I believe most of the flex programmers have the talent for design. They will create satisfied works by the tools in 10 great free Photoshop brush websites with their rich imagination. Someone will be so smart and find some resource by using of google and someone may a list like a list of the best free vector graphics,free icons,images and sounds website in their favoriate/notebook. Anyway these will save you more time.


Flex中如何通过设置editable属性创建一个可编辑的DataGrid控件的例子 - 全文检索博客

stickyman收录,使用标签:DataGrid, DataGridColumn, editable, Flex,时间:2008-5-12 19:53:48 | 相关网摘我也收藏

接下来的例子演示了如何在Flex中通过设置DataGrid控件和DataGridColumn 对象的editable属性,创建一个可编辑的DataGrid(下面demo中第一列不可编辑,第二列score为可编辑列)。


Flex中如何用getItemAt事件和数组访问操作符[]从ArrayCollection中获取数据显示的例子 - 全文检索博客

stickyman收录,使用标签:ArrayCollection, Flex, getItemAt, 操作符, 数组,时间:2008-5-11 18:41:36 | 相关网摘我也收藏

对于ArrayCollection,我们也不陌生,Flex中如何重新设置DataGrid控件的排序的例子等几个例子中都用到了ArrayCollection类。接下来的例子演示了如何用getItemAt事件和数组访问操作符[]从ArrayCollection中获取特定数据并显示。


AlivePDF,一个ActionScript 3写的开源PDF开发包 - 全文检索博客

stickyman收录,使用标签:ActionScript, Adobe, AlivePDF, pdf,时间:2008-5-10 22:54:36 | 相关网摘我也收藏

AlivePDF是一个ActionScript 3写的开源PDF开发包,基于FPDF编写的。利用AlivePDF,你可以在客户端直接生成PDF文件,该开发包使用MIT License,对商业用户可谓相当友好。


Flex中如何通过dataTipOffset样式设置HSlider控件的数据开销的例子 - 全文检索博客

stickyman收录,使用标签:dataTipOffset, Flex, HSlider, Slider, VSlider,时间:2008-5-10 17:36:24 | 相关网摘我也收藏

接下来的例子中,演示了如何通过dataTipOffset样式,设置HSlider控件的数据开销,也就是当前滑标所占的数据情况。


Flex中如何将HSlider控件作为DataGrid列中的一个项目的例子 - 全文检索博客

stickyman收录,使用标签:DataGrid, Flex, HSlider, itemRenderer, outerDocument,时间:2008-5-10 17:23:03 | 相关网摘我也收藏

前面我们了解了HSlider格式化显示控件上的数据以及滑标控件HSlider中如何通过tickThickness样式设置标尺厚度/宽度,所以对于HSlider这个控件并不陌生,而DataGrid就更多了。

接下来的例子,演示了如何将HSlider控件作为DataGrid列中的一个项目显示。


10 Useful JavaScript Regular Expression Functions to improve your web applications efficiency - Ntt.cc

stickyman收录,使用标签:function, JavaScript, Regular, Expression,时间:2008-5-10 13:16:23 | 相关网摘我也收藏

Some Regular expressions have been used. Regular expressions are very powerful tools for performing pattern matches.And validating user input is the bane of every software developer existence. But these patterns used in RegExp can be very simple. Fortunately, JavaScript 1.2 has incorporated regular expressions.JavaScript has an alternate syntax for creating Regular Expression objects that implicitly calls the RegExp constructor function.A regular expression pattern is composed of simple characters, such as /abc/, the syntax for that method is the following:


The Fastest Way To Draw Pixels In ActionScript 3 | FlexMan

stickyman收录,使用标签:ActionScript, bitmap, Flex, pixel, setPixels,时间:2008-5-9 23:33:19 | 相关网摘我也收藏

ActionScript 3 can display a dynamically generated bitmap, in which the RGB values of each pixel are computed by code.It can be help us to render 3D scenes, process video and images, and create other effects.In order to draw a dynamically animated bitmap, it may be necessary to write to every pixel in the BitmapData each frame.We can call setPixel once for every pixel or build an appropriatedly sized ByteArray to do it.But which is the fastest?


比较郁闷的几件事情–单篇文章的PR居然和首页一样高…… - 全文检索博客

stickyman收录,使用标签:Google, PR, 百度,时间:2008-5-9 21:21:42 | 相关网摘我也收藏

记得不少人都在自己的blog上说过关于访问者来源的问题,中文基本上都是靠百度,不过我的却一直都是Google站了每天总访问量的70%左右。百度每天的IP也就只是在100个左右徘徊。今天刚好有看到Google中国(指的是大陆地区访问的Google,而不是大陆以外的中文Google)多出了一个只搜索“中国以内”网页的选项,让我豁然开朗,


解决Flash应用中的"Uncaught exception: Permission denied to call method to Location.toString"问题 - 全文检索博客

stickyman收录,使用标签:Adobe, crossdomain, Flash,时间:2008-5-9 20:51:46 | 相关网摘我也收藏

可能有些人已经遇到了这个问题,执行Flash应用时会出现"Uncaught exception: Permission denied to call method to Location.toString"这种很奇怪的错误,不过在你的电脑上出现了,但是很有可能在你同事的电脑上却总是可以正常运行……


Flex中如何利用getTextField事件和numLines属性,计算出TextArea控件中内容的行数的例子 - 全文检索博客

stickyman收录,使用标签:Flex, getTextField, mx_internal, numLines, TextArea,时间:2008-5-9 19:22:00 | 相关网摘我也收藏

接下来的例子,演示了Flex中如何利用getTextField事件和numLines属性,计算出TextArea控件中内容的行数。


页面中导入Video(flv文件)速度太慢的解决方案 - 全文检索博客

stickyman收录,使用标签:Flash, Flex, FLV, Video, 迪斯尼,时间:2008-5-9 0:30:25 | 相关网摘我也收藏

一直都没在自己的blog上放Video文件(Flex的VideoDisplay基本使用方法的例子这样的例子除外),不是不想放,而是实在是怕影响页面浏览的速度。哪怕“Subscribe Feed”栏的那几张订阅图片,我也要把他们Copy到本地,因为从FeedSky之类的站点读取,有时候会变得很慢。我想一般用户都会和我一样,速度第一吧。


Flex的Accordion控件中如何通过设置openDuration样式设定打开/切换的时间长短的例子 - 全文检索博客

stickyman收录,使用标签:Accordion, Flex, FlexLib, openDuration,时间:2008-5-8 21:01:45 | 相关网摘我也收藏

在前面的出色的Flex开源组件库FlexLib中,曾经提到FlexLib的Horizontal Accordion比较类似的,接下来的例子中演示了Accordion控件中如何通过设置openDuration样式设定打开/切换的时间长短。



共643个网摘 [ 1  2  3  4  5  6  7 ... 22 ]  上一页 | 下一页

stickyman/相关标签



网站简介广告服务网站地图帮助联系方式诚聘英才English 问题报告
北京创新乐知广告有限公司 版权所有 京 ICP 证 070598 号
Copyright © 2000-2008, CSDN.NET, All Rights Reserved