XML Dynamic Portfolio
Price: $42.00
Flash Player Version: 8
Swishmax Version: Swishmax2, 2008.08.12
Comments: No comments yet
Too busy working for clients? No time to make your own Portfolio website? Here’s a cool option!
This template have a lot of features, that you can change just by editing the XML file!
You can change the background image, the logo, colors, email, etc…
Everything is easily editable! You don’t even have to open the *.swi to change or add stuff!
Each category have its own XML separated file.
You can have multiple images by each project!!! Everything is fully automated!
XML Settings file structure:
1 2 3 4 5 6 7 8 9 10 11 12 | <?xml version="1.0" encoding="UTF-8"?> <categories> <menu> <title>Print</title> <file>XML/category1.xml</file> </menu> <menu> <title>Webdesign</title> <file>XML/category2.xml</file> </menu> </categories> |
XML Category file example:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <item> <title>Energy</title> <date>25.05.2010</date> <desc>Some description for the project</desc> <pictures> <pic>images/project9/1.jpg</pic> </pictures> <thumb>images/project9/1_thumb.jpg</thumb> <link></link> </item> <item> <title>Meet</title> <date>25.05.2010</date> <desc></desc> <pictures> <pic>images/project10/1.jpg</pic> <pic>images/project10/2.jpg</pic> <pic>images/project10/3.jpg</pic> </pictures> <thumb>images/project10/1_thumb.jpg</thumb> <link>http://www.google.pt</link> </item> |

