Any doubt you may have had about TypeScript should have melted away with the recent announcement of Angular 2 being written in TypeScript. Google and Microsoft putting aside their egos (and money) to build an open source project together certainly indicates something amazing about AngularJS and TypeScript. I don’t need to tell you how awesome AngularJS is, so in this post I’d like to show you how awesome TypeScript is.
JavaScript says, “let” there be block-scope!
Variable in JavaScript has always been a leaky concept. We all know global variables are evil, but “hoisted” variables within a certain scope can lead to unexpected bugs that are hard to track down. Introducing the new “let” keyword!
JavaScript classes with ECMAScript 6
JavaScript has been officially initiated as an object-oriented language with the introduction of classes in ECMAScript 6. Now that classes are baked into JavaScript, it changes the whole playing field!
Using Sitecore MVC for REST Services
Your Sitecore data needs to reach a broad range of clients, including browsers and mobile devices that only RESTful applications can fulfill. Use Sitecore and MVC to build REST services for providing your customers and users with rich, interactive applications.
Getting Started with DevExpress and AngularJS
The DevExtreme suite from DevExpress allows you to build cross-platform HTML5 and JavaScript tools for next-generation mobile and web development. In this post, we will use the AngularJS integration for MVVM.
Creating Web Components with Google Polymer
Google Polymer is more than just a polyfill for Web Components. It has an ambitious agenda for pushing the Web Components specifications forward and lead the web development community in that area. In this post, we will explore what Google Polymer has to offer: polyfills, a framework, and pre-built elements. Although the polyfills portion will go away once browsers catch up to the Web Components spec, what is left behind is an interesting framework and suite of components.
Web Components: A Shiny New You
Web Components will completely change the way we code for the web. To demonstrate this, I will be creating a new HTML tag called “<basem-emara>” that will act as my own personal vCard.
New Kendo UI Media Player Widget with MVVM
Kendo UI has a nice array of widgets to offer and has a stellar framework where you can create your own widgets. In this post, I would like to introduce a new Kendo UI Media Player widget that is web, mobile, and MVVM compatible.
Kendo UI Mobile with MVVM and RequireJS
A potent mix for creating elegant mobile applications is Kendo UI Mobile with MVVM and RequireJS. Included is an online sandbox environment with code snippets that will highlight the concepts needed to create more advanced Kendo UI Mobile applications. This has been created using jsFiddle and acts as a starter template to update or fork as needed.
HTML Imports is the New Dependency Management for the Web
Managing dependencies is baked into many languages and is a cornerstone to creating modular architectures. Now, HTML joins the ranks and will also offer dependency management. Introducing HTML Imports!
- « Previous Page
- 1
- …
- 3
- 4
- 5
- 6
- 7
- …
- 9
- Next Page »