Photos from the code camp in South Florida - 2/2/2008

Published 11 February 08 10:37 PM | rfustino 

 

Alex Funkhouser's photos:

http://russtoolshed.spaces.live.com/photos/cns!21E783A9A5776E1!1238/

Here are my photos:

http://russtoolshed.spaces.live.com/photos/cns!21E783A9A5776E1!1136/

 

It was a great time, great event, great information.... GREAT JOB to the Developer Community in South Florida! It could very well be the strongest developer community in the country... CONGRATS! Looking forward to next years event.

Comments

# BioSensorAB » Photos from the code camp in South Florida - 2/2/2008 said on February 11, 2008 11:24 PM:

PingBack from http://www.biosensorab.org/2008/02/11/photos-from-the-code-camp-in-south-florida-222008/

# untac2 said on February 18, 2008 7:43 PM:

<Window x:Class="Window1"

   xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

   xmlns:local="clr-namespace:WPFOneWayBindToVariable"

   Title="WPFOneWayBindToVariable" Height="300" Width="300"

   >

 <Window.Resources>

   <local:ComputerInfo x:Key="ci"></local:ComputerInfo>

 </Window.Resources>

Now lets create a grid with 2 columns and 3 rows to show the class in.

  <Grid>

     <Grid.ColumnDefinitions>

       <ColumnDefinition />

       <ColumnDefinition />

     </Grid.ColumnDefinitions>

     <Grid.RowDefinitions>

       <RowDefinition Height="30" />

       <RowDefinition Height="30" />

       <RowDefinition Height="30" />

     </Grid.RowDefinitions>

Lets put the data in the grid we just created.

     <Label Grid.Column="0" Grid.Row="0" Content="User Name" HorizontalAlignment="Right"/>

     <Label Grid.Column="0" Grid.Row="1" Content="Computer Name" HorizontalAlignment="Right"/>

     <Label Grid.Column="0" Grid.Row="2" Content="Up Time" HorizontalAlignment="Right"/>

     <Label Grid.Column="1"  Grid.Row="0" Content="{Binding Path=UserName}" DataContext="{Binding Source={StaticResource ci}}">

     </Label>

     <Label Grid.Column="1"  Grid.Row="1" Content="{Binding Path=ComputerName}" DataContext="{Binding Source={StaticResource ci}}">

     </Label>

     <Label Grid.Column="1"  Grid.Row="2" Content="{Binding Path=UpTime}" DataContext="{Binding Source={StaticResource ci}}">

     </Label>

# Mai Nguyen's Blog said on May 27, 2008 9:30 PM:

I was volunteer at Florida 2008 Code Camp Final stats... From the Information from Mr. Dave Noderer there

# Mai Nguyen's Blog said on May 27, 2008 9:45 PM:

WOW, these are two special Events are helping me to started my Blogg for my M-aatechources with my honor

New Comments to this post are disabled

About rfustino

Russ wisely shelved dreams of rock and roll stardom in order to share his vast knowledge with developers nationwide. Given that he can’t sing or play an instrument, other than in Guitar Hero, we’re all very grateful. Russ has more than 25 years of software development. He’s the creator of the Russ' Tool Shed developer seminar series and has donned his trademark suspenders, hardhat and tool belt in presentations for over 75,000 developers at 1,700 events. Russ also has expertise in developing Visual Basic and Web-based solutions using Microsoft tools. Before joining Microsoft eleven years ago, Russ worked as a VB instructor, headed up a development department, and created several client/server applications and system software products. His specialties include development with VB.NET, XML Web services, ASP.NET, XNA, Silverlight, Development Tools and debugging. But make no mistake – Russ is not all brains. His big heart led him to establish Take a Swing at Cancer, Inc., a non-profit organization that holds softball and golf-based fundraisers to battle cancer. You have to know the code to get in the shed. KNOW THE CODE!

Search

Go

This Blog

(Russ' Tool Shed) MSDN Events

.NET Pub Club Videos

CTECs in the Gulf States

DE Blogs

Joe Healy

Other Microsoft Events

South East Region User Groups

Take a Swing at Cancer

Syndication

Page view tracker