I am getting a chance to do something I’ve wanted to do for a while – that is, get paid to do some Silverlight development.

That being said there is a lot to prove to our customer and ourselves that Silverlight is the right choice, and is at the right level of development, to be used as the platform for running day-to-day operations for a multi-million dollar business.  So we are undertaking a process to evaluate Silverlight and prove out some of the “unknowns” of Silverlight.

Other options are out there for the User Interface for this application:

(1) A “fat” installed app (WPF or WinForm) – the current app is a fat Windows 3.11/95-looking application with decent performance (especially when it was designed on PC’s with 1/10 the power of today’s applications).  But this app will be widely deployed (50+ sites) and tech support is limited and costly to overhead.  Web applications, or at least web-deployed applications, are preferred.

(2) An Ajax-enabled Web Site.  There is a lot of “magic” you can do with a little Ajax and some custom Javascript coding.  But, having done several of these sites, you end up feeling that you are making a web page do something “unnatural” (i.e. something it wasn’t designed to do).  And supporting and debugging these applications can be complicated.  Plus there is an inherent performance issue with even the best designed web application.  This is especially true when coming from a very performant Windows application to a new browser-based application.

(3) Flash/Flex. In addition to this Silverlight POC, at CQL we are working on a Flash and a Flex-based application from two other companies.  We’re updating a Flash-based application that gets a lot of XML-based data from simple web services, and we’re writing the services to support a modern site-wide Flex-based application.  There are other RIA options out there, and the two different design firms have much more experience with the Adobe products than Silverlight.  To their credit they have heard of and have used the basic Silverlight tools already, but never anything “production.”  So we need to prove to our clients and our design partners that this is a good idea.

So, what needs to be proven and how are we going to go about proving it out.

Here is the start of the list – this will build over the next few weeks.

1) Automated testing – how to test the front-end Silverlight controls using automated testing tools

2) Web Service calls / Databinding – using secure web service calls for data routines.  Pull-type calls for common actions/methods.  Also Publish/Subscribe type services that could push important data to subscribed controls.  How to handle disconnected concurrency issues?

3) Security / Roles – encrypted traffic.  Working in the same security context as the containing web application (i.e. login, roles, etc.)

4) Dynamic Control Loading – app needs to perform very well and should only load the components that are needed at any one time.

5) Keyboard/Keystroke/Hot-Keys – many of the current functions of the system have assigned key shortcuts than enable staff members to quickly access common features.  Can this be reproduced in Silverlight?

6) Stress/Load Testing – How does the load of an application that is mainly web service based differ from that of a get/post HTML web application?  Many small messages vs. less frequent bigger messages.

7) Real-world ability to work with designers – We’ve all seen the PowerPoint slides showing how easy it is to work with XAML between developers and designers.  Is it true?  Does it work in real life?

8) Uploading a file – can it be done in Silverlight or will we need some Ajax/Web Page interaction?

9) Drag-and-Drop – part of the app is a scheduling calendar – can appointments be rescheduled via drag-and-drop?

10) Controls – are there enough now for what we need in beta 2?  Are any third-party controls worth using/buying?  Can we do common data-entry validation (e.g. masked-edit textbox)?


Lessons from Keynote #2 – Steve Jobs

Posted on June 11, 2008 00:47 by Admin

If you ask most of the world about Steve Job’s keynote this week, they will basically tell you that it was the iPhone 3G announcement (new cheaper, faster, stronger, iPhone for the world) – which is true, but it was more than that.  This was at the WWDC (world-wide developers conference) for Apple Computer. 

iPhone as a Primary Platform

There were 5200 (sold out) developers at the WWDC for 147 different sessions (85 on Mac, 62 on iPhone). 62 on iPhone – 42% of the developer sessions were on the iPhone and new iPhone SDK 2.0.  You see, Apple doesn’t sell that many Macs, as their competitors will tell you.  Macs are only 5-10% of the total number of personal computers out there.  When Apple came out with the iPod and iTunes, they found a market they could dominate.  One of the other slides in this part of the keynote said there were “Three parts to Apple now Mac, Music, and iPhone”.  Apple makes as much, or more, on their iPods and Music as they do their Macintosh computers. 

Now they are looking to dominate the cell phone market as well – specifically the Internet-enabled “smart-phone” market.  And much of the rest of the keynote showed how seriously they are taking this market.  There has been talk of this trend away from personal computers and toward “intra-personal communicators”.  People don’t want to be “tethered” to a desktop PC, but mobile with their laptops and cell phones.

Mobile devices are a first-class development platform for 2008+

Partnership and Perception

So what does Apple need to dominate the phone business that they don’t already have? (1) the Enterprise user (i.e. the Blackberry crowd), (2) the College / GenX crowd, and (3) the Techy crowd (i.e. the ones who timed every download on the “old” EDGE network), (4) Loyal Mac/iPhone fans, (5) Education users (very loyal to Apple) and (6) everyone else.

When announcing all their new features, Apple did some important things.  For the Enterprise announcements they teamed up with top Fortune 500 companies to add credibility.  They dropped key technology names like Exchange and Cisco to gain points with the corporate IT crowd. SEGA was first off with a motion-sensitive Super Monkey Ball application to appeal to fun/gamers with an app done in “2 weeks” that beats all/most N-Gage games 3 or more years into development.  Then for “everyone else” there is eBay, TypePad, AP, MLB.com, etc.  For the Techys/Mac folks there are demos of “Cow Music” and games from Pangea Software.  For Education there are Medical content/training demonstrations.

In short it shows that Apple understands the market and their customers and has something to say to all of them.

