Archive for category News

Widget Box Exercise (Extra Credit)

Slice, code, and upload as a live site the following (html example provided): Widget Box

- Your example should be an accurate reflection of the .jpg comp provided.
- You MUST use the provided sprites for the nav elements on the page.

Due by Thursday, June 10.

Homework: Chapter 1 (due 6-2-10 @ 8am)

Please read chapter 1 in your Flash CS4 book, complete all the practice exercises, and share them with me (preferably zipped/archived) via Dropbox @ andre@ampmusic.com.

You can bring them in on a thumb drive if you have any problems getting them to me electronically.

IW104 Past, Present, and Future

As we transition from CSS/html to a focus on Flash, a summary of what we’ve covered and have yet to cover seems appropriate. We’ve come a long way, baby!

Topics discussed:

  • XHTML Rules
  • CSS review
  • CSS/html interaction
  • Doctypes
  • Link structure/directory syntax
  • Block vs. inline elements
  • XHTML rules
  • Box model
  • CSS/browser hacks
  • Dreamweaver interface
  • Dreamweaver Behaviors
  • Benefits of semantic code
  • C.R.A.P. design approach
  • Usability/interface design
  • FTP concepts/use
  • Workflow
  • Time management
  • Professional communication/confidence
  • Research
  • Site architecture
  • Wireframes
  • Comps
  • Slicing
  • Floats
  • Intro to Javascript
  • Forms
  • Sprites
  • Favicons (.ico)
  • CSS Media types
  • Current events

Topics left to discuss:

Flash

  • Overview
  • Bitmaps vs. vectors
  • Interface
  • Drawing
  • Importing
  • Timeline
  • Layers
  • Keyframes
  • Shape tweens
  • Motion tweens
  • Symbols
  • Filters
  • Blend modes
  • Easing
  • Motion guides
  • Masks
  • Intro to Actionscript
  • Basic timeline actions
  • Nested animations
  • Buttons
  • Sound/video
  • Embedding in html
  • Components

Other

  • Freelance vs. corporate jobs
  • Bidding on projects
  • Guest speaker

Super Cool Flash Sites

http://www.smashingmagazine.com/2010/05/25/bizarre-websites-on-which-you-can-kill-time-with-style/
Some amazing flash animation websites for inspiration.

[IW104 Day] Sprites Resources

http://www.alistapart.com/articles/sprites
http://css-tricks.com/css-sprites/
http://spriteme.org/

More web font choices – Google font directory

This is selectable, searchable text, styled with CSS!

Google font API and the google font directory is a project aimed at offering more choices in web fonts, the legal way!

Benefits of the Google Font API include:

* A choice of high quality open source fonts.
* Works in most browsers.
* Extremely easy to use.

The line of fancy script text above was created with this code:
<link rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Tangerine”>

<style>
.fancy{
font-family: ‘Tangerine’, serif;
font-size: 48px;
}
</style>

5-19 Homework: Floatutorial (due 5-20 @ 8am)

Please go through (meaning type in the actual code!) tutorials 1-3 on this site:
Floatutorial

A more thorough float exercise project will be assigned in the near future, so brush up!

Interface Design/Markup Exercises

Here’s a great design and markup exercise for those of you looking to further expand your skills:

Create a sleek, high-end web design from scratch

Extra credit will be awarded to those who complete this tutorial FROM SCRATCH; you may not use the source files from the exercise as your own.

Additional interface design exercises:
Web 2.0 tab design
Semi-transparent menu design
Simple, sleek footer design

Resources for Flash, Day 1

android_flash1Sites we looked at:

Good resource for Beginners:

Kirupa

More Wordpress plugin Resources