What is the best way to create totally new design for my atk4 application. I have psd files, but i'm not sure if I convert psd to html grid system or some other, what are the best practices?
Also, when i have html, what and how i implement html in atk4, so that atk4 is still upgradable?
thanks, Peter
There are two ways to go:
1) you create your own html/css, based on your psd templates. move that under templates/default/ int o shared.html and in css/img as necessary. add also js_include and other tags that are required to bootup jui interface for atk4
2) alternatively, especially if you plan to use atk4.3, you can setup all your layout using views, boxes and styles that are available out of the box, only adding custom assets and finetuning the color layout using less builder. New css capabilities can be seen here: http://css.agiletoolkit.org
Normally, we stick to (2) for intranet solutions or where minor design tweaks are required. If your layout is very custom, go with (1), as it gives you full freedom.