Designchapel is the portfolio site of Robert Lindstrom, co-founder of North Kingdom. Awesome work indeed.
Read MoreBlog
Adobe Magazine
Adobe is starting up it’s very own magazine that will feature creative inspiration and techniques. Subscribing is free and it gets sent to you via email each month. The first issue is scheduled to be sent out in January 2007, so be sure to subscribe ASAP so you don’t miss the first issue. http://www.adobemagazine.com
Read MoreNike Air Site
http://www.nike.com/nikeair/us/ Yeah, another sweet site for Nike using a lot of transparent video and interactivity. The amazing thing is how smooth it flows. One of my Favorites.
Read MoreTheme World
http://www.themeworld.com Here’s a place you can go to to get free fonts and free desktops. Fonts are the best though. You can even upload your own font that you’ve created.
Read MoreDesign Meltdown
http://www.designmeltdown.com Great review site that categorizes sites based on Design, Color, Type, and Problems and Solutions. Very helpful if you’ve hit designer’s block and need some design inspiration that’s specific to the project.ÂÂ
Read MoreIkea's Dream Kitchen
http://demo.fb.se/e/ikea/dreamkitchen/ Imagine the movie The Matrix. Now imagine it as being interactive. Frozen time that you can then manipulate. Cool stuff.
Read MoreActionScript: Parallax using Video
Creating parallax (depth of field, usually with movement) is one of my favorite effects. Â It gives a nice sense of space and allows you to draw your eye to certain areas. Â What I like about this demo is the fact that I’m using video of a 3D object making the parallax even more convincing. Â Notice how you can see the left side of the skull when your mouse is on the right side? Below is […]
Read MoreInteractive Video with AS
You can embed an FLV and fairly easily control it using ActionScript. This example shows how, when your mouse is on the right side of the stage, the video plays forward, and when it’s on the left side, it plays backwards. Giving you a 3D look that’s interactive. Fun! View Example: http://www.designupdate.com/interactiveVideo.html Download Source: http://www.designupdate.com/interactiveVideo.zip
Read MoreAdvanced Design Using After Effects and Flash
 I presented on After Effects and Flash today. Trying to cover both audiences and really showing the similarities in the products and how they can work together. It’s now an onDemand seminar that you can watch here. The source files I presented can be downloaded here. Flash: http://www.designupdate.com/fearfesttraining.zip After Effects: http://www.designupdate.com/footage.zip
Read MoreDepth Movement in Flash
In essence, if you’re trying to move two movieclips to perform depth then you can use setInterval along with getting the mouse position. In general I have one movieclip in the foreground, moving one way; and another moving the other direction. Here’s all the code, but you can also download an FLA here: http://www.designupdate.com/depth.zip //Get the center of the stage xStageCenter = Stage.width/2; /*—————————————————————- Functions —————————————————————-*/ this.scrollmyForeground = function():Void { // //distanceToTravel is the mouse […]
Read More