Earlier quoted context omitted.
It's called a pull quote , and yes, it's pretty standard for long magazine articles and their webby counterparts as an aid to skimming.
Usually, though, they're quotes from other people, not the author's own writing (maybe possibly if you have an editor, like in a magazine, it's not so bad). Doing it with your own quotes seems kind of pretentious. And it's usually not placed directly below the actual line of text where it appears in the article.
Does Adobe finally understand developers?
21–29 of 29 posts
Re: Does Adobe finally understand developers?
#22Wouldn't the more obvious conclusion be that Adobe believed 10 years ago that the way to make money was to cater to those that don't want to program and just want something that "works" and now they've decided that there is a large enough user base of people that are willing to pay for tools to help with real programming? I don't think these products would have been at all successful 5 or 10 years ago, the web "wasn'…
Up until a few years ago I was a full time Flash developer, working in ActionScript3 which is a strictly typed, fully OO language which conforms completely with the 4th edition of ECMAScript. I used a great IDE (FlashBuilder) that had full code introspection, static analysis, amazing auto-complete and all sorts of great features built in. Unit testing was not uncommon, as was continuous integration, automated build p…
1. Source code for the framework was available in the default flex builder installation. Wanna see how adobe designed the default table renderer, drop right in and look. You didn't have to search online for how to use esoteric features, you could just look at the super class to see the code path it takes. This is my biggest complaint working with Apple and MS frameworks.
2. Proper handling of component invalidation. Many other frameworks still have problems with calling methods out of order during initialization. Flex collects all changes to a component before processing them in the invalidation loop.
3. Data binding let you do some really cool things by automatically wrapping them in anonymous functions to process like
4. Lots of support for component customization, especially in the skinning department. Going from flex back to mac cocoa was like going from paintbrushes back to using twigs to draw.
However, the biggest downfall for flash was always the performance, they were stuck in a corner because the flash engine was designed first and foremost for processing frames of animation, on the cpu, in another programs window, with no control over their own run loop.
Re: Does Adobe finally understand developers?
#23Earlier quoted context omitted.
Up until a few years ago I was a full time Flash developer, working in ActionScript3 which is a strictly typed, fully OO language which conforms completely with the 4th edition of ECMAScript. I used a great IDE (FlashBuilder) that had full code introspection, static analysis, amazing auto-complete and all sorts of great features built in. Unit testing was not uncommon, as was continuous integration, automated build p…
You made me nostalgic for my childhood. It is important to note that for half of the glory days it was Macromedia Dreamweaver. Until FlashBuilder, we were told with straight faces to use the Adobe Flash Professional. Remember, FlashDevelop? I think adobe figured it out maybe 2 years ago.
Re: Does Adobe finally understand developers?
#24I especially excited about Edge Animate! My little brother (who majoring in Animation) asked me, "If Flash is dying on the Internet, what will people use to create animations?" I didn't quite know how to answer that question a few months ago -- it seemed to me that Flash the application was more accessible than writing dozens, and dozens of lines of code to produce sub-par animations.
Yay for Adobe getting into this space, and for charging a subscription fee rather than a huge, up-front price (I believe this will substantially lower the amount of pirated software, too).
Re: Does Adobe finally understand developers?
#25Earlier quoted context omitted.
Up until a few years ago I was a full time Flash developer, working in ActionScript3 which is a strictly typed, fully OO language which conforms completely with the 4th edition of ECMAScript. I used a great IDE (FlashBuilder) that had full code introspection, static analysis, amazing auto-complete and all sorts of great features built in. Unit testing was not uncommon, as was continuous integration, automated build p…
In my opinion Flex is still the best UI framework I have ever worked with, and I've worked with many. 1. Source code for the framework was available in the default flex builder installation. Wanna see how adobe designed the default table renderer, drop right in and look. You didn't have to search online for how to use esoteric features, you could just look at the super class to see the code path it takes. This is my…
Re: Does Adobe finally understand developers?
#26I've always stayed away from Flash because you had to shell out a gazillion dollars for the developer tools. I stumbled on the open-source toolchain a few years ago, but I wasn't able to figure it out. All the tutorials I could find were written for the official toolchain, and the docs for the open-source toolchain assumed good knowledge of the official one. swfmill...flasm...mtasc...so confusing!
Adobe's recent noises of abandoning Flash Player for Linux hasn't helped my perception of them, either. I develop on Linux if I can. Having to test Flash in Windows -- and not being able to target Linux -- would be a pain.
So as far as I'm concerned, Flash is a dying legacy platform; HTML 5 and Coffeescript are the future.
Re: Does Adobe finally understand developers?
#27Earlier quoted context omitted.
Up until a few years ago I was a full time Flash developer, working in ActionScript3 which is a strictly typed, fully OO language which conforms completely with the 4th edition of ECMAScript. I used a great IDE (FlashBuilder) that had full code introspection, static analysis, amazing auto-complete and all sorts of great features built in. Unit testing was not uncommon, as was continuous integration, automated build p…
In my opinion Flex is still the best UI framework I have ever worked with, and I've worked with many. 1. Source code for the framework was available in the default flex builder installation. Wanna see how adobe designed the default table renderer, drop right in and look. You didn't have to search online for how to use esoteric features, you could just look at the super class to see the code path it takes. This is my…
I totally agree overall, I felt like Flex was a fantastic development environment. It was the final, flash-based product that usually ended up lacking, but you could create some cool stuff with it.
Re: Does Adobe finally understand developers?
#28I really don't understand this article style >Adobe made a clear statement: we don’t care about coders. >“Adobe made a clear statement: we don’t care about coders.” They write a sentence then quote themselves in big text with highlight. Is this a standard way of presenting an article?
It's called a pull quote , and yes, it's pretty standard for long magazine articles and their webby counterparts as an aid to skimming.
Re: Does Adobe finally understand developers?
#29Earlier quoted context omitted.
If you don't quote, it's not a pull quote, it's a heading or an aside. The example given is a bit of a miss, yes, because the same words appear quoted immediately; normally you'd pull something a little deeper in the text (like from the middle of a paragraph).
That's not quite right. A pull quote can also simply refer to an excerpt "pulled" out of the article text. Google it.