Follow these tips to get started with the Aspen site.
These questions are ordered by how common they are - most common at the top.
Your XML file is probably malformed, meaning there is a typo/mistake in it somewhere that is stopping the web browser from reading it correctly. It is most likely a very simple fix - you just need to find where you made the error. An easy way to do that is to navigate to your XML file in your web browser. For example, if your site is named "yoursite.com" then navigate to this URL:
http://www.yoursite.com/xml/settings.xml
In Firefox, the page will say something like:
This page contains the following errors:
error on line 1 at column 5: error parsing attribute name
Usually that will give you enough info to locate your error. If you still have trouble, post a question in the forums and I can help you.
This is due to a security restriction in the Flash Player when loading XML files locally. Read more about it here, here and here if you want a technical explanation, otherwise just follow the below steps:
If you don't own Dreamweaver or any other HTML editor then I recommend downloading and using Notepad++ to edit the XML files. It's free and I've heard good things about it.
Open up "settings.xml" and set "hasOwnLogo" to "true". Set the logo text and tagline text to blank (logoText = "", taglineText=""). Then save your logo as a PNG file named "logo.png" and place it in the images folder (you can save over the logo already there). Finally save another version of your logo as "logo_detail_view.png" - this is for the logo on the project detail view page. For example, you might want a dark on light version of the logo on the selected work page then a light on dark version for the detail view page.
Place your images in the "images" folder. The thumbnail images should be sized 300x185 pixels and the detail view images can be any size you want. Then open up "selected_work.xml". Each portfolio item is represented by the code block that begins with <item id=... > and ends with </item>. The first "src" part is the path to your thumbnail image (the image you see when the site first loads). The lines between <images> and </images> each represent a detail image. Set the "src" part to the path of your image. The "id" part can be any name as long as it is unique but I would recommend keeping it in the "project_01a", "project_01b", etc format.
Just copy and paste the lines to add more images. It sounds more complicated than it really is - just follow the way it is setup in the demo and you should be fine.
Additionally, for each portfolio item you will have to add it to "site.xml" for it to have its own unique URL. Open up "site.xml" and follow the instructions in the comments.
Open up "site.xml" and change the "title" attributes. Leave the "id" and "src" parts the same.
Open up "contact.php" and follow the commented instructions. Basically you just need to change the email address (in two places) and site name to your own. The form will need to uploaded to a server that supports PHP in order for it to send the email. Everything in the deploy/demo folder needs to be uploaded for everything to work properly. If the form does not work on your server (if you get the "server error" message), then your server does not support PHP. Please contact your web hosting company and inquire about PHP support (most web hosts should support PHP).
Unfortunately this doesn't come with a built-in video player - if you want to add video your best bet would be to have the "Launch Project" button link to the video in a new window.
Open up the different XML files located in the "xml" folder. To edit the footer text, open up "footer.xml", to edit the About page open up "about.xml", etc.
The preloader color is set at the top of the "site.xml" file. You can also set the preloader height there as well. It's not in "settings.xml" because the preloader needs to be displayed before "settings.xml" is loaded.
The initial background color is set at the top of the "index.html" file. Look for the following line:
bgcolor: "#ffffff"
Certain words are reserved by Flash and are not allowed to be used in the context menu. Unfortunately "About" is one of them. Try doing something like "About Us" instead.
The page title is set at the top of "index.html" between the "title" tags (before the site has loaded) and at the top of "site.xml" (after the site had loaded).
How fast your site loads depends on 3 things:
The actual site itself (not including any portfolio images) is a rather small file size. If you are loading lots of large, high quality images the site will take longer to load then if you are using small, web optimized images. To optimize your images for a faster loading time, open them in Photoshop and go to File > Save for Web and save them out at a lower quality.
Yes. Inside "site.xml" set menu="true" at the top to menu="false".
Make sure you check the email account that your PayPal account is linked to - it might be different than the email you regularly use. Also check your junk mail folder to make sure it's not in there. If you still have problems email me at and I can resend you the download link.
If you are seeing this message that means you haven't uploaded all of the required files. Everything in the demo/deploy folder needs to be uploaded in order for everything to work. Double check that the folder named "js" is uploaded to the root directory of your site. A lot of times people experience this problem because they haven't unzipped the files correctly. On a Mac you just double click the zip file to unzip. On a PC depending on your operating system you may need an unzip utility. See here for more info on opening zip files.
Please post in the forums and I'll answer any other questions you might have.