Microsoft is doing a similar thing with Silverlight and the Olympics, MLB, NetFlix, and others.

It doesn’t matter how cool your technology is, if key players are not developing for it, then users won’t have any reason to move to it.

Leveraging the “2.0” Trend

Everything “cool” right now is “2.0” – whether it is Web 2.0, Learning 2.0, etc.  Now there is the iPhone SDK 2.0.  Most developers who wanted apps on the iPhone had to create Safari/Web based apps that fit well on the iPhone browser (and this will continue). But now what is touted as an “entirely new platform” enables full APIs (down to 3D graphics, and “presence”) for developing applications.

“2.0” isn’t coming, it is here – BTW, stop calling everything “2.0”

Internationalization

It has been largely possible to develop good web sites, and have them be very successful, using only American English.  Some/few sites have worked to become multi-lingual in other primary languages. Apple made it clear that the iPhone will have support world-wide with versions and cell phone carriers in 70 different countries. 

Developers need to think about multi-language support from the very beginning of applications.


Lessons from Keynote #1: Bill Gates

Posted on June 10, 2008 06:04 by Admin

There have been two interesting keynote speeches in recent memory: Bill Gates at TechEd, and Steve Jobs at WWDC.  They both reflected on the current state of technology, made predictions, and made announcements.  So what of lasting value came out of what they had to say, and how might this impact choices being made for the future?  I’ll give you my $.02 worth on both of them, and see what you think as well (and I’ll try to fix the Blog comments to get some feedback too).

Let’s start with Bill Gates (transcript).  Perhaps the most notable thing coming out of Bill’s keynote is that it will be his last as chairman of Microsoft.  I’m sure he’ll be talking in the future, but not in the same capacity.  What effect might this have on the future of Microsoft?  How much impact has he had in the last few years as chairman, and in what areas of the company?

Continued Increases in Performance

The new trend for increased performance is no longer increases in chip speed (i.e. number of instructions per second).  Now the increases will largely come from having many different cores and processors doing work together in a single machine or on a single chip.  Also, there are systems working together across different machines, even out across the Internet.  Today’s programs aren’t written to take advantage of this Parallel processing and Cloud computing.  New techniques, tools and frameworks will need to be built in order to take advantage of these new resources, or else fall behind.  Sun’s John Gage quote, and Sun’s motto, “The Network is the Computer” is turning into “The Network is the CPU”.  Programmers who don’t learn how to segment and separate their code for distributed processing will soon find themselves at the same disadvantage as those that couldn’t move from procedural programming to event-based and object-oriented techniques.

Changes in Interaction

A big theme in this talk was the future of human-computer interaction.  Now our input devices are basically keyboard and mouse and to a certain extent pen.  The future is all about “natural interfaces” like touch (and multi-touch), voice, and vision. Star Trek, especially The Next Generation, seemed to me to have a nice balance in their technology user interfaces.  There was voice interaction, tactile/touch LCARS screens, and pen-based PADDs.  The Microsoft Surface touch technology, now being demoed for Microsoft Windows 7, could easily implement LCARS.  iPhones have done PADDs even one better by including the communicator.  Really the only illusive technology is the voice-recognition, which is still very hit-or-miss with today’s technology.  The vision systems have a lot to offer.  The Wii implements vision and 3D motion in their controller to great success.  The main lesson here is that developers who do not spend some time looking beyond simple point-and-click and keyboard input may also find themselves falling behind.

Robotics

The last thing that struck me was a seemingly larger commitment to robotics than I have seen from Microsoft before. In a sense robotics is extending the range and type of outputs in much the way the “natural interfaces” were extending the inputs.  They made the interesting comparison between the robotics development environments today and the computer programming environments 30 years ago.  Developing for robots means developing for a mobile system.  It means being able to process a wide variety of sensors and inputs and make decisions quickly.  It also means programming routines that are constantly running (e.g. keeping the robot balanced, monitoring the environment, etc.) and that run independent from one another.  On interesting component in the Microsoft Robotics Studio is the very sophisticated simulation environment.  What it means is that people can create programs for very expensive or dangerous robots and run a variety of tests and actions without ever needing to test on the actual hardware.  In fact Microsoft has started a Robochamp competition to see how well people can do at programming robots in large-scale scenarios (e.g. DARPA urban challenge, Mars rover, etc.) without needing the hardware (or getting to Mars).  In a sense this is disappointing because you don’t get to do the engineering and inventing of the robot (which LEGO Robotics folks will tell you is more than half the battle).  But in another sense it means the people with a simple download can get a flavor of what this type of programming is like without a huge investment.

Creating programs that talk to a wide variety of peripherals and take input from many sensors is an important trend here.  And learning to program and test in a simulated or virtual environment is also a good thing to learn.  All-in-all I think this was a very good breakdown of some of the challenges facing developers today.

Next we’ll look at Steve Job’s perspective …..


How I Got Started in Software Development

Posted on June 6, 2008 07:34 by Admin

Continuing the How I Got Started Meme… cool idea, get to know the TwitterTribe better (and others)

How old were you when you started programming?

Wrote first program at 11 - BASIC 1.0 on Commodore PET

How did you get started in programming?

In grade school I was most likely ADD, so when I got done with my school work early I was a bit "high-maintenance".  The teacher's solution was to send me to the library and let me be someone else's problem.  Fortunately the librarian was great and always had stuff to do, books, filmstrips, etc.  Then one day the Commodore PET arrived and I lost 2-3 hours a day for the rest of 6th grade.  The sample apps were fun to play, but I wanted to see how they worked.  Some apps were "protected" but many others you could see the BASIC code.  A few books and a text-editor later, we were on our way.  Wrote several semi-complex apps, but they were pretty juvenile.

