Tag Archives: Development

Working through Agile Web Development with Rails – Part 3

continued in part 4… .. continued from part 2 Iteration D3: Highlight Changes This error had me stumped for a while, although it did force me to read through and really understand how the code was working. Something I have … Continue reading

Posted in Agile, Development, Ruby On Rails | Tagged , , | 2 Comments

RubyOnRails – A newbie introduction

First Impression Wow! That was easy! After doing the normal Google -> Review -> Google some more process I was left with a long list of things to look at and also some other examples of people who have been … Continue reading

Posted in Agile, Development, Ruby On Rails | Tagged , , | Leave a comment

Moving out from the Microsoft Umbrella

Having developed software on the Microsoft platform since VB3 and before I have always like the way that as a developer things just worked, you click install and it does it all. I did flirt with Java before .Net came … Continue reading

Posted in Agile, Development, Ruby On Rails | Tagged , , | Leave a comment

Adding Hyperlinks programmatically to a list in SharePoint

A common problem, how do I add Hyperlinks to a list programmatically in SharePoint The documentation (SharePoint SDK) does give a clue to the answer but no real examples. You will see that the Hyperlink field is a System.String, System.String. … Continue reading

Posted in Development, SharePoint | Tagged , , | 2 Comments

Not just software factories

I seem to be living in the world of SharePoint with an increasing move towards .Net 2.0, SQL 2005 and all the good things like Windows Workflow Foundation. As such this blog will start to take on a more rounded … Continue reading

Posted in Development | Tagged | Leave a comment

Software Factories

Software Factories is a methodology developed at Microsoft. In a nutshell, a Software Factory is a development environment configured to support the rapid development of a specific type of application. While Software Factories are really just the logical next step … Continue reading

Posted in Development | Tagged | Leave a comment