Calculator Typist Blog

New User Interface Uploaded

As promised in my last post, I’ve now uploaded the latest version of Calcatraz to the live site. The main feature is a new, hopefully more intuitive and consistent user interface. There are also a number of behind the scenes improvements such as general code tidy-ups. One improvement I’m particularly happy with is the integration of javascript and CSS minification into my build process. What this means is that whenever I prepare a new version of the calculator to be uploaded, a bit of code runs automatically reducing the size of my javascript and CSS files. As a result, load times should be slightly reduced as there is now less to be downloaded (which will hopefully further help with the bounce rate). It’s not going to have a huge impact on speed, but by constantly exploiting such opportunities for optimisation the result should be an overall leaner and quicker calculator. If you’re interested in learning more about minification, then check out YUI Compressor from Yahoo! which is the tool I use to perform the minification, and which performs simply and effectively.

I’ll be doing some further refinements on the user interface in the near future to further improve it and in particular clean up the history tab which I’m still not entirely happy with. But I wanted to get the new interface up now to see how well it is received and to identify any sticking points.

You can check out the new interface in action on the main site: www.calcatraz.com.




Calcatraz Blog Redesigned… Again

In my ongoing quest to make this a slightly better blog, I've updated the theme: Here are some of the changes: Easier to read - I've made the fonts bigger and given things a bit more space.  Fewer...

Math Questions and Answers Site

I've just set up a Math Questions and Answers section on Calcatraz. The Math Q&A site serves several purposes. First and foremost it is there to let you ask and get answers to math questions / problems that aren't...

Minifying Less Stylesheets

Recently I've been tidying up the stylesheets I use to control the design of the Calcatraz website. This has taken me down a path of trying to minify stylesheets made using the "Less" language. While not difficult,...

Calcatraz Calculator iPhone Improvements

I use Calcatraz Calculator on my iPhone frequently when I'm working stuff out on the move. While I have already created a basic mobile version of the calculator, I prefer to use the main site as the iPhone's display...

Calcatraz for mobiles

Anyone watching the site will have noticed that things have been a bit quiet for the last few months. Calcatraz has definitely not been forgotten, however. I've been busily working away on a complete redesign...
Tags:

Calcatraz, the Fast Online Calculator

Recently a number of changes I made to the calculator have been causing a bit of a performance hit. To counteract that I've been through and made a few simple changes: Removed some external file includes which...

Comments are closed.