I have just downloaded a free book about Scrum and XP from the trenches and added it to my TODO list.
Get the download from InfoQ.
I have just downloaded a free book about Scrum and XP from the trenches and added it to my TODO list.
Get the download from InfoQ.
Jet Brains have a minor point release to one of my favourite productivity tools ReSharper.
Since installing it I have noticed that my memory footprint for devenv.exe is much much smaller and the whole IDE and coding experience feels noticeably snappier with Visual Studio.NET 2008 SP1.
Hopefully I will notice the same benefits when I next switch back to coding with Visual Studio.NET 2005.
For further details on the release you can visit the release notes page on the Jet Brains site.
A new web browser has arrived. Google Chrome has just been released in beta.
Here are my initial thoughts:-
So far so good.
I shall be testing all the sites I've worked on and actually use it as my main browser for a little while.
Microsoft have a .NET control wrapper around the their virtual earth API. There is a good video here that demo's the control.
This is CTP so you cannot use it on production websites unfortunately.
CodePlex is hosting a .NET control called InlineEditBox.NET that provides in-line text editing functionality.
Found a new site today called Ajax Rain with some good jquery (and others) examples.
One of the more impressive samples I found was a jquery virtual tour
Today I started to build a new website and have been given the design from the graphic designer along with all the images that are needed to build the site.
The next step is to turn the design into XHTML and CSS and create a .NET Master Page for this new design.
Some earlier reading and research has pointed me to some nice CSS frameworks that can help me out with this.
Both of these frameworks allow you to split up your page into a grid system allowing you to create containers, navigation bars, headers, footers and such like and cover all the browser inconsistencies including IE6.
Hopefully using one of these frameworks will give the site a nice consistent look and feel and one that is standards compliant also.
Not sure which one I will use if any but I will post my findings in a future post.
On a project I worked on recently the team used the SCRUM methodology for building the software.
Scrum is just one of the many flavours of agile software development and for the most part it worked really well.
The easy side of any agile project for me are all the good things such as getting the development tree setup in source control, getting a continuous integration server working and practicing techniques such as TDD with tools such as NUnit, TestDriven.NET, RhinoMocks, Selenium and NAnt.
What wasn't quite as easy for the team was the writing of user stories, these are better than BDUP specification documents but are still not a walk in the park to get right.
This is still something that I try and continue to improve my knowledge on and a couple of articles I've read today that have a slightly different take on user story writing than I've previously read.
While writing this, I was listening to "Web 2.0 - Part 2 of 3" by ThoughtWorks
I've just finished reading a couple of fantastic articles written by Billy McCafferty that cover ASP.NET MVC, NHibernate and Spring.
When I get some downtime I'm going to have a proper look at Billy's S#arp Architecture.
While writing this, I was listening to "Sorting out Internationalization with Michael Kaplan" by Scott Hanselman