Archives

Archives / 2006 / May
  • Tim O'Reilly's Big Fat Head (2.0)

    Apparently, Tim O'Reilly is in agreement [1] with his company's moves on trying to monopolize the Web 2.0 term. The worst part about this ordeal is that his company is acting as if we wouldn't have any term to call this whole next-generation web if it wasn't for his conference. I have news for you Tim, you didn't popularize the term, the people who spoke at your conference did. You didn't invent anything, you just came up with a catchy term to describe something that already happened and now you want to act like you own the concept.

  • Google is About to Get a New Face

    Doug Bowman, who had a hand creating the awesome Google Calendar UI, has been hired as Visual Design Lead to help "the company establish a common visual language across all their collaborative and communication products." Maybe this means the days of google's hideous UIs are numbered? I hope so. Google Calendar is slick, everything else is just blah.

  • Microsoft and OpenAJAX

    Looks like Microsoft is looking at joining the OpenAJAX group. This just after Adobe, Backbase, Fair Isaac, ICEsoft, Innoopract, Intel, JackBe, Opera, SAP, Scalix, Software AG, Tibco and XML11 joined the group. This could be interesting. Combined with the other members BEA, Borland, the Dojo Foundation, Eclipse Foundation, Google, IBM, Laszlo Systems, Mozilla Corporation, Novell, Openwave Systems, Oracle, Red Hat, Yahoo!, Zend and Zimbra they could really accomplish something great.

  • Blog With Word 2007!

    Joe Friend says that Word 2007 will support metaweblog API and Atom API for posting direct to blogs. Not only that, but it posts with clean HTML and will let you specify image upload information (via ftp in beta 2, more options coming later). Speaking of Office 2007, go sign up for the beta if you want an early look.

  • Thinking In Code

    Bruce Eckel has some great interviews with people like Anders Hejlsberg and Martin Fowler available for download.

  • Flex.NET

    Joe Orbman sent me the following email, which I thought I would pass along. Great news.

    I thought this would be of interest to you. We just launched a public beta of the 2.1 version of our product - WebORB, the new release is a full implementation of Flex Data Services for .NET. We have added AMF3 support and now anyone using Flex on the client-side can integrate it with the .NET backend. Currently we fully support the RPC services functionality from FDS and are working on adding Messaging and DataService. Essentially, WebORB will become a .NET implementation of FDS, and anyone using Flex Builder can continue to develop the client side there.

    There are a few articles describing the integration: First is an overview of creating a Flex application and wiring it up with the .NET side. You can access the article here: http://www.themidnightcoders.com/articles/flextodotnet.htm

    The other article describes a new feature we added for Flex clients. The feature enables developers to fetch any type of object from the server, modify its contents and then automatically sync the changes from the Flex application into the original object instance on the server-side. The feature is called object auto-update. There is a live example, client and server-side code in the article: http://www.themidnightcoders.com/articles/objectautoupdate.htm