Readers at tripwire magazine daily submit links and short descriptions to highly relevant and worth investigating articles. User links are normally JUST PUBLISHED articles and have gone through a check to be relevant for designers and developers. This is a round-up providing latest Community Links submitted on tripwire magazine. Get more user submitted links here . Creative Photography by Dave Robertson Dave Robertson
Publication date: 2009-10-27
More news from 2009-10-27
DOwnload Sothink SWF Decompiler 5.2 Build 521
Sothink SWF Decompiler 5.2 Build 521 | 11.7 MB Sothink SWF Decompiler is an useful program to catch, decompile, extract Shockwave Flash movies and convert your SWF to FLA.Using Sothink SWF Decompiler, which is compatible with Flash 8 and ActionScript 2.0 completely, you can find out almost everything in a Flash movie! Due to three aspects, Sothink SWF Decompiler is excellent decompiling tool. One is friendly interface; one is powerful functions; the last one is convenient operation. For inte
Publication date: 2009-10-27
more
Microsoft finally planning to bring SeaDragon zooming tech to Windows Mobile
Long Zheng from Istartedsomething.com have dug up this Microsoft job advertisement that talks about finally bringing the technology to Windows Mobile. Microsoft famously first demoed the software on the iPhone, saying it provided a more consistent platform. Presumably this is something the chassis specification for Windows Mobile 7 will fix. Here is the ad below: Are you excited to work on technology that leapfrogs Microsoft products ahead of the competition? Are you ready to dive i
Publication date: 2009-10-27
more
Referencing ActionScript Reserved Words in E4X
If you have a chunk of XML with reserved ActionScript words in it, you won't be able to use E4X syntax like you're used to. For instance, say you need to parse the following XML: var codeXML:XML = public Number ; Since this XML is full of reserved words, you won't be able to access nodes like this: trace(codeXML.class.function.return); Instead, use bracket syntax like this: trace(codeXML["class"].@name); trace(codeXML["class"]["function"].access); trace(codeXML[
Publication date: 2009-10-27
more