Skip to content

Archive for March, 2007

15
Mar

Configuring a Development Environment with Apache, Subversion, TortoiseSVN, and Subclipse

|| TrajiklyHip – Blog ||: Configuring a Development Environment with Apache, Subversion, TortoiseSVN, and Subclipse

2
Mar

Hiring Flash developers – What to look for…

I’ve been required to interview and hire a number of Flash developers at my current employer (Endemol). I thought it would make sense to note down what I look for when cruising folios, CVs and doing interviews…

folio, folio, folio
They’ve just gotta give good folio. The act of compiling your best work and presenting it is just as important as your coding and design skills. A folio demonstrates your personal standards, your communication skills, your work ethic and the level of respect you have for your clients and yourself. It also clearly shows their professional ‘level’ at a glance. If a candidate doesn’t have a good folio then I rarely interview them.

solid AS2 OO code skills
Viewing some recently written AS2 classes is a good way to confirm this. We look for evidence of encapsulation, good variable naming habits, no ‘magic strings’ in the code, use of event-based rather than procedural coding, strong variable typing, no nested functions in methods and appropriate levels of code commenting. I understand that the good habits of Java coders are very similar to what we look for in Flash coders, and any code sample would be easily read and understood by a Java coder.

sensible work habits
Experience using Eclipse/MTASC/FDT, experience working with Subversion, experience in a team development environment

good communication skills
Since the CVs are usually prepared by agencies, an interview and reference check is the best way to determine this. I usually just try to get them talking and then ask pertinent questions to see what kind of rapport I can establish with them. Questions like ‘what’s your favourite project (and least favourite) so far, and why?’ and ‘what kind of role is your ideal development role?’ seem to unearth some treasures.

good work ethic
Sample code and personal references will usually give a good idea of this.

good references
Check them, and wherever the conversation takes you, always finish up with this… “Is there anything else that you feel I should know about X?”

2
Mar

Eclipse – ANT – Subversion and FTP integration

OK, so if you want to use ANT to automate Subversion and FTP task in Eclipse you’re gonna need to:

1) SUBVERSION

install Subversion locally (build at time of writing was 1.4.5). This’ll ensure the javahl.dll is correctly installed and located in the PATH variable.

Next, follow these instructions to add the ANT Subversion task functionality to Eclipse. Specifically it’ll add svnant.jar, svnClientAdapter.jar
and svnjavahl.jar to your Eclipse plugins.

Here’s the documentation for the SVNAnt API

2) FTP
commons-net-1.4.1.jar
jakarta-oro-2.0.8.jar

When they’re copied to your eclipse/plugins directory they’ll need to be added as new tasks to your global classpath… so go to Windows/Preferences/ANT runtime/Global Entries/Add External JARs and browse to your Eclipse plugins folder, then select the 2 .jar files.

1
Mar

Setting up SVN

Setting up SVN

Mm-hmm… I just know I’m gonna be looking for this one when I need to set up Subversion back in Australia.