Account Director

Yeah, yeah, yeah, you need to be smart, good with people, a self starter have an appetite for advertising etc. etc. But more than that you need to be brilliant at selling, and then making digital ad campaigns with a difference. Here’s one that we failed to sell. If you reckon you could do better, email tom@leanmeanfightingmachine.co.uk and let him know.

 

 

 

 

We want a Design Director

One that doesn't mind inheriting an already talented dept and then making it bigger and better.
One that is comfortable with making the standard of craft, interactivity and general beauty of the work so strong it punches the other partners in the face.
One that wants to help us make work that competes with the best out there, not advertising, everything else.
One that has a GSOH and is DTE, no time wasters please!

 

 

 

 

We want another developer

Run this:-

 

package {
    import flash.display.Sprite;
    import flash.text.TextField;
    /**
     * @author davidcox
     */
    public class Developer extends Sprite{
        public static const KEY : String = "Lean Mean Fighting Machine";
        public var outText : TextField;
        private var _jobAd : String ="p%15_%26E%21%09%0E@%1Ci%19YT%04W9%02%07%3F%04C%04%06%01%0E%25%0B%06NF%22%17A%0F%00+%00%03H%00%06N%14E%23%08%0C%1AI%02%00%3A%00%0DNF%21%04%12%06%00%22%0C%11%0D%18%06%1E%02RcA0%07%04%0B%0A%22%00A%19H%22E%08%1D%00%27%1AG%18%15%1A%1D%0EO%23%00%17%0DI%0F%07%23%10%15NT%25%00A%19A%3FI%13%00%1D%07%09%14%00%21%0E%0C%03I%0F%0B%28E%07%0BE%21E%00%1D%002%01%02H%03%08%17GT%25%04%1AH%1E%01%17%27KA%21T%25%00%13NL%27%07%00%1D%15%0E%0B%14%00%2C%0F%07H%1A%05%0C%20%09%12NA%3F%00A%0FL5%06G%18%06%0C%1A%13Ym%08%0E%18%06%1C%11-%0B%15B%00/%10%15NT.%08%13H%17%06%1B%0BDm%03%06H%08%00%1C8%0D%08%00Gm%03%13%01Mf%26%05%02%11%0A%1A%0EV%28A%20H%1D%01E*%0C%0F%0B%00%2C%17%15@%1Ci%19YT%04W9%02%07%3F%04C%0C%0C%18%0A8%00%05NT%22E%0C%0FK/%07%00H%00%01%0BGM%22%12%17H%0A%1C%00-%11%08%18Em%12%0E%1CKf%19%08%1B%07%00%0C%0BEm%00%0D%0CI%17%0A9B%0D%02%00/%00A%07N2%0C%00%1A%15%05N%13Om%15%0B%09%1DN%15%3E%0A%02%0BS%3EKA%3AH%23I%08%18%04%06%1C%13U%23%08%17%11I%08%0A%3EE%18%01Um%11%0ENS.%00%09%0DT%00%1DGT%25%04%11%0DI%07%03l%1C%0E%1B%00%3A%04%0F%1A%002%06G%1C%15%02%0BGI9O_G%19PY%3C%5B%20%1EP%21%1CA%1AOfU%06H%1C%1B%0B%01%1Dj%0C%02%01%05%1A%0Av%0F%0E%0CS%0D%09%04%0FN+%0C%06%06%12%00%09%0FT%24%0F%04%05%08%0D%0D%25%0B%04@C%22K%14%05%07x%03%08%0A%07%29%02%02A%23%0C%06%09%07%08%0C+%0D%15%07N*%08%00%0DH/%07%02F%17%06@%12KqN%02VI%1F%10%23%11%08%00Gm%11%09%0B%005%0C%04%1A%11%1DN%04O%29%04CO%1A%1E%04/%00%13%0FI%29%00%13%1D%07hUH%18J";
        public function Developer() {            
            outText = new TextField(); outText.width = 500;
            outText.multiline = true; outText.wordWrap = true;
            addChild(outText);
               outText.htmlText = decode(_jobAd, Developer.KEY);
        }
        private function decode(source : String, key : String):String {
            return xor(unescape(source), key);
        }
        private function xor(source : String, key : String):String {
            var result : Array = new Array(); var kl:int = key.length;
            var fn:Function=String.fromCharCode; var i:int=0; var n : int = source.length;
            for (;i < n; ++i) {;
                result.push(fn(source.charCodeAt(i) ^ key.charCodeAt(i %kl)));
            }
            return result.join("");
        }
    }
}

 

 

 

Email: jobs@leanmeanfightingmachine.co.uk