Control Charts in Silver Catalyst
Posted on March 16th, 2010 in Silver Catalyst by siddharta || 2 Comments
If you’ve logged into Silver Catalyst recently, you may have noticed a new feature – Control Charts.
Posted on March 16th, 2010 in Silver Catalyst by siddharta || 2 Comments
If you’ve logged into Silver Catalyst recently, you may have noticed a new feature – Control Charts.
Posted on January 25th, 2010 in Agile, Kanban, Lean, Silver Catalyst, silverstripesoftware by siddharta || 3 Comments
This is the presentation I gave at Agile Bengaluru 2010 this past weekend. It describes the journey moving from ad-hoc development to an agile process and how we then adapted it to a more Kanban like process. The bad news is that you can’t really make out much with just the slides as the commentary is not there. The good news is that the session was recorded, so I’ll post it up once the recording is made available. In the meantime, here is the presentation.
Posted on October 9th, 2009 in Silver Catalyst by siddharta || No Comment
It is now possible to split a feature in Silver Catalyst.
Why would you want to split a feature?
A couple of reasons
Here is the step by step procedure for splitting a feature:
Posted on September 18th, 2009 in Silver Catalyst by siddharta || No Comment
We’ve just rolled out an update that enabled high-grade SSL security for all plans in Silver Catalyst. SSL technology encrypts all communication between the client and server so that your project data remains secure and cannot be intercepted during transmission. This is the same technology that is used by banks and popular ecommerce sites to protect transactions.
To take advantage of SSL security, you need to use the following link to access the workspace.
https://<subdomain>.toolsforagile.com
Note the highlighted part is https:// which stands for http secure. Use this and not the normal http://
When you login, you will get the following indicator in the address bar of the browser which indicates SSL security connection.
Continue reading ‘Silver Catalyst now with enhanced SSL security’ »
Posted on September 7th, 2009 in Silver Catalyst by siddharta || No Comment
We’ve added support for formatting comments in Silver Catalyst. You can now make text bold, italics, display lists and links. We’ve done this by implementing the Markdown syntax for comments. To apply formatting, simply type the formatting in the left column and it will be output as shown in the right column. For the full list of what all you can do, check the syntax reference.
| Formatting | Output |
|---|---|
| **bold** | bold |
| *italics* | italics |
| ### Heading |
Heading |
| * item 1 * item 2 |
|
| 1. item 1 1. item 2 |
|
| [Google](http://www.google.com) |