Browsing Author

Umar Hansa

Hello. I'm a freelance web developer living in London. Follow me on Twitter (@umaar).

Diving Into CSS Regions

Diving Into CSS Regions

This tutorial will cover the basics of CSS regions, which allow us to flow content within various sections of the page. Confused? You probably are; read on!

Start Using HTML5 WebSockets Today

Start Using HTML5 WebSockets Today

One of the coolest new features of HTML5 is WebSockets, which let us talk to the server without using AJAX requests. In this tutorial, we’ll review the process of running a WebSocket server in PHP, and then building a client to send and receive messages to it over the WebSocket protocol.