Portfolio Website in 1-2-3 (Flash)
Here’s a quick run down on getting your portfolio online.

Here’s a quick run down on getting your portfolio online.
What you need is:
Programs: Flash, Photoshop, a simple text editor
• Your work
• The example flash portfolio
• Download the template folder (portfolio.zip)
• Domain name ( recommended: Domeneshop
• FTP program, cyberduck for mac, SmartFtp for PC or use a Firefox addon; FireFTP
• Text editor or dreamweaver to enter your info into the “iphone.html” file.
• Keynote or ppt or iPhoto for exporting to html so your work will be shown on iPhone or iPad.
Setting up a mobile friendly site:
Alternative 1, apples “i” devices
<script language=javascript>
<!–
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
location.replace(“http://www.yourdomain.com/iphone.html”);
}
–>
</script>
Alternative 2, any mobile device (looking at screen size)
<script type=”text/javascript”>
<!–
if (screen.width <= 699) {
document.location = “iphone.html”;
}
//–>
</script>

Download and open the portfolio.fla file.
Make it yours, or cut and paste code into your own fla file.
Either name your fla file “portfolio_fullscreen” or you have to make changes in “index.html”
When you are happy with your flash portfolio, publish it. Now upload “portfolio_fullscreen.swf, index.html, mailer.php.”
Use your FTP program
Resources (templates, source files, tutorials)
http://www.ffiles.com
http://www.kirupa.com
http://www.actionscript.org
http://www.entheosweb.com/Flash/default.asp
[...] til å komme igang med en online portfolio? Ta en titt her: Portfolio Bonanza via lookmomitworks.org [Translate] Filed under Presentations. Bookmark the permalink. Post [...]