Navigation

Search

Categories

On this page

.NET Podcasts
Cheat Sheets
Reviewing Managed Code
Visual Studio Power Toy Pack Installer
Windows 386 Rap
Coding Guidelines
Developer API's
Must Have Add-Ons for IE7
Paper Cut Art
Delayed Write Failure on Maxtor One-Touch 250gb

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 178
This Year: 0
This Month: 0
This Week: 0
Comments: 551

Sign In

 Wednesday, February 28, 2007
Wednesday, February 28, 2007 12:17:57 PM UTC ( )

I enjoy the occasional podcast to satisfy my nerd cravings on my cycle to work... who doesn't, right?

Sean Deasy has a blog entry on 5 podcasts that every .net developer should be listening to.  No big surprises in here, however, I'd also include the video resources from Channel9.msdn.com and the insightful dnrTV.  Mind you, it's pretty difficult riding and watching videos at the same time ;)

| Trackback | # 
 Wednesday, February 14, 2007
Tuesday, February 13, 2007 1:10:56 PM UTC (  |  )

I strongly believe that to be a good developer you need to have a firm grasp on the various shortcuts and productivity tools within your development environment. The problem is that with so many tools and so many things to remember it becomes a problem trying to hold it all in your head.  Let's face it, there is no shame in keeping a set of cheat sheets close by to prompt you into using your tools in a more productive manner.  I'd much rather keep brain cells for more abstract and solution based things rather than shortcut keys. 

Here are a bunch of cheat sheets for the tools I use:

Keep checking back as I plan to keep adding more in the future...

| Trackback | # 
 Tuesday, February 13, 2007
Tuesday, February 13, 2007 11:25:21 AM UTC (  |  )

I'm a bit of a sucka for coding standards and style guidelines.  That's why I thought I would throw up a quick link to the Microsoft article Reviewing Managed Code. It's all pretty straight forward really, but would make an excellent checklist for an anally retentive organisation. (or maybe if you are doing something uber-important like building third-party components, aircraft avionics or rollercoaster braking systems).

| Trackback | # 
 Monday, February 12, 2007
Monday, February 12, 2007 11:04:52 AM UTC (  |  )

I really like the installer for Visual Studio Power Tools.  Not only does it look funky but it also consumes an RSS feed to dynamically update the components that can be installed.  For an application that potentially has hundreds of components that can be installed this is a great model.

Good work boys!

| Trackback | # 
 Friday, January 26, 2007
Friday, January 26, 2007 11:58:09 AM UTC ( )

Did you ever wonder why nerds aren't considered part of the cool kids club?

I think there might be some hints in this promotional video for Windows 386.  It's pretty much not worth watching before the 7 minute mark but then it flies into action when the production is taken over by crack-smoking monkeys!

BTW, Windows 386 was basically Windows 2.1.  If you are interested* have a look at the History of Microsoft Windows over at Wikipedia.

* Note: May I suggest you go back and have a look at the question I posed at the start of this post before proceeding

| Trackback | # 
 Thursday, December 21, 2006
Thursday, December 21, 2006 11:36:09 AM UTC ( )

I'm quite interested in coding style and coding guidelines for developers.  Just thought I'd post a few resources for the future:

| Trackback | # 
 Thursday, November 09, 2006
Thursday, November 09, 2006 11:05:32 AM UTC (  |  )

Scott Watermasysk has a post a thought provoking read about his top five favourite developer API's

From these API's I have worked with:

  • RSS.NET which I used to cobble together a rss feed from our build machine.  I combined this with a X10 light configuration to provide a visible tactile build status.
  • Genghis which is just awesome for adding those bits to applications that MS didn't have time for.

I'd also rate:

  • Log4NET - who doesn't need logging
  • FileHelpers - because reading files is what it's all about in the end

 

| Trackback | # 
 Sunday, November 05, 2006
Saturday, November 04, 2006 5:52:15 PM UTC (  |  )

The IE team has blogged about a bunch of strap-ons for Internet Explorer to enhance it's functionality.  Go have a look at their recommendations.

Personally I've been quite enjoying my IE7 experience.  At the moment my favourite feature is Ctrl-Q to get a preview of tabbed browser pages. This along with the Inline Search plugin, the Spelling Plugin and the various developer plugins makes a pretty compelling browser experience.  Your milleage may vary. ;-)

| Trackback | # 
 Wednesday, November 01, 2006
Tuesday, October 31, 2006 8:52:43 PM UTC ( )

Pater Callesen is an artist who creates beautiful works of art out of paper.  He has some really amazing examples on his website that you should check out.

| Trackback | # 
 Monday, October 30, 2006
Monday, October 30, 2006 10:56:37 AM UTC ( )

I have been having intermittent problems with my Maxtor external One-Touch 250gb drive getting Delayed Write Failures and corrupting (or not saving) data.  Well after a bit of investigation I found my solution in Windows XP update (KB918005).  

Interestingly enough, the description of the fix is "address an issue where a Windows XP-based portable computer may not have as long a battery life under certain circumstances when certain USB 2.0 devices are connected.".  This resolved my issue even though I connect my drive through Firewire.

Just thought I'd share...  Also, there are some more discussions to be had on this thread citing other solutions 

| Trackback | #