Course Schedule & Office Hours
A-421/VisComm IV_Fall 2012

Posted by: Ping

Class Meets: TT / 1:30 p.m. – 4:20 p.m. Date Range: August 23 – Dec 13, 2012 Office Hours: MWF: 10:00 a.m. – 12:00 p.m. TT: 11:00 a.m. – 12:00 p.m. / 4:20-5:20 p.m. Classroom: OP1224 Office: OP1231 Mobile: 601-234-5558 Phone: 660-785-4457 (w) E-mail: pxstudio@gmail.com URL: www.pxstudio.us

Course Schedule & Office Hours
A-341_Fall 2012

Posted by: Ping

Course ID: 6885 Class Meets: MWF / 1:30 p.m. – 3:20 p.m. Date Range: August 24 – Dec 14 Office Hours: MWF: 10:00 a.m. – 12:00 p.m. TT: 11:00 a.m. – 12:00 p.m. / 4:20-5:20 p.m. Classroom: OP1224 Office: OP1231 Mobile: 601-234-5558 Phone: 660-785-4457 (w) E-mail: pxstudio@gmail.com URL: www.pxstudio.us

Course Schedule & Office Hours
A-201_Fall 2012

Posted by: Ping

Class Meets: MWF / 3:30 – 5:20 p.m. Date Range: August 24 – Dec 14 Office Hours: MWF: 10:00 a.m. – 12:00 p.m. TT: 11:00 a.m. – 12:00 p.m. / 4:20-5:20 p.m. Classroom: OP1224 Office: OP1231 Mobile: 601-234-5558 Phone: 660-785-4457 (w) E-mail: pxstudio@gmail.com URL: www.pxstudio.us

Timeline in April_A-420 – Spring 2012

Posted by: Ping

4/5: Final project begins: Case study on portfolio sites / collect images for the slideshow; 4/10: Finalize the third project, and generate ideas for the final project’s page layouts; 4/12: Present the third project, and finish the online critique of the communication site; 4/17: No class due to Student Research Conference but please complete the […]

A-420 Final Project: Portfolio Site – SP’12

Posted by: Ping

Project Objective: Redesign your personal HTML site to an online portfolio site. A portfolio site is all about promoting yourself. You are a brand, and your name is a brand name. No one is going to know about your brand unless you get it out there; and if you are a graphic designer, it’s essential […]

jQuery JavaScript Library

Posted by: Ping

jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML. jQuery is the most popular JavaScript library in use today. jQuery is free, open source software, jQuery’s syntax is designed to make it easier to navigate a document, create animations, and develop Ajax applications. The modular approach to the jQuery library […]

AJAX Photo Gallery

Posted by: Ping

Sample: http://sandbox.scriptiny.com/slideshow/ <div id=”gallery”> <div id=”imagearea”> <div id=”image”> <a href=”javascript:slideShow.nav(-1)” class=”imgnav ” id=”previmg”></a> <a href=”javascript:slideShow.nav(1)” class=”imgnav ” id=”nextimg”></a> </div> </div> <div id=”thumbwrapper”> <div id=”thumbarea”> <ul id=”thumbs”> <li value=”1″><img src=”thumbs/1.jpg” width=”179″ height=”100″ alt=”1″ /></li> <li value=”2″><img src=”thumbs/2.jpg” width=”179″ height=”100″ alt=”2″ /></li> <li value=”3″><img src=”thumbs/3.jpg” width=”179″ height=”100″ alt=”3″ /></li> <li value=”4″><img src=”thumbs/4.jpg” width=”179″ height=”100″ alt=”4″ /></li> <li […]