MAS - Web Design
Convert your audio from iTunes to Flash CS4
Oct 12th
Is Flash squawking at you because it can’t understand the audio file you are importing? Try running the file through Audacity and exporting as a standard mp3 or a wav file. Flash is picky when it comes to some of those audio file types. iTunes is using m4a and some other types which Flash won’t accept. Audacity will give you the option to save the file back out as an mp3. Try it out: Audacity for Mac or Audacity for Windows
BTW you will also need the LAME MP3 encoder. – http://audacity.sourceforge.net/help/faq?s=install&item=lame-mp3
Web Site Setup in Dreamweaver – Site Dev Part 1
Jun 2nd
A couple tips before we begin
always use lowercase characters in your web file names
if you use spaces in your filenames replace them with hyphens
Don’t open Dreamweaver just yet….
To start create a folder where you want to develop your site. (example “mywebsite”)
Create 2 folders inside of this. One called “designs” the other called “docs” (docs will also be known as your “local root folder”)
Create an “images” folder inside of docs
Now open Dreamweaver…
|in the top drop menu|
click site > new site…
|advanced|
enter the information
site name: = (whatever your site name is)
local root folder = docs
default images folder = docs/images
Links Relative To = select Site Root
HTTP Address: = http://localhost/
cache site = not checked
In the left space you will see a category list.
Click on Testing Server
Server Model
[v] <- Means click the drop down menu
Select PHP MySQL
Now click |OK| at the bottom of this window
If you wish to actually host the website on your machine as a true testing server here are a few links that may interest you.
MAMP – Mac, Apache, MySQL, PHP (this is what each one acts as … computer type/program, web server, database type, dynamic language type)
WAMP – Windows, Apache, MySQL, PHP
LAMP – Linux, Apache, MYSQL, PHP
How to Setup a MAMP or WAMP with Dreamweaver
Week 7 – Web Design
Feb 19th
We will not be covering SEO as all of you students need more time to build your sites. We will go into a little bit of JQuery and lightbox tonight. The goal will be to have your sites 75% completed by next class.
Here are the links to the pages covering both JQuery and Lightbox
Here are the download links to JQuery and Lightbox. Lightbox is stored in a zip file and will need to be extracted.
The concepts of JQuery are not to difficult to understand and I will go over them in as much detail as I can tonight. Lightbox, while somewhat easy to use, has a bunch of files. Some javascript(js files) and some css. I will try to cover them but you may need to do a little research on your own to work them into your site.
Copy and paste from Photoshop to Dreamweaver
Assignment: Complete at least 75% of your site by next class.