Category Archives: News

Silverlight helps jobhunters

Found this article that says half of IT jobseekers still find work quickly. Favorite quote:

The survey found that the most in-demand skills are in software development and testing–in particular, those with experience of agile programming, Scrum methodology, and Microsoft’™s .Net, Silverlight and SharePoint tools. Business analysis and project management expertise are also proving popular.

Half of IT jobseekers still finding work quickly – vnunet.com

Silverlight in the News

I had a few interviews recently which have started to show up in print/online. I point them out because I think this blog is mostly read by my mom and my sister. Actually, they probably don’t read this either but when my memory finally goes completely, I can meander over here and read about how I had an interesting time in the software industry. So back to the interviews: the best surprise was a story in USA Today that had started out as a piece prompted by Adobe about Flash video but ended up titled “Microsoft’s Silverlight heats up fight for online video players“. A thirty minute interview landed me the shortest quote I’ve ever had in an article but the title alone was well worth the time invested. Ironically, that little election thingie we had last week meant that I couldn’t find a single copy of the newspaper on a stand anywhere.

On a related note, a story in the UK Register mentioned that Adobe held a press conference in San Jose to tell the press that Silverlight is unsuccessful and they’re not worried about it. Holding a press conference is absolutely the best way to convince people that you’re not concerned about something, right? Mission accomplished! Hi fives all around! To be fair, I wasn’t there and maybe the point of the conference was about global warming or how great Adobe’s cafeterias are (the Macromedia cafeteria in SF was pretty darn good I say). Either way, I don’t think we’ll be adopting that sort of PR strategy any time soon.

Moving right along, we also have an article here that talks a bit about our recent launch and why developers should care: .NET Out of the Box

More to come soon…

Flash, HTML, Ajax: Which will win the Web app war?

I ended up being quoted a few times in this recent article about modern web app technologies. I’ll provide a bit more context here.

…Microsoft sees things differently, believing that programmers are best off ditching HTML and JavaScript as soon as Web applications start getting rich.

"It’s amazing what people have done with HTML, which was never intended to do rich Internet applications. And Flash was originally created for lightweight animation–literally for Mickey Mouse on the Web," said Brad Becker, who as group product manager for rich client platforms at Microsoft helps oversee Silverlight. "But these technologies were designed for something else, and people are really hacking them to do more”

Each of these technologies had an original purpose that it was intended to fulfill and I believe all of them are good at doing what they were intended to do. This point is something I hope people really think about. It reminds me of the fact that I once sawed a branch off a tree with the little saw on my Swiss Army knife. Once.

Flash began as “Smart sketch” and then became “FutureSplash Animator” and then “Flash”. It’s a tablet sketch app, tweaked to become a lightweight web animation player, that’s had coding bolted on to it. It’s completely optimized around animation and does a great job with traditional cartoon animation on the web. When you dive deep into a Flash app though, you’re still knee deep in “movie clips”, “timelines”, and “frames”. Makes perfect sense for animation but it’s a bizarre model to build applications on top of.

HTML was designed to present hypertext. The first version didn’t even have an image tag, let alone support for the sort of things people are doing today with AJAX. And when it comes to hypertext (with images or not), HTML is still king. Adding JavaScript can enable better user experiences but at great cost to developers.

Just because Google is doing something doesn’t mean it’s the right way, though, Becker said. "If you look at Google Apps, they’re doing great things, but how many shops out there have the Ajax chops that Google does?"

Small bits of AJAX are easy to put together. True RIA’s are hard. “divs”, “paragraphs”, and JavaScript-overridden hyperlinks are strange building blocks for RIA’s that aren’t page based hypertext documents. There are good frameworks out there that abstract away some of this misalignment (including our very own AJAX framework for ASP.NET) but frameworks can only abstract so much without impacting performance and flexibility. And a lot of businesses are rolling their own frameworks which is usually a wasted effort–maintaining a framework to keep up with multiple versions of multiple browsers is a lot of busy work that could instead be spent building the actual apps your customers need.

I’ve built true RIA’s in AJAX, I’ve built them in Flash. These project were completed successfully but it was a lot like sawing that tree with the Swiss Army knife. Flash and HTML are great at what they were intended for but they’re both convoluted when it comes to building real applications. There’s good news though; things don’t have to be so hard:

That’s exactly what Becker promises. "We’re going to be iterating pretty quickly, and each version is going to add new features and functionality," Becker said. The final version of Silverlight 2 will be released later this year, added Brian Goldfarb, group product manager for developer platforms at Microsoft.

