---
layout: post
title: GaSP implements Responsive Web Design
author: Steven
date: 2012-07-23 12:30:13
categories:
- Musings
tags:
- design
- gasp
- gwt
featured_image: https://www.stevenjaycohen.com/wp-content/uploads/2016/07/wsi-imageoptim-new-google-logo.png
---
After a bit of a refactoring frenzy of late, GaSP can now intelligently reformat its content for mobile, tablet, and desktop computers. I big thank you goes out to the people behind PHP Mobile Detect for helping to make it this easy to implement.

Making GaSP mobile-aware lead me to re-examine the available widgets with a touch-based-UI in mind. The handlers on all widgets have been re-worked to take a finger-driven-UI into account.

Next on the agenda, re-working the Admin UI :)