Posts

angularjs

Accessing External APIs Using AngularJS’s Services

Aside from ability to extend HTML easily AngularJS also offers a simple way to interact with external APIs. In this tutorial, I will show you how to use Services to access GitHub’s API and create a simple repository browser. Step 1: Preparation Let’s start with this basic HTML template: <!DOCTYPE html> <html> <head> <title>GitHub Search</title> […]

Html5

HTML5: Network Information API

Introduction One of the most discussed concepts in the world of the web design is responsive web design. Thousands of articles have been written on responsive web design and I therefore won’t discuss it in this article. However, responsive web design has an important limitation, responsive web design is for the most part based on […]