Is there any GUI tools for flash feathers? - flash-builder

I found "feathers" that UIComponent library in FP11.
http://feathersui.com/
but In this library's tutorial, there is only usage by coding and no any GUI tools.
Is there anyone who know GUI tools for feathers?
Please let me know :)
thanks.
Additionally..
I'm just wondering If there isn't any good GUI tools, what is the pros or strengths of the feathers?
hum........

Unfortunately, there is no GUI editor available.
Here's the ticket: https://github.com/joshtynjala/feathers/issues/309
You can try out fluid-feathers for declarative-like UI description, though.

Related

Adobe Premiere scripting

I want to automate a sequence of task on Adobe Premiere Pro CS6,
thats all repeating tasks, and while doing manually consumes lots of time, :)
that stars from: importing video file, image files, doc file-> making a sequence -> adding files on sequence with predefined height , width-> inserting scripts -> analyzing them -> adding marks on particular word on metadata-> and finally exporting it..
I want to make all these task automatically done with some scripts on adobe premier pro or anythign else...
appreciating
Premiere is scriptable, as are the other Adobe Creative Suite apps, using their Extendscript API. Extendscript uses javascript. There's an official Adobe IDE for it called Extendscript Toolkit, that has a script editor, debugger and a object model viewer.
There's one problem, for premiere the documentation is perplexingly scarce. It's a pity, because for other programs like After Effects there is a thriving community of developers doing amazing stuff with extendscript.
The Adobe Javascript guide is here and some class information specifically for Premiere can be found here.
If you are on the PC platform, try having a look at a free windows automation package such a AutoIT or AutoHotKey. I have been using AutoHotKey for several years now and this tool can be used to automate pretty much anything you can think of. It is a scriping language, there is a learning curve, but easy to use if you follow the many tuts and samples out there.
It doesn't seem to be officially supported, mentioned or used much (maybe because most user think programming is 'nerdy' stuff and don't touch it?) - anyways:
http://forums.adobe.com/message/5310306
Unfortunately the documentation is scare and I don't know which version may support scripting (and which OS).

Develop a plugin editor for eclipse

I have a question for you. My teacher proposed a couple of thesis to me. Basically to develop a plugin for eclipse. There are 2 options:
1)An editor for A-SPL language with syntax highlighting, auto completation of the cose, errors detection and so on........to help people that need to use S-APL
2)An editor to help people to design GUI in S-APL......something like a framework where you can drag widgets and there is a kind of automatic completation of the code....
The thesis should last 4 months......i should not implement everything but make a kind of prototype that maybe in the future someone will finish and make properly work.
I never did something like this so i would like to know if it is difficult, which skills are needed, which languages i should know to create eclipse plugins (for example i know java and python) and so on......to figure out if it is something i can do.
I'd suggest to look into the Xtext (for a textual editor) and Graphiti (for a graphical editor) projects.
You'll need Java for Eclipse plugins.
You need to read a book / the eclipse plugin wiki about Eclipse architecture as it's critical to know the paradigms in use.
There's an example XML plugin editor that you can create from the 'New Plugin' wizard which would be a good starting point for the first option.
good luck. :)

QuickStart Tutorials for Rational Functional Tester (RFT)

I am new to RFT. Infact I have seen the interface only once. But now my next project seems to be an automation using RFT. I would like to get some quick start on learning RFT(Rational Functional Tester).
Can anyone show me some quick links as to where can I start with this?
Thanks in advance.
Your best bet is to first download RFT from here
Once the installation is done, Click the Help tab, and then click Tutorials. That will be a good quick start IMO.
Then access the sample projects in RFT and it is Eclipse based, so if you have used Eclipse before, it will be fairly easy to pick up.
You could go in more detail later, and look up features like "keyword driven frameworks" etc for a real world example.
Best of luck!
Please refer to IBM Release notes link where you can find Simple tutorials to get started with RFT.

QTP, QC, Load Runner and RFT tutorials

I am newbie in testing. Can you please suggest me some good tutorials of
Quality Center
Quick Test Professional
RFT
Thanx in advance
Some links to start with.
VBScript: http://www.devguru.com/Technologies/vbscript/quickref/vbscript_list.html
QTP and VBScript tutorials: http://www.advancedqtp.com/first-steps/tutorials/vbscript-techniques-id124/vbscript-tutorial/
QTP tutorial: http://www.advancedqtp.com/knowledge-base/scripting-qtp/
For Quality Center, just read the documentation provided (see under help menu) it's a bit long, but pretty good, and covers the entire product and work methodologies.
Please refer to IBM RFT Release notes for Tutorials on RFT.

What is the most Interesting and innovative IDE?

As every programmer knows tools are important and there is no tool more important for a developer than the IDE you use to code. In the last few years the IDE-s fall into standards and it is not common to see innovation in this area. What IDE-s you can recommend as innovative and what new ideas and paradigms they introduced?
This is by far the coolest set of coding tools yet!
http://vimeo.com/36579366
I haven't used this but saw the demo video yesterday. The IDE is called code bubbles and has a unique way of showing and grouping related code together.
That said I find the intellitrace feature in Visual Studio 2010 quite innovative.
Palm's Project Ares: http://ares.palm.com/Ares/about.html
It's the IDE for the Palm webOS phones, that runs entirely as a web app. You build and run your app inside the browser, and when you're done, you deploy straight to the cloud.
I'd put my bet on Meta Programming System by Jetbrains. The concept is not new but it's the first time it has been implemented on such a huge scale with great IDE support. You create a DSL first, then write programs in that DSL and finally generate code in a target language.
I'll go for Scratch, though I wouldn't want to write a banking system using it :-)
Some cool videos of structured editor prototype that will let you directly code the AST.
This is a prototype only and I have no idea if it is still being developed.
One interesting IDE I have seen only on video is Code Bubbles. It opens code snippets as a graph of visual "bubbles". It is really interesting and definitely something I want to try.