Tag: javascript

FancyForm - Pretty checkboxes and radios

Styling form controls has always been limited with HTML and CSS. Not anymore. FancyForm provides the solution by letting you style checkboxes and radio buttons as you would any other elements, while degrading gracefully on older and non-graphical browsers.

Continue Reading FancyForm - Pretty checkboxes and radios

Javascript does Cocoa too

Running Objective-C code from Javascript

Java, Python and Ruby can access Cocoa APIs and Objective-C classes. What about the super-extensible yet severely under-appreciated Javascript? With the WebKit framework, you can access Objective-C from any script present in a HTML document.

Continue Reading Javascript does Cocoa too