Click here to Skip to main content
15,887,267 members

Colin Angus Mackay - Professional Profile



Summary

Follow on Twitter      Blog RSS
19,551
Author
40,655
Authority
27,659
Debator
10
Editor
67
Enquirer
1,357
Organiser
7,511
Participant
Have been a Code Project MVP 5 years running and was Microsoft C# MVP 4 years running, MBCS, MIAP and a whole bunch of other stuff. Now I just help run Scottish Developers which is a user group with software development events in Edinburgh, Glasgow and Dundee and I have also started an open source project to help with Password Validation

Main topics I blog about:
* Parallelization in .NET
* Code Quality
* Data Security

Groups

Below is the list of groups in which the member is participating

United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
This is a Collaborative Group
This member has Member status in this group

136 members
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
This is a Collaborative Group
This member has Member status in this group

41 members
United States United States
This _private_ forum is set up to be a place where political and social issues, including American politics and global warming, can be discussed in a reasonably civil manner. Anyone who has been an active member* of Code Project for six months is welcome to apply for membership but this forum does not tolerate trolling posts, or posters who wish to be disagreeable. Those who choose to become uncivil, insulting, or childish will be warned and, for repeated violations, removed from membership.

* That means that you have posted regularly or had at least one article published.

For member complaints and suggestions, contact the forum administrator at ...
cp[soapbox1[0 at gmail.com
Remove the [ characters and replace them by a period.
This is a Social Group
This member has Member status in this group

192 members
The user group is a not-for-profit organisation, with a mission to improve the developer community in Scotland. The strategy is to utilise the Web Site, day conferences, evening seminars and other developer events to continuously improve and develop the skillset of members and the general IT community.

Most events are free or low costs, are open for everyone to attend, with no limitations on qualifications, skill levels or experience. If you have a genuine interest in I.T. and development then membership of Scottish Developers may be just for you.

It is important for all members to feel they can contribute to Scottish Developers. This can be by coming to events, presenting sessions, writing articles and being an active member on the forum area of the web site.
This is a Organisation
This member has Administrator, Manager, Author, Member status in this group

1 members

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralRe: Getting back on track Pin
Colin Angus Mackay3-Aug-04 0:48
Colin Angus Mackay3-Aug-04 0:48 
GeneralRe: Getting back on track Pin
Megan Forbes3-Aug-04 1:19
Megan Forbes3-Aug-04 1:19 
GeneralRe: Getting back on track Pin
Colin Angus Mackay3-Aug-04 2:03
Colin Angus Mackay3-Aug-04 2:03 
GeneralRe: Getting back on track Pin
Megan Forbes3-Aug-04 3:17
Megan Forbes3-Aug-04 3:17 
GeneralRe: Getting back on track Pin
Colin Angus Mackay3-Aug-04 4:12
Colin Angus Mackay3-Aug-04 4:12 
GeneralRe: Getting back on track Pin
KaЯl6-Aug-04 4:37
KaЯl6-Aug-04 4:37 
GeneralRe: Getting back on track Pin
Colin Angus Mackay9-Aug-04 7:26
Colin Angus Mackay9-Aug-04 7:26 
GeneralMore eXtreme goodness Pin
Colin Angus Mackay29-Jul-04 7:16
Colin Angus Mackay29-Jul-04 7:16 
Last night's eXtreme Wednesday session was quite interesting again. We didn't get to a power plug for quite a while so it was looking as if the evening was going to be cut short by laptop batteries dying, but finally someone moved from a near by table allowing us to "borrow" the bar's electricity for the rest of the evening.

The main thing I managed to pick up this week was the idea that you always make the smallest change necessary to make something work and then continually refactor it until it fits better with the story that you are working on.

The Mind Mapping application that we are using as a goal for the learning experience is something that I would have normally sat down and started working out what objects I'm going to need. My though processes would have been along the lines of: Right, a Mind Map is made up of ideas, one central idea and lots of other ideas coming off it. So, I need a Mind Map object to contain all the ideas and then I need some kind of Idea object. Do I create an abstract Idea class then derive a CentralIdea class and a BranchIdea off that, or do I just create one Idea class that has a parent property and for the central idea the parent is just null....

With XP I saw that the Mind Map was initially made up of a circle and some text, then that was refactored into Glyphs, then a CompositeGlyph was created that contained a circle and the text, and that was refactored into an Idea. So the design is evolving at the same time as the coding takes place. By the end of the evening the first story card was almost complete.

There was also a book recommendation for the evening and that is User Stories Applied: For Agile Software Development[^] by Mike Cohn. I had a flick through the book and it certainly give some good examples of how to apply senarios in eXtreme Programming. It has now been added to my Amazon wish list (should anyone want to buy me it) as I've already spent nearly £150 on books this month already.


"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!


GeneralStand and Deliver Pin
Colin Angus Mackay26-Jul-04 21:34
Colin Angus Mackay26-Jul-04 21:34 
GeneraleXtreme Wednesdays Pin
Colin Angus Mackay22-Jul-04 2:05
Colin Angus Mackay22-Jul-04 2:05 
GeneralOh! Ah! Just a little bit... Pin
Colin Angus Mackay18-Jul-04 23:43
Colin Angus Mackay18-Jul-04 23:43 
GeneralA little off the top, sir Pin
Colin Angus Mackay11-Jul-04 19:41
Colin Angus Mackay11-Jul-04 19:41 
GeneralRe: A little off the top, sir Pin
Jörgen Sigvardsson13-Jul-04 9:53
Jörgen Sigvardsson13-Jul-04 9:53 
GeneralRe: A little off the top, sir Pin
Colin Angus Mackay13-Jul-04 11:55
Colin Angus Mackay13-Jul-04 11:55 
GeneralRe: A little off the top, sir Pin
Jörgen Sigvardsson13-Jul-04 12:04
Jörgen Sigvardsson13-Jul-04 12:04 
GeneralRe: A little off the top, sir Pin
Colin Angus Mackay13-Jul-04 12:18
Colin Angus Mackay13-Jul-04 12:18 
GeneralRe: A little off the top, sir Pin
brianwelsch16-Jul-04 7:41
brianwelsch16-Jul-04 7:41 
GeneralRe: A little off the top, sir (and a bit of motivation) Pin
Colin Angus Mackay16-Jul-04 8:37
Colin Angus Mackay16-Jul-04 8:37 
GeneralRe: A little off the top, sir (and a bit of motivation) Pin
brianwelsch16-Jul-04 9:51
brianwelsch16-Jul-04 9:51 
GeneralRe: A little off the top, sir (and a bit of motivation) Pin
Colin Angus Mackay16-Jul-04 10:25
Colin Angus Mackay16-Jul-04 10:25 
GeneralRe: A little off the top, sir (and a bit of motivation) Pin
brianwelsch16-Jul-04 12:55
brianwelsch16-Jul-04 12:55 
GeneralRe: A little off the top, sir (and a bit of motivation) Pin
Colin Angus Mackay16-Jul-04 13:23
Colin Angus Mackay16-Jul-04 13:23 
GeneralRe: A little off the top, sir (and a bit of motivation) Pin
brianwelsch16-Jul-04 14:12
brianwelsch16-Jul-04 14:12 
GeneralRe: A little off the top, sir (and a bit of motivation) Pin
Colin Angus Mackay16-Jul-04 15:09
Colin Angus Mackay16-Jul-04 15:09 
GeneralDoin' great and I'm improving. Pin
Colin Angus Mackay4-Jul-04 21:12
Colin Angus Mackay4-Jul-04 21:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.