Your browser (Internet Explorer 6) is out of date. It has known security flaws and may not display all features of this and other websites. Learn how to update your browser.
X
Link

To getting back in shape again

And hopefully winning the Biggest Loser contest at work, along the way

Link

My current training plan [link]

I’ve had a couple of people ask what I’m doing now, so I figured it would be good to share it here. The only modification that I’ve done is bumping the Thursday runs to Friday so I can play basketball that day. I’m also playing basketball on Mondays.

Link

JsFiddle

JsFiddle is a playground for web developers, a tool which may be used in many ways. One can use it as an online editor for snippets build from HTML, CSS and JavaScript. The code can then be shared with others, embedded on a blog, etc. Using this approach, JavaScript developers can very easily isolate bugs. We aim to support all actively developed frameworks – it helps with testing compatibility.

Link

Hanselman’d – How to take a good screenshot

This is a great blog post from Scott Hanselman. He’s got lots of tips on how to take screenshots that don’t look like pure garbage.

Link

Learning how to develop for SharePoint

Lots of stuff to learn!

Link

Agile whitepapers, etc from 21apps

This looks like a pretty good collection of resources for things pertaining to XP (Agile, TDD, CI, etc). What’s extra nice about this is the focus on these things in light of Sharepoint. I’ll be doing Sharepoint development with my new job, so this could be very useful for me.

Link

NIT Bracket

It can be very hard to keep up with the NIT tourney since it’s not the “Big Dance”. This page on ESPN shows the bracket with game results and links to the teams and game recaps.

Link

Git in colour

This is a way you can use colors in Git without including a third party utility. Pretty nifty.

Link

Hanselman’d – Simplify your VS toolbar

I’m a big fan of personalizing VS to improve the user experience. It’s so easy to get information overload in VS if you aren’t careful.

Link

W3Fools

This is an interesting website aimed at correcting the misinformation that is shared by w3schools.com. Anyone doing web searches for html related content has undoubtedly seen w3schools. The problem is that much of the information is just not accurate.

Link

Vallarta Adventures

Just wanted to share a link to the company that we used for a few excursions during our vacation to Puerto Vallarta, Mexico. We did the whale watching, sea lion encounter, and Las Caletas day trip and thoroughly enjoyed all of them. Well worth the money.

Link

Clean Coders: Code-casts for Software Professionals

This is a new production by Uncle Bob Martin, author of Clean Code and other books. This website was just launched today and looks pretty promising. The production style is unusual but fun. I’m looking forward to watching more than just the first video. Follow Uncle Bob on twitter, @unclebobmartin.

Link

Tools I Like: Productivity Power Tools for VS2010

Highlight the current line of code, quick find, searchable add reference dialog, and the list goes on. I really enjoy most of the things that this plugin does, and if there’s something that you don’t like you can just turn it off from Options.

Link

Reference: Powershell profiles

This is not a page that I use very often, but it’s something that I do reference occasionally. Hopefully putting it here will make it easier for me to locate it, and it may be helpful to someone else out there that hasn’t seen it before.

Link

git-tfs; using Git and TFS together

This is an interesting blog post that talks about how to use git and TFS together.  It’s seems to be a pretty good option for improving local development, while still using TFS for managing the team branches of code. I’m going to give this a shot myself, as we move to TFS at work.