What was your first language?

BASIC 1.0

What was the first real program you wrote?

First of any length was a "Lord of the Rings Adventure" game, modeled loosely on some of the Scott Adams Adventures that were poplular at the time (e.g. Adventureland, Pirate Adventure, etc.).  It was text-only (i.e. a "console app" for younglings) even had a basic parser (bunch of nested if/thens) - AppleSoft Basic.  Even made up some disks of it to sell as "shareware".  Never sold any - gave a couple away.

First program I ever got anything for was a simulation of a beam of light bouncing off a parabolic mirror for the Cranbrook Institute of Science.  They had a huge (4-5 foot diameter) parabolic mirror in one of the exhibits and wanted to simulate how the beams of light went into the mirror and back out.  The program used Apple ][ "hi-res" graphics and a game paddle (PEEK/POKE) so you could move the beams of light around and watch how they moved across the screen, off the mirror, and all went through the focal point.  Hardest part was drawing the parabola.  All I got for it was free admission and access to some of the "backroom" areas of the museum - it was worth it.  Funny thing was when I went back years later the mirror was gone but the Apple ][ was still there (as an exhibit - sigh).

What languages have you used since you started programming?

I'll define "used" as writing 2 or more programs, over 1000 lines of code.
BASIC (many variants), 6502/68000 Assembly, Pascal (several), PAL, Fortran 77, Modula-2, C, Objective C, RPL, AppleScript, HyperTalk, Mathematica, Javascript, LOGO, Iptscrae, Perl, SQL, Java, ActionScript, VBScript, VB.NET, C#, NXT-G

In the "hello world, up and coming" list are: F#, VPL, PHP

What was your first professional programming gig?

The first full-time (summer) job where I got a paycheck was at the Masonry Institute of Michigan.  They needed a Novell 2.11 server installed, Baseband wiring for a network, and mostly a shared database server application.  This was a Paradox database, which meant I spent a few months learning and programming some pretty complex apps in "PAL".  There are still some nice things you could do with PAL that are much more complex to do today.

The next summer I got paid as a research assistant programming quantum-mechanical wave functions in Fortran 77 on a Cray YMP Supercomputer.  The Cray was in California and we connected first via 300 baud modems, and later over this new "Internet" thing.

First full-time professional web programming job was using SuiteSpot with LiveWire Pro from Netscape Communications Corp to code in server-side Javascript.  You got to use Navigator Gold to edit source files which it actually compiled up to the server.  There were objects to maintain state and the suite included Informix to contain application data.  We used Oracle for some data from customers as well.  We used both Solaris and Windows NT 3.51 (with Netscape's HTTPD server, not IIS 1.0).

If you knew then what you know now, would you have started programming?

Yes. No regrets.  I might have taken computer programming "seriously" a bit sooner (I guess implying I take it seriously now).  It was always more of a hobby.

If there is one thing you learned along the way that you would tell new developers, what would it be?

Code a little every day, and use a new language or framework whenever you get a chance.  But, take a day off a week and unplug and go off the grid for a while with real live people, friends, family, nature, etc. and do things.  If it needs batteries or a plug, let it go for 24 hours.  Even just in practical terms, completely letting go of tech regularly tends to "free up your local cache" and "defrag your life".  You might need to drag some others with you, kicking and screaming from their wired "life support", but they will thank you for it, in the end (you know I don't mean literal "life support" right - a metaphor).

What's the most fun you've ever had ... programming?

It's all fun, really, just different kinds of fun.

There is "Puzzle Solving" fun, learning something new, rendering a 3D Fractal for the first time, creating something that wasn't there before.

There is "I have Power" fun, typing in a command and having the computer "obey" you for the first time.  Even now programming a LEGO robot to "do my bidding" is oddly fun.

There is "Gaming" fun, writing a basic game that someone actually has fun/laughs using, playing games (Wii Mario Kart, is fun).

There is "Helping Others" fun, seeing a start-up or inventor/entrepreneur get their site up and running and start bringing in customers, fixing a family computer (again) so they can get back to whatever they were doing (fun for the first few times)

There is "Hacking Fun" taking things apart, putting them back together (sometimes), tracking a Wii controller via Bluetooth, making a touch screen, etc.

Any and all of these could justify an "all-nighter", and be a lot of fun.  There is a lot of "un-fun" things in our business, but most of the actual coding is really fun.


Community Clips

Posted on May 19, 2008 05:26 by Admin

I've been committing to get back to occasional blogging, in addition to following Twitter, so I wanted to see if I really could get out a 10 minute idea-to-blog post.

Here it goes.

I found this really handy utility on the "Office Labs" site called "Community Clips".  On the surface it is "just another screen capture utility" but I found it really handy.

Once installed it will capture the screen (or specified window) and record the input on the microphone.  So you can start recording, do a task you want to help someone with, and save the screen capture and audio down to disk.  The nice thing then is you can just upload that video and you are basically done.  The software will even automatically upload your video to the Community Clips site if you are demonstrating some Microsoft software.  Then your tips will join many others for the same product.  Since I didn't have a real worthy example, I just uploaded mine to Silverlight Streaming and YouTube.

This seems like a great way to do basic tech support or short instructional videos.  There are certainly much higher-end software for longer sessions, special features, editing, etc. - but for the quick one-off videos of this type I think a simple tool like this is ideal.

Below should be the samples - you'll need Silverlight for the top one and Flash for the bottom one.

And yes, this post, plus the video and uploads, fit in the 10 minute post goal!

p.s. The video is really boring - don't have a microphone set up right now.  Just me loading the Community Clips web page.  Just a technical test - but it works.

p.s.s. It is an interesting comparison of Silverlight Streaming vs. YouTube.  If you double-click the Silverlight version it will go full screen - at which point it is quite usable.

Community Clips


MVC Tips and Tricks from WMDoDN 08

Posted on May 12, 2008 00:42 by Admin

Over the next week or so I plan to have individual blog posts about my "favorite" demos in this presentation, but I wanted to get the PowerPoint stack and code samples out there ASAP.  I will definitely blog in detail about the SEOHelper, Blueprint CSS additions, jQuery Ajax (3 ways), and the MasterPage/BaseController/BaseViewData pieces. 

 

Where to get the current MVC builds

 

Blog posts, forums, etc. where many of these ideas/solutions came from

 

Projects, resources, etc. where many of the libraries came from


Day 1 - Festival of Faith and Writing 08

Posted on April 17, 2008 14:05 by Admin

Well it has been quite a day - more than I ever expected.  But a little background first.  Every two years (i.e. the "even" years) since 1990 there has been a conference called the Festival of Faith and Writing, this is the fourth time I've been able to attend. 

Over the years they have attracted great writers, presenters, artists, publishers, editors, etc. (e.g. Updike, L'Engle, Weisel, Dillard, Rushdie) and this year is no different.  Tonight's keynote was Pulitzer Prize winning author Michael Chabon (The Yiddish Policemen's Union, The Amazing Adventures of Kavalier & Clay, McSweeney's Enchanted Chamber of Astonishing Stories).  It was really an inspiring message, and was not at all what I expected.  Tomorrow night's speaker is Yann Martel (Life of Pi) and Saturday night is Katherine Paterson (Bridge to Terabithia, Jacob I Have Loved).  This is after a full day of shorter topical sessions that are also very good.

But why am I here?  I don't write like I used to.  I previously co-wrote a few computer textbooks and labs for teachers and students in the early 90s and monthly educational technology articles for 9 years, through 2006.  But really nothing now.  Should I continue using two vacation days and a lot of time to attend this conference.  After today, I'd have to say an enthusiastic "yes".

The reasons I am eager to attend are varied but mainly include getting out of my "comfort zone" for a short time and experiencing a culture and community in a depth that can rarely be seen in any other forum.  While attending a "reading" (Shauna Niequest reading Cold Tangerines) this morning I realized that I was perhaps only one of 6-7 men in a room full of women of all ages.  I decided that this may be the location of all the women who were notably absent at all the technology conferences I attend.  This is not to say anything bad about men or women - in fact let me make an open invitation to any women who would like to attend our upcoming Day of .NET 2008 on May 10.  Even if it is "sold out" (still free) I'll find a way for you to get in if you want to check it out.  To hear her read one of her very funny and insightful essays (that somehow included childbirth and road rage) was something special and kicked of the day rather well.

But the variety of the day was just getting started.  Next Mary Gordon (Final Payments, Men and Angels) discussed "Is Fiction Moral?" which lead to a thread the rest of the day about whether art/writing/etc. is fundamentally "good".  She added a long experience in writing since the 70s with a feminist and troubled Catholic background, to bring together yet another background and culture I don't interact with much.  Next Gary Schmidt shared experiences of dealing with issues of race, economic inequality, broken trust, failed leaders. How a child goes from a world of "run spot run" to one of beginning to understand issues of vocation, economics, politics, aesthetics and relationships - none of which have easy black-and-white answers.

One more main session left, then the keynote at 7:30 tonight.  My mind is already buzzing in parts of my brain that get sadly little use otherwise.  But next is a presentation by Jon J Muth who is an artist/illustrator of children's books like Stone Soup, The Three Questions, Zen Shorts (NYT Best Seller, Caldecott Honor) and Zen Ties - not to mention drawing graphic novels like Niel Gaiman's The Sandman: The Wake and J.M. DeMatteis' Moonshadow. Muth is a very talented artist with traditional graphite ink-brush.  Half of his presentation was in demonstrating his craft both drawing an intentional object (an elephant in this case) and in letting the drawing come from the strokes themselves.  A practicing Zen Buddhist and artist, he explained how his beliefs, craft, and the experience of the birth of recent twins, has shaped his current work.

I'm now on experience and information overload, so I head home to have dinner and a short nap before the keynote (which I can do because I live less than a mile from the keynote location).  Finishing the day with a well prepared and executed essay and talk by Michael Chabon capped off the day nicely.  He recounted his personal experiences as a Jew in search of an identity, as well as being a child with an amazingly active imagination and unnatural taste for genre fiction.  He led us through a winding path through a book he found almost by accident "Say it in Yiddish" which lead to an amazing amount of introspection, creativity, conflict, and ultimately his novel The Yiddish Policemen's Union. It was an amazingly humorous, but also touching and personal account of his experiences which have led to his numerous writings.

I have no idea how processing all of this will impact my "real job" or "real life" but to hear essays about childbirth, discussions of morality and truth, feminism, race, politics, inequality, art, Zen, and the lost Yiddish language and culture have all given me unique perspectives that I would otherwise have not had.  Two more days of this, and some reflection, and we'll see how this can be applied in my current endeavors.


I don't have time to post much this morning, but I wanted to get this out.

This Saturday (March 22, 2008) we attended the West Michigan FIRST Robotics Regional Competition over the weekend.  I'll post a couple pictures, and my first YouTube video (from my digital camera - came out pretty good).  I'll add some commentary and thoughts about it all very soon.

We got to the competition with the preliminaries already underway.  The rules are quite complex, but here is a link if you are interested.

robo_arena

Then we visited the "pits" where many of the teams were willing to show us their robots close up (safety glasses please) and explain how they worked (and give out their team pin - which were cool to collect).

robo_wobot

This is the "WO-Bot" from West Ottawa High School (near Holland) - this was Nathan's favorite as it tossed the ball over the divide.

I went through all the pictures and they really don't give you a feel for what went on there.  I added the YouTube video below to see if that would help.

Lots of lessons and ideas came out of this day.  More to come.


Cool Tools: Window Clippings

Posted on March 18, 2008 00:31 by Admin

Another tool I use almost daily for documentation and presentations is Window Clippings, by Kenny Kerr.  There have been screen capture utilities out there since ... well ... since there have been screens, so why is this one different?  There are several reasons.

First, as with other really useful tools, Window Clippings integrates seamlessly into your system and just seems to become part of the operating system.  I hit "PrtScrn" and get Window Clippings.

Second, it does the most common things I need with a simple click of the mouse.  Most often when doing a screen capture you are selecting an entire window - Window Clippings knows this and lets you select a window directly.  Also, it is "Vista Friendly" - what I mean by this is that Vista introduced all kinds of transparency and "Aero" features which can lead to other windows (or your desktop) bleeding through transparent areas on windows that end up in your screen capture.  Window clippings isolates the window clears whatever is behind the window from the screen capture.  Nice clean window capture.  After selecting a single window, the most common thing I need is to capture a section of a window (or the entire screen).  Window Clippings lets you crop or expand the capture area before you capture the image so you only get what you want.

Third, Window Clippings gives you options of what to do with the captured image.

image

You can copy the image to the clipboard, save the image to a file (even pick the file type - PNG, JPEG, TIFF, BMP), and even add a "post-save event" to post-process the image once you have taken the picture (never done that - sounds interesting).

The last thing I really like about Window Clippings is the ability to set a time delay before the picture is taken (kind of like the timer on a camera).  This lets you set up things like opening menus initiating pop-up windows or other "strange behavior" on the computer that you couldn't capture with a keypress (i.e. the keypress would either not get through or would take focus away from what you were trying to capture).

There is a free version that implements many of the functions and may be enough for some people's needs.  I dropped the whopping $10 for the full version (adds cropping and time-delay, and more).  I can easily recommend this tool to others.


I know Spring Breaks are coming up (or in progress) and people are heading for Florida.  Having just gotten back from a great trip there, I wanted to share a few more things we found there that greatly exceeded our expectations.  This one is Honeymoon Island and Caladesi Island (both Florida State Parks).

If you are on the "gulf side" of Florida, and anywhere in driving range of the Clearwater Beach / Tampa area, this one may be for you ...

image

The first thing you will notice about the islands is how (relatively) few people will be there (compared to Clearwater Beach or other public beaches).  This is for, in my opinion, three reasons.  First, it is out of the way a bit - you need to drive a little ways to get there, and it is away from any major city.   Second, there are no hotels, motels, restaurants, bars, etc. on the islands - bring a lunch/drinks with you (or settle for the "snack bar" type food there).  Finally, you have to pay to get in - only $5 per car to Honeymoon Island, add $9/adult and $5.50/child to take the ferry to Caladesi Island (yes you can only get there by boat, but it is worth it (see below).  My point is, you need to make an effort (in driving and money) to get there which many/most people will not do.

imageSo why is this place so great?  Let's start with the obvious - it's the #2 rated beach in the country (and stands up to that rating).  I've been to Coco Beach, Daytona Beach, Hilton Head Island, Clearwater Beach, Grand Haven, Sleeping Bear Dunes, and a few others and I can say that Caladesi Island is the nicest beach I have ever been to, by a significant margin.

imageNext, since it is a State Park they have done a lot to not only protect wildlife, but also guide you to see it.

At the entry of Honeymoon Island there is a nature center / ranger station.  There they had a huge deck with a bunch of spotting scopes where we could see herons, egrets, owls, hawks, tortoise and a bunch of other wildlife (even a Nine Branded Armadillo).

The tide was heading out as we got there, and there were more shells (empty and full) than we saw in all our other "shell hunts" combined.  We found many sand dollars and great samples of all kinds of other shells.

imageOne of the ladies that worked there had found a stranded (living) starfish which we put in a pail and watched for a time.  We put him/her/it back out deeper in the ocean before we left to live another day.

They had kayaks to rent as well as chairs / umbrellas if you wanted them.  This is nice as you don't have to haul your own over on the boat, or lay on the sand for 3-4 hours.

imageI forgot to mention that. The ferry to Caladesi Island leaves from Honeymoon Island every hour (or half-hour).  The ferry holds about 30-35 people.  Now the only way off the island is the same ferry going the other way, but there isn't room for everyone who came out during the day to head back after sunset.  So you get pre-booked on the return ferry that leaves four hours from the time you came over.  We came over at 11:30 so we were pre-booked on the 3:30 return ferry.  You can show up for an earlier (or later) ferry, but those who are pre-booked for the return ferry get preference.  So you may have to wait 30-60 minutes for the next ferry if it fills up.  They will run until everyone gets back, but they try to make each run as productive as possible.

So, if you like a great beach, nature, shelling, sunshine, boat rides and a little adventure - then this might just be for you.

Enjoy - let me know if you go - we can share some more stories.


Cool Tools - ZoomIt v1.8

Posted on March 11, 2008 04:45 by Admin

I occasionally run into some cool software tools that I end up using a lot, and wanted to blog about them.

I have a few that I want to post soon - here is the first.

imageZoomIt is a simple free utility developed by Mark Russinovich at Sysinternals and distributed by Microsoft.  It basically does three things, and only three things, but it does them very well.

I use ZoomIt primarily when doing presentations (on a projector or working with several people on a single computer).  When you press a pre-determined key sequence (Ctrl + 1 as a default). The screen will zoom in 2x centered on your current mouse location.  It is a nice animated zoom that clearly shows what is being magnified.  If you want to increase (or decrease) the level of zoom you can use the mouse-wheel or up/down arrow keys.  Hitting the ESC key or right-mouse button returns you to normal operation.  This enables you to quickly zoom up on some text or controls that may be too small to see (or see well) on the screen.  This is allI use ZoomIt for 95% of the time.

But for completeness there are two other functions that exist.  The next is "Draw" mode.  This is kind of a "John Madden" draw-over markup of the current screen.  If you want to highlight, circle, point to, or even type on the screen (in 5 fabulous colors) you can with this function.  It will remind you of working with a very limited paint program, but can be very effective at drawing attention where you want peoples attention (bad example below).

image

You can also type "w" or "k" to wipe out the screen and turn it in to a temporary whiteboard or blackboard.

The final thing that ZoomIt will do for you is pop-up a timer in the middle of the screen.  It is a no-nonsense block of red text on a white background that will count down the seconds for the amount of time that you set.  It defaults to 10 minutes and you can use the mouse-wheel or up/down arrows to adjust up or down the number of minutes.  This is useful if you want to start a presentation on time (i.e. a count-down timer to start), or take a 10/15 minute break in the middle of a presentation, or give your audience a specific amount of time to complete a particular task.  Again, a very simple no-nonsense approach, but well implemented if this is something you need.

ZoomIt v1.8


Looks like at least one announcement got out before the MIX'08 conference even started - and it is a big one.

I am eager to see how this plays out, but it looks like now software developed in Silverlight will be able to run on Nokia Series 40 and S60 phones (which is quite a few phones by the way).

I'm not sure what (if any) subset of the features will be available on phones, and what type of Internet connectivity you can get, but the ability to now easily develop cellphone applications (on non-Microsoft OSes) is really cool.

So how do I get started?

Microsoft, Nokia Put Silverlight On Mobile Devices -- Cell Phone -- InformationWeek


gam_legohaloegamscanfake_490 

If you care about LEGOs and/or Halo you might read the links to this story first before proceeding .....

 

OK, still here - you can always tell a great joke when (1) a person (or persons) really falls for it hard, and (2) it is pretty harmless and in good fun - this one is/was both.  But what I am wondering is, has an April fools gag ever gone on to be actually true?  I mean the reason people fell for this (and I was starting to believe it as well) is that making a LEGO Halo game would be an awesome idea.

Forget the fact that they are completely different audiences (kids vs. adults) and come from game publishers that are in direct competition.  Mixing "M-rated" content from a game into the LEGO world would probably never happen - they had to take all the bad guys out of the Raiders of the Lost Ark series, for example.  So you'd have to suspend all reason to make this work, but it would be cool.  Especially if it was as well done as the Star Wars LEGO games.

April issue of EGM reveals Bungie's next project: Lego Halo - Joystiq


I wanted to make a quick post to say things are still moving along, but we've been in a period of sickness in our house, which is never fun and depressing blogging material.  So I'll leave it at that.

Our next 'Bots on the Rock (LEGO Robotics Club) meeting is Tuesday (see the link for details).  We'll be going over some more movement, turning, touch sensor, etc. to get ready for our first competitive event - the race.  So stop by if you are interested.

Finally, I had the realization that my nice fast computer is now pretty normal.  On Woot (www.woot.com) today they are selling a Gateway Quad-Core desktop (refurbished) with even better base specs than mine (e.g. 500Gb drive, NVIDIA 8500GT) for $599.  I am not recommending this machine (I've been burnt on refurbished equipment before (90 day warranty), and you have to wonder what kinds of problems have to exist for them to get enough returned/refurbished machines to sell a whole bunch of them on Woot).  I'm just saying that you know a level of technology has arrived when you can get them in the "used" bin (or at Wal-mart).  Supercomputers on the desktop - now what do we do with the power?

It'll be a busy week with robotics and pinewood derby (and everything else) with a family in different stages of sickness.  I'm feeling better, but I had it first.  But hey, the snow is melting! Spring is coming.


Lunar Eclipse 2008

Posted on February 20, 2008 22:15 by Admin

Last night was about as perfect as a lunar eclipse can get (other than the cold).  The skies were completely clear.  The total eclipse was at a late enough time (10:01) that it was dark enough, and not too late that you had to get up in the middle of the night to see it happen.

moon0

We went out every 20 minutes or so starting at 8:45 and discussed what was happening in between.

moon1

I had forgotten just how dramatic the red color of the moon was at the peak of the eclipse.

We didn't watch the "other side" of the eclipse - maybe in 2010 it will be a summer event and we can camp out under the moon.


First "'Bots on the Rock" Meeting a Success!

Posted on February 20, 2008 01:24 by Admin

botrfirstmeeting Well we had our first 'Bots on the Rock (LEGO Robotics club) meeting last night and things seemed to go really well, all things considered.  We didn't advertise or promote the first meeting in any way, and fought some pretty nasty weather, and still ended up with 11 kids and assorted parents (who seemed to get into it as much as the kids).

We got through everything we planned which included some organizational information and general welcome, a few individual and group exercises to get in the mood/mindset of robotics programming and then got on to our first "mission" which was the rescue of some stranded LEGO people across an expanse, without hitting the mines in the minefield (of course).  The kids worked in groups of two with parents getting into it as well.  We had 6 robots sharing 3 laptops, but everyone was able to go through several revisions of their robots and programs and complete the mission successfully before we ended for the night.

Ron came through with a great room with a projector and space to set up, and also got two LEGO NXT kits for those to use who don't have a robot of their own.  Dan did a great quick assembly of an FLL regulation LEGO table.   I collected some activities and ideas to get started.  It all came together, and even ended on time (started 15 minutes late, but we were assembling things until the last minute).

We'll start promoting a little now and have our next meeting March 4th.  I expect there to be perhaps double the people next time.  We're talking about having two rooms instead of one.  That way we can have one room to kickoff the meeting and then instruct and give more help to those who need it, and let the experienced folks get right to work in the other room.  We may end up needing a second table-top, but those are the good kinds of problems to have.

The real trick will be to keep things going now and always have the possibility of having brand new people who are starting from scratch combined with those who have been programming and competing with robots for years.


Microsoft DreamSpark

Posted on February 18, 2008 22:36 by Admin

So say you are a poor college student who wants to program computers or write games for the XBOX 360.  You've already spent all your money on tuition, room-and-board, and pizza.  So your only choice is really a free distro of Linux and some free open source programming tools, right? Wrong.

Enter Microsoft DreamSpark which is a cool new program announced by Bill Gates yesterday.  For verified college students, they can get free full-function versions of Windows Server 2003, Visual Studio 2008 (Professional), Expression Studio (including Blend, Web and Design), and the full XNA Game Studio (including 12 month subscription to the XNA Creators club to play your games on the XBOX 360).

This is thousands of dollars worth of software given out just because you happen to be getting a higher education.  Later in life, unless you end up a career college student, you will have to pay for future versions.  But as long as you are a student the stuff is free.  To me this really is a win-win idea.  Students get great full versions of professional development tools (even if it is just to evaluate against the free options).  Microsoft gets their products in front of the future business and technology leaders.  Sounds good to me

Microsoft DreamSpark

Bill Gates talks about Free Software, Students, and Technology | Posts | Channel 8


Why I like Twitter

Posted on February 13, 2008 03:41 by Admin

When I first heard about Twitter in late 2006, I thought it was the latest example of just another social experiment that seemed trivial and an amazing waste of time. You joined up and started posting very short (140 characters) messages about what you were doing or were thinking about. Then other people could follow you and see your messages and you could follow other people. You only saw messages from people you followed, so you could control how much you wanted to monitor. And people could choose to follow you (and if someone creepy was following you then you could block them).

But, in the last six months or so I have been really starting to use Twitter for actual business use and found it really helpful. This is mainly because of the quality of people that are using it which makes it valuable to follow them. There are at least three types of people I follow: (1) industry leaders (people who are leading the way in technologies or trends that I care about), (2) acquaintances (people you’ve met a handful of times and want to keep in touch with, and may occasionally e-mail), and (3) peers (people who you know by name and face and could e-mail or call up as needed).

So Twitter is really about half-way between e-mail and IM, with a little "blogishness" thrown in. It is asynchronous so you don’t have to be online at the same time as other people, but also nearly real-time as you can react or respond to messages within minutes or hours of their sending. It is much lighter than blogging (say what you are going to say in 140 characters or less), but has been called "microblogging" as it is a stream of ideas and thoughts that map to an individual.

So what are the practical "use cases" for Twitter in business? Here are a few.

(1) When you are stuck in a technical or programming problem and could use some outside help. Spamming your closest friends with your issue might be a solution here but you certainly wouldn’t e-mail lesser known people and bother them. You probably wouldn’t blog about each thing you are working on or having issues with either. But with Twitter you can put up a short message about what you are doing and see what might come back. Conversely you can occasionally monitor “the feed” to see what others are working on and see how you might be able to respond or help out.  But on a busy day you just let the posts flow by without feeling the inferred obligation that an e-mail might create or the interruption of an IM.

(2) Stating what you are learning about or trying out for the first time. Then others may be able to recommend books or resources on the topic, or remember to contact you when they go down that road in the future.

(3) Communicate about local events that people may be interested in attending or hearing about.  When/where/why/who

(4) Follow industry current events and announcements that may have an impact on what you are doing. You can’t get to every conference, presentation or other industry event but you can follow those that are attending and/or presenting.

(5) Words of wisdom or wit to inspire and amuse people and remind us that we are all still human.

(6) And just plain staying connected with the wide world of people who share some type of interest with you (or following those who have taken a different path than you to be able to compare and contrast your positions).

This all being said, there is a lot of junk out there and I have stopped following a people because of the quantity or content of their messages. But that is the beauty of Twitter – the opt-in, opt-out nature – that and the short messages (it is a real skill to say a lot in a little space). You can easily keep up with your timeline/stream in under a minute and it takes even less time than that to update your current message or respond to someone. The time/value ratio is very high (in my opinion).

Anyway, if you are on Twitter or are considering it, my Twitter ID is "babernethy". If not I still e-mail, blog and IM.


Shuttle Launch Experience

Posted on February 10, 2008 14:26 by Admin

shuttle_pad Well it is easy to say that one of the highlights of my Florida vacation was the launch of the Space Shuttle (STS-122). 

We visited the Kennedy Space Center the day before the launch (which is an amazingly worthwhile trip even without a launch if you are in the area).  Having been to Universal Studios the week before, much of what is at KSC was very similar.  There are "edutainment" shows and 3D movies (IMAX and on stage), rides that simulate the Shuttle Launch, expensive food, and lots to do.

The more interesting parts  to me was on the bus tour (3-4 hours worth at three different stops along the way).  I wont detail all the stuff in this post, other than to say that the first stop was quite close to the Shuttle launch pad (39b), the second is at a building where they completely enclosed and restored a full Saturn V rocket (amazing), and the last is the Space Station prep and assembly building.  The amazing thing about this last stop is that you actually walk through a glassed in hallway overlooking the actual assembly of the final Space Station parts (can't even use flash photography (no-flash is ok) because you could damage some of the components being assembled).

The thing that struck me the most about the whole experience at KSC is how "possible" all of what NASA is doing seems to me now - in contrast to when I was there last (30 years ago).  None of the science, physics, chemistry, engineering or computer processing seem as unattainable or "magic" as they once did.  Newton's laws make sense, Oxygen and Hydrogen combine and burn in powerful (but understood) ways.  Radar and GPS systems can track things well.  Computers can process millions of instructions per second (in a $300 game system now). Think about the Shuttle - it is basically 1970/80s design and engineering brought forward with some advances as needed.  The Shuttle fleet is being retired very soon - Atlantis will soon become "spare parts" for the rest of the Shuttles (this is one of its last flights).  They are even "reverse engineering" much of the Saturn V technology to help design the new Ares series of launch vehicles for future missions.  I mean the amount of brainpower and ability needed to safely get people to space and back is still amazing (astounding really) but now it seems like it would just be really hard to accomplish, not impossible.  When my kids talk about possibly being part of the missions in the 2020s and 2030s I tell them that it is really possible - and mean it - more on this later.

shuttleOn to the launch. We were able to view it from the Kennedy Space Center the next day, about 7 miles from the launch site.  We got there really early (too early) at about 7:30am (passes said no later than 8:00) and got a great parking place.  We went in and picked up the IMAX 3D Space Station movie that we passed on the day before. 

We were told there was about a 25% chance of launch that day.  The weather accounted for most of this (a cold front coming through with rain) and the pressure sensors that had failed several times before were still "iffy".  I decided to park in the bleachers by the countdown clock and "jumbotron" and watch the whole thing unfold throughout the day.  There were many astronauts and other NASA folks sharing information and experiences and it was really interesting.

But 5 hours in 86 degree heat in direct sun wears on you after a while - especially when you are from Michigan and not used to the heat.  My wife and kids left me early on to see some shows and stay out of the heat.  I gave up after the astronauts were settled (the sit there for 2+ hours after they are hooked up basically doing nothing - one astronaut who was speaking told us he slept for most of that time (which I found hard to believe).  He shared a great story I should recount sometime later.

Finally it came to time for the launch - all the weather had blown north, the sensors held up just fine, and we were 9 minutes from launch.  We found a good place to view from and waited.  The countdown came and then it happened.  Wow.

I've seen many launches on TV but always wanted to be there live and I have to tell you it is something that is nearly impossible to express in words, pictures, or even video - but I'll try. 

The first thing I noticed as being different than all the other launches I've seen is the fire coming out of the rockets - no picture can really capture it.  When you view a picture or a poster on the wall you really only see the reflected light from sources in the room.  When you view a computer screen you see light transmitted outward in different colors.  To really understand how the fire looked you need both.  A fully illuminated poster for all the details of the sky and the trees and the smoke, but also a source of light nearly as bright as the sun coming from the rocket like the flame of a candle in a dark room.  It was strikingly bright - it'd be "overdone" if it were a special effect - too bright to look at for very long.  You just get captivated by it watching it go up until the fire is obscured by the clouds of smoke as it gets higher up.

The other thing that really struck me was the sound - even miles away you really "felt" the sound more than "heard it".  It is said that any living thing within 1000ft of the launch pad will be killed by the sound waves alone (the birds know when to leave).  I imagine an 10,000 watt IMAX THX 10,2 sound system could start to approximate what it sounded/felt like.  You also notice the sound trailing off as the Shuttle gets higher and higher up.  Very cool.

We were also able to see the solid rocked boosters (SRBs) detach from the shuttle and fall, like little white specs, back to the earth.  We'd seen that several times the previous day in the Shuttle Simulator and models, so to see it happen live was a real treat.

One other unexpected result of coming to the live launch came much later on that night when we were going to the pool back at the hotel.  It just-so-happened that we were staying at a hotel that NASA had put a number of people up at and we had noticed the meeting notices in the lobby for NASA,USA (United Space Alliance), and Boeing.  When my daughter and I were fetching her goggles from the room we ran into an older man getting on to the elevator.  He had a STS-122 embroidered shirt so I asked him if he had seen the launch earlier that day.  He said "yes" and that his son was one of the astronauts who was on the Shuttle that day.  He was clearly experiencing many different emotions all at one time - I shook his hand (in my Coco Beach t-shirt and swim trunks) and congratulated him.  My daughter looked at me and said something I don't really recall exactly, but the idea of it was "So you said we could actually be involved with space missions in the future, and that guy's son just took off - that could be you in the future?" "Um, yes, that's right ....."

Sometimes we tell kids that they can go as far as their talents, gifts and determination can take them, and to be honest sometimes we (I) say it half-heartedly or just simply as encouragement.  This day it became very real.


Florida Photos

Posted on February 10, 2008 04:17 by Admin