Hi all,
I have a question about how people go with ADF skinning.
When we have to help other partners we often see that they do not always lack ADF skills but the biggest issue is often skinning.
The main reason for this is that companies work with design agencies. Those people have good skills in designing websites and deliver HTML and CSS. In most cases there is a big gap between those designers/slicers and ADF developers.
The biggest question is how to transform an HTML template to an ADF template with proper skin. ADF has a massive list of CSS selectors and you have to understand the ADF components in order to build a proper skin. This is something you cannot ask from a normal design agency.
I want to know how other people cope with this problem.
Is there something Oracle can do for us? Are there trainings specially designed to learn skinning skills in order to close that gap?
For internal application I can imagine this is not a top priority requirement but when you look at it from a WebCenter angle, and you are designing extranets or public facing websites, these things get a higher priority.
Thanks
Yannick
--
You received this message because you are subscribed to the ADF Enterprise Methodology Group (http://groups.google.com/group/adf-methodology). To unsubscribe send email to adf-methodolo...@googlegroups.com
All content to the ADF EMG lies under the Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/). Any content sourced must be attributed back to the ADF EMG with a link to the Google Group (http://groups.google.com/group/adf-methodology).
When the stand-alone skin editor came out, I tried giving it to our web designers, to see what they could do toward making a skin that satisfies our client’s new look and feel standards. The designers understand CSS fairly well, but an ADF skin is only quasi-CSS – it has some things in it that a normal CSS editor will choke on. It does some things that are really weird to a person who is used to normal CSS – like if you try to set font and font size in “af|panelHeader”, thinking that you will be setting them for all “af:panelHeader” components – wrong! The font settings are in one of the text selectors (I forget which one), and it overrides the settings that are specific to the component. And the skin editor doesn’t always show good examples of the result of a property change – so you really need to run a sample page, which you can’t do in the stand-alone skin editor.
In short, after a week or two of frustration, our web designers said in essence – “I don’t have time to deal with this s**t” and it landed back in my lap.
--
You received this message because you are subscribed to the ADF Enterprise Methodology Group (http://groups.google.com/group/adf-methodology). To unsubscribe send email to adf-methodolo...@googlegroups.com
All content to the ADF EMG lies under the Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/). Any content sourced must be attributed back to the ADF EMG with a link to the Google Group (http://groups.google.com/group/adf-methodology).
On Thursday, April 5, 2012 at 6:42 PM, Mark Robinson wrote:
A method I found that works really well is to have the designer create the site/template in photoshop and then pass on an image to an ADF developer. The developer can then cut up the template or extract colours/gradients and build the skin that way.
A method I found that works really well is to have the designer create the site/template in photoshop and then pass on an image to an ADF developer. The developer can then cut up the template or extract colours/gradients and build the skin that way.
I've a few of our UX people looking at this thread and any specific
skinning problems might help them formulate some guidance.
Thanks
> *Chad Thompson*
> chad_t...@mac.com
--
You received this message because you are subscribed to the ADF Enterprise Methodology Group (http://groups.google.com/group/adf-methodology). To unsubscribe send email to adf-methodolo...@googlegroups.com
All content to the ADF EMG lies under the Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/). Any content sourced must be attributed back to the ADF EMG with a link to the Google Group (http://groups.google.com/group/adf-methodology).