webdu 2012: web developer conference

Show all feed information | Ping Blog Update

Adobe’s view of Flex and its commitments to Flex in the … 3 months ago

http://www.adobe.com/devnet/flex/whitepapers/roadmap.html

Apache Flex Logo 3 months ago

Over January Apache Flex ran a competition to design a logo for the new podling and here is the winning result. Adrian Knopik & Tomasz Maci?g of Fuse Collective have done an amazing job. Thanks to everyone who entered and voted. Congratulations to Apache Flex!.

London Flash Platform User Group January 2012 4 months ago

LFPUG rolls on into 2012. For our first meeting of the year we welcome Stuart Mitchell with ‘Agile from the Trenches’ and following him will be Steve Buckley with a session on ‘Profiling’. London Flash Platform User Group 26th January 2012 (26/01/2012) Hosted by iris …

London Flash Platform User Group December 2011 5 months ago

Thanks to both Shaun Pearce and Liam Flynn for their presentations last month. As usual you can find the videos, presentations etc can be found in the presentations section. This month, no presentations, we’ll be meeting for our LFPUG xmas piss-up. Come and join us for some xmas drinks and …

RatingsBar 6 months ago

On a recent project I was working on, another team required a ratings bar so I thought I put something together. It works very much like a Flex 4 List, but all item renderers at an index below the selectedIndex are selected. It also enables you to drag on the bar once you have click [...]

London Flash Platform User Group November 2011 6 months ago

Massive thanks to both Tom Underhill and Shaun Smith for their sessions last month. The videos and presentations from both sessions can be found in the presentations section. First up at our last meeting of 2011 is Shaun Pearce with ‘Cloud Computing – An Introduction to Amazon Web …

IsoscelesTriangle Primitive 6 months ago

Here’s a Flex 4+ IsoscelesTriangle primitive. If you require an equilateral triangle you can just set width or height (not both) and the primitive will calculate the other size. function scro11me(f){f.contentWindow.scrollTo(0,0); } (right click for source). The source can be downloaded from …

Annulus Primitive 6 months ago

Here’s a Flex 4+ Annulus primitive. You can specify the width and height (width, height), the hole width and hole height (holeWidth, holeHeight) and the amount the position of the hole should be offset from the center (holeOffsetX, holeOffsetY). function …

EllipticalPolygon Primitive 6 months ago

Here’s a Flex 4+ EllipticalPolygon primitive. You can specify the width and height of the ellipse that the polygon will be drawn around (width, height) and number of sides (numSides). function scro11me(f){f.contentWindow.scrollTo(0,0); } (right click for source). The source can be …

Star Primitive 6 months ago

Here’s a Flex 4 Star primitive. You can specify the number of points, width, height, innerWidth and innerHeight. function scro11me(f){f.contentWindow.scrollTo(0,0); } (right click for source). The source can be downloaded from either our GitHub repository (only added to the Flex 4.5 lib at …