| Article: |
BYOB: Build Your Own Browser | |
| Subject: | RE: XCode please | |
| Date: | 2004-01-25 21:28:40 | |
| From: | aaanderson | |
|
Response to: RE: XCode please
|
||
|
(I feel a bit like I am jumping in a little late.. unfortunately I was out of town and off the net the whole weekend... but I feel like i need to add my 2 cents)
|
||
Showing messages 1 through 3 of 3.
-
RE: XCode please
2004-01-28 18:38:23 keath [Reply | View]
Thanks Andrew,
I would just like to see you follow up with what you outlined at the end of the article. For example, updating the URL line.
I saw the 'Mac OS X State of the Union' video at ADC. Towards the end, it was demonstrated how to set up a browswer using WebKit very quickly. Using XCode, it was easy to set up the outlets from the UI elements to the WebView; but I don't understand how the new controller mechanism was used to do the reverse: update the UI from WebKit.
It would be great if you could explain not only WebKit, but something about how this new tool works. -
RE: XCode please
2006-01-31 07:02:02 speth [Reply | View]
i've posted some code at http://end.com/BionicDOM that does something like this. it is a framework with an Interface Builder palette that lets you use Cocoa Bindings to access values in the WebView. the sample.nib file included implements a live CSS inspector panel entirely with bindings. (try running sample.nib in the Interface Builder simulator)




I originally took a look at this tutorial thinking there was a small chance there might be a little information I could apply towards creating an javascript aware environment.
I know that this is something that probably wouldn't fit in the next article that well, but I thought this was as good a place as any to get in a request. I'd love to see an article about embedding a javascript environment.
-justin