Always remain updated about current software development trends

Articles in RIA

Native equivalents of jQuery functions

If you checked outmy last postyou’ll know that I have been doing lots of JavaScript coding as of late, both inside and out ofBrackets. I have also been doing a series of performance tests (1,2,3) between popular jQuery methods and their native DOM equivalents. Yes...

Interface Experiences: Float Right CSS!

There is more to styles in web development than .class and #id. The structure of your HTML is also important.

HTML5 Canvas Select Shapes by Type or Class Name with KineticJS

To select shapes by type or class name withKineticJS, we can use theget()method with the name of the type or class name;  Theget()method returns an array of nodes that match the selector string.  The return array is a Kinetic.Collection array, which...

Extended Support Release Updated to Flash Player 11.7!

We're happy to announce that we are updating the version of our extended support release to Flash Player 11.7 on Mac and Windows. Flash Player 11.7 will replace version 10.3 as the extended support version beginning July 9, 2013. In …Continue reading→

Slider with Sliding Backgrounds

Among the many super nice design features of theYahoo! Weather app for iOSis the transition between city screens. The background image doesn't just move away as the screen moves from one screen to the next, the background image itself slides. It appears to...

Create a Cross-browser Touch-based Joystick with Hand.js

Create a Cross-browser Touch-based Joystick with Hand.js

Coding4Fun: Building a Falling Block Game Using CSS Grid Layout & Blend 5

Coding4Fun: Building a Falling Block Game Using CSS Grid Layout & Blend 5

Responsive Design Tool for Adobe Brackets

Over the last month or so I have been working on something that is completely different from anything I’ve done before. It all started because I was thinking about how I could create a responsive design tool specifically aimed at developers. Adobe already...

modern.ie

We are planning to update our very old web application so that it works better with modern web browsers. I have heard ofmodern.iein the past and decided to give it a try. The site has a scanner that can scan a URL entered by a user. Unfortunately, our site...

Graceful Handling Of JavaScript Errors

In this article, we would see how to gracefully handle JavaScript errors on a webpage, without creating a wrong impression in the minds of our visitors and/or users.