Improving the Cappuccino Theme System
1–3 of 3 posts
Re: Improving the Cappuccino Theme System
#2I think using JavaScript to parse CSS is a great solution to this. Even as a developer I find theming with CSS easier than Objective-C-style code.
Re: Improving the Cappuccino Theme System
#3I think using JavaScript to parse CSS is a great solution to this. Even as a developer I find theming with CSS easier than Objective-C-style code.
The fluid nature of HTML is fantastic as well. Insert a div and the other stuff moves to make way for the new element. Remove it and things pop back. That sort of thing is a major PITA with standard Cocoa views.