So “HTML5″ is one of the tech buzzwords-du-jour, right up there with “Big Data” and the “Internet of Things” (hey, look, Ma: my banana has an IP address!). But what is HTML5? How did we get here? Is there any substance behind the hype? And what does it mean for …
Entries tagged web
category
published
October 1, 2010
Tips to ensure your wireframing efforts aren’t wasted in vain
Wireframes are an invaluable tool in our development lifecycle. For those unfamiliar, a wireframe is a low fidelity mockup of the user interface. Wireframes are great because they describe how the user interface (software, web page etc.) is going to look and feel without investing a lot of effort on …
category
published
August 6, 2010
Tutorial: Web interface for grep and cat in PHP
Do you find yourself repeating the same shell commands again and again? Automate them through a web interface, such as the one we will build in this week’s tutorial.