home

Invoketress redesign

June 19th, 2013

Recently I redesigned the invoketress.com website. I developed a custom WordPress theme using a photo provided by Ishra, the marvellous instructor at Invoketress Dance. The  site features a ‘responsive design’ which adapts to varying screen sizes, and also features the lovely  Calluna webfont.

FITC FTW!

May 12th, 2009

So I wanted to mention here that I recently attended  Flash in the Can, in Toronto, and post some of my notes.  I also posted this on dafishinsea.com , and I’m not usually in the habit of cross-posting, but this time it seemed justified, as it is as much relevant to web design as it is to flash development. Some of the techniques discussed (eg. Augmented Reality) have been hugely successful in ‘viral’ marketing campaigns  (see http://livingsasquatch.com/ or http://ge.ecomagination.com/smartgrid/#/landing_page ).

****

I’ve been at FITC for the last three days.. here’s brief rundown of the presentations I attended, and what I found interesting about them… btw. the presentations were all recorded and will be on tv.adobe.com.

Apparently Japan has a thriving flash community. Here are some of the things that stood out for me:

Perhaps best-known is the wonderful site: http://wonderfl.kayac.com/ which allows you to edit actionscript code and see the results almost immediately rendered alongside it. I love the simplicity of this , and how it encourages you to experiment. You can also browse code by others, and if you want to edit it, you just ‘fork’ it and away you go. In the presentation this was described as ‘collaborate by forking’ which got a few chuckles from the crowd 🙂 I must say that this site performs really well, considering the massive usage it must be getting, so the engineers – eg. mash – behind it clearly know what they are doing. I was really happy to discover that I can use ItsAllText firefox plugin to edit the code with Vim, so I can use my familiar environment for coding. I think the big win of this is the collaborative aspect – I think I’m going to learn a lot by reading and tinkering with other people’s code.

Of course, there’s the awesome FLARToolkit by saqoosha, which lets you do Augmented Reality stuff in flash (with a webcam). Check out http://livingsasquatch.com/. But there are also many other interesting projects in the SPARK project, as explained by ‘yossy’, a 20 year old who’s been doing actionscript development for 10 years! There’s a full listing of the Spark projects in English: http://www.libspark.org/wiki/WikiStart/en where you will also find links to the wikis by each developers about their projects.

sazameki
this features a virtual instrument called ano gakki (?) There’s also a very simple sequencer and mixer, allowing you to control generated sound. It’s not hobnox but you can roll your own UI to do something different (I’d like to see a virtual tenori on)

betweenAS3 yet another tweening engine… I know, but this has a functional programming style (you can nest tweens inside each other) which I like. Also, it can handle tweening massive numbers of particles.. it outperformed other tween engines by far in the demo particle system yossy showed.

Frocessing a graphics library with a surprising range of capabilities, from HSL color, to 2D and 3D transforms, and SVG support.

swfasssist – a flash compiler and player done with actionscript – ?? Holy crap.

SwfWheel – better cross-browser and platform support for the scroll wheel, very useful for the UI developers.

OK, what else…

Joe Berkovitz’s moccasin framework for developing visual editor applications looks really good, having developed such an application before, I know it is hard, and having some of the mechanics readymade will help a lot.

Brian Lesser presented on using RTMFP , the new protocol for real time streaming between flash players. You still need a server to do the initial connection either Status or the yet-to-be-released version of Flash Media Server. Apparently Flash PLayer 10 now has UDP capabilties built into it, who knew?

Speaking of Flash Player, I checked out the Flash PLayer Internals session by Jim Corbett. This was pretty much the same as one I saw online but there were some interesting tidbits about Ichabod – the headless flash player being used by Google to index flash content. It operates in conjunction with a virtual user. They are currently working on issues to do with how it accesses network resources. There are many other possible applications for this technology, so I hope that it eventually becomes available to the rest of us, and not just Google. The new Text Layout Format is powerful, but low-level, so you probably want to use the actionscript components for it, which will be available in Flex 4 , coming soon ( I hope).

ByteArray for beginners gave me a head start on using the ByteArray class in flash, which is incredibly powerful, allowing you to implement encoders/decoders for any filetype, and also use any existing network protocol over a socket (or invent your own). The class provides methods to read and write data to a ByteArray as a String, or various other types, so you don’t have to speak binary 🙂

Ralph Hauwert was mind-blowing … starting off with his formative inspirations, he then took a deep dive (for me) into how to make normal maps, texture maps, bump maps and lighting even without doing traditional polygonal 3D. Then he explained some of the technical breakthroughs – a 3-way coordination between Alchemy, ByteArray, and PixleBender, which are going to appear in the next version of Papervision. He also explained how they are refactoring PV3D to allow alternative renderers. The demos of the new engine were very impressive, lightning fast, even rendering a version of Quake in the flash player without a single stutter. I also enjoyed the few demos of voxel-based 3D and 8 bit music, specifically a Commodore64 sound emulator, based on Tiny SID which lets you play the original music from those games.

The Commodore / Amiga era games cropped up again as inspiration in James Paterson’s presentation. James Paterson is behind presstube.com. He combines his own drawings and animations in flash, and recently has been developing some interative environments as a home for the various strange beings he loves to invent see here and click on the thumbnails to enter the enviroment. You may need to check on the presentation to understand how to use it, which I highly recommend as it gave a lot of insight into the creative process as well as being very funny. It’s great to see hand drawn art still alive and well in this over-digital era, and this is inspiring me to get back to my own drawings and see if I can bring them to life in a similar way.

I started off the conference with the presentation on SourceBinder a collaborative node-based editor for flash, built in flex. I was able to make an interactive 3D cube controlled by my WiiMote, in minutes. I found the interface mostly intuitive, though it is an alpha product, so there’s the occasional glitch. Its interesting to compare this with Wonderfl – similar goals, but different approaches: Sourcebinder avoids codingbut lets you connect other people’s code like lego. However you can also create your own nodes if you want.

To be honest, the Adobe Keynote seemed a bit flat compared to the other sessions, as they didn’t have anything major to announce, except that a new version of Flash Cs4 will be released soon, to address performance issues. There was an interesting demo of creating your own tool to do procedural drawing.

Joshua Davis was entertaining, the first time I’d seen him speak. Again, I enjoyed the insights into the creative development process of what he does : ‘computational design’. Instead of interactivity as an end goal, he ends up creating a static design by iterating on an interactive process. What I found interesting is how much time this takes, even weeks, before something worthwile is achieved.

This emphasis on iteration was a feature of Mario Klingeman’s session, called The Tinkerer’s Box. By use of some heavy computational geometry and recursive algorithms (as well as some simpler ideas) and many, many variations and experimentation, some really cool effects were achieved, like portraits made up of tiny triangles or spaghetti like lines.

Finally, I attended two sessions by or featuring Grant Skinner… the first about his work as a flash developer in the context of console game devlopment .. apparently console games are making increasing use of flash to develop in-game interfaces. To do this, they ( scaleform ) developed a custom flash player which pushes triangles up to the GPU. Some really hardcore engineering going on here. Grant has architected a component set for use in this enviroment, called CLIK. I enjoyed the insight into how to build components which are highly flexible and modular, a topic which he also touched on in his other presentation on Actionscript Development. I got some concrete tips on improving my coding practices here, such as the concept of cohesion, which is how focused a chunk of code (say, a Class) is. You should be able to express what it does in a single sentence, or at least very briefly, or it may be lacking in cohesion (ie, doing too much stuff that it shouldn’t be).

Of course this just scratches the surface… there was so much more which I’m still digesting, and I’m feeling inspired, motivated and informed to do more and better work (and play) with flash in the future.

My other site is a flash blog

November 7th, 2008

It’s at http://www.dafishinsea.com. It features some of my 3D experiments using actionscript 3 and flash player 10. This is providing some creative outlet from my day job as a Flex developer.

peripheralvision.ca – Photography portfolio of Kate Wilhelm

May 4th, 2008

peripheralvision.ca is the photography portfolio of Kate Wilhelm, who just happens to be my better half 🙂

peripheralvision preview

Kate wanted something that was aesthetically pleasing, and easy to maintain. Many photographers use Flash for their websites, but that can result in poor search engine ranking, since the content isn’t accessible to search engine spiders. Using the dojo javascript toolkit I was able to build a site that has slick visual effects, while retaining excellent findability. It doesn’t break the back-button, and you can bookmark individual images. For the content management I used the lovely Zen Photo. The site also features a blog powered by WordPress, which is fully integrated into the site design. Finally, the images are linked to imagekind where you can buy prints of the photos. 50% of profit from sales go to charity – the Stephen Lewis Foundation. The gallery features photos from our visit to South Africa , as well as from closer to (our) home. Soon, it will be updated with photos from our recent trip to Cuba, so subscribe to the newsfeed to stay tuned!

iWoz – the autobiography of Steve Wozniak

July 3rd, 2007

I’ve been reading ‘iWoz’ which is the autobiography of Steve Wozniak, who invented the personal computer in the form of a computer with a keyboard for input and a TV as a display. It seems so obvious now, but it was a revolutionary advance over the existing computers of the time which only had a panel of lights as a display and punch cards as input. The spark which gave him the idea seems to have been playing the archetypal arcade game of Pong. He then formed Apple computer with Steve Jobs … and the rest is history.

It is quite an inspiring and very readable story, which isn’t burdened down by a lot of technical details, but just enough so you can appreciate how really smart this guy is — he built an electronic adder/ subtractor as a science project in high school, when everybody was still using slide rules!

Motion Graphics and You

June 29th, 2007

Here’s a fun movie which I found via the Motion Graphics Chicago Festival website:


watch Motion Graphics movie

Waving Leaves

June 15th, 2007

Today I noticed the leaves waving outside the kitchen window, casting interesting animated shadows…. watch video here.

waving leaves

Safari on Windows!

June 14th, 2007

In case you missed it… get it here. I was just looking for this last week and all I found was an open source project I had to check out and compile myself. .. guess those guys are out of a job. Finally we can test our sites in Safari without having to buy a Mac! This is good, but it’s also really weird using it on Windows.

Juju rebooted

June 13th, 2007

This is the first post on the new Juju Blog, where I will post updates to content on the site, or other stuff I think is cool 🙂

Today I’ve added a page to my portfolio, in the Flash department. It is about the Flash kaleidoscope I developed, with a brief explanation and a couple of versions for you to try out. Have fun.