delete
关于最大的购物网站-淘宝网09年3月12日无法访
貌似就在今天下午一(13:00)点,最大的购物网站:淘宝网无法访问,其他页面能够ping通,我的分析是被D了.
标签:
delete
Flex BugQuash网站logo
Flex BugQuash
在flex example看到了的这个Flex BugQuash链接,还以为是啥呢,原来就是一个给flex sdk挑错的.不过这个意义好像蛮深远的. 按照网站自己的说法,有太多的人挑出了flex sdk中的bug,这个网站的意义就在于集中这些人的综合意见,反馈给adobe,以此增进flex sdk的完善度. 有兴趣的朋友可以去注册看看. ps:这个网站的logo一开始还真没看出来是个什么东西,似乎是个羽毛形状的叶子,看了介绍,原来是个忍者的头像…
标签:,
delete
FLEX例子之Accordion(折叠式面板)
FLEX例子之Accordion(折叠式面板)
这个例子进行的是Tourdeflex:Containers:Accordion 简介: An Accordion navigator container has a collection of child containers, but only one of them at a time is visible. 到这篇日志为止,ui controls的常用flex组件基本都了解了个大概了,以后就进行其他的. 例子: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="top" horizontalAlign="center" backgroundGradientColors="[0x000000,0x323232]"...
delete
FLEX例子之VideoDisplay(FLV视频播放器)
FLEX例子之VideoDisplay(FLV视频播放器)
这个例子进行的是Tourdeflex:UI Controls:Other Controls:VideoDisplay 本例子用到了一个flv文件,点此下载.下载后解压放入src文件夹内. 简介: The VideoDisplay control lets you play an FLV file in a Flex application. It supports progressive download over HTTP, streaming from the Flash Media Server, and streaming from a Camera object. 例子:
delete
FLEX例子 – SWFloader(SWF加载器)
FLEX例子 – SWFloader(SWF加载器)
这个例子进行的是Tourdeflex:UI Controls:Other Controls:SWFloader 本例子用到了一个swf文件,swfloader.下载后解压放入src文件夹内. 简介: The SWFLoader control loads and displays a specified SWF file. You typically use SWFLoader for loading one Flex application into a host Flex application. 例子: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"   verticalAlign="top" paddingTop="0" horizontalAlign="center"...
delete
FlexBlog
找到了一个很不错的flexblog程序,AMFPHP + MYSQL 做后台,前台用flex表现,还用上了ajax,两个字:强大! 源码下载地址:src_yw_122 编译好的flexblog下载地址:yw_122 大家可以去他的网站看看还有没有好东西:YOUYEE 最近在研究SEO,本文就做个标题党…
标签:, ,
delete
关于昨晚17时至18时谷歌出现无法访问的故障
本来这篇文章应该在昨晚就第一时间写出来的,但是当时以为是dns服务器出现的问题,所以想罢了. 可是今天才发现一个重大发现,谷歌的快照恢复到了3月6日,这似乎就不同寻常了,也许是我不了解谷歌快照的原因吧. 但是按照我的推测是谷歌快照应该是持续更新新的时间才对,这一下子回滚到了以前的时间….. 收录这期间三天的文章也没有搜索到. 至于其他的事件还无法考证. 其实发现这个现象也是和偶然的,因为我最近都在做”flex blog”这个关键词的SEO,想以此看看能不能进军SEO界,好不容易在昨天早上在谷歌中国搜索 第一篇结果页中第七的位置看到了我辛苦的结果.可今天再一查看却没有了踪影… 不知其他的同学有没有发现这个问题.
delete
FLEX例子之进程条(ProgressBar)
FLEX例子之进程条(ProgressBar)
这个例子进行的是Tourdeflex:UI Controls:Other Controls:ProgressBar 简介: The ProgressBar control provides a visual representation of the progress of a task over time. 例子: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="top" horizontalAlign="center" backgroundGradientColors="[0x000000,0x323232]" paddingTop="0" viewSourceURL="srcview/index.html">   <mx:Script> ...
delete
FLEX例子之图片控件(Image)
FLEX例子之图片控件(Image)
这个例子进行的是Tourdeflex:UI Controls:Other Controls:Image 文中用到的图片下载地址:点此下载,下载后整个images文件夹放到src目录即可.其实只是用到了二张图片. 简介: The Alert control is a pop-up dialog box that can contain a message, a title, buttons (any combination of OK, Cancel, Yes, and No) and an icon. The Alert control is modal, which means it will retain focus until the user closes it. 例子: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"...
标签:, , ,
delete
FLEX例子之滑动块(Slider)
这个例子进行的是Tourdeflex:UI Controls:Other Controls:HSlider and VSlider 文中用到的图片下载地址:点此下载,下载后整个images文件夹放到src目录即可.其实只是用到了几个图片. 简介: The Slider class is the base class for the Flex slider controls. The slider controls let users select a value by moving a slider thumb between the end points of the slider track. The current value of the slider is determined by the relative location of the thumb between the end points of the slider, corresponding to the slider’s minimum and maximum...
Page 7 of 17« 首页...45678910...尾页 »
Feedback Form