• Skip to main content
  • Skip to primary sidebar

Turbo Scrum

This site is retired - Like it's owners :)

  • Home
  • Blog
  • About

Scrum

Written By Derek Leave a Comment

Reduce Cost and Increase Value on your Next Software Project

In this article, I’ll show how using a well-known Agile technique can reduce cost AND increase value for your next software project.

Filed Under: News, Scrum

Written By Derek 13 Comments

How to Pass the Professional Scrum Master III (PSM III) Assessment

It’s been a year and a half since I wrote my most successful blog article Professional Scrum Master I (PSM I) Exam Preparation. Since then, hundreds of people have subscribed to the site, many of whom have gone on to earn their PSM I certificate. The most frequent question I get asked now is “When will you write an article on passing the PSM III”? Well, here it is.

Filed Under: News, Scrum

Written By Derek Leave a Comment

C# Delegates – Part 1 of 4

Delegates in C# is one of those things that you NEED to know if you want to extend your knowledge of C#. You’ll find it used in a number of places from events to LINQ. This article introduces the fundamental elements of delegates, as introduced in C# 1.0.

Filed Under: Scrum

Written By Derek 1 Comment

Scrum Guide 2013

Ken Schwaber and Jeff Sutherland, the creators of Scrum, have issued a new version of the official Scrum Guide, dated July 2013.

They have produced a video where they discuss the changes in the new Scrum Guide.

What I wanted to do in this article, was to get closer to the changes by listing the differences between the Scrum Guide 2011 and the Scrum Guide 2013 on a side-by-side comparison. This information is provided below without commentary.

All references to the old guide mean the Scrum Guide October 2011. All references to the new guide mean the Scrum Guide July 2013

Filed Under: Scrum

Written By Derek Leave a Comment

CSS and Specificity

Working on a basic MVC 3 application, I added in a jQuery UI datepicker. After getting it to work, I decided to re-size the input box. I did this by adding an entry at the bottom of the applications Site.css file as follows:

.date {

width: 100px;

}

No matter what I did, it wouldn’t work. I then decided to run the application in Chrome and use the Developer Tools provided to examine the page. I discovered that my .date entry was being superceded by a input entry earlier in the CSS file.

Research led me to this article on specificity. It appears that my .date entry is not as specific as an input[type=text] entry. The rules of specificity say that .date is worth ten points (for the class) but that input[type=text] is worth 11 points (1 point for the ‘input’ element and ten points for the [type=text] attribute.

Filed Under: Scrum

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • Page 10
  • Interim pages omitted …
  • Page 13
  • Go to Next Page »

Primary Sidebar

Recent Posts

  • Scrum.org vs Scrum Alliance
  • Who has the best Scrum classes? Scrum Alliance vs Scrum.org
  • Who are the best Scrum trainers? Scrum Alliance vs Scrum.org
  • How to Pass the PSM II (2021)
  • CSPO vs PSPO Outstanding Product Owner Training Compared

Copyright © 2026 Turbo Scrum Ltd · Privacy Policy · Terms & Conditions