Archive for the 'Ajax' Category

Getting Into Ember: Part 4

Getting Into Ember: ...

In my previous tutorial , I touched on how to use Ember.Object to define your models and work with datasets. In this section, we’ll look more closely at how Ember uses the Handlebars templating framework to define your app's user interface.
How to Build an iOS-Style Content Slider using jQuery

How to Build an iOS-...

Advertise here with BSA There are loads of tutorials online which are related to dynamic slideshows and image galleries. Typically web developers have been using jQuery to enhance the media in these content sliders
Speaking With the Ember.js Core Team

Speaking With the Em...

Single page apps are the new hotness; everyone’s trying to figure out the easiest way to build them.
Optimize your JavaScript with RequireJS

Optimize your JavaSc...

RequireJS is an effective way to improve the speed and quality of your JavaScript code additionally making it a lot more readable and easier to maintain. In this article I’ll introduce you to RequireJS and how you can begin using it. We will go through requiring files and...
JavaScript ‘this’ in Different Contexts

JavaScript ‘thisâ€...

JavaScript has a reserved keyword called this that references something different depending on where you are in a JavaScript program. In this post I’m going to summarize, by example, some different contexts and discuss what “this” would represent in each case....
Useful HTML5 Tools and Resources For Web Designers & Developers

Useful HTML5 Tools a...

For today’s round up, we have chosen to showcase some very useful HTML5 tools , Tutorials and other resources that will help you improve your HTML5 skills. From the time when HTML5 was first introduced, it has been a fresh change and therefore, we are seeing increased implementations...
Weekly Design News – Resources, Tutorials and Freebies (N.170)

Weekly Design News â...

This is our weekly column were we share our favorite design related articles, resources and cool tidbits from the past week.
15+ tools for getting things done

15+ tools for gettin...

Even the most creative mind needs a bit of left-brain order sometimes.
Design fundamentals: constraints

Design fundamentals:...

The concept of constraints in design can be defined as the practice of limiting user actions on a system. Constraints limit the actions that can be performed by the user, thus increasing the usability of the design and reducing the likelihood of operator error.
Chrome Dev Tools: JavaScript and Performance

Chrome Dev Tools: Ja...

In this third part of our Chrome Developer Tools series , we’ll review how to modify and debug JavaScript. Optimization is an important part of the development process, especially for performance-critical applications