27 August 2008

Ubiquity for Firefox - From Mozilla Labs

Written by Richard Leggett ( Contact the author of this post )
Published on August 27th, 2008 @ 08:39:48 am, using 371 words, 287 views
Categories: HCI, Social

I’m still a firm believer that technology will make a programmer out of us all due to the “standing on the shoulders of geeks” principal (discussed here), this is where the collective intelligence/skillset of web users as a whole is easily leveraged by those less able through the creation of modularised cloud-based tools and massive simplification of those tools. It’s nice to see those steps are being made here by the Ubiquity plug-in for Firefox, from Mozilla Labs.

This plug-in adds a natural language (for now English) input to Firefox for performing a wide variety of tasks. These include updating your Twitter status, opening a map in Google maps, viewing/adding to your gCalendar and more. I imagine it’s also possible to leverage XUL when certain commands to add a drop target for services like Flickr. See the video below for a visual walkthrough.

In allowing a user to perform a task, there’s always a balance between how much the user needs to know in order to reach the goal (specifically, “commands"), and how quickly they reach the goal.

Mouse interactions like buttons and drag and drop are fantastic metaphors for simplifying certain tasks, but in simplifying what a user is required to do for an operation they can in-turn require a lot of individual steps, not to mention the extra design considerations and screen real-estate. In contrast, a command-line is perhaps the most venerable of user input devices, to many it is the fastest way to get a job done, yet it has suffered from the problem that the user must reach an expert level of knowledge over the commands available to become proficient.

Our collective skills evolve far slower than our technology, and so it’s down to the aforementioned geeks to bring the bar down to a more attainable level, of course that is what software aims to do on the whole. Step in natural language, which is a platform already familiar to most, and an application independent way of performing many of the “commands” we need to know in order to get by on the web today.

Let’s just hope the language engines have come a way since “dig ground with spade"… “ok, use spade on ground” ;)

18 August 2008

Unity (3D) Developer Magazine - Review

Written by Richard Leggett ( Contact the author of this post )
Published on August 18th, 2008 @ 09:19:49 am, using 339 words, 498 views
Categories: 3D

Over the weekend I received a copy of the first issue of Unity Developer Magazine, thanks to Charles Hinshaw. I had high hopes for this magazine, largely because Unity has an incredibly vibrant community of developers and artists. I was not at all disappointed.

Unity Developer Magazine

The magazine contains a variety of features, including an in depth look at a big budget Edutainment game “Wolfquest", incredible artwork created in Unity itself, an illustrated introduction to vectors, A* Pathfinding, creating dashboard widgets and a look at some of the hottest Unity productions from a selection of studios and independents.

I’ve lurked on the Unity forums for a long time, and one thing you seem to find with some 3D-coding oriented communities, (and that goes for the mailing lists for Director and Papervision/Away3D too,) is that there are really passionate technical discussions going on along with the layman questions. There are real 3D gurus on these lists, talking about things that are frankly way over my head, but it gives you a sense that there’s real progress being made here, that they are all striving toward improving the platform and hopefully making 3D on the web another staple tool rather than a rare thing to behold.

Having said that, Unity is aimed at making it as easy as possible to get 3D out there on the web, desktop and other platforms, using JavaScript or C# and integrating very well with, free (Blender), low cost (Cheetah) or high-cost 3D tools (Maya). I can’t help but think Unity would be hugely successful if the IDE ran in Windows too (especially as it uses Mono), but I’ve read the reasons the dev team have for keeping it Mac only.

So all in all if you’re into 3D I’d pick up a subscription to this magazine. It completely encapsulates the grass-roots feel of the community, particularly with the regular snapshot of someone’s workspace, yet it remains professional and high quality throughout. Congratulations on getting this first issue out and I wish the magazine every success.

15 August 2008

ActionScript and ECMAScript 3.1/4 - Inter-op is the Key

Written by Richard Leggett ( Contact the author of this post )
Published on August 15th, 2008 @ 09:50:49 am, using 490 words, 573 views
Categories: Flash, JavaScript

Like many other Flash devs I’ve been following the discussions surrounding the ECMAScript 4 decisions and the Harmony project quite closely. There are a few bloggers out there that appear to be stating that ActionScript will become divorced from the standards. To be honest only Adobe can decide that, but either way, that’s only half the story. In particular, it does not mean that ActionScript will not be able to inter-op, and that’s key…

Here’s a Google Spreadsheet containing the votes by Adobe, Mozilla, Google, Apple and most controversially Microsoft regarding the various features of ECMAScript 4, such as the notion of packages, new operators, and so on. So clearly everyone not in agreement, everyone with their own valid opinions and vested interests. And you can see already that there are rejections in the feature set of ECMA4 that AS3 has already implemented.

So does ActionScript 4 have to take a side step (and maybe a step backwards) to get in line? It doesn’t really matter. Whilst it’s nice to be able to jump between languages without having to change your mindset at all, it’s not a big deal. What is essential is that you can call functions and pass objects between those two VMs, or indeed, share the VM. And forgive me if I simply don’t understand enough about how this sort of thing works (very likely), but this is still possible.

Indeed right now we can very easily inter-op between the very old JavaScript 1.5 and ActionScript 3 via ExternalInterface. Yes there are limitations, but both environments (Flash and HTML) have many unique features and extensions that simply don’t cross the boundary very well. For example the HTML DOM (having said that you can still control it, see AIR), or in the case of Flash, cutting edge features like 3D, Adobe Pixel Bender (Hydra), or even simple Bitmap effects. Now I know these are not language features at all, but they are part and parcel with how we as developers use our language every day, and so there is no harm at all in having extensions that are unique to one environment, as long as they do not conflict with a similar feature of another. One example here is packages and namespaces… AS3 has them, it doesn’t look like JS will get them, but so what, as long as the code is similar enough to understand, porting code can be automated, and at the very least inter-op can still be easily achieved the fact that they differ is small fry.

Personally I would say the challenge now for Adobe will be to continue to develop ActionScript into a feature-rich language, whilst making sure it doesn’t begin to conflict with the ECMAScript standard it runs in parallel to. The nature of JavaScript following the committee-led ECMAScript standard means this is going to happen again and again, the process is simply too slow. Adobe (and now Microsoft) have set a new pace for the web.

06 August 2008

Meta4orce - Papervision Site for the BBC

Written by Richard Leggett ( Contact the author of this post )
Published on August 6th, 2008 @ 01:38:33 pm, using 137 words, 603 views
Categories: Flash, Gaming, PaperVision3D

I just caught this site via the blog of Iain Lobb (head of interactive at Bloc Media) who commented on my last post. It’s an incredibly slick site developed using the Great White branch of Papervision3D. The site is (for) a TV and online cartoon series, providing a nice cross media experience.

The main things that stood out for me were the production quality of the games and the audio which is very high quality and just as importantly, very well integrated.

Shock to the System

There’s a game for each episode, the “Shock to the System” game is the last item in the Episode 2 menu, and reminds me somewhat of Tron. (Speaking of which, Tron 2 looks like a must see!).

You can read more about the development of the site over at Iain’s blog. Congratulations on the great work.

01 August 2008

JavaFX.com is DHTML Heaven

Written by Richard Leggett ( Contact the author of this post )
Published on August 1st, 2008 @ 11:38:41 am, using 324 words, 883 views

I just visited the (new?) JavaFX site in order to keep up to date on how the new kid to the Flash/Silverlight/"Rich” block was doing, and I was presented with an interesting site indeed. Make sure to click some of the “Resource” links on the right to get the full experience.

The whole thing is built in HTML and JavaScript, with the odd Quicktime player for good measure. Unfortunately the site creeks along at 100% CPU with jerky transitions, ugly styling and flickering madness as the browser can’t figure out what to render, with Quicktime movie’s and HTML Divs strobing in and out of existence as you drag panels around. So far not a great impression given.

I understand it’s possibly too early for them to have built the site in JavaFX itself perhaps, given that the examples all launch using Java WebStart, that archaic and most user-frightening of technologies. But there are technologies out there that would do this job better and hopefully more successfully demonstrate a platform that is meant to be fluid, powerful and rich. As a result the site left me slightly frustrated as it potentially gets in the way of the information it presents.

So is this a successful demonstration of Sun’s new rich technology, or perhaps this site is a hindrance? I’m very keen to see how JavaFX fairs against such strong competition, for developers it is rarely a bad thing to have more choice. It’s particularly interesting to note that whilst Adobe have strong desktop and mobile offerings, and also server side counterparts in BlazeDS and LiveCycle; both Microsoft and Sun have also got -or at least have committed to having- full stack offerings that range from mobile through desktop and server; and having your various teams all talking the same language is quite a strong driver in choosing your technologies when human resource is the most expensive factor.

Visit JavaFX.com and decide for yourself.

About

Richard Leggett is an RIA and Web Developer, company site coming soon. He is co-author of Foundation Flash Applications for Mobile Devices (Friends of ED), an Adobe Community Expert and speaker at industry conferences and user groups.

| Next >

August 2008
Mon Tue Wed Thu Fri Sat Sun
 << <   > >>
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Categories

Miscellany

XML Feeds

Information

Contact the admin  /   b2evo template by Two18 Media