Developer Smackdown Musing #16#

Bamboozled in the Office

It's the first show of the new year and decade. Mark and Clark talk about, well, nothing that they planned on. The show gets bamboozled right from the start and the discussion turns toward where most development is done and that's in your office at home. We talk about what went into the design and what makes the office work from two similar but still different points of view.

Listen here –> Play Now

-----

Show Notes

Design thoughts for your home office
  • Isolation - Use every opportunity to separate your office from the world (insulation, doors, walls, etc.)  It will help you create a space where you can think.
  • Design the desk - sketch out the space on paper and figure out how much desk you can fit into the space
    • How will you use the desk space - keyboard, mouse, monitors, laptops, writing area.  Space == Goodness
    • Get those monitors off the desk with monitor support arms.  You gain not only desk space but also flexibility in positioning.
  • Make sure you have plenty of power.  Don't just plug in a surge protector in a surge protector to get more outlets.  More outlets doesn't equate to more power.  Get an electrician to help if you can.
  • Same thing goes for networking.  You'll never have enough.  Wireless is great for general internet/network access but if you are going to run servers or push a lot of media (audio/video) around the house then go gigabit!  With that you need Cat5E or Cat6 cabling EVERYWHERE.  The first cable that isn't rated high enough will slow the network down.  Also, plan your network to get the most speed and flexibility - use switches not hubs!
  • Make sure there's plenty of light
  • Audio and video - from just listening to your Zune for music and Smackdown podcasts to watching UTube, DVD's or training videos.  Make the space enjoyable.
  • If you're a book whore like the two of us (Clark is way more than me by the way), plan on lots of shelf and cabinet space.  Cables and boards and DVD drives and mice and keyboards have to go somewhere.

Resources:

  • IKEA - Great place for inexpensive but highly effective office furniture
  • Workspaces.com - More expensive but more customized office solutions
  • Software KVM's Clark is using and has tested
  • IOGear - Hardware KVM that Mark is using

Tips and Tricks

Clark's Tip #1 - Workspaces.com - he recommends them HIGHLY and for good reason.  His "command center" desk is something to envy.

Mark's Tip #1 - NewEgg.com - Great prices for all things technical very quick response.  Awesome place to shop.

Mark's Tip #2 - In Visual Studio, use "Control -" (Ctrl and the minus key) to walk or navigate yourself back from things like "Go To Definition".  Each time you hit it, it will step you back one jump.

Clark's Tip #2 - In Visual Studio, use "Control ." (Ctrl and period) to resolve references and insert the using statement or the full type qualifiers in your code.

Tuesday, March 09, 2010 10:51:26 AM (Central Standard Time, UTC-06:00) #    Comments [2]  | 

 

Developer Smackdown Musing #15#
Martin Woodward talks about Teamprise

In this version of The Smackdown Mark and Clark have the awesome opportunity to spend some time with Martin Woodward. Martin recently joined Microsoft as a result of the Microsoft Teamprise acquisition joining the Visual Studio ALM Suite of tools. Martin tells us all about getting his Microsoft chip installed as well as some Teamprise stuff too.

Listen here –> Play Now

-----

Show Notes

Martin Woodward blogs at http://woodwardweb.com and is one of the hosts of RadioTfsRadioTfs is a podcast focused on everything Team Foundation Server

What is Teamprise?

Teamprise offers a suite of client applications for accessing Microsoft Visual Studio Team Foundation Server from outside the Visual Studio environment (IDE).

Teamprise enables software development teams to use the source control, work item tracking, build, and reporting features of Team Foundation Server from other platforms, including Macintosh and UNIX systems, and from within Eclipse-based IDEs.

During the show Martin referenced the Teamprise Build Extensions.  You can find that and many other utilities on their labs page.

The beta “Microsoft Visual Studio Team Explorer 2010 codename “Eaglestone” release can be found here: http://blogs.msdn.com/bharry/archive/2010/03/04/microsoft-visual-studio-team-explorer-2010.aspx

Remember those 3270 screens you loved so much?  Check out Teamprise on the mainframe.

We did talk about fun “build” related software check out:

Clark talked about starting to get into the ZWave world.  Here are a number of good starting places:

Tips and Tricks

Unfortunately there were no tips and tricks for this show.

Monday, March 08, 2010 9:08:53 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

DeveloperSmackdown.com Musing #14#

Is Your Robot Looking At My Hinie?

Mark and Clark talk about doing home automation using Z-Wave and MS Robotics Studio. Clark wants to turn his house into a robot and they talk about how to get started with home automation. Tips and tricks include quickly changing editor font size in Visual Studio 08 - great support for code demos. Woopra web site analytics are also discussed.

Listen here –> Play Now


Show Notes

Episode 14 - Home Automation

