Last modified by Kieran Kelleher on 2010/01/27 13:26

From version 5.1
edited by Kieran Kelleher
on 2010/01/27 13:26
Change comment: There is no comment for this version
To version 12.1
edited by Kieran Kelleher
on 2010/01/27 13:26
Change comment: Migrated to Confluence 4.0

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,5 @@
1 1  {{note}}
2 -
3 3  This use of the WOOpenURL file to open a different browser than your default for development will not work in WO 5.4.X+ since WOOpenURL is no longer used for WO 5.4.X+. Auto open in browser logic is now determined by com.webobjects._ideservices._WOLaunchServices#_openURL() which calls /usr/bin/open directly
4 -
5 5  {{/note}}
6 6  
7 7  == Introduction ==
... ... @@ -28,14 +28,26 @@
28 28  
29 29  == FireFox ==
30 30  
31 -FireFox is a great platform for development. Its extensive array of develop plugins make it an ideal companion to the WebObjects developer. Get it here: [[http://getfirefox.com/]]
29 +FireFox is a great platform for development. Its extensive array of develop plugins make it an ideal companion to the WebObjects developer. Get it here: [[http:~~/~~/getfirefox.com/>>url:http://getfirefox.com/||shape="rect"]]
32 32  
33 33  === Developer Plugins ===
34 34  
35 -These are sorted in order of usefulness (IMHO ;-) )
33 +These are sorted in order of usefulness (IMHO )
36 36  
37 -|**Plugin Name**|**Website**
38 -|FireBug|[[http://getfirebug.com/]]
39 -|Web Developer|[[http://chrispederick.com/work/web-developer/]]
35 +|(((
36 +**Plugin Name**
37 +)))|(((
38 +**Website**
39 +)))
40 +|(((
41 +FireBug
42 +)))|(((
43 +[[http:~~/~~/getfirebug.com/>>url:http://getfirebug.com/||shape="rect"]]
44 +)))
45 +|(((
46 +Web Developer
47 +)))|(((
48 +[[http:~~/~~/chrispederick.com/work/web-developer/>>url:http://chrispederick.com/work/web-developer/||shape="rect"]]
49 +)))
40 40  
41 41  == WebKit ==