Tiktrac update

Posted on Tue 11 Apr, 2006

We’re currently finishing off some improvements to Tiktrac, our timesheets software. These updates are really just internal improvements, to make way for future changes.

When we publish the changes, you’ll notice the dashboard page is more friendly. It has ‘Add task’ right there as soon as you login (because that’s the first thing most people do!)

After this update, we’ll be adding time zones, more graphs and then… then we’ll be moving it to a better server setup with more power, more stability, and more sex appeal! We’ve been working hard on other projects for people so we can pay for a better level of service, and you beta guys will get a great deal.

By the way, is anyone running out of sheets? Get in touch if you are, we’ll add more for you.

Tiktrac upgraded

Posted on Sat 22 Apr, 2006

We’ve just upgraded Tiktrac! New features include:

Improved dashboard page: quickly add a task, interface improvements, overview of your account’s statistics
Added user administration shortcuts to the client edit page to help make administration easier

This release has many internal changes to improve performance, so please let us know if you find any problems.

And you can always post suggestions to our forums, and discuss Tiktrac with other people:

http://forums.helicoid.net/

Multitap.net upgrades (API introduced)

Posted on Tue 25 Apr, 2006

Multitap.net has been upgraded. New features include:

  • More RSS feeds: latest comments, comments for a screenshot, latest posted per-user
  • Users can no-longer vote up their own screenshots
  • Improved tag cloud rendering
  • Added a search form
  • Added ‘remember me’ to the login form keep you logged in when you close your browser

Thanks to Gearbox for his astute observations!

A note for developers: the API has also been added in this release. It currently allows you to submit screenshots and fetch them. We’re going to add more functionality in the future, but we felt posting screenshots was the killer feature to get right.

We’re working on the documentation for the API, but if you can understand Ruby, this will clue you in:

require ‘xmlrpc/client’
require ‘base64’

server = XMLRPC::Client.new2(“http://multitap.net/backend/Screenshot”)
image_data = Base64.encode64(File.new(“C:/t…