Articles tagged with: HTML

Debugging with Google Chrome basics

Summary: Google Chrome's developer tools provide an all-in-one debugging suite for web developers, including elements, resources, network, scripts, timeline, profiles, audit, and console sections. The console allows for writing JavaScript code on the fly, and the cache can be disabled or modified.


Mobile devices detection using the User Agent

Summary: Detection of mobile devices using the User Agent HTTP header, highlighting challenges, limitations, and potential solutions for accurate matching.


Think Generic

Summary: The importance of thinking in generic terms when developing mobile websites.


Building a very basic Google Wave extension

Summary: A guide on building a basic Google Wave extension.