Skip navigation.

Log in | Sign up

Linux for Designers

a blog by Eckhard M. Jäger

Posts tagged with "eclipse"

Powerfull web development with Eclipse

, , , ...

If you like to use Eclipse for web development you should definetly try out Aptana Studio Community Edition. Aptana Studio Community Edition is really amazing and adds so much nice and cool features to Eclipse:
* A normal file tree
* FTP support
* AJAX development
* Validation
* Help and references
* additional plugins for Ruby, Adobe AIR and Php
A howto to add Aptana to your existing Eclipse is available too.
If you haven't Eclipse installed yet take as a base the Php Developer Tools (PDT).

tyClipse + FLOW3DE = DEV3 - TYPO3 Enterprise Development

, , , ...

Together with Sebastian Böttger from Cross Content Media here at area42 we started a month ago the tyClipse project which aimed a TYPO3 Enterprise Development solution on Eclipse.
Now we joined our forces with the FLOW3DE project to create together a bigger solution for TYPO3 4, TYPO3 5 and the new Framework FLOW3: DEV3 :smile:
Sebastian will present this project at the TYPO3 Developer Days 2008 (T3DD08) too.

SweeTS - the next steps

, , , ...

I'm working on the next version of SweeTS. This time i'm focused on new features like code operations (cleaning, formating etc.).
SweeTS is a development enviroment for TypoScript and a external TypoScript editor. TypoScript is the template language of the content management system (CMS) TYPO3.
Another question is how to structure a better code explorer. About that i started a poll at the Typo3 Forum.net.

Long time no post...

, , , ...

...i was very busy the last days. I had a talk at the T3AK'08 and at area42 i have to finish SweeTS 1.20. SweeTS is a development enviroment for TypoScript and a external TypoScript editor. TypoScript is the template language of the content management system (CMS) TYPO3.
Besides that i launched the tyClipse project that will bring TYPO3 and TypoScript development to Eclipse.

Adobe Flex Builder Linux Public Alpha

, , ,

Adobe releases the first version of Flex Builder for Linux. This version is based on several features from Flex Builder 3 (codenamed "Moxie"). It includes project creation, code coloring, code hints, compilation, the Ajax Bridge, Find All References, and debugging. Not all Flex Builder 3 features are supported, so be sure to check out the release notes for a list of unsupported features:
http://labs.adobe.com/technologies/flex/flexbuilder_linux/releasenotes.html

Flash Development with Linux?

, , , ...

Yes, it's possible you can develop any kind of Flash richmedia content on Linux.

  • Flash 8 and Wine
    As the Code Weaver people wrote "Wine is ready for Macromedia Flash" - and its true! I tested it my self and Flash 8 runs totally smooth on Linux using Wine.
  • A text editor and Mtasc
    Another way is using the texteditor of your choice with the possibilty to call external tools and the ActionScript 2 compiler Mtasc. like this way:
    mtasc -swf "%File%.swf" -main -header 800:600:20 "%File%"
  • Eclipse with FDT
    Or using Eclipse with the FDT - Development Tool for Flash
  • Eclipse and OpenLaszlo
    Last but not least Eclipse and the extension OpenLaszlo

So no problem at all?
You may like to have the newest Flash plugin:
http://www.geole.info/Debs-fuer-Ubuntu-Edgy.73.0.html
Or some other usefull Flash tools:
Open Source Flash
Eclipse and Flash