Clark has been researching home automation and wireless control.  The 3 technologies we talk about are:

  1. X-10
  2. Instinion
  3. Z-Wave
    1. Most Expensive
    2. Newest of the 3
    3. Uses a control stick to transmit to the peer to peer Z-Wave network
    4. Managed Z-wave .NET SDK available through ControlThink

Mark has had some experience with Microsoft Robotics Studio so we talked about the possibility of using it to turn your house into a robot (home automation).

There are two main components that everything else is built upon. The CCR (Concurrency and Control Runtime) and the DSS (Decentralized Software Services). The CCR provides the base multi-threaded messaging system and the DSS manages the creation and communication of the services.

Example Robots/Controllers that I've played around with that can use the Robotics Studio:

Z-Wave Resources
Random Thoughts

Hopefully, there's a new and improved web site in the near future. One possibility is Oxite which runs VisitMIX and MicrosoftPDC.com web sites.

Tips and Tricks

Use simple key combinations to increase or decrease the font size in the Visual Studio 2008 editor.

This is useful when giving demonstrations where you need to get down and dirty in the code. When you display your code, and need to quickly increase the font size for easier viewing then do these steps to set things up ahead of time:

In the menu, go to "Tools/Options.", then "Environment/Keyboard". In the "Show Commands Containing" textbox type in "FontSize" and you should see three entries in a selection box.

"DecreaseTextEditorFontSize" and "IncreaseTextEditorFontSize" are pretty obvious what they will do whereas "UpdateTextEditorFontSizeToMatchDisplayProperties" is a little obscure but it will reset the font size to its normal setting.

Click in the "Press shortcut keys:" textbox - you can then enter key combinations and assign them to the selected commands. For example, select/click on "IncreaseTextEditorFontSize", then click in the "Press shortcut keys:" textbox and type the Ctrl+Shift+UpArrow keys. Then when you click the "Assign" button it will save that combo. Do the same with "Decrease" and Ctrl+Shift+DownArrow. And then do the same with "Update.ToMatch" and Ctrl+Shift+RightArrow - or any combination you decide makes sense.

You will then be able to talk and quickly and easily increase/decrease the font size.

Woopra - Website Analytics being used for CSell.net, MarkNic.net and DeveloperSmackdown.com. Woopra offers a level of free tracking and analysis for web sites and web services.

Hey, let us know what you're thinking.  Ideas, experiences, examples, questions, whatever!  ping us at: webmaster@developersmackdown.com

Thursday, March 04, 2010 1:03:07 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Developer Smackdown is getting stickers#

After almost 8 months of working on DeveloperSmackdown.com, we are getting stickers made. Why?  Why not! We really enjoy working on The Smackdown.  Overall progress is slow, but progress is progress. About the stickers…. Mark and I are *not* artists by any stretch but we sure try.  Expression Design to the rescue.  Here is what we’ve come up with:

 

dsSticker - black

We would love to know what you think. Next time we cross path, I might just have one for you. 

As always *thank you* for listening to the show.

Wednesday, February 24, 2010 10:26:04 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

TWC9: Windows Phone 7 Series, Hanselcart, MS Deploy#

I got to make my debut on This Week On Channel 9.  It was a great deal of fun!! A big thank you to both Brian and Dan for having me on the show.

Check it out here!

Show Notes:

This week on Channel 9, Brian, Clark Sell, and a surprise guest discuss the week's top developer news, including:

Wednesday, February 24, 2010 10:03:33 PM (Central Standard Time, UTC-06:00) #    Comments [1]  | 

 

The Smackdown, Version 13, Windows Home Server#

Clark and Mark explore how Windows Home Server joined their arsenal of computer hardware and software.  Listen to why and how they both leverage Windows Home Server.

Show Notes

Home Server Hardware

Important Links

Tips and Tricks

Listen to the show.

Sunday, February 07, 2010 3:12:04 PM (Central Standard Time, UTC-06:00) #    Comments [2]  | 

 

Enter the Codeproject.com Windows @ Work Contest & Win a HP Touchsmart Notebook#

Submit a great article explaining how you built an app for Windows 7 – complete with code - and if yours you could win a fully loaded HP Touchsmart tx2z Notebook!

Link: http://go.microsoft.com/?linkid=9702411

Tuesday, January 05, 2010 9:48:04 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Announcement, PowerShell Script Club#

The first greater Milwaukee PowerShell script club is being created. 

The first meeting will be on Tuesday, January 19th at 6:00 PM at the Greenfield Law Enforcement Center (in the Municipal Court Room), 5300 W Layton Ave, Greenfield, WI Register here.

Official Announcement - http://blog.usepowershell.com/2009/12/script-club-coming-to-the-greater-milwaukee-area/
Registration Link - http://mkescriptclub.eventbrite.com/

PowerShell is awesome.  Go register!!!