This has been a very nice surprise for me—how quickly Microsoft has been able to innovate with Silverlight and deliver stable iterations of the platform. That’s because we took a decade of experience from .NET and Windows Media and used that expertise to build a modern platform that was designed for today’s rich web applications and media experiences. It’s the only platform out there that was actually designed for building modern web applications.

Flash, HTML, Ajax: Which will win the Web app war? | Business Tech – CNET News.com

Silverlight Gets Serious

So today we announced Silverlight 2 Beta 2. There are a lot of features that are noteworthy but the most exciting thing is that this release is the first release of Silverlight 2 that has a go-live license. When this release is available later this week, you’ll finally be able to create and commercially deploy Silverlight 2 applications.

Another thing great about the keynote at TechEd today was the repetition of our vision for developers: Learn Once, Apply Anywhere. These four words are the way that I simply express where we’re going with our platform and tools. As a developer or a business, you want to make a bet on one thing and have that bet pay off everywhere that you or your business need to go. With Microsoft, you can learn one set of tools and platforms to target everything from your servers to your clients whether they’re browser based, desktop, or mobile. This is something that no one else can offer you.

So on to the details of the fun stuff that’s brand new in Beta 2:

· UI Framework: Beta 2 includes improvements in animation support, error handling and reporting, automation and accessibility support, keyboard input support, and general performance.  This release also provides more compatibility between Silverlight and WPF.

 

· Rich Controls: Beta 2 includes a new templating model called Visual State Manager that allows for easier templating for controls. Other features include the introduction of TabControl, text wrapping and scrollbars for TextBox, and for DataGrid additions include Autosize, Reorder, Sort, performance increases and more.  Most controls are now in the runtime instead of packaged with the application.

 

· Networking Support: Beta 2 includes improved Cross Domain support and security enhancements, upload support for WebClient, and duplex communications (“push” from server to Silverlight client).

 

· Rich Base Class Library: Beta 2 includes improved threading abilities, LINQ-to-JSON, ADO.NET Data Services support, better support for SOAP, and various other improvements to make networking and data handling easier.

· Deep Zoom: Beta 2 introduces a new XML-based file format for Deep Zoom image tiles, as well as a new MultiScaleTileSource that enables existing tile databases to utilize Deep Zoom. Better, event driven notification for zoom/pan state is another improvement in Silverlight 2 Beta 2.

Adobe Blurs Line Between PC and Web – New York Times

So, I don’t normally blog about competitors but I’m quoted in the New York Times today and they promoted me to executive and dubbed me the father of Flash, or somesuch. Ah, here it is:

Finally, there is Microsoft. It is pushing its competitor to Flash, called Silverlight. Three years ago, Microsoft hired one of Mr. Lynch’s crucial software developers at Macromedia, Brad Becker, to help create it. Mr. Becker was a leading designer of the Flash programming language.

Sweet, I was crucial. Then it got picked up on Slashdot:

The article has quotes from the developer behind Microsoft’s Silverlight (he was a colleague at Macromedia of Adobe’s Air guy)…

Now I’m THE developer behind Silverlight. Nice! To set the record straight, I was officially the product designer for Flash, Flex Builder, and what became known as Flex. And although I’ve had a surprising amount of face time with executives here at Microsoft (including a very interesting hour long chat w/ Bill Gates and Ray Ozzie) I am not an executive myself. Nor am I a developer anymore, let alone THE Developer. I’m a group product manager. But enough about me…

The NYT article continues by saying there’s a million Flash developers which is completely crazy unless every single box of Flash ever sold was to a professional developer and they’re all still using it. Essentially they’re including hobbyists when comparing to the number of actual active pro devs. But that’s a red herring anyway since AIR is really about Flex and there are virtually no Flex developers out there. In fact, lack of developers is Flex’s second worst problem.

The article picks up a quote from me:

Microsoft executives said they thought the company would have an advantage because Silverlight has a more sophisticated security model. “Desktop integration is a mixed blessing. There is potentially a gaping security hole,” said Microsoft’s Mr. Becker. “We’ve learned at the school of hard knocks about security.”

