In: Flash
19 Feb 2010http://www.infoq.com/cn/news/2010/02/Flash-ten-things
作者 张龙 发布于 2010年2月18日 上午7时19分
近日John Lindquist谈到了在为Roundarch公司招聘Flash/Flex开发人员时的一些感受。他认为最难的地方在于问什么问题才能最好地了解到应聘者的Flash/Flex开发技能。因此,他给出了一个列表并说到:“根据我的经验,通过这个列表能更好地判断面试者的技术水平和经验”。
本文就将概要地介绍Flash开发者需要知道的10件事并给出进一步阅读的链接。
开发者应该知道事件何时被触发,代码何时被执行,Player何时进行渲染,这是每个Flash开发者都需要掌握的Flash Player基础概念。
延伸阅读
http://www.craftymind.com/2008/04/18/updated-elastic-racetrack-for-flash-9-and-avm2/
开发者应该知道在点击Eclipse中的“run”按钮时都发生了哪些事情。
延伸阅读
http://www.senocular.com/flash/tutorials/as3withmxmlc/
http://livedocs.adobe.com/flex/3/html/help.html?content=apparch_08.html
没有帧(Frame)和鼠标点击的Flash Player是无法想象的。
延伸阅读
http://www.adobe.com/devnet/actionscript/articles/event_handling_as3_03.html
http://livedocs.adobe.com/flex/3/langref/flash/events/package-detail.html
http://www.tink.ws/blog/custom-events-in-as-30-dont-forget-to-override-the-clone-method/
http://jacwright.com/blog/70/how-to-listen-to-flash-events-that-dont-bubble/
开发者不应该对AS3中新出现的关键字感到惊讶。如果不知道“static”或是“override”是什么意思,学就行了。
延伸阅读
http://livedocs.adobe.com/flex/2/langref/statements.html
今后当你再一次阅读自己编写的代码时可能看不懂写的是什么了,因此恰当的文档是非常必要的,但如果能自动生成岂不美哉?
延伸阅读
http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_3.html
Flash是可视化的东西,因此有必要了解代码与资源的管理手段。
延伸阅读
http://www.gskinner.com/talks/flexlovesflash/
http://code.google.com/p/queueloader-as3/
http://code.google.com/p/bulk-loader/
通常开发者不会只处理一个MovieClip,因此需要了解如何控制多个对象。
延伸阅读
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Array.html
http://www.gskinner.com/blog/archives/2006/07/as3_dictionary.html
http://code.google.com/p/as3ds/
如果只搞静态的东西还不如使用HTML呢。
延伸阅读
http://blog.greensock.com/tweenmaxas3/
时至今日,一个巨大的.as文件闯天下的时代已经过去了。开发者需要将代码转到组织良好、可重用的对象中。现在的AS3框架也层出不穷,合理地使用框架有助于代码的管理。
延伸阅读
http://www.adobe.com/devnet/actionscript/articles/oop_as3.html
http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html
除非觉得代码毫无价值,否则开发者需要立刻学习一种版本控制系统并尽快应用到项目中去。
延伸阅读
http://tortoisesvn.net/downloads
http://en.wikipedia.org/wiki/Revision_control
In: Uncategorized
14 Oct 2009Monday on MAX2009 keynotes apple and adobe announced their latest joint effort on the coolest mobile platform - iPhone that enables AS3 transformed to native iphone application.
“Flash Professional CS5 will enable you to build applications for iPhone and iPod touch using ActionScript 3. These applications can be delivered to iPhone and iPod touch users through the Apple App Store.”
Detail:
http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/
In: Uncategorized
25 Aug 2009This a a scary process until hours of browsering on the internet and found the following solution that enables the internet sharing from a Mac to a PC:
To conclude the original question, i tried adding the WiFi network manually and had success with the following:
* set up standard 128-bit WEP-protected WiFi internet sharing on Mac
* on Windows go to Wireless Network Connection Properties/Wireless Networks
* add new WiFi network
* enter network name matching your Mac access point
* set Network Authentication: Shared
* set Data Encryption: WEP
* uncheck “The key is provided automatically” option and enter (and repeat) your 13 character password under “Network key”
* uncheck “Enable IEEE 802.1x authentication …” under Authentication tab
The key here is set the internet type to be “shared” and 128 bit encrypted.
In: WEB
17 Aug 2009clintharris.net has published a very detailed article that teaches you how to host your Self-signed Certification for free.
If you manage your own web server and want to secure your website with SSL encryption (i.e., use “https://” URLs) you must obtain and install an X.509 certificate. Buying a certificate can be expensive, though, often costing upwards of US$100 per year. The cheapest option is to create your own, “self-signed” certificate for free. There’s a popular misconception that self-signed certificates aren’t as secure and that you must accept browser security warnings to use them; this is false. If securely distributed and installed in a browser, a self-signed certificate is just as secure as those sold by Certificate Authorities such as Verisign and will not cause browsers to display security warnings. This document attempts to briefly explain what certificates are, how to create a self-signed certificate that a browser can safely trust (i.e., no browser warnings), and how to use it without being vulnerable to man-in-the-middle attacks.
Click here to see the whole text.
smashingmagazine.com has published the newest set of flash 3D sites powered by Paperversion 3D. It will definitely inspire your creativity and widen your horizon. Also they are good examples of well polished websites to view through even if you are not professional designer.
In: Graphic Design| Logo
6 Aug 2009When we talk about a famous brand, the first thing that comes to mind is its logo. The logo is the most essential component of any personal brand and also the hardest part to execute. A logo must be appropriate, aesthetically pleasing and a reflection of the company’s credibility. Furthermore, a logotype should be synonymous with the company or product it represents and should penetrate people’s minds as a selling agent.
An amateurish logo design can more likely make your business fail for a number of reasons. A logo is of great importance in creating brand identity, and you should be very careful in selecting one for your business.
Today, we present some outstanding logo design tutorials to give you a head start when it comes time to creating an amazing logo for your own business.
In: Graphic Design
5 Aug 2009Want to know the secrets of how top graphic designers create their logos?
This article will reveal exactly how top logo designers of today’s modern age create their logos. It will show the design process that these designers go through to get to their final logo design.
Their Design Process:
装苹果系统主要还是为了使用apple的xcode,大家有问题可以去论坛看看.
From InsanelyMac
This is being posted from a working installation of — now — Mac OS X 10.5.6. I freakin love this machine.
Updates
2009-05-09 - New TabletEnabler
2009-05-02 - Reorganization, addition of new information
2009-02-22 - Added local copies of the audio drivers and ethernet driver.
2008-12-16 - Added source code
2008-12-14 - Cleanup, added new information about battery, ethernet
2008-07-02 - Added new information for Sound support, tablet keys, sleep-on-lid, additional info on installation and bluetooth.
2008-04-06 - Additional information about BIOS settings and Tablets
2008-03-20 - Added updated tablet support
This is the blog affiliated with derekzhang.com. We discuss Graphic Design, Information Technologies, and everything interests me.
Today |
|
|---|---|
|
Posted 读过怪诞行为学
|
|
Posted 看过New York, I Love You
|
Yesterday |
|
|
|
|
|
|
|
March 8th |
|
|
|
|
|
|
|
March 6th |
|
|
Shared DC blizzard 2/10/2010
|
|
Shared DC blizzard #2 2/10/2010
|
March 5th |
|
|
|
March 4th |
|
|
|
March 3rd |
|
|
|
|
Posted The Basics of CSS3
|
|
|
March 2nd |
|
|
|
|
|
|
|
March 1st |
|
|
|
February 26th |
|
|
Posted Update: Social Media Icons
|
|
|
February 25th |
|
|
|
|
|
February 24th |
|
|
|
February 23rd |
|
|
|
|
Posted CSS3 Dropdown Menu
|
|
|
February 22nd |
|
|
|
February 21st |
|
|
|
February 19th |
|
|
Published Flash开发者需要知道的10件事
|
|
|
February 18th |
|
|
|
|
|
|
|
February 17th |
|
|
|
|
|
February 16th |
|
|
Shared Asher Roth - I Love College
|
|
|
February 15th |
|
|
|
February 14th |
|
|
|
February 13th |
|
|
|
February 12th |
|
|
Posted New WordPress Theme: Notepad
|
|
|
February 11th |
|
|
|
February 10th |
|
|
|
|
|
Powered by LifeStream from iBegin.