Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Improving the Cappuccino Theme System | Dark Hacker News
Improving the Cappuccino Theme System
(annema.me)
19 points
by
klaaspieter
15 years ago
| 2 comments
alexyoung
15 years ago
|
next
[−]
I 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.
sjs
15 years ago
|
parent
|
next
[−]
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.