Twitter Updates for 2010-02-18

February 18th, 2010 - No Responses
  • Working on FF 3.6 support now. Should be ready by this weekend. I apologize for the delay! #

Powered by Twitter Tools

Twitter Updates for 2009-12-12

December 12th, 2009 - 3 Responses
  • 1000 users!!! #

Powered by Twitter Tools

v0.3.1 Released!

December 11th, 2009 - No Responses

0.3.1 Release Notes:
Fixed “undefined” history bug
Added ability to choose calculator color through options page!
Added “onclick” to calculation history area to give focus to problem box after doing some usability testing
Added support for “²” character
Added Math object reference & calculator help to Options file
Added “=” button to trigger calculation after doing some usability testing

v0.3.0 Released

December 10th, 2009 - No Responses

chromeSS

There’s been a slew of releases over the last 24 hours and I’m just now getting around to noting them here:

0.3.0 Release Notes:
Added site/hack links back in
Cleaned up interface
Added “Clear” and “All Clear” buttons
Reworked some of the history/linking logic
Added more calculator graphics
Added temporary options placeholder page
Adjusted “focus()” logic so cursor should always end up in calculation box

0.2.5 Release Notes:
Fixed history bug
Added MIT License

0.2.4 Release Notes:
Fixed “clear” link

0.2.3 Release Notes:

Fixed issues with “^”
Added history links
Fixed “undefined” but on load

Now on twitter!

December 9th, 2009 - No Responses

Follow me @sbcalc

v0.2.2 of Chrome Extension released

December 9th, 2009 - No Responses

Features Add:

Persistent History (w/ability to clear)

Bugs Fixed:

Large fractal conversion errors (corrected through rounding)

v0.2 Released

December 9th, 2009 - No Responses

By request, added decimal to fraction conversion (Thanks Adam Brill).

Adjusted logic around badge “…” shortening.

Code here and here.

That was quick… v0.1.9 of the Chrome port released!

December 8th, 2009 - No Responses

Install it from here: https://chrome.google.com/extensions/detail/imgdlciiikkjdohinklojokapcmjgmea

Hack on it here:

http://etherpad.com/statusbarcalculator

If you do make any contributions, please remember to enter your name (to the right in Etherpad) so that you will be credited.

Happy calculating!

Status-bar Calculator – Soon on Chrome!

December 8th, 2009 - No Responses

The Status-bar Calculator extension will soon be available on Google Chrome. You can watch me code it here:

http://etherpad.com/statusbarcalculator

I might take this opportunity to set up a Git project for it… but it appears the code will be short/simple enough that I can actually do all development right in etherpad.

If anyone wants to join in, hop on and start typing away. Don’t forget to enter your name on the right so you can get credit for helping out.

MIT License

September 11th, 2008 - No Responses

I just realized I had never officially “branded” the extension with the MIT License as I had planned to do for some time now. Well, here it is:

Copyright (c) 2008 Christopher McCulloh

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

You can check out a copy from my subversion repository here (this has been available for some time now): http://statusbarcalculator.com/statusbarcalculator

Write a patch/feature/etc and if you submit it (and I accept it, which will most likely happen unless it just doesn’t work) I’ll include you on the official firefox page as an author or contributor (depending on the size of your submission).

Special thanks to everyone who has already contributed so far:

  • Tom Kennedy
  • Jerrie
  • Mike Daniels
  • Fernando Aguirre Baeza

Some feature ideas:

  • Make the -, +, *, /, ^ keys work with Mac OSX
  • Make preferences to allow moving the calculator around in the browser
  • Allow for localizations
  • Number history for each textbox (so you can click on the box and see a pop-up with all previous numbers you have typed in it in case you want to go back to a certain point in the calculation)

Other than that, the code was written as a college project (so it’s not that spectacular). It could really use a massive overhaul, maybe integrate jQuery or something.

If you are interested in working on this project, and want to talk with me about it, feel free to comment on this post, or send me an e-mail at cmcculloh at this domain.

I’ll probably be replicating this extension in Google Chrome when they come out with extensions for that…