- Intro Hide/show (Justin Barlow)
- Yahoo User Interface (YUI)
- Continue working on User Interface design
Wednesday, May 13, 2009
May 13th
Thursday, May 7, 2009
Thursday May 7th
- Determine integrated media interactivity
- Lab Day: Continue to work on Portfolio
Wednesday, May 6, 2009
Final Project - Day 3 Tuesday March 5th
- New project requirement: multi-media interactivity
- Show various websites for examples
- Work on Project
Final Project - Day 2 Friday March 1st
Today is a lab day. You will spend the entire class period working on your comp/layout. See www.mrhadley.net for the latest details and updates.
Wednesday, April 29, 2009
Final Project - Day 1
- Story Boards
- Company Information
- Research minimum of 5 examples
- Start Designing layouts
Thursday, April 23, 2009
XML Information
Click HERE
Monday, April 13, 2009
PHP Include Assignment/PHP Project
- Finish working on
- Read w3schools on XML
- Be thinking about a client to build a web site for
- PHP Include Project/Assignment
Thursday, April 9, 2009
Thursday - PHP Includes
- Discuss PHP Includes
- Use PHP to create an include
- Grade/Check PHP enabled contact form
- Check PHP background change script
Tuesday, April 7, 2009
Tuesday April 7th
- PHP Color Script
- PHP Background Image Change Script
- See post from 4/2/09 for details
Friday, April 3, 2009
A Race to the Finish Line - PHP continued
- Finish Contact form PHP script
- Color Change Script
- Make your own background change script
Wednesday, April 1, 2009
PHP - Wednesday April 1st
- Check Contact Form for naming conventions
- Write PHP action code
- Check for functionality
Monday, March 30, 2009
Monday - March 30th 2009
Today we will discuss php. To see agenda below!
Agenda
- Introduce PHP
- Powerpoint
- Client Server Architecture
- Script examples
Thursday, March 19, 2009
Monday, March 16, 2009
Guest Speaker: Got Art?
Reminder: We are having a guest speaker tomorrow. Please welcome Kelly Nielsen from the Art Institute of Portland. It will make her job a lot easier if you come prepared to ask a question or two. Also, our Javascript Assignments will be due by the end of next class period. See my blog at www.mrhadley.net for more details.
Thursday, March 12, 2009
Thursday March 12th
- Discuss/Lecture on Javascript Arrays
- Continue Working on Javascript Assignments
- Updated Grades
Today we are going to talk about arrays. As I previously mentioned in class, arrays are similar to variables. The main difference is that arrays can contain an unlimited number of items within the container. Visit the w3schools javascript arrays link to see examples of different types of arrays.
Tuesday, March 10, 2009
Tuesday March 10th
Today we will be doing a couple of things. First we will be checking to make sure everyone can log into the class server. I have set and checked all of the server permissions so every should now be able to log in. For login instructions please see the post from last Friday (below).
After you have secured your login and placed your portfolio into the server, please view the rest of the javascript assignments and begin working on them. These will all be due before we leave on spring break. To be exact, these will be due by Thursday March 19th. Also if you would like, feel free to read up on php at w3schools or php.net.
For an example of the javascript assignments, please visit: my portfolio example under projects.
Friday, March 6, 2009
Class Server: How to login
The instructions below detail how you will log into the server to file transfer protocol (ftp) your information to the server. Basically, this is how you make your web pages visible on the network. Remember, you can ONLY view your files on this network.
- First open up IE (you do not have to us IE, however that's what I am giving instructions for. Anything else you will be responsible for troubleshooting on your own).
- Type in the following internet protocol(IP) address: ftp://10.51.2.253 (notice there is an "f" at the front of the address)
- Go to >> file >> login
- Type in your username (first letter of your first name and all of your last name) and password (your school id number).
- At this point your server should open and you will see a folder/directory labeled "public_html". This is where you will place all of your files
- You can now copy and past any of your files inside of your public_html folder
- To see your web page navigate to it via a browswer at http://10.51.2.253/~username/webpagename
- More to come soon...
Monday, March 2, 2009
Today's Work - Monday March 2nd
1. Introduce HTML Forms
2. Create a contact form for your portfolio
3. Continue working on Javascript #1 Assignment
Thursday, February 26, 2009
Javascript Assignment #1
Thursday, February 19, 2009
Introduction to Javascript
Now that you have your portfolios in order (at least I am hoping), it is time to go into something new. Yay! I am sure you are so excited. We are going to be discussing Javascript. A few things you should know as we jump into Javascript (it's worth mentioning, before we get to far into a Javascript discussion, you should read info on the HTML DOM).
- JavaScript was designed to add interactivity to HTML pages
- JavaScript is a scripting language
- A scripting language is a lightweight programming language
- JavaScript is usually embedded directly into HTML pages
- JavaScript is an interpreted language (means that scripts execute without preliminary compilation)
- Everyone can use JavaScript without purchasing a license
Tomorrow in class we will discuss in detail, how to use Javascript. For more information, visit w3schools Javascript info. See you tomorrow at "Pack the Place"!
Sunday, February 8, 2009
Photoshop/Layout Design
So tomorrow we are going to discuss Adobe Photoshop CS3. I won't go into detail about how how to create your layouts from scratch (starting with nothing). However, if you so choose, feel free to be as original and creative as you can with your layout. If you have a pre-existing layout that you have created tinkering with photoshop on your on time or from an assignment in Introduction to Web Design, you can use that as well. Keep in mind, you don't HAVE to use Photoshop. But that is the software tool we will be using in class os it makes sense to have some familiarity with the program. I posted a new resource link list on the toolbar located to the right side of the page. I would highly suggest you read through those links for information about tutorials for creating a web layout in photoshop. Also, remember our discussion about CSS Zen Garden That is a great place for inspiration. See you tomorrow!
Wednesday, February 4, 2009
CSS Box Model
Tomorrow we will be discussing the CSS Box Model. Depending on how in depth one covers it, the box model can be very complex and sometimes confusing. I don't expect us to know it like the back of our hand. But before we can get into some advanced use of CSS we have to at least have a fundamental understanding of the box model and how it works. The CSS box model can be found at the following places:
- www.w3.org
- www.redmelon.net (good visual)
Feel free to do an internet search for "css box model" to see what you come up with. See you guys tomorrow.
Tuesday, February 3, 2009
External Style Sheets and Print Styles
Okay, so we have ventured into the world of style sheets. Now it's time to start taking it to the next level. Today we are going to discuss how we turn an internal style sheet into an external styles sheet. I will also show you how to create a "print" style for your resume. We do this to ensure a few things...
- Ensure our Online resume is readable via the screen (viewing the website on your monitor)
- Standards compliant: According to www.w3org, all linked style sheets must have a prescribed media type
- Readability when printing your resume using a browser: Many times, when printing a resume or any other document off the internet, unwanted pictures, text, logos and icons are printed as well. This is typically because a separate style sheet was not used to handle the presentation of the document when printed.
Next class period we will look at the CSS Box-model and more advanced application of CSS (Layout, Positioning, etc.). Also, don't forget to view my website at www.mrhadley.net for information on my daily posts.
Friday, January 30, 2009
Stylin'
Now that your xhtml document is complete, you need to style it using CSS. Your web resume should have not formatting tags within it. You can add elemental tags such as br, div, classes etc. If you would like to see a few examples of other students finalized resumes (and portfolios) then click on the links listed below.
XHTML/CSS Review
It is very important that you visit the following links and read the information on xhtml and css. If you don't read the information listed at these links, it will put you behind quite a bit. We will talk some about these in class today
Learn XHTML
Learn CSS
Thursday, January 29, 2009
Resources
~Mr. Hadley
Wednesday, January 28, 2009
Resume Assignment
So what is this blog for?
~Mr. Hadley