Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

Monday, June 4, 2007

Flash CS3 , pleasure to meet you

Finally I got a go ahead to use Flash CS3 as a day-to-day worktool. And what a pleasure it has been so far. It seems that more then merging Flash into Adobe Suite family, Adobe really listened to the developers and included some great features in the IDE. It's mostly the little things not to detract from the established workflow routine, but it somehow feels enhanced and smooth.
The way that the different control panels can be folded into a sidebar that not only makes the task of saving realestate, but it gives a visually appealing medium-size icon side tray with easy one click reference to that panel. The tool bar itself is interesting. you can click the top of the toolbar to squeeze the tools thinner along the screen, one column instead of two. Then when you're doing something else the tool bar hides, and a click on it's head bar brings it back. Small things like this make it good. Similar thing happens if you have your library open from the sidebar for example, then you click on an empty frame, and the library folds up. This I found to be a bit annoying becuse I wanted to open the library, target a frame by clicking it then dragging the library item onto the stage. Couldn't do it without opening the library again because it just closed. The other criticism that I have is that the contents of a library can take a while to load.
Other than that, it seems really fast. Adobe have done a great job merging Flash into it's product range.
I've only been working with FlashCS3 using AS2 at the moment, which seems like a waste, but I'm looking forward to diving into AS3 already having the tool in front of me.

Tuesday, May 15, 2007

SWF -> XAML one for the Flashers in the tech wars

This looks promising. Electric rain have released a SWF to XAML converter! This means that things like Silverlight and other XAML authoring tools could be redundant. Developers could leverage their knowledge of flash to create SWF files and then convert them to XAML, the crappy MS bound vector format for Vista.
Go Flash! One for the home team!

Friday, May 11, 2007

tech wars

It seems that the last few weeks have seen a blitz of new technologies emerging, major players releasing products, and the UI wars are well and truly on. It has been a whirlwind. Not much of it will have major influences immediately and once the dust settles, it will be interesting who ends up standing. Nevertheless the recent events will have some sort of impact on the way that we work and the industry moves.
So, Adobe released their next iteration of their product suite. This includes the swallowed Macromedia's product suite, including the new Flash CS3 of course. Getting stuck into AS3 has been just around the corner for a while, so having a copy of an IDE AS3 compiler will be a wicked learning boost. The framework at work and the general trend is that everything we make will soon be AS3 based. This release of the Adobe suite has also moved the international design and developer community into line. This is ofcourse for those wo can afford it. But indeed if you haven't got the client who is going to pay for the suite and still profit, then you should keep learning with their demos or sell yourself to someone with money or a CS3 sitting on their book shelf. CS3 promises to work well on mac and windows computers and unify the way things are created. It's pretty much got the monopoly there as none can compete realistically anymore.
This will be boosted with the move of the Flex platform into the open source arena. This will be a major boost in how many people use Flex and now that it's open source, the emergence of Flex communities will be huge. At work we are moving onto the Flex platform so that'll bring me across into that arena, bit more importantly it will be a great learning experience, not to mention huge fun.
In the UI wars, Microsoft is flexing its muscle with Silverlight. Java is having a go with JavaFX. Seeing that JavaFX is considered as being a response to Microsoft's Silverlight, it looks like the battle will be fought out amongst those two for the number two position after flash. Both technologies have a long way to go in order to mature and even attempt to bite at Flash's ankles. But you gotta start somewhere, right?
In the dust, you'll see a lot of hype about Silverlight. Heck there'll be well paying jobs to develop Silverlight content. But that's only because Microsoft has wads of cash, but like most Microsoft technologies, it will become segregated to the Microsoft world. It will be interesting where JavaFX ends up, but my prediction is that it will go in the way of its Swing technology. Dead as.
But that's not to say that these technologies will not have any effect on us Flash devotees out there. The repercussions will be in learning what those technologies are able to accomplish and how. Then it's time for Flash to take the good things and discard the useless.

You could never be too careful, the tech wars are'a'brewin.

Friday, May 4, 2007

MVC at WebDU

This presentation by Robin Hillard on the MVC pattern at the latest WebDU. It's a really clear explanation of how the Model-View-Controller pattern works and how it's applied in real applications. Well worth a look. Also as it happens, I'm working on a project that uses MVC, so to confirm what I've been doing is rightwas a relief, as I didn't want to hear that what I've been doing is toatlly wrong at this point.