Always remain updated about current software development trends

Articles having tag: EVENTS

SharePoint Summit 2012 - Thank you!

Thanks to Danny, Reza, all the speakers and the rest of the team for hosting another great SharePoint conference in Toronto. Also a shout-out to the SharePoint Blues Band for putting on a great show Tuesday night, and for the privilege of joining them on-stage...

Delegates, Events and Pass by ref in Java using bytecode manipulation

Support for Delegates, Events and Pass by ref in Java using bytecode manipulation

Getting started with Web 2.0 using Wakanda

You aren't familiar with Web 2.0 development ? Wakanda is free, Open Source, and easy to learn, so after reading this article you'll be able to develop a Web 2.0 app whitout coding HTML5 ,CSS3, or SQL. ;)

Apple announces 2012 Apple Design Awards

Yesterday Apple announced that\xa0nominations are now open for its annual Apple Design Awards, these awards are given to the iOS and OS X apps that best exemplify the height of design, technology and innovation. According to the Cupertino company’s website,...

Planning Qt Contributors Summit

The second edition of the Qt Contributors Summit is warming up. Venue and dates are secured: June 21-23 in Berlin. Some sponsors have already stepped in and more will come. The schedule is being discussed as we speak but in any case it’s all about technical...

NxtGenUG Manchester Slides

Thanks to all the attendees who came to my talk on IIS8 last week at NxtGenUG Manchester Daresbury.  Apologies for the delay in posting the slides, you can now get them on my Slides & Resources page and the direct link for the IIS 8 Presentation slides...

3.5.3 HTML5 Canvas Set Alpha with KineticJS

To set a shape alpha withKineticJS, we can set the alpha property when we instantiate the shape, or we can use thesetAlpha()method.  Shapes can have an alpha value between 0 and 1, where 0 is fully transparent, and 1 is fully opaque.  Unless otherwise...

3.5.2 HTML5 Canvas Move Shape to Another Container with KineticJS

To move a shape from one container into another withKineticJS, we can use themoveTo()method which requires a container as a parameter.  A container can be another stage, a layer, or a group.  You can also move groups into other groups and layers,...

3.2.10 HTML5 Canvas Get Event Shape with KineticJS

To get the event shape withKineticJS, we can use access theshapeproperty of the Event object.