Tuesday, December 08, 2009 11:33:59 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

WI Azure User Group Follow Up#

On Thursday ( 12/3 ) I have the opportunity to speak at the Wisconsin Azure User Group.  I want to first say *thank you* for the invite, Wade and I had a blast talking with everyone.

We managed to cover a great deal of information.  I am going to try and just hit the high points, attach some demo’s, etc.

PDC Roundup

Wade covered Azure and specifically:

  • Windows Azure
  • AppFabric
  • Dallas
  • SQL Azure

Rather than going into each of the different topics just check out Wade’s blog post for everything he covered. 

During my part of the talk ( i.e. what Wade decided to leave me ), I covered the Silverlight 4 announcements along with a number of random .NET announcements.  You can see all of that in the presentation below:

 

DEMO’s DEMO’s DEMO’s

I couldn’t do I also did a few demos, specifically:

  1. A printing technique in .NET and WPF.
  2. Basic MEF, or Hello World with MEF
  3. ASP.NET MVC in concert with MEF.  Here we used MEF to dynamically load a portion of the MVC site.

You can download the source for those demos here:

Printing Demo: Source
MEF Demo: Source
MEF and MVC Demo: Source

But wait that’s not all….

Zune HD. Seriously, if you have not seen this device you just have to. Hit up Zune.net.

Bing Maps.  This past week we released the beta of the Silverlight, DeepZoom, and Photosynth.  Make sure you visit our new maps @ http://www.bing.com/maps/explore/#

If you were a bit early to the UG meeting you might have noticed the following video playing on the screen.  As a very handy guy who has always built his machine you just have to love this video.

 

As always please feel free to reach out.

.Net | MEF | MVC | Silverlight | User Group
Tuesday, December 08, 2009 10:12:08 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Computers don’t lie, we just don’t always listen#
frustratedNerd

This past week I did one of those TFS restores to swap out hardware.  Things went great except for SSRS.  Who knows what went wrong but looking back, the journey to resolution was interesting.  All to often we see the error and start to hunt and peck.  Sometimes we end up down dead end roads other times we are just lucky.  Reflecting back, hind sight is always 20/20.  In this case the solution was somewhat obvious from the start.

Let the journey begin..

Stand alone TFS installations usually have 2 main IIS Web Sites.  #1. Default, which will include SharePoint and Reporting Services.  #2. Which is TFS.  During the restore process I had a problem where TfsAdminUtil.exe RestoreDT was actually having problems talking with SSRS.  I kept getting the following:

…..

Exception Message: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.

…..

The file you are attempting to save or retrieve has been blocked from this Web site by the server administrators.  

….

Well after a while I just gave up and reconfigured TFS by hand.  I knew that decision was going to bite me in the rear later on but at 2am with time running out, it was time to get-er-done. So once the rest of the restore was done I kicked off a new project creation and guess what, SAME &^%$^# ERROR…  After some sleep it was time to hit it again.  Looking back at the error what struck me as odd was the error seems to imply that SharePoint was getting the web request rather than SSRS.  Sure enough after some digging around a bit more in IIS, IIS Logs, TFS it turned out my SSRS installation was actually instanced so instead of the normal http://server/Reports, it was http://server/Reports_TFS.  Well that fix was easy, tfsadminutil.exe configureConnections did that.  Re-ran “Create New Project” and it failed again but this time a bit farther down the stack.

This time the project creation wizard was saying it was looking for http://server/reports still but everything was configured to be …/reports_tfs. I have no clue where that was coming from but my solution was to just reconfigure SSRS IIS apps to drop the notion of the instance.  Re-Ran the Creation Wizard and now SSRS was hooped. The SSRS manager couldn’t find the SSRS services.  Well that must have meant somewhere in SSRS land it was in fact still pointed to …/Reports_TFS.  Sure enough in the config file for SSRS the URL was there.  Fixed that..

Re-Ran the Project Creation Wizard, Failed.  At this point I was ready for a drink.  Now SSRS was hooped trying to create db objects.  Well it was trying to create db objects that were not on the new instanced SSRS installation.  I searched around for a bit and said screw it.  Lets just rename the db to remove the …$tfs instance name and reconfigure SSRS to point at the new DB name.  Once that was done.

 

success

 

Moral of the story, more often that not the that error we sometimes just ignore is always a great pointer.  Just don’t ignore it so fast.

Monday, June 08, 2009 10:25:00 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

All content © 2010, Clark Sell
On this page
This site
Calendar
<March 2010>
SunMonTueWedThuFriSat
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910
Archives
Sitemap
Blogroll OPML
Disclaimer

Powered by: newtelligence dasBlog 2.3.9074.18820

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

Send mail to the author(s) E-mail

Theme design by Jelle Druyts


Pick a theme: