-
Search
About
- This blog contains news and product updates from Helicoid Limited, a London-based web applications company.
Email Updates
Categories
- Tiktrac
- Helipad
- Ebiwrite
- Announcements
- Basecamp Mobile
- Code
- Tips
Our Products
- Tiktrac: Track time
- Helipad: Write notes
- Tools for translators
Archive
- View tags
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
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:
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…