Technically I think I said that .NET has a more sophisticated security model. Although Silverlight is a part of .NET, it’s running in the browser so it inherits the browser security sandbox and then restricts that even further to keep things legit. Microsoft has indeed learned at the school of hard knocks when it comes to security. No process is perfect but the rigor I see here around security is an order of magnitude greater than any other software shop I’ve worked at. Of course, even without that, the bar is pretty low when compared with AIR from what I understand. It appears that with AIR, an app either has full access to your file system or no access at all. I imagine that’s something they’ll have to fix in the next version. In the meantime, though, this is something really obvious to everyone. Except, possibly, the end users out there that might run untrusted apps that they find on the web. It will be interesting to see what comes of this.

Most importantly though, I was so busy at work that I didn’t get a paper copy of the Times and last night everyone was sold out. How’s that for irony?

Fast Times at RIA High

What a time this is shaping up to be… We have some exciting stuff cooking here that I can’t quite talk about yet but you’ll be seeing soon enough. Scott Guthrie recently posted about a few of the things we’re doing to continue WPF’s place as the best platform for creating the best desktop experiences possible. Visual Studio 2008 launches next Wednesday and MIX is the following week too. MIX is now sold out so I hope you got your tickets already. I’ll be there but I’ll be spending the first two days sequestered with the press. This weekend is the calm before the storm–news-wise; there’s a flurry of activity going on here in Redmond. And we’re not the only ones keeping busy: Adobe’s launching Flex 3 and AIR on Monday. Exciting times!

Innovation in the other kind of shopping carts – CNN.com

There’s an interesting development in brick and mortar shopping with this interactive shopping cart console that’s being trialed:

Customers with a ShopRite loyalty card will be able to log into a Web site at home and type in their grocery lists; when they get to the store and swipe their card on the MediaCart console, the list will appear. As shoppers scan their items and place them in their cart, the console gives a running price tally and checks items off the shopping list.

I like this. It’s overkill if you just run to the store because you ran out of milk but for any real shopping trip this would be really useful–if the web experience is any good. Might be even better if we had shelves and refrigerators that could use RFID or something on the food packages and automatically keep a running shopping list for you. You could run to the store sometime just because you were nearby, knowing that the shopping cart would tell you what you were currently out of. So far, so good.

The system also uses radio-frequency identification to sense where the shopper’s cart is in the store. The RFID data can help ShopRite and food makers understand shopping patterns, and the technology can also be used to send certain advertisements to people at certain points — an ad for 50 cents off Oreos, for example, when a shopper enters the cookie aisle. Microsoft said it is still working on how it will present commercials and coupons.

Microsoft is also working with MediaCart and ShopRite to help advertisers reach potential consumers based on past grocery purchases, which are logged when they swipe their loyalty cards.

OK, so now we’re in Minority Report land, where the wall ads were changing for each person who walked by and the ads knew you by name. Ads on your shopping cart console are less intrusive than that but it still brings up some privacy concerns. That said, I suppose it saves paper to have digital ads instead of putting them in the local newspapers, in mailouts, and in paper coupons at the store. More importantly, the most important privacy concerns are pretty obvious to those involved –

Advertisers will get more feedback about which commercials or coupon offers are effective, because customers either buy the products or accept the offers on the spot, or they don’t. But Ferris said neither Microsoft nor any advertisers will have access to the personal information consumers provide when they join the supermarket’s loyalty card program.

Microsoft bringing ads to shopping carts – CNN.com

WindowsClient.net

WindowsClientWhitePaperA white paper that I co-wrote just went live on WindowsClient.NET and is the first featured news item (for today). The paper is targeted at developers with WinForms chops who are thinking about making the jump to WPF but want to know when the right time and conditions are. I won’t give away the ending–check it out at the link. 

WindowsClient.net

Silverlight Apple "Staff Pick"

Pretty cool to see Silverlight as a “Staff Pick” from Apple!

Apple – Downloads – Mac OS X – Development Tools
Apple.com Silverlight page

A tough decision most face is whether to take full advantage of a single platform or to go lowest common denominator and address multiple platforms. One of the nice things about Microsoft .NET is that we were able to pursue both: take full advantage of a PC’s hardware with WPF and take much of that goodness cross-platform with Silverlight. And while you’re at it, designers and developers can reuse assets and XAML in both projects. In the next release of Silverlight, the .NET Common Language Runtime is part of the action so you’ll even be able to share C#, VB, etc. between WPF and Silverlight projects.


Deprecated: Function get_magic_quotes_gpc() is deprecated in /home2/bradbecker/public_html/blog/wp-includes/formatting.php on line 4387

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home2/bradbecker/public_html/blog/wp-includes/formatting.php on line 4387