Wednesday, December 1, 2010
Sunday, November 28, 2010
Fall 2010: Update 11
Sunday, November 21, 2010
Fall 2010: Update 10
I've also started working on a small book to take to interviews. I've got the design down in my head; it's just a matter of getting it out and on the computer.
Wednesday, November 3, 2010
Fall 2010: Update 9
Monday, November 1, 2010
Fall 2010: Update 8
The last part of the week, I started working on graphics for a portfolio site. I want to build one from the ground up. I know you can use websites like wix.com to build and host a portfolio, but I want to build one using css and html (and as little javascript as possible) just to prove I can.
Monday, October 25, 2010
Fall 2010: Update 7
Wednesday, October 13, 2010
Fall 2010: Update 6
While I wasn't obsessing over getting contact forms to work, I made a good bit of progress on dropdown menus. Last week I built one using only html and css that worked on only a select few browsers (none of the popular ones). This week, I found some great tutorials that show how to build two different types of dropdown menus. One is what I would call a collapsible menu. If the user clicks on a heading, the heading opens to show everything that was under it. Clicking again closes the heading. The other type of dropdown menu I found was what I was originally thinking of. When the mouse moves over the headings, a list of subheadings appears underneath. Moving the mouse down onto the new list lets you choose one of those things, or moving the mouse over another heading closes the first list and opens the new one.
I know all of this is more about technique and how to do things without any regard as to how they look, but I'd rather have the knowledge of how to do things first. I can worry about making them look good later. Actually, I think I'll build a sample site (or rework my portfolio) using these techniques as a sort of practice project.
Sunday, October 10, 2010
Fall 2010: Update 5
Wednesday, September 29, 2010
Fall 2010: Update 4
Sunday, September 26, 2010
Fall 2010: Update 3
Now, as I see it, there are two options from here: make two brochures (one that's an SWF and one that's not), or using some other way to get an animated transition. InDesign offers the ability to export the file as an interactive PDF; but the only way to see the page tranistions is to view it in full screen mode, which complicates the process of viewing an online brochure.
After a little research, I found out exactly how SCAD made their brochure. They used an online digital pubishing service at yudu.com. It offers free software that lets you upload PDFs to create the sort of document like the SCAD brochure. So, I'm going to check yudu.com out to see if it a better option for online brochures.
Friday, September 17, 2010
Fall 2010: Update 2
Sunday, September 12, 2010
Fall 2010: Update 1
I do have what there is of the site up on the Internet on my I drive if anyone wants to have a look.
Fall 2010 Semester Plans
Friday, April 16, 2010
Week 10: Portfolio Breakthroughs
I also fixed the problem of the next and back buttons not working if you clicked a tab first. Of course, the solution was something incredibly simple that never would have occurred to me. I simply masked the back button of the first page and the next button on the last page. They are still there and can still be clicked, but I'm the only one who know they're there. Before, clicking on the pieces in the book opened a larger version, so the details could be seen. I couldn't figure out where to put the code to get back to the main portfolio, though, with the child or the parent. It didn't seem to matter where I put it, I got an error message that the return button wasn't being detected. I finally realized that the code I was using was looking for a button to be clicked on when I didn't have a button. I deleted the code that looked for a particular button and asked it, instead, to just listen for a click anywhere as the cue to return to the parent. That fixed that problem. Here is a link to the page with working children:
The problem I''ve been having with the page turning animation is still something I haven't figured out. I left that alone this week in favor of working on other things that I thought I could solve fairly easily. The fix for the problem with the back button on the first page gave man an idea, though. It may be a question of creating a mask of some sort in the page turning animaton that will keep the content from being seen until the page finishes turning. If that works, I really only have to put a resume on the page I've reserved for it; and I think my portfolio will be done. Friday, April 9, 2010
Week 9: Portfolio Still


