AngularJS, Simply Put AngularJS is a JavaScript framework. It provides an Application Programming Interface (API) that allows you to build web applications using JavaScript, HTML, & CSS. The API that Angular provides is a well thought out and robust set of solutions that provide you the ability to create powerful web applications more simply & quickly. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, … [Read more...]
AngularJS: Simple Tabs
Because of projects and personal interest, I've been working with AngularJS lately. A recent project needed a tab component to switch between views. The following is a simple prototype of the tab component that I created. With a background in Flash and Flex it is interesting and exciting to have to change my perspective on how to create and use these types of UI components. Angular forces you to think about the structure of not just the components, but also the entire application in a … [Read more...]
The Browser is Where It’s At
I used to create a lot of Flash based content - be it video players, widgets, or full on applications what I built was built using the Flash Platform. I haven't opened the Flash IDE or Flash Builder to create a SWF in a long, long...long time. What does this mean? First, technology is changing - no doubt. Second, I get to learn some new stuff. Guess what? I'm okay with that. Users, platforms, and developers have have forced browsers to evolve. The browser is no longer just a window to view … [Read more...]