July 2005 - Posts

Kudos to Scoble

Kudos to Scoble for coming to the Atlanta Geek Dinner last Saturday.  He could have been hanging out with Bill Gates instead of us. 

Scoble Meetup

Saturday night's meetup at 5 seasons was great.  I got to meet Scoble, drink great beer, meet and talk about technology with a host of my tech counterparts here in Atlanta.  Scoble was chatting about Virtual Earth and was he ever right.  It's pretty damn cool.  The satellite photo and resolution (up to 40 yards!) is much better than Google's, and theirs lots of nice design features.  The light transparency of the top bar (IE only).  The double click to zoom and center.  A nice set of tools (permalink, locate me, blog it) and the large % percentage of page devoted to the actual map.  The virtual earth team hit it on the head with their Aerial Photo with Labels option.  This is what Google should have done.  I guess the folks at Virtual Earth where reading Tufte's post on mapped photos

Things I didn't care for in Virtual Earth?  I don't like that it opens a new window for directions.  And I'm not crazy about the compass rose; it should give more feedback when you click on it.  And it would be nice to be able to move both the compass rose and the zoom bar to the blue bar or anywhere you'd like. 

Topics at the meetup ranged for sever farm setup with Linux to Smart phones to of course, Windows Vista.  Rob Cannon and I had a great discussion about Avalon and all of the interesting stuff in .NET2.0 and his new gig.  Michael Earls talked about some very cool stuff that he's doing with Windows Media Center and other crunchy bits on .NET 2.0.  I also got to meet Jim Wooley, who is a VB guy working in the mortgage industry.  Jim's also a moderator of the local VB group.

One other interesting thing is that 5 seasons picked the night that Scoble came to dinner to start a blog.  Ken Grisnak is leading their effort to extend the experience of the brewery to the net.  Check it out if you're local or visiting Atlanta.

The only thing I would change about the meetup is to set up the area / tables so that there is more mingling.  See everyone at the next one!     

Update: On the Virtual Earth resolution 1 pixel = 40 yards.  Things I'd like to see:  Access to label info (think right click on the Staples Center in LA and set as the "Starting point" and then right clicking on the Hilton Checkers and set it as "Ending point" and then get a path between the two.  Another cool think would be to have different options for those paths.  Think walking directions in the city and driving directions in the burb's.  Another nice feature would be if multiple views are available of a sat view, make it an option.  Why?  If you look at downtown Manhattan the shadows cast by the buildings obscure the view.

 

Scoble Geek Dinner in Atlanta

Scoble is coming to Atlanta, so we're having a geek dinner at 5 Seasons Brewing.  Just RSVP in Scoble's comment section.  Here's the details.

Date: 23 Jul 2005
Time: 7pm
Where: 5 Seasons Brewing
           5600 Roswell Road
           Atlanta, GA 30342
           404.255.5911
Party Name: Scoble
 
 

         

New PDC XAML Flair

I've created some new PDC Flair with something that you'll actually see at PDC.  Avalon and XAML.  Since that's what I'm interested in seeing and promoting, I created mine out of XAML.  And I also want to create a round grid.  First here's the flair image.

XAML PDC Flair

 

To use this flair just copy and paste:

<a href="http://channel9.msdn.com/pdc/pdcfriends.aspx"><img src="http://dotnetjunkies.com/WebLog/photos/metablog/images/131255/original.aspx" border="0" alt="PDC'05 - Developer Powered" /></a>

And here's the Flair XAML.  You can either toss this in AvPad.  Or create an Express application in VS.NET 2005 and replace everything except the top Page tag.  You will need to add the Height attribute to the Page tag (This keeps the grid round by constraining the page size).  If there's any questions as to why I did what just post them in the comments.

<Page

xmlns="http://schemas.microsoft.com/winfx/avalon/2005"

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

Height="200">

<Border HorizontalAlignment="Center" BorderBrush="HorizontalGradient #6daae9 #3367bd" Background="LinearGradient 0.1,0.1 0.97,0.99 #3367bd #eee" BorderThickness="5" CornerRadius="180" Padding="15" Margin="10">

<Grid ShowGridLines="False">

<Grid.Resources>

<Style TargetType="{x:Type ColumnDefinition}">

<Setter Property="Width" Value="Auto" />

Style>

<Style TargetType="{x:Type RowDefinition}">

<Setter Property="Height" Value="Auto" />

Style>

<Style TargetType="{x:Type TextBlock}">

<Setter Property="FontFamily" Value="Palatino" />

<Setter Property="FontSize" Value="21" />

<Setter Property="TextBlock.Foreground" Value="#ececec" />

<Setter Property="LineHeight" Value="20" />

Style>

<Style x:Key="oldNumeralStyle">

<Setter Property="TextBlock.FontFamily" Value="Seven Monkey Fury BB" />

<Setter Property="TextBlock.Foreground" Value="#323232" />

<Setter Property="TextBlock.FontSize" Value="21" />

<Setter Property="TextBlock.TextAlignment" Value="Right" />

Style>

Grid.Resources>

<ColumnDefinition Width="20" />

<ColumnDefinition />

<ColumnDefinition />

<ColumnDefinition />

<ColumnDefinition />

<ColumnDefinition />

<RowDefinition Height="20" />

<RowDefinition />

<RowDefinition />

<RowDefinition />

<TextBlock RenderTransform="rotate 45" Grid.ColumnSpan="3" Grid.Column="3" Grid.Row="4" Style="{StaticResource oldNumeralStyle}">PDC 05TextBlock>

<TextBlock Grid.Column="1" Grid.Row="1" Grid.ColumnSpan="5">AvalonTextBlock>

<TextBlock Grid.Column="1" Grid.Row="0">XTextBlock>

<TextBlock Grid.Column="1" Grid.Row="2">MTextBlock>

<TextBlock Grid.Column="1" Grid.Row="3">LTextBlock>

Grid>

Border>

Page>

MIT Weblog Survey

Take the MIT Weblog Survey

Help make some science. Then check out the results. So far there's about 51000 people in the sample. 

What happened to Fingerworks?

WTFO?  I went to Fingerworks site the other day to recommend it yet again and here's the message I got: “ FingerWorks has ceased operations as a business. “ No word on the web as to what happened to the company.  If you know please post it here.