Monday, May 03, 2010

DV Tips

If you are at all interested in digital video production, you’ll want to check out a couple of excellent guides on Ars Technica regarding shooting and post-production:

Start with “How to shoot pro-quality video on a budget” for a nice concise tutorial on capturing your video. In order to address some of the issues raised in the article, you would need some additional equipment - but even a nominal expenditure would net some great benefits to the quality of video you could shoot. In essence, with a shotgun mic and a cheap set up reflectors, you shoot quality footage.

The follow-up with “How to do pro-quality video post-production at home” which does a very nice job of recounting the editing process, while also helping develop a good understanding of the overall workflow for such projects. I’m sure it does indeed seem like a lot of work - but this is what it takes to create footage that doesn’t seem amateurish.

 

Wednesday, April 28, 2010

Web Site Checklist

As students in Web Design and Development start wrapping up their group project work, now would be a good time to reflect on all the little details that need to be worked out before the project is actually finished. Smashing Magazine to the rescue!

Here’s a link to an article that covers a nice lists of checks to complete before you can really consider your site to be “finished.” Four our class, the sites are a bit more basic - and no-one is using a CMS to build pages - but many of the 15 suggestions still apply. Folks working on more advanced projects int he capstone course might also find this to me information of value.

PS: Make sure to take the time to peruse the contents listed on the Smashing Magazine homepage. There are some great articles up there right now addressing issues of usability, an interesting Jquery list, and some nice detail on IE and the challenges for writing CSS3 code

Wednesday, April 14, 2010

Don’t Forget Layers Magazine

If you work with Adobe software, your already checking out Layers Magazine. It full of tutorials though that might be helpful to folks learning how to complete specific tasks. Sine I do most of my work in Photoshop, I find myself frequently referencing the section on InDesign to look up a technique when I’m working on a project in that software. For the DVD cover assignment in New Media, this might prove to be a particularly valuable resource…

Thursday, April 08, 2010

Font Rendering

I’m frequently talking in class about what a designer can count on, and what’s out of our control. In web development, fonts are a good example. Even as you specify fonts, you cannot necessarily assume that the viewer’s machine has those font installed. Or, that they will render similarly - particularly given the differences of platform and browser. I think the image below from a post at The Small Wave makes the differences clear. Both of these render form the same code, but obviously appear different:

Now I know that some will argue that I’m just trying to applaud the Mac here - but I’m really not trying to do that. This is all about being able to see the fact that fonts render differently on different machines and/or browsers.

 

Monday, April 05, 2010

The Box Model

Understanding CSS for layout means understanding the Box Model. Students in ITL 370 are struggling a bit with this, so I’m providing here a link to some additional information. I covered the basics in class, but this article regarding CSS positioning is really useful if you are trying to wrap your brain around it.