Last week, the future of the web got a logo. Just another reminder that, love it or hate it, HTML5 is here to stay and it IS the new standard. We’ve done some cool round-ups on here before that give several great examples of new sites made with HTML5. Instead of a repeat performance I thought I’d hunt down a few examples that are a bit out there on the edges, showing off some of the cool new things you can do with HTML5. A few of them have been around for a while but I’ve made sure to include a few new ones too. And some that, though subtle, show a keen use of design given some new native abilities.
I am using SourceMate with latest prerelase build of Adobe Flash Builder. It still has some issues but otherwise it’s quite cool. It adds features that most Java developers can expect in either IDE they choose. Personally I like refactoring features, implement/override and code assist for metadata the most. Since we extensively use Parsley in our projects, I thought it would be useful to add it’s metadata tags to SourceMate configuration. If you find any mistakes please let me know.
In today’s post, we have listed 60 most creatively designed Twitter backgrounds which use various and innovative illustrations to create a visually attractive and appealing look to their profiles.
파폭 3.6.4 인가 언제부터 plugin-container.exe가 따로 떨어져 나오면서 쉴새 없이 다운되고 특히나 플래시 개발자들은 error 창을 보면서 개발을 해야되는데 에러창만 뜨면 바로 뻗어버리는 현상은 정말 짜증 만땅입니다. -"ㅡ 빠짓
해결 방법은 다운그레이드보다는 설정을 바꿈으로써 해결하는 것이 더 좋습니다.
CSS3 is gaining momentum, despite the fact that the standard hasn’t even been finalized.There are hundreds of tutorials out there to teach designers how to use it, but unfortunately a lot of them cover the same ground.And some of the tutorials teach designers to do things that they might not think of as useful, though the techniques can usually be adapted to fit a project perfectly.
In this installment of the series Anatomy of an Enterprise Flex RIA we're doing a little grunt work and installing some tools we'll be using later. Download them and read up a bit on what they do. These tools are some common “enterprise software” development tools that we'll need to get the example software up and running.
What made me decide to share with you this article is the experience I had when I was working as a part-time freelancer. I remember that whenever I planned the design for websites, I always made it a point that the home page is the most attractive page on the site. I made sure that the home page can capture each viewer that visits the site, not only to scan the home page but to enjoy exploring the whole site.
Adobe’s upcoming 3d Flash functionality is called “Molehill” and it allows true next-gen hardware accelerated 3d graphics that can rival Unity, Xbox and Playstation games. You can read more about the power of Molehill in this article which includes several video examples that are sure to blow you away.
웹개발자나 FT개발자는 기본적으로 Firefox나 Chrome을 기본 브라우져로 사용하는 경우가 많다. 일단 빠르고 (파폭은 쫌 느림;) 다양한 Extensions이 존재하기 때문인데, 그 중에서도 개발을 위해선 Extionsions 중 firebug를 빼먹을순 없다. 오늘은 강력한 firebug의 기능 중 console에 대해서 자세히 살펴보려 한다.
We all love icons. They can help give life to a website, but it’s been a little while since we’ve rounded up some free icon sets for you. So, here we have a list of 25 fresh and useful icon sets that are professionally designed for various purposes. I’m sure you’ll find them useful when working on your personal and commercial projects in 2011. Enjoy!
In this article I will explain how to build a simple adobe flex application that communicates with php using remote objects calls to the new AMF php implementation supported by adobe and called ZendAMF.
Use the syndication library to parse Atom and all versions of RSS easily. This library hides the differences between the formats so you can parse any type of feed without having to know what kind of feed it is.
This is a concept I’ve had for a while, and last week started to implement it. It wound up being orders of magnitude simpler than I imagined. The core part of it was done days ago. I cleaned things up more recently and finally checked it in and made some examples. As easy as Minimal Comps are to instantiate and set up, once you start getting into more complex layouts with lots of components, you can still wind up with a messy bunch of code. Well now you can create your layouts in an external xml file and leave your classes to handle the logic, as it should be.
The new Canvas element in HTML5 is powerful, but it can be difficult to work with. It has no internal concept of discrete display elements, so you are required to manage updates manually. The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with Canvas much easier.