Category Archive: JavaScript

JavaScript IoC: Stop Running

by

You may have heard of Inversion of Control (IoC), an architectural pattern that enables excellent modularity and separation of concerns. You may have even run away, screaming. I’m guessing it’s because IoC is… Continue reading

John Hann (@unscriptable) joins Iotopia Solutions

by

We would like to welcome John Hann to our team at Iotopia Solutions. John built his first suite of rich web apps in 1996, long before most people realized that the web would become… Continue reading

Introducing Iotopia Solutions Inc.

by

Hello Friends, It has been a busy few months, and we have some changes to bring to your attention regarding our company. You may have known us individually as Cielo Concepts Inc or… Continue reading

What would you do with a blank canvas?

by

An artist starts with a blank canvas, a writer stares at one endlessly. As a developer, there are rare occasions when we are given a blank canvas, a beginning where no decisions have… Continue reading

Journey Through MVC Architecture Using KnockoutJS

by

Up until two years ago, I had not idea of any MVC framework; however I knew that my front end development needed organization and structure. My first introduction to an MVC framework was… Continue reading

KnockoutJS Flickr App Tutorial – Part I

by

To better understand how to implementation of KnockoutJS, I have created a tutorial which creates a Flickr application searching Flickr photos based on tag and displaying them. It also allows the user to… Continue reading