Friday, April 2, 2010
Week 8: Portfolio
I've also done some more work on the first page of the site. Most significantly, I've added my name to the first page of the notebook. I figure it's probably pretty important that people know whose portfolio they're looking at. I
still have to animate the book from where it rests on the desk at first and get it in place to match up with the animation I've already got and finish the desktop where the book is.
Friday, March 26, 2010
Week 7: Panhandle Brochure



I've also gotten my portfolio running to a point. It's not finished, but the animation of the pages is working. Here is a link to see what is up and running so far: http://pixelcola.net/3618/kims/portfolio/Untitled-1.swf.
Friday, March 5, 2010
Week 5: Poster and Recipe Book
I also finished the recipe book I was working on last week. I've added the extra information to the bottom of the recipe pages and rearranged some of the information. The book turned out to be twelve pages long, not counting the cover.
This page is the front and back covers of the book.
Friday, February 26, 2010
Week 4: Recipe Book
1) It's going to be printed on 8.5 x 11 paper and folded in half to make a book
2) It has to be in black and white
3) Of course, it has to include all the information I was given.
The book's actually turned out to be longer than I had originally thought; it's going to be about fourteen pages with the cover. I was given ten recipes, two "top ten" sort of lists, and another two pages of other information to be included. Each recipe and the two lists will get their own pages, and the other things will be added to the bottom of pages where they will fit. That the book has to be in black and white and that it is for elementary school age children and their parents has helped shape the design.
This is the cover and back of the book, the front being on the left so it will fold right with a little logo on the back. The black blocks around titles is something that I carried throughout the book.
These are the first and last pages of the book, which is where I decided to put the lists. The amount of information that needs to go on each page and the requirement that everything be in black and white prohibited a lot of graphics. Instead, I concentrated the design on working with text alone instead of trying to incorporate a lot of graphics that would just make the design busy.
These are two of the pages of recipes. Carrying on the black title box on the front and the title boxes on the list pages, I've made title boxes for the names of each of the recipes. The little extra bits of information will go on the bottom of pages like these that have room at the bottom, probably in outlined boxes.
Saturday, February 20, 2010
Week 3: Portfolio (still)
That said, I continued work on my portfolio this week. I built a version of the notebook I want to use laying flat, so the work displayed on it will be flat and easier to see. The next thing was to get the page to turn on the book. I found a great tutorial for doing this on tutorialized.com; the screenshot links to the tutorial. Creating the animation was a little time-consuming, but it happened eventually.
The real problem was tying the page turning movie clip to a button. First the page wouldn't stop turning, whether the button was clicked or not. Then the page wouldn't turn at all even when the button was clicked. Eventually, I put a stop action on the first frame of the movie clip and programmed the button to skip to the second frame of the movie clip and play from there. I reveresed the movie clip and added a button to turn the page back, so the book will turn both ways.
I also did a little bit of work on some other pieces to go on the desktop behind the book.

Friday, February 12, 2010
Week 2: Portfolio
I haven't gotten any feedback on the Buccaneer rackcard and the Panhandle brochure, so I wasn't able to do much work on those this week. Instead, I started work on my digital portfolio. I wanted make something that was personable and sort of informal. What I came up with was a desktop with papers, pens, and a notebook scattered on it-something like what my desk really looks like. The notebook will function like a real
notebook and be the functional part of the portfolio, though I may come up with something interesting to do with the other objects on the page. Clicking on the tabs on the notebook will open it to the particular category of work selected. I'm planning on shifting the perspective on the book when it's clicked, so it will be flat, which will display the work better. I'm planning on making the page look like it's really turning, but that will take some research because I can't really think of how to do that off the top of my head. So, I've gotten a good bit done; but there's still a good bit to do.
Friday, February 5, 2010
Week 1: rackcard and brochure
This week I've been working on a rackcard for Bucccaneer Gift Shop in downtown Fort Walton. I decided to go with the name of the shop and liken the rackcard to an old treasure map. It's certainly not finished; I need some pictures and some input from the customer before I can finish it. I also designed a logo for the store, since they don't already have one. 
