Graduate Online Media Design

Learning HTML
HTML Dog
A Beginner's Guide to HTML/CSS
W3 Schools

Web Hosting
Bluehost
Dot Easy - http://www.doteasy.com/
AVA Host - http://www.avahost.net/
Go Daddy - http://www.godaddy.com

GNU manifesto - gnu.org - philosophy of Free Software Movement
Gimp.org - free download of Photoshop-like software mentioned by Lindsay.

Crash Course in Copyright

Embed Quicktime Audio or Video Code:

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="400"HEIGHT="400"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="new.mov">
<PARAM name="AUTOPLAY" VALUE="false">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="new.mov" WIDTH="400" HEIGHT="400" AUTOPLAY="false" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>

Flash AS 3.0 for button to go to next frame:

next_btn.addEventListener(MouseEvent.CLICK, navigate);
function navigate(event:MouseEvent):void
{
nextFrame();
}

Javascript for controlling size and location of new Window:

<a href="filename.html"onclick="javascript:window.open('filename.html','Listings','width=650,height=600,scrollbars=yes,resizable=yes,screenX=50,screenY=250,top=50,left=250'); return false ;" >Link Text</a>

Software Downloads
TXState Software - TSU offers free downloads of popular anti-virus, firewalls, and utilities like Fetch and WS-FTP

Cyberduck - FTP Program for Mac Users
http://www.download.com/Cyberduck/3000-2151_4-10246246.html - program we use in class.

WS-FTP LE version - - for Windows users.
http://download.com.com/3000-2160-1572132.html

Fetch - FTP Program for Mac Users
http://fetchsoftworks.com/ - click on Educational/Charitable and fill out form to get free access

Web Development Applications and Software
Adobe Products -

Microsoft Products -

Apple Products -

Sound Recorder - Audio Editing

Audacity - Audio Editing

Resources

W3 Schools Browser and Monitor Stats

Bandwidth Comparison Chart - from Dr. Chapman's Internet and Public Policy Course (LBJ School)

How Search Engines Work

How the Web Works

Nerds 2.0.1-Timeline (PBS)

Hobbes Internet Timeline

Download: The True Story of the Internet - Discovery Channel

Tim Berners-Lee Web site

Worldwide Web Consortium

Bare Bones Guide to HTML

ICANN - Internet Corporation for Assigned Names and Numbers

ASCII for special characters

Public Domain Images

HTML Color Codes

HTML Color Names