Re: Wonder's Monitor

2010-11-30 Thread Johann Werner
Hi David,

another small interface lifting, add this to the css file:

#ContentWrapper,
.NavigationBox {
min-width: 1025px;
}

to prevent that parts of the table on the application details page with details 
shown go off the window without possibility to scroll.

jw ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: CSS resources problem (Was: Wonder's Monitor)

2010-11-30 Thread Johann Werner

Am 29.11.2010 um 17:58 schrieb David LeBer:

> 
> On 2010-11-29, at 11:03 AM, Johann Werner wrote:
> 
>> 
>> Am 29.11.2010 um 16:46 schrieb David LeBer:
>> 
>>> 
>>> On 2010-11-29, at 10:24 AM, Johann Werner wrote:
>>> 
 I have JavaMonitor running on a OS X Server box. The funny thing is I 
 replaced 'ToggleRight.png' with 'AppleLogo.gif' and the image is 
 displayed. Changing it back to 'ToggleRight.png' and it disappears... 
 bummer
 
 jw
>>> 
>>> OK, I can confirm that.
>>> 
>>> Changing the reference to AppleLogo.gif in the css works, but the 
>>> Toggle*.png doesn't. I'm not running the latest build (so I don't have the 
>>> new stop/start pngs) what happens if you change the reference to one of 
>>> them?
>> 
>> works for me
> 
> Hrm, curiouser and curiouser.
> 
> Try an experiment for me. With the css reference set to start.png, restart 
> JavaMonitor and immediately go to the Configure Application page. Do the 
> images show up for you? They don't for me. However, if I go to the 
> Application Details page first (where those images are loaded in  tags) 
> and *then* go to the Configure Application page they do.

Indeed the images are missing in that scenario.

> As a test, I put a pair of WOImages on the Main page that display the 
> Toggle*.png images, with those in place, they display correctly when 
> referenced by css.
> 
> I'm thinking that the problem may be with ERXResourceManager, perhaps it 
> thinks the images should be in it's cache, so it is vending emptiness?

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-29 Thread Ted Archibald
I just checked and that's the problem.

On Mon, Nov 29, 2010 at 3:09 PM, David LeBer
 wrote:
>
> On 2010-11-29, at 4:01 PM, Ted Archibald wrote:
>
>> I'm running a split install and ToggleRight.png/ToggleDown.png are
>> working fine for me BUT clicking on the AjaxExpansions doesnt do
>> anything...
>
> I believe the css referenced resources issue would only effect you if you are 
> running in direct connect mode.
>
> For your problem check to makes sure that the webserverresources from the 
> Ajax framework are accessible (i.e: check the paths to prototype.js etc).
>
>>
>> On Mon, Nov 29, 2010 at 7:51 AM, Pascal Robert  wrote:
>>> I just upgraded our staging server, and I'm getting the same behavior that 
>>> you get.
>>>
 I see some odd behavior with the AjaxExpansions when JavaMonitor is 
 running on a server. The images ToggleDown.png and ToggleRight.png are not 
 appearing. Looking at the resource protocol of Safari the images are 
 listed as 0 byte and a question mark though they are where WO should look 
 for them (the URL is correct). All other images are displayed correctly 
 and the files are not corrupted as Preview opens them and even dropping 
 them into the apache htdocs shows the right graphics in a browser.
 I enabled logging in JavaMonitor but neither in that log nor in the apache 
 log I can see any errors or hints. Running JavaMonitor in Eclipse the 
 images show up. Though it is unimportant for the operation of JavaMonitor 
 I am curious if anybody else sees the same behavior and why it fails.

 jw


 Am 25.11.2010 um 14:31 schrieb David LeBer:

>
> On 2010-11-25, at 5:21 AM, Johann Werner wrote:
>
>> Looks quite shiny now :) There are some input fields that could be a 
>> little bit wider though.
>
> Which ones?
>
> Better yet, file a JIRA with a patch ;-)
>
>> I found a small bug in the css-file:
>>
>> .AppControlScheduleOn,
>> .AppControlAutoRecoverOn {
>>  color: #00eb29;
>> }
>>
>> should have
>>
>> .AppControlRefusingNewSessions
>>
>> as selector too. Thanks for your effort David!
>>
>> jw
>>
>> Am 25.11.2010 um 10:13 schrieb Simon:
>>
>>> I just built a new server and got the new monitor - it's superb!
>>>
>>> simon
>>>
>>> On 22 November 2010 23:38, David LeBer  
>>> wrote:
 The Wonder Monitor looks like poo ;-)
>
> ;david
>
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site:   http://codeferous.com
> blog:   http://davidleber.net
> profile:        http://www.linkedin.com/in/davidleber
> twitter:        http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
>
>
>
>
>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-29 Thread David LeBer

On 2010-11-29, at 4:01 PM, Ted Archibald wrote:

> I'm running a split install and ToggleRight.png/ToggleDown.png are
> working fine for me BUT clicking on the AjaxExpansions doesnt do
> anything...

I believe the css referenced resources issue would only effect you if you are 
running in direct connect mode.

For your problem check to makes sure that the webserverresources from the Ajax 
framework are accessible (i.e: check the paths to prototype.js etc).

> 
> On Mon, Nov 29, 2010 at 7:51 AM, Pascal Robert  wrote:
>> I just upgraded our staging server, and I'm getting the same behavior that 
>> you get.
>> 
>>> I see some odd behavior with the AjaxExpansions when JavaMonitor is running 
>>> on a server. The images ToggleDown.png and ToggleRight.png are not 
>>> appearing. Looking at the resource protocol of Safari the images are listed 
>>> as 0 byte and a question mark though they are where WO should look for them 
>>> (the URL is correct). All other images are displayed correctly and the 
>>> files are not corrupted as Preview opens them and even dropping them into 
>>> the apache htdocs shows the right graphics in a browser.
>>> I enabled logging in JavaMonitor but neither in that log nor in the apache 
>>> log I can see any errors or hints. Running JavaMonitor in Eclipse the 
>>> images show up. Though it is unimportant for the operation of JavaMonitor I 
>>> am curious if anybody else sees the same behavior and why it fails.
>>> 
>>> jw
>>> 
>>> 
>>> Am 25.11.2010 um 14:31 schrieb David LeBer:
>>> 
 
 On 2010-11-25, at 5:21 AM, Johann Werner wrote:
 
> Looks quite shiny now :) There are some input fields that could be a 
> little bit wider though.
 
 Which ones?
 
 Better yet, file a JIRA with a patch ;-)
 
> I found a small bug in the css-file:
> 
> .AppControlScheduleOn,
> .AppControlAutoRecoverOn {
>  color: #00eb29;
> }
> 
> should have
> 
> .AppControlRefusingNewSessions
> 
> as selector too. Thanks for your effort David!
> 
> jw
> 
> Am 25.11.2010 um 10:13 schrieb Simon:
> 
>> I just built a new server and got the new monitor - it's superb!
>> 
>> simon
>> 
>> On 22 November 2010 23:38, David LeBer  
>> wrote:
>>> The Wonder Monitor looks like poo ;-)

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:http://www.linkedin.com/in/davidleber
twitter:http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-29 Thread Ted Archibald
I'm running a split install and ToggleRight.png/ToggleDown.png are
working fine for me BUT clicking on the AjaxExpansions doesnt do
anything...

On Mon, Nov 29, 2010 at 7:51 AM, Pascal Robert  wrote:
> I just upgraded our staging server, and I'm getting the same behavior that 
> you get.
>
>> I see some odd behavior with the AjaxExpansions when JavaMonitor is running 
>> on a server. The images ToggleDown.png and ToggleRight.png are not 
>> appearing. Looking at the resource protocol of Safari the images are listed 
>> as 0 byte and a question mark though they are where WO should look for them 
>> (the URL is correct). All other images are displayed correctly and the files 
>> are not corrupted as Preview opens them and even dropping them into the 
>> apache htdocs shows the right graphics in a browser.
>> I enabled logging in JavaMonitor but neither in that log nor in the apache 
>> log I can see any errors or hints. Running JavaMonitor in Eclipse the images 
>> show up. Though it is unimportant for the operation of JavaMonitor I am 
>> curious if anybody else sees the same behavior and why it fails.
>>
>> jw
>>
>>
>> Am 25.11.2010 um 14:31 schrieb David LeBer:
>>
>>>
>>> On 2010-11-25, at 5:21 AM, Johann Werner wrote:
>>>
 Looks quite shiny now :) There are some input fields that could be a 
 little bit wider though.
>>>
>>> Which ones?
>>>
>>> Better yet, file a JIRA with a patch ;-)
>>>
 I found a small bug in the css-file:

 .AppControlScheduleOn,
 .AppControlAutoRecoverOn {
  color: #00eb29;
 }

 should have

 .AppControlRefusingNewSessions

 as selector too. Thanks for your effort David!

 jw

 Am 25.11.2010 um 10:13 schrieb Simon:

> I just built a new server and got the new monitor - it's superb!
>
> simon
>
> On 22 November 2010 23:38, David LeBer  
> wrote:
>> The Wonder Monitor looks like poo ;-)
>>>
>>> ;david
>>>
>>> --
>>> David LeBer
>>> Codeferous Software
>>> 'co-def-er-ous' adj. Literally 'code-bearing'
>>> site:        http://codeferous.com
>>> blog:        http://davidleber.net
>>> profile:     http://www.linkedin.com/in/davidleber
>>> twitter:     http://twitter.com/rebeld
>>> --
>>> Toronto Area Cocoa / WebObjects developers group:
>>> http://tacow.org
>>
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
>>
>> This email sent to prob...@macti.ca
>
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/ted.archibald%40gmail.com
>
> This email sent to ted.archib...@gmail.com
>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: CSS resources problem (Was: Wonder's Monitor)

2010-11-29 Thread David LeBer

On 2010-11-29, at 11:03 AM, Johann Werner wrote:

> 
> Am 29.11.2010 um 16:46 schrieb David LeBer:
> 
>> 
>> On 2010-11-29, at 10:24 AM, Johann Werner wrote:
>> 
>>> I have JavaMonitor running on a OS X Server box. The funny thing is I 
>>> replaced 'ToggleRight.png' with 'AppleLogo.gif' and the image is displayed. 
>>> Changing it back to 'ToggleRight.png' and it disappears... bummer
>>> 
>>> jw
>> 
>> OK, I can confirm that.
>> 
>> Changing the reference to AppleLogo.gif in the css works, but the 
>> Toggle*.png doesn't. I'm not running the latest build (so I don't have the 
>> new stop/start pngs) what happens if you change the reference to one of them?
> 
> works for me

Hrm, curiouser and curiouser.

Try an experiment for me. With the css reference set to start.png, restart 
JavaMonitor and immediately go to the Configure Application page. Do the images 
show up for you? They don't for me. However, if I go to the Application Details 
page first (where those images are loaded in  tags) and *then* go to the 
Configure Application page they do.

As a test, I put a pair of WOImages on the Main page that display the 
Toggle*.png images, with those in place, they display correctly when referenced 
by css.

I'm thinking that the problem may be with ERXResourceManager, perhaps it thinks 
the images should be in it's cache, so it is vending emptiness?

> 
>> 
>>> 
>>> 
>>> Am 29.11.2010 um 16:04 schrieb David LeBer:
>>> 
 
 On 2010-11-29, at 9:56 AM, Simon wrote:
 
> linux is case sensitive - we had a ton of web server resource issues
> transitioning from osx to linux deployment...
 
 I double checked, and it looks OK:
 

 ad...@carter:/opt/Library/WebObjects/JavaApplications/JavaMonitor.woa/Contents/WebServerResources$
  ls ToggleDown.png 
ToggleDown.png
 
 The weird thing is that I don't get a resource not found error, it just 
 seems to vend an empty one.
 
> 
> simon
> 
> On 29 November 2010 14:54, David LeBer  
> wrote:
>> I did some investigation with this last week.
>> 
>> I believe it has something to do with the wr resource handling with 
>> direct connect and Wonder, specifically for resources that are embedded 
>> in the CSS file, and strangely, I only see the problem on Linux.
>> 
>> For instance if I launch the JavaMonitor app from the command line on a 
>> Mac OS X box those two images load fine. If I do the same thing on a 
>> Linux box they do not.
>> 
>> I've double checked all the usual culprits (permissions, firewall, etc), 
>> the url for the resource looks OK to me:
>> 
>> 
>> 
>> As does the mime type of the resulting response.
>> 
>> I'm kinda at a loss as to what the issue may be.
>> 
>> On 2010-11-29, at 8:51 AM, Pascal Robert wrote:
>> 
>>> I just upgraded our staging server, and I'm getting the same behavior 
>>> that you get.
>>> 
 I see some odd behavior with the AjaxExpansions when JavaMonitor is 
 running on a server. The images ToggleDown.png and ToggleRight.png are 
 not appearing. Looking at the resource protocol of Safari the images 
 are listed as 0 byte and a question mark though they are where WO 
 should look for them (the URL is correct). All other images are 
 displayed correctly and the files are not corrupted as Preview opens 
 them and even dropping them into the apache htdocs shows the right 
 graphics in a browser.
 I enabled logging in JavaMonitor but neither in that log nor in the 
 apache log I can see any errors or hints. Running JavaMonitor in 
 Eclipse the images show up. Though it is unimportant for the operation 
 of JavaMonitor I am curious if anybody else sees the same behavior and 
 why it fails.
 
 jw
 
 
 Am 25.11.2010 um 14:31 schrieb David LeBer:
 
> 
> On 2010-11-25, at 5:21 AM, Johann Werner wrote:
> 
>> Looks quite shiny now :) There are some input fields that could be a 
>> little bit wider though.
> 
> Which ones?
> 
> Better yet, file a JIRA with a patch ;-)
> 
>> I found a small bug in the css-file:
>> 
>> .AppControlScheduleOn,
>> .AppControlAutoRecoverOn {
>> color: #00eb29;
>> }
>> 
>> should have
>> 
>> .AppControlRefusingNewSessions
>> 
>> as selector too. Thanks for your effort David!
>> 
>> jw
>> 
>> Am 25.11.2010 um 10:13 schrieb Simon:
>> 
>>> I just built a new server and got the new monitor - it's superb!
>>>

Re: CSS resources problem (Was: Wonder's Monitor)

2010-11-29 Thread Johann Werner

Am 29.11.2010 um 16:46 schrieb David LeBer:

> 
> On 2010-11-29, at 10:24 AM, Johann Werner wrote:
> 
>> I have JavaMonitor running on a OS X Server box. The funny thing is I 
>> replaced 'ToggleRight.png' with 'AppleLogo.gif' and the image is displayed. 
>> Changing it back to 'ToggleRight.png' and it disappears... bummer
>> 
>> jw
> 
> OK, I can confirm that.
> 
> Changing the reference to AppleLogo.gif in the css works, but the Toggle*.png 
> doesn't. I'm not running the latest build (so I don't have the new stop/start 
> pngs) what happens if you change the reference to one of them?

works for me

> 
>> 
>> 
>> Am 29.11.2010 um 16:04 schrieb David LeBer:
>> 
>>> 
>>> On 2010-11-29, at 9:56 AM, Simon wrote:
>>> 
 linux is case sensitive - we had a ton of web server resource issues
 transitioning from osx to linux deployment...
>>> 
>>> I double checked, and it looks OK:
>>> 
>>> 
>>> ad...@carter:/opt/Library/WebObjects/JavaApplications/JavaMonitor.woa/Contents/WebServerResources$
>>>  ls ToggleDown.png 
>>> ToggleDown.png
>>> 
>>> The weird thing is that I don't get a resource not found error, it just 
>>> seems to vend an empty one.
>>> 
 
 simon
 
 On 29 November 2010 14:54, David LeBer  wrote:
> I did some investigation with this last week.
> 
> I believe it has something to do with the wr resource handling with 
> direct connect and Wonder, specifically for resources that are embedded 
> in the CSS file, and strangely, I only see the problem on Linux.
> 
> For instance if I launch the JavaMonitor app from the command line on a 
> Mac OS X box those two images load fine. If I do the same thing on a 
> Linux box they do not.
> 
> I've double checked all the usual culprits (permissions, firewall, etc), 
> the url for the resource looks OK to me:
> 
> 
> 
> As does the mime type of the resulting response.
> 
> I'm kinda at a loss as to what the issue may be.
> 
> On 2010-11-29, at 8:51 AM, Pascal Robert wrote:
> 
>> I just upgraded our staging server, and I'm getting the same behavior 
>> that you get.
>> 
>>> I see some odd behavior with the AjaxExpansions when JavaMonitor is 
>>> running on a server. The images ToggleDown.png and ToggleRight.png are 
>>> not appearing. Looking at the resource protocol of Safari the images 
>>> are listed as 0 byte and a question mark though they are where WO 
>>> should look for them (the URL is correct). All other images are 
>>> displayed correctly and the files are not corrupted as Preview opens 
>>> them and even dropping them into the apache htdocs shows the right 
>>> graphics in a browser.
>>> I enabled logging in JavaMonitor but neither in that log nor in the 
>>> apache log I can see any errors or hints. Running JavaMonitor in 
>>> Eclipse the images show up. Though it is unimportant for the operation 
>>> of JavaMonitor I am curious if anybody else sees the same behavior and 
>>> why it fails.
>>> 
>>> jw
>>> 
>>> 
>>> Am 25.11.2010 um 14:31 schrieb David LeBer:
>>> 
 
 On 2010-11-25, at 5:21 AM, Johann Werner wrote:
 
> Looks quite shiny now :) There are some input fields that could be a 
> little bit wider though.
 
 Which ones?
 
 Better yet, file a JIRA with a patch ;-)
 
> I found a small bug in the css-file:
> 
> .AppControlScheduleOn,
> .AppControlAutoRecoverOn {
> color: #00eb29;
> }
> 
> should have
> 
> .AppControlRefusingNewSessions
> 
> as selector too. Thanks for your effort David!
> 
> jw
> 
> Am 25.11.2010 um 10:13 schrieb Simon:
> 
>> I just built a new server and got the new monitor - it's superb!
>> 
>> simon
>> 
>> On 22 November 2010 23:38, David LeBer  
>> wrote:
>>> The Wonder Monitor looks like poo ;-)
>>> 
>>> ;david
>>> 
>>> --
>>> David LeBer
>>> Codeferous Software
>>> 'co-def-er-ous' adj. Literally 'code-bearing'
>>> site:   http://codeferous.com
>>> blog:   http://davidleber.net
>>> profile:http://www.linkedin.com/in/davidleber
>>> twitter:http://twitter.com/rebeld
>>> --
>>> Toronto Area Cocoa / WebObjects developers group:
>>> http://tacow.org
>>> 
>>> 
>>> 
>>> 
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> http://lists.apple.com/mailman/options/webobjects-dev/jw%40oyosys.de
>>> 
>>> Thi

Re: CSS resources problem (Was: Wonder's Monitor)

2010-11-29 Thread David LeBer

On 2010-11-29, at 10:24 AM, Johann Werner wrote:

> I have JavaMonitor running on a OS X Server box. The funny thing is I 
> replaced 'ToggleRight.png' with 'AppleLogo.gif' and the image is displayed. 
> Changing it back to 'ToggleRight.png' and it disappears... bummer
> 
> jw

OK, I can confirm that.

Changing the reference to AppleLogo.gif in the css works, but the Toggle*.png 
doesn't. I'm not running the latest build (so I don't have the new stop/start 
pngs) what happens if you change the reference to one of them?

> 
> 
> Am 29.11.2010 um 16:04 schrieb David LeBer:
> 
>> 
>> On 2010-11-29, at 9:56 AM, Simon wrote:
>> 
>>> linux is case sensitive - we had a ton of web server resource issues
>>> transitioning from osx to linux deployment...
>> 
>> I double checked, and it looks OK:
>> 
>>  
>> ad...@carter:/opt/Library/WebObjects/JavaApplications/JavaMonitor.woa/Contents/WebServerResources$
>>  ls ToggleDown.png 
>>  ToggleDown.png
>> 
>> The weird thing is that I don't get a resource not found error, it just 
>> seems to vend an empty one.
>> 
>>> 
>>> simon
>>> 
>>> On 29 November 2010 14:54, David LeBer  wrote:
 I did some investigation with this last week.
 
 I believe it has something to do with the wr resource handling with direct 
 connect and Wonder, specifically for resources that are embedded in the 
 CSS file, and strangely, I only see the problem on Linux.
 
 For instance if I launch the JavaMonitor app from the command line on a 
 Mac OS X box those two images load fine. If I do the same thing on a Linux 
 box they do not.
 
 I've double checked all the usual culprits (permissions, firewall, etc), 
 the url for the resource looks OK to me:
 
 
 
 As does the mime type of the resulting response.
 
 I'm kinda at a loss as to what the issue may be.
 
 On 2010-11-29, at 8:51 AM, Pascal Robert wrote:
 
> I just upgraded our staging server, and I'm getting the same behavior 
> that you get.
> 
>> I see some odd behavior with the AjaxExpansions when JavaMonitor is 
>> running on a server. The images ToggleDown.png and ToggleRight.png are 
>> not appearing. Looking at the resource protocol of Safari the images are 
>> listed as 0 byte and a question mark though they are where WO should 
>> look for them (the URL is correct). All other images are displayed 
>> correctly and the files are not corrupted as Preview opens them and even 
>> dropping them into the apache htdocs shows the right graphics in a 
>> browser.
>> I enabled logging in JavaMonitor but neither in that log nor in the 
>> apache log I can see any errors or hints. Running JavaMonitor in Eclipse 
>> the images show up. Though it is unimportant for the operation of 
>> JavaMonitor I am curious if anybody else sees the same behavior and why 
>> it fails.
>> 
>> jw
>> 
>> 
>> Am 25.11.2010 um 14:31 schrieb David LeBer:
>> 
>>> 
>>> On 2010-11-25, at 5:21 AM, Johann Werner wrote:
>>> 
 Looks quite shiny now :) There are some input fields that could be a 
 little bit wider though.
>>> 
>>> Which ones?
>>> 
>>> Better yet, file a JIRA with a patch ;-)
>>> 
 I found a small bug in the css-file:
 
 .AppControlScheduleOn,
 .AppControlAutoRecoverOn {
 color: #00eb29;
 }
 
 should have
 
 .AppControlRefusingNewSessions
 
 as selector too. Thanks for your effort David!
 
 jw
 
 Am 25.11.2010 um 10:13 schrieb Simon:
 
> I just built a new server and got the new monitor - it's superb!
> 
> simon
> 
> On 22 November 2010 23:38, David LeBer  
> wrote:
>> The Wonder Monitor looks like poo ;-)
>> 
>> ;david
>> 
>> --
>> David LeBer
>> Codeferous Software
>> 'co-def-er-ous' adj. Literally 'code-bearing'
>> site:http://codeferous.com
>> blog:http://davidleber.net
>> profile: http://www.linkedin.com/in/davidleber
>> twitter: http://twitter.com/rebeld
>> --
>> Toronto Area Cocoa / WebObjects developers group:
>> http://tacow.org
>> 
>> 
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/jw%40oyosys.de
>> 
>> This email sent to j...@oyosys.de
>> 
> 
> 
> 

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:

Re: CSS resources problem (Was: Wonder's Monitor)

2010-11-29 Thread Johann Werner
I have JavaMonitor running on a OS X Server box. The funny thing is I replaced 
'ToggleRight.png' with 'AppleLogo.gif' and the image is displayed. Changing it 
back to 'ToggleRight.png' and it disappears... bummer

jw


Am 29.11.2010 um 16:04 schrieb David LeBer:

> 
> On 2010-11-29, at 9:56 AM, Simon wrote:
> 
>> linux is case sensitive - we had a ton of web server resource issues
>> transitioning from osx to linux deployment...
> 
> I double checked, and it looks OK:
> 
>   
> ad...@carter:/opt/Library/WebObjects/JavaApplications/JavaMonitor.woa/Contents/WebServerResources$
>  ls ToggleDown.png 
>   ToggleDown.png
> 
> The weird thing is that I don't get a resource not found error, it just seems 
> to vend an empty one.
> 
>> 
>> simon
>> 
>> On 29 November 2010 14:54, David LeBer  wrote:
>>> I did some investigation with this last week.
>>> 
>>> I believe it has something to do with the wr resource handling with direct 
>>> connect and Wonder, specifically for resources that are embedded in the CSS 
>>> file, and strangely, I only see the problem on Linux.
>>> 
>>> For instance if I launch the JavaMonitor app from the command line on a Mac 
>>> OS X box those two images load fine. If I do the same thing on a Linux box 
>>> they do not.
>>> 
>>> I've double checked all the usual culprits (permissions, firewall, etc), 
>>> the url for the resource looks OK to me:
>>> 
>>> 
>>> 
>>> As does the mime type of the resulting response.
>>> 
>>> I'm kinda at a loss as to what the issue may be.
>>> 
>>> On 2010-11-29, at 8:51 AM, Pascal Robert wrote:
>>> 
 I just upgraded our staging server, and I'm getting the same behavior that 
 you get.
 
> I see some odd behavior with the AjaxExpansions when JavaMonitor is 
> running on a server. The images ToggleDown.png and ToggleRight.png are 
> not appearing. Looking at the resource protocol of Safari the images are 
> listed as 0 byte and a question mark though they are where WO should look 
> for them (the URL is correct). All other images are displayed correctly 
> and the files are not corrupted as Preview opens them and even dropping 
> them into the apache htdocs shows the right graphics in a browser.
> I enabled logging in JavaMonitor but neither in that log nor in the 
> apache log I can see any errors or hints. Running JavaMonitor in Eclipse 
> the images show up. Though it is unimportant for the operation of 
> JavaMonitor I am curious if anybody else sees the same behavior and why 
> it fails.
> 
> jw
> 
> 
> Am 25.11.2010 um 14:31 schrieb David LeBer:
> 
>> 
>> On 2010-11-25, at 5:21 AM, Johann Werner wrote:
>> 
>>> Looks quite shiny now :) There are some input fields that could be a 
>>> little bit wider though.
>> 
>> Which ones?
>> 
>> Better yet, file a JIRA with a patch ;-)
>> 
>>> I found a small bug in the css-file:
>>> 
>>> .AppControlScheduleOn,
>>> .AppControlAutoRecoverOn {
>>> color: #00eb29;
>>> }
>>> 
>>> should have
>>> 
>>> .AppControlRefusingNewSessions
>>> 
>>> as selector too. Thanks for your effort David!
>>> 
>>> jw
>>> 
>>> Am 25.11.2010 um 10:13 schrieb Simon:
>>> 
 I just built a new server and got the new monitor - it's superb!
 
 simon
 
 On 22 November 2010 23:38, David LeBer  
 wrote:
> The Wonder Monitor looks like poo ;-)
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
> 
> 
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/jw%40oyosys.de
> 
> This email sent to j...@oyosys.de
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: CSS resources problem (Was: Wonder's Monitor)

2010-11-29 Thread David LeBer

On 2010-11-29, at 9:56 AM, Simon wrote:

> linux is case sensitive - we had a ton of web server resource issues
> transitioning from osx to linux deployment...

I double checked, and it looks OK:


ad...@carter:/opt/Library/WebObjects/JavaApplications/JavaMonitor.woa/Contents/WebServerResources$
 ls ToggleDown.png 
ToggleDown.png

The weird thing is that I don't get a resource not found error, it just seems 
to vend an empty one.

> 
> simon
> 
> On 29 November 2010 14:54, David LeBer  wrote:
>> I did some investigation with this last week.
>> 
>> I believe it has something to do with the wr resource handling with direct 
>> connect and Wonder, specifically for resources that are embedded in the CSS 
>> file, and strangely, I only see the problem on Linux.
>> 
>> For instance if I launch the JavaMonitor app from the command line on a Mac 
>> OS X box those two images load fine. If I do the same thing on a Linux box 
>> they do not.
>> 
>> I've double checked all the usual culprits (permissions, firewall, etc), the 
>> url for the resource looks OK to me:
>> 
>> 
>> 
>> As does the mime type of the resulting response.
>> 
>> I'm kinda at a loss as to what the issue may be.
>> 
>> On 2010-11-29, at 8:51 AM, Pascal Robert wrote:
>> 
>>> I just upgraded our staging server, and I'm getting the same behavior that 
>>> you get.
>>> 
 I see some odd behavior with the AjaxExpansions when JavaMonitor is 
 running on a server. The images ToggleDown.png and ToggleRight.png are not 
 appearing. Looking at the resource protocol of Safari the images are 
 listed as 0 byte and a question mark though they are where WO should look 
 for them (the URL is correct). All other images are displayed correctly 
 and the files are not corrupted as Preview opens them and even dropping 
 them into the apache htdocs shows the right graphics in a browser.
 I enabled logging in JavaMonitor but neither in that log nor in the apache 
 log I can see any errors or hints. Running JavaMonitor in Eclipse the 
 images show up. Though it is unimportant for the operation of JavaMonitor 
 I am curious if anybody else sees the same behavior and why it fails.
 
 jw
 
 
 Am 25.11.2010 um 14:31 schrieb David LeBer:
 
> 
> On 2010-11-25, at 5:21 AM, Johann Werner wrote:
> 
>> Looks quite shiny now :) There are some input fields that could be a 
>> little bit wider though.
> 
> Which ones?
> 
> Better yet, file a JIRA with a patch ;-)
> 
>> I found a small bug in the css-file:
>> 
>> .AppControlScheduleOn,
>> .AppControlAutoRecoverOn {
>> color: #00eb29;
>> }
>> 
>> should have
>> 
>> .AppControlRefusingNewSessions
>> 
>> as selector too. Thanks for your effort David!
>> 
>> jw
>> 
>> Am 25.11.2010 um 10:13 schrieb Simon:
>> 
>>> I just built a new server and got the new monitor - it's superb!
>>> 
>>> simon
>>> 
>>> On 22 November 2010 23:38, David LeBer  
>>> wrote:
 The Wonder Monitor looks like poo ;-)

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:http://www.linkedin.com/in/davidleber
twitter:http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: CSS resources problem (Was: Wonder's Monitor)

2010-11-29 Thread Simon
linux is case sensitive - we had a ton of web server resource issues
transitioning from osx to linux deployment...

simon

On 29 November 2010 14:54, David LeBer  wrote:
> I did some investigation with this last week.
>
> I believe it has something to do with the wr resource handling with direct 
> connect and Wonder, specifically for resources that are embedded in the CSS 
> file, and strangely, I only see the problem on Linux.
>
> For instance if I launch the JavaMonitor app from the command line on a Mac 
> OS X box those two images load fine. If I do the same thing on a Linux box 
> they do not.
>
> I've double checked all the usual culprits (permissions, firewall, etc), the 
> url for the resource looks OK to me:
>
> 
>
> As does the mime type of the resulting response.
>
> I'm kinda at a loss as to what the issue may be.
>
> On 2010-11-29, at 8:51 AM, Pascal Robert wrote:
>
>> I just upgraded our staging server, and I'm getting the same behavior that 
>> you get.
>>
>>> I see some odd behavior with the AjaxExpansions when JavaMonitor is running 
>>> on a server. The images ToggleDown.png and ToggleRight.png are not 
>>> appearing. Looking at the resource protocol of Safari the images are listed 
>>> as 0 byte and a question mark though they are where WO should look for them 
>>> (the URL is correct). All other images are displayed correctly and the 
>>> files are not corrupted as Preview opens them and even dropping them into 
>>> the apache htdocs shows the right graphics in a browser.
>>> I enabled logging in JavaMonitor but neither in that log nor in the apache 
>>> log I can see any errors or hints. Running JavaMonitor in Eclipse the 
>>> images show up. Though it is unimportant for the operation of JavaMonitor I 
>>> am curious if anybody else sees the same behavior and why it fails.
>>>
>>> jw
>>>
>>>
>>> Am 25.11.2010 um 14:31 schrieb David LeBer:
>>>

 On 2010-11-25, at 5:21 AM, Johann Werner wrote:

> Looks quite shiny now :) There are some input fields that could be a 
> little bit wider though.

 Which ones?

 Better yet, file a JIRA with a patch ;-)

> I found a small bug in the css-file:
>
> .AppControlScheduleOn,
> .AppControlAutoRecoverOn {
> color: #00eb29;
> }
>
> should have
>
> .AppControlRefusingNewSessions
>
> as selector too. Thanks for your effort David!
>
> jw
>
> Am 25.11.2010 um 10:13 schrieb Simon:
>
>> I just built a new server and got the new monitor - it's superb!
>>
>> simon
>>
>> On 22 November 2010 23:38, David LeBer  
>> wrote:
>>> The Wonder Monitor looks like poo ;-)
>
> ;david
>
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site:   http://codeferous.com
> blog:   http://davidleber.net
> profile:        http://www.linkedin.com/in/davidleber
> twitter:        http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
>
>
>
>
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/simon%40potwells.co.uk
>
> This email sent to si...@potwells.co.uk
>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


CSS resources problem (Was: Wonder's Monitor)

2010-11-29 Thread David LeBer
I did some investigation with this last week.

I believe it has something to do with the wr resource handling with direct 
connect and Wonder, specifically for resources that are embedded in the CSS 
file, and strangely, I only see the problem on Linux.

For instance if I launch the JavaMonitor app from the command line on a Mac OS 
X box those two images load fine. If I do the same thing on a Linux box they do 
not.

I've double checked all the usual culprits (permissions, firewall, etc), the 
url for the resource looks OK to me:



As does the mime type of the resulting response.

I'm kinda at a loss as to what the issue may be.

On 2010-11-29, at 8:51 AM, Pascal Robert wrote:

> I just upgraded our staging server, and I'm getting the same behavior that 
> you get.
> 
>> I see some odd behavior with the AjaxExpansions when JavaMonitor is running 
>> on a server. The images ToggleDown.png and ToggleRight.png are not 
>> appearing. Looking at the resource protocol of Safari the images are listed 
>> as 0 byte and a question mark though they are where WO should look for them 
>> (the URL is correct). All other images are displayed correctly and the files 
>> are not corrupted as Preview opens them and even dropping them into the 
>> apache htdocs shows the right graphics in a browser.
>> I enabled logging in JavaMonitor but neither in that log nor in the apache 
>> log I can see any errors or hints. Running JavaMonitor in Eclipse the images 
>> show up. Though it is unimportant for the operation of JavaMonitor I am 
>> curious if anybody else sees the same behavior and why it fails.
>> 
>> jw
>> 
>> 
>> Am 25.11.2010 um 14:31 schrieb David LeBer:
>> 
>>> 
>>> On 2010-11-25, at 5:21 AM, Johann Werner wrote:
>>> 
 Looks quite shiny now :) There are some input fields that could be a 
 little bit wider though.
>>> 
>>> Which ones?
>>> 
>>> Better yet, file a JIRA with a patch ;-)
>>> 
 I found a small bug in the css-file:
 
 .AppControlScheduleOn,
 .AppControlAutoRecoverOn {
 color: #00eb29;
 }
 
 should have
 
 .AppControlRefusingNewSessions
 
 as selector too. Thanks for your effort David!
 
 jw
 
 Am 25.11.2010 um 10:13 schrieb Simon:
 
> I just built a new server and got the new monitor - it's superb!
> 
> simon
> 
> On 22 November 2010 23:38, David LeBer  
> wrote:
>> The Wonder Monitor looks like poo ;-)

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:http://www.linkedin.com/in/davidleber
twitter:http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-29 Thread Pascal Robert
I just upgraded our staging server, and I'm getting the same behavior that you 
get.

> I see some odd behavior with the AjaxExpansions when JavaMonitor is running 
> on a server. The images ToggleDown.png and ToggleRight.png are not appearing. 
> Looking at the resource protocol of Safari the images are listed as 0 byte 
> and a question mark though they are where WO should look for them (the URL is 
> correct). All other images are displayed correctly and the files are not 
> corrupted as Preview opens them and even dropping them into the apache htdocs 
> shows the right graphics in a browser.
> I enabled logging in JavaMonitor but neither in that log nor in the apache 
> log I can see any errors or hints. Running JavaMonitor in Eclipse the images 
> show up. Though it is unimportant for the operation of JavaMonitor I am 
> curious if anybody else sees the same behavior and why it fails.
> 
> jw
> 
> 
> Am 25.11.2010 um 14:31 schrieb David LeBer:
> 
>> 
>> On 2010-11-25, at 5:21 AM, Johann Werner wrote:
>> 
>>> Looks quite shiny now :) There are some input fields that could be a little 
>>> bit wider though.
>> 
>> Which ones?
>> 
>> Better yet, file a JIRA with a patch ;-)
>> 
>>> I found a small bug in the css-file:
>>> 
>>> .AppControlScheduleOn,
>>> .AppControlAutoRecoverOn {
>>>  color: #00eb29;
>>> }
>>> 
>>> should have
>>> 
>>> .AppControlRefusingNewSessions
>>> 
>>> as selector too. Thanks for your effort David!
>>> 
>>> jw
>>> 
>>> Am 25.11.2010 um 10:13 schrieb Simon:
>>> 
 I just built a new server and got the new monitor - it's superb!
 
 simon
 
 On 22 November 2010 23:38, David LeBer  wrote:
> The Wonder Monitor looks like poo ;-)
>> 
>> ;david
>> 
>> --
>> David LeBer
>> Codeferous Software
>> 'co-def-er-ous' adj. Literally 'code-bearing'
>> site:http://codeferous.com
>> blog:http://davidleber.net
>> profile: http://www.linkedin.com/in/davidleber
>> twitter: http://twitter.com/rebeld
>> --
>> Toronto Area Cocoa / WebObjects developers group:
>> http://tacow.org
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
> 
> This email sent to prob...@macti.ca

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-29 Thread Johann Werner
I see some odd behavior with the AjaxExpansions when JavaMonitor is running on 
a server. The images ToggleDown.png and ToggleRight.png are not appearing. 
Looking at the resource protocol of Safari the images are listed as 0 byte and 
a question mark though they are where WO should look for them (the URL is 
correct). All other images are displayed correctly and the files are not 
corrupted as Preview opens them and even dropping them into the apache htdocs 
shows the right graphics in a browser.
I enabled logging in JavaMonitor but neither in that log nor in the apache log 
I can see any errors or hints. Running JavaMonitor in Eclipse the images show 
up. Though it is unimportant for the operation of JavaMonitor I am curious if 
anybody else sees the same behavior and why it fails.

jw


Am 25.11.2010 um 14:31 schrieb David LeBer:

> 
> On 2010-11-25, at 5:21 AM, Johann Werner wrote:
> 
>> Looks quite shiny now :) There are some input fields that could be a little 
>> bit wider though.
> 
> Which ones?
> 
> Better yet, file a JIRA with a patch ;-)
> 
>> I found a small bug in the css-file:
>> 
>> .AppControlScheduleOn,
>> .AppControlAutoRecoverOn {
>>   color: #00eb29;
>> }
>> 
>> should have
>> 
>> .AppControlRefusingNewSessions
>> 
>> as selector too. Thanks for your effort David!
>> 
>> jw
>> 
>> Am 25.11.2010 um 10:13 schrieb Simon:
>> 
>>> I just built a new server and got the new monitor - it's superb!
>>> 
>>> simon
>>> 
>>> On 22 November 2010 23:38, David LeBer  wrote:
 The Wonder Monitor looks like poo ;-)
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-25 Thread Johann Werner

Am 25.11.2010 um 14:31 schrieb David LeBer:

> 
> On 2010-11-25, at 5:21 AM, Johann Werner wrote:
> 
>> Looks quite shiny now :) There are some input fields that could be a little 
>> bit wider though.
> 
> Which ones?
> 
> Better yet, file a JIRA with a patch ;-)

there you go: http://issues.objectstyle.org/jira/browse/WONDER-628

:-)

> 
>> I found a small bug in the css-file:
>> 
>> .AppControlScheduleOn,
>> .AppControlAutoRecoverOn {
>>   color: #00eb29;
>> }
>> 
>> should have
>> 
>> .AppControlRefusingNewSessions
>> 
>> as selector too. Thanks for your effort David!
>> 
>> jw
>> 
>> Am 25.11.2010 um 10:13 schrieb Simon:
>> 
>>> I just built a new server and got the new monitor - it's superb!
>>> 
>>> simon
>>> 
>>> On 22 November 2010 23:38, David LeBer  wrote:
 The Wonder Monitor looks like poo ;-)
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Wonder's Monitor

2010-11-25 Thread David LeBer

On 2010-11-25, at 5:21 AM, Johann Werner wrote:

> Looks quite shiny now :) There are some input fields that could be a little 
> bit wider though.

Which ones?

Better yet, file a JIRA with a patch ;-)

> I found a small bug in the css-file:
> 
> .AppControlScheduleOn,
> .AppControlAutoRecoverOn {
>color: #00eb29;
> }
> 
> should have
> 
> .AppControlRefusingNewSessions
> 
> as selector too. Thanks for your effort David!
> 
> jw
> 
> Am 25.11.2010 um 10:13 schrieb Simon:
> 
>> I just built a new server and got the new monitor - it's superb!
>> 
>> simon
>> 
>> On 22 November 2010 23:38, David LeBer  wrote:
>>> The Wonder Monitor looks like poo ;-)

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:http://www.linkedin.com/in/davidleber
twitter:http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-25 Thread Johann Werner
Looks quite shiny now :) There are some input fields that could be a little bit 
wider though.
I found a small bug in the css-file:

.AppControlScheduleOn,
.AppControlAutoRecoverOn {
color: #00eb29;
}

should have

.AppControlRefusingNewSessions

as selector too. Thanks for your effort David!

jw

Am 25.11.2010 um 10:13 schrieb Simon:

> I just built a new server and got the new monitor - it's superb!
> 
> simon
> 
> On 22 November 2010 23:38, David LeBer  wrote:
>> Looks like poo ;-)
>> 
>> 
>> 
>> 
>> 
>> ;david
>> 
>> --
>> David LeBer
>> Codeferous Software
>> 'co-def-er-ous' adj. Literally 'code-bearing'
>> site:   http://codeferous.com
>> blog:   http://davidleber.net
>> profile:http://www.linkedin.com/in/davidleber
>> twitter:http://twitter.com/rebeld
>> --
>> Toronto Area Cocoa / WebObjects developers group:
>> http://tacow.org


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-25 Thread Michael Sharp
Screenshot for the lazy?

Sharpy..

On 24/11/2010, at 1:33 AM, Martin Samm wrote:

> ooh - shiny.
> 
> looks great;
> 
> Thanks
> 
> Martin
> 
> On 23 November 2010 15:19, John Huss  wrote:
> Screenshots:
> http://lists.apple.com/archives/Webobjects-dev/2010/Nov/msg00573.html
> 
> On Tue, Nov 23, 2010 at 4:57 AM, Martin Samm  wrote:
> Apologies as i must have missed the start of this thread.
> 
> Are the screenshots accessible somewhere?
> 
> Whats the plan for releasing the new Monitor?
> 
> many Thanks
> 
> Martin.
> 
> On 23 November 2010 10:32, Anjo Krank  wrote:
> How so?
> 
> Cheers, Anjo
> 
> Am 23.11.2010 um 00:48 schrieb Pascal Robert:
> 
> > Ah, finally a Monitor for the 2010s :-) BTW, I think we should remove the 
> > Migrations tab, AFAIK that tab content is useless.
> >
> >> Looks like poo ;-)
> >>
> >> 
> >> 
> >> ;david
> >>
> >> --
> >> David LeBer
> >> Codeferous Software
> >> 'co-def-er-ous' adj. Literally 'code-bearing'
> >> site:http://codeferous.com
> >> blog:http://davidleber.net
> >> profile: http://www.linkedin.com/in/davidleber
> >> twitter: http://twitter.com/rebeld
> >> --
> >> Toronto Area Cocoa / WebObjects developers group:
> >> http://tacow.org
> >>
> >>
> >>
> >>
> >> ;david
> >>
> >> --
> >> David LeBer
> >> Codeferous Software
> >> 'co-def-er-ous' adj. Literally 'code-bearing'
> >> site:http://codeferous.com
> >> blog:http://davidleber.net
> >> profile: http://www.linkedin.com/in/davidleber
> >> twitter: http://twitter.com/rebeld
> >> --
> >> Toronto Area Cocoa / WebObjects developers group:
> >> http://tacow.org
> >>
> >>
> >>
> >>
> >> ___
> >> Do not post admin requests to the list. They will be ignored.
> >> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> >> Help/Unsubscribe/Update your Subscription:
> >> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
> >>
> >> This email sent to prob...@macti.ca
> >
> > ___
> > Do not post admin requests to the list. They will be ignored.
> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> > Help/Unsubscribe/Update your Subscription:
> > http://lists.apple.com/mailman/options/webobjects-dev/anjo%40krank.net
> >
> > This email sent to a...@krank.net
> 
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/martin.samm%40aetopia.com
> 
> This email sent to martin.s...@aetopia.com
> 
> 
> 
> -- 
> Martin Samm
> Aetopia Ltd
> +44 (0) 28 9099 8767
> 
> Aetopia Ltd is a limited company registered in Belfast, Northern Ireland,
> with registration number NI053321, having its principal place of business
> (and postal address) at ECIT Institute, Queens Road, BELFAST BT3 9DT
> and registered office at 1, Lanyon Quay, BELFAST BT1 3LG
> 
> 
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/johnthuss%40gmail.com
> 
> This email sent to johnth...@gmail.com
> 
> 
> 
> 
> -- 
> Martin Samm
> Aetopia Ltd
> +44 (0) 28 9099 8767
> 
> Aetopia Ltd is a limited company registered in Belfast, Northern Ireland,
> with registration number NI053321, having its principal place of business
> (and postal address) at ECIT Institute, Queens Road, BELFAST BT3 9DT
> and registered office at 1, Lanyon Quay, BELFAST BT1 3LG
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/getsharp%40gmail.com
> 
> This email sent to getsh...@gmail.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-25 Thread Simon
I just built a new server and got the new monitor - it's superb!

simon

On 22 November 2010 23:38, David LeBer  wrote:
> Looks like poo ;-)
>
>
>
>
>
> ;david
>
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site:   http://codeferous.com
> blog:   http://davidleber.net
> profile:        http://www.linkedin.com/in/davidleber
> twitter:        http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
>
>
>
>
> ;david
>
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site:   http://codeferous.com
> blog:   http://davidleber.net
> profile:        http://www.linkedin.com/in/davidleber
> twitter:        http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
>
>
>
>
>
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/simon%40potwells.co.uk
>
> This email sent to si...@potwells.co.uk
>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-23 Thread Martin Samm
ooh - shiny.

looks great;

Thanks

Martin

On 23 November 2010 15:19, John Huss  wrote:

> Screenshots:
> http://lists.apple.com/archives/Webobjects-dev/2010/Nov/msg00573.html
>
> On Tue, Nov 23, 2010 at 4:57 AM, Martin Samm wrote:
>
>> Apologies as i must have missed the start of this thread.
>>
>> Are the screenshots accessible somewhere?
>>
>> Whats the plan for releasing the new Monitor?
>>
>> many Thanks
>>
>> Martin.
>>
>> On 23 November 2010 10:32, Anjo Krank  wrote:
>>
>>>  How so?
>>>
>>> Cheers, Anjo
>>>
>>> Am 23.11.2010 um 00:48 schrieb Pascal Robert:
>>>
>>> > Ah, finally a Monitor for the 2010s :-) BTW, I think we should remove
>>> the Migrations tab, AFAIK that tab content is useless.
>>> >
>>> >> Looks like poo ;-)
>>> >>
>>> >> 
>>> >> 
>>> >> ;david
>>> >>
>>> >> --
>>> >> David LeBer
>>> >> Codeferous Software
>>> >> 'co-def-er-ous' adj. Literally 'code-bearing'
>>> >> site:http://codeferous.com
>>> >> blog:http://davidleber.net
>>> >> profile: http://www.linkedin.com/in/davidleber
>>> >> twitter: http://twitter.com/rebeld
>>> >> --
>>> >> Toronto Area Cocoa / WebObjects developers group:
>>> >> http://tacow.org
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> ;david
>>> >>
>>> >> --
>>> >> David LeBer
>>> >> Codeferous Software
>>> >> 'co-def-er-ous' adj. Literally 'code-bearing'
>>> >> site:http://codeferous.com
>>> >> blog:http://davidleber.net
>>> >> profile: http://www.linkedin.com/in/davidleber
>>> >> twitter: http://twitter.com/rebeld
>>> >> --
>>> >> Toronto Area Cocoa / WebObjects developers group:
>>> >> http://tacow.org
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> ___
>>> >> Do not post admin requests to the list. They will be ignored.
>>> >> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> >> Help/Unsubscribe/Update your Subscription:
>>> >>
>>> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
>>> >>
>>> >> This email sent to prob...@macti.ca
>>> >
>>> > ___
>>> > Do not post admin requests to the list. They will be ignored.
>>> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> > Help/Unsubscribe/Update your Subscription:
>>> > http://lists.apple.com/mailman/options/webobjects-dev/anjo%40krank.net
>>> >
>>> > This email sent to a...@krank.net
>>>
>>>  ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>> http://lists.apple.com/mailman/options/webobjects-dev/martin.samm%40aetopia.com
>>>
>>> This email sent to martin.s...@aetopia.com
>>>
>>
>>
>>
>> --
>> Martin Samm
>> Aetopia Ltd
>> +44 (0) 28 9099 8767
>>
>> 
>> Aetopia Ltd is a limited company registered in Belfast, Northern Ireland,
>> with registration number NI053321, having its principal place of business
>> (and postal address) at ECIT Institute, Queens Road, BELFAST BT3 9DT
>> and registered office at 1, Lanyon Quay, BELFAST BT1 3LG
>>
>>
>>  ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>>
>> http://lists.apple.com/mailman/options/webobjects-dev/johnthuss%40gmail.com
>>
>> This email sent to johnth...@gmail.com
>>
>
>


-- 
Martin Samm
Aetopia Ltd
+44 (0) 28 9099 8767

Aetopia Ltd is a limited company registered in Belfast, Northern Ireland,
with registration number NI053321, having its principal place of business
(and postal address) at ECIT Institute, Queens Road, BELFAST BT3 9DT
and registered office at 1, Lanyon Quay, BELFAST BT1 3LG
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Wonder's Monitor

2010-11-23 Thread John Huss
Screenshots:
http://lists.apple.com/archives/Webobjects-dev/2010/Nov/msg00573.html

On Tue, Nov 23, 2010 at 4:57 AM, Martin Samm wrote:

> Apologies as i must have missed the start of this thread.
>
> Are the screenshots accessible somewhere?
>
> Whats the plan for releasing the new Monitor?
>
> many Thanks
>
> Martin.
>
> On 23 November 2010 10:32, Anjo Krank  wrote:
>
>> How so?
>>
>> Cheers, Anjo
>>
>> Am 23.11.2010 um 00:48 schrieb Pascal Robert:
>>
>> > Ah, finally a Monitor for the 2010s :-) BTW, I think we should remove
>> the Migrations tab, AFAIK that tab content is useless.
>> >
>> >> Looks like poo ;-)
>> >>
>> >> 
>> >> 
>> >> ;david
>> >>
>> >> --
>> >> David LeBer
>> >> Codeferous Software
>> >> 'co-def-er-ous' adj. Literally 'code-bearing'
>> >> site:http://codeferous.com
>> >> blog:http://davidleber.net
>> >> profile: http://www.linkedin.com/in/davidleber
>> >> twitter: http://twitter.com/rebeld
>> >> --
>> >> Toronto Area Cocoa / WebObjects developers group:
>> >> http://tacow.org
>> >>
>> >>
>> >>
>> >>
>> >> ;david
>> >>
>> >> --
>> >> David LeBer
>> >> Codeferous Software
>> >> 'co-def-er-ous' adj. Literally 'code-bearing'
>> >> site:http://codeferous.com
>> >> blog:http://davidleber.net
>> >> profile: http://www.linkedin.com/in/davidleber
>> >> twitter: http://twitter.com/rebeld
>> >> --
>> >> Toronto Area Cocoa / WebObjects developers group:
>> >> http://tacow.org
>> >>
>> >>
>> >>
>> >>
>> >> ___
>> >> Do not post admin requests to the list. They will be ignored.
>> >> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> >> Help/Unsubscribe/Update your Subscription:
>> >>
>> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
>> >>
>> >> This email sent to prob...@macti.ca
>> >
>> > ___
>> > Do not post admin requests to the list. They will be ignored.
>> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> > Help/Unsubscribe/Update your Subscription:
>> > http://lists.apple.com/mailman/options/webobjects-dev/anjo%40krank.net
>> >
>> > This email sent to a...@krank.net
>>
>>  ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>>
>> http://lists.apple.com/mailman/options/webobjects-dev/martin.samm%40aetopia.com
>>
>> This email sent to martin.s...@aetopia.com
>>
>
>
>
> --
> Martin Samm
> Aetopia Ltd
> +44 (0) 28 9099 8767
>
> 
> Aetopia Ltd is a limited company registered in Belfast, Northern Ireland,
> with registration number NI053321, having its principal place of business
> (and postal address) at ECIT Institute, Queens Road, BELFAST BT3 9DT
> and registered office at 1, Lanyon Quay, BELFAST BT1 3LG
>
>
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/johnthuss%40gmail.com
>
> This email sent to johnth...@gmail.com
>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Wonder's Monitor

2010-11-23 Thread David LeBer

On 2010-11-23, at 5:57 AM, Martin Samm wrote:

> Apologies as i must have missed the start of this thread.
> 
> Are the screenshots accessible somewhere?
> 
> Whats the plan for releasing the new Monitor?

Just teasing ;-)

I've got a few days of work left, then some testing. You should hopefully see a 
commit later this week/early next.

If anyone wants in on early testing let me know in a private email.

> 
> many Thanks
> 
> Martin.
> 
> On 23 November 2010 10:32, Anjo Krank  wrote:
> How so?
> 
> Cheers, Anjo
> 
> Am 23.11.2010 um 00:48 schrieb Pascal Robert:
> 
> > Ah, finally a Monitor for the 2010s :-) BTW, I think we should remove the 
> > Migrations tab, AFAIK that tab content is useless.
> >
> >> Looks like poo ;-)
> >>
> >> 
> >> 
> >> ;david

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:http://www.linkedin.com/in/davidleber
twitter:http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-23 Thread Pascal Robert
AFAIK, that tab was added when they tried to move away from wotaskd/Monitor to 
plain old Apache and NIO support, which was supposed to be in 5.4 (presentation 
at WWDC 2006 I think). True, the info on that page show how you can move to 
mod_proxy, but IMHO I think that should be explain in the wiki. Or we keep the 
tab in Monitor, we should explain what it is, right now, it's just a bunch of 
Apache directives.

> How so?
> 
> Cheers, Anjo
> 
> Am 23.11.2010 um 00:48 schrieb Pascal Robert:
> 
>> Ah, finally a Monitor for the 2010s :-) BTW, I think we should remove the 
>> Migrations tab, AFAIK that tab content is useless.
>> 
>>> Looks like poo ;-)
>>> 
>>> 
>>> 
>>> ;david
>>> 
>>> --
>>> David LeBer
>>> Codeferous Software
>>> 'co-def-er-ous' adj. Literally 'code-bearing'
>>> site:   http://codeferous.com
>>> blog:   http://davidleber.net
>>> profile:http://www.linkedin.com/in/davidleber
>>> twitter:http://twitter.com/rebeld
>>> --
>>> Toronto Area Cocoa / WebObjects developers group:
>>> http://tacow.org
>>> 
>>> 
>>> 
>>> 
>>> ;david
>>> 
>>> --
>>> David LeBer
>>> Codeferous Software
>>> 'co-def-er-ous' adj. Literally 'code-bearing'
>>> site:   http://codeferous.com
>>> blog:   http://davidleber.net
>>> profile:http://www.linkedin.com/in/davidleber
>>> twitter:http://twitter.com/rebeld
>>> --
>>> Toronto Area Cocoa / WebObjects developers group:
>>> http://tacow.org
>>> 
>>> 
>>> 
>>> 
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
>>> 
>>> This email sent to prob...@macti.ca
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/anjo%40krank.net
>> 
>> This email sent to a...@krank.net
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
> 
> This email sent to prob...@macti.ca

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-23 Thread Antonio Petri
Looks great!
But, why the Apple Logo? Should it have a Wonder logo instead (if it
exists)?
Cheers
Antonio


On 22 November 2010 23:38, David LeBer  wrote:

> Looks like poo ;-)
>
>
>
>
>
> ;david
>
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site:   http://codeferous.com
> blog:   http://davidleber.net
> profile:http://www.linkedin.com/in/davidleber
> twitter:http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
>
>
>
>
> ;david
>
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site:   http://codeferous.com
> blog:   http://davidleber.net
> profile:http://www.linkedin.com/in/davidleber
> twitter:http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
>
>
>
>
>
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
>
> http://lists.apple.com/mailman/options/webobjects-dev/antonio.petri%40googlemail.com
>
> This email sent to antonio.pe...@googlemail.com
>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Wonder's Monitor

2010-11-23 Thread Martin Samm
Apologies as i must have missed the start of this thread.

Are the screenshots accessible somewhere?

Whats the plan for releasing the new Monitor?

many Thanks

Martin.

On 23 November 2010 10:32, Anjo Krank  wrote:

> How so?
>
> Cheers, Anjo
>
> Am 23.11.2010 um 00:48 schrieb Pascal Robert:
>
> > Ah, finally a Monitor for the 2010s :-) BTW, I think we should remove the
> Migrations tab, AFAIK that tab content is useless.
> >
> >> Looks like poo ;-)
> >>
> >> 
> >> 
> >> ;david
> >>
> >> --
> >> David LeBer
> >> Codeferous Software
> >> 'co-def-er-ous' adj. Literally 'code-bearing'
> >> site:http://codeferous.com
> >> blog:http://davidleber.net
> >> profile: http://www.linkedin.com/in/davidleber
> >> twitter: http://twitter.com/rebeld
> >> --
> >> Toronto Area Cocoa / WebObjects developers group:
> >> http://tacow.org
> >>
> >>
> >>
> >>
> >> ;david
> >>
> >> --
> >> David LeBer
> >> Codeferous Software
> >> 'co-def-er-ous' adj. Literally 'code-bearing'
> >> site:http://codeferous.com
> >> blog:http://davidleber.net
> >> profile: http://www.linkedin.com/in/davidleber
> >> twitter: http://twitter.com/rebeld
> >> --
> >> Toronto Area Cocoa / WebObjects developers group:
> >> http://tacow.org
> >>
> >>
> >>
> >>
> >> ___
> >> Do not post admin requests to the list. They will be ignored.
> >> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> >> Help/Unsubscribe/Update your Subscription:
> >>
> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
> >>
> >> This email sent to prob...@macti.ca
> >
> > ___
> > Do not post admin requests to the list. They will be ignored.
> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> > Help/Unsubscribe/Update your Subscription:
> > http://lists.apple.com/mailman/options/webobjects-dev/anjo%40krank.net
> >
> > This email sent to a...@krank.net
>
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
>
> http://lists.apple.com/mailman/options/webobjects-dev/martin.samm%40aetopia.com
>
> This email sent to martin.s...@aetopia.com
>



-- 
Martin Samm
Aetopia Ltd
+44 (0) 28 9099 8767

Aetopia Ltd is a limited company registered in Belfast, Northern Ireland,
with registration number NI053321, having its principal place of business
(and postal address) at ECIT Institute, Queens Road, BELFAST BT3 9DT
and registered office at 1, Lanyon Quay, BELFAST BT1 3LG
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Wonder's Monitor

2010-11-23 Thread Anjo Krank
How so?

Cheers, Anjo

Am 23.11.2010 um 00:48 schrieb Pascal Robert:

> Ah, finally a Monitor for the 2010s :-) BTW, I think we should remove the 
> Migrations tab, AFAIK that tab content is useless.
> 
>> Looks like poo ;-)
>> 
>> 
>> 
>> ;david
>> 
>> --
>> David LeBer
>> Codeferous Software
>> 'co-def-er-ous' adj. Literally 'code-bearing'
>> site:http://codeferous.com
>> blog:http://davidleber.net
>> profile: http://www.linkedin.com/in/davidleber
>> twitter: http://twitter.com/rebeld
>> --
>> Toronto Area Cocoa / WebObjects developers group:
>> http://tacow.org
>> 
>> 
>> 
>> 
>> ;david
>> 
>> --
>> David LeBer
>> Codeferous Software
>> 'co-def-er-ous' adj. Literally 'code-bearing'
>> site:http://codeferous.com
>> blog:http://davidleber.net
>> profile: http://www.linkedin.com/in/davidleber
>> twitter: http://twitter.com/rebeld
>> --
>> Toronto Area Cocoa / WebObjects developers group:
>> http://tacow.org
>> 
>> 
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
>> 
>> This email sent to prob...@macti.ca
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/anjo%40krank.net
> 
> This email sent to a...@krank.net

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-23 Thread Aurélien Minet
very great!
thanks

On 11/23/2010 12:38 AM, David LeBer wrote:
> Looks like poo ;-)
> 
> 
> 
> 
> 
> 
> 
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
> 
> 
> 
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
> 
> 
> 
> 
> 
> 
> 
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/aurelien.minet%40univ-provence.fr
> 
> This email sent to aurelien.mi...@univ-provence.fr

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-22 Thread Tim Worman
+1, big thanks.

Tim Worman
UCLA GSE&IS

On Nov 22, 2010, at 4:28 PM, David Holt wrote:

> I'm not sure I'll be able to get used to this.
> 
> :-)
> 
> d
> 
> On 2010-11-22, at 3:38 PM, David LeBer wrote:
> 
>> Looks like poo ;-)
>> 
>> 
>> 
>> ;david
>> 
>> --
>> David LeBer
>> Codeferous Software
>> 'co-def-er-ous' adj. Literally 'code-bearing'
>> site:http://codeferous.com
>> blog:http://davidleber.net
>> profile: http://www.linkedin.com/in/davidleber
>> twitter: http://twitter.com/rebeld
>> --
>> Toronto Area Cocoa / WebObjects developers group:
>> http://tacow.org
>> 
>> 
>> 
>> 
>> ;david
>> 
>> --
>> David LeBer
>> Codeferous Software
>> 'co-def-er-ous' adj. Literally 'code-bearing'
>> site:http://codeferous.com
>> blog:http://davidleber.net
>> profile: http://www.linkedin.com/in/davidleber
>> twitter: http://twitter.com/rebeld
>> --
>> Toronto Area Cocoa / WebObjects developers group:
>> http://tacow.org
>> 
>> 
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
>> 
>> This email sent to programming...@mac.com
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
> 
> This email sent to li...@thetimmy.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-22 Thread Farrukh Ijaz

On 2010-11-23, at 2:38 AM, David LeBer wrote:

> Looks like poo ;-)

That's pretty cool. When can we have it to replace the ugly looking predator?

Farrukh

> 
> 
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
> 
> 
> 
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
> 
> 
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/farrukh.ijaz%40fuegodigitalmedia.com
> 
> This email sent to farrukh.i...@fuegodigitalmedia.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-22 Thread David Holt
I'm not sure I'll be able to get used to this.

:-)

d

On 2010-11-22, at 3:38 PM, David LeBer wrote:

> Looks like poo ;-)
> 
> 
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
> 
> 
> 
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
> 
> 
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
> 
> This email sent to programming...@mac.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-22 Thread Simon
has that been committed to the trunk yet ? can't wait to test drive it...

Simon

On 22 November 2010 23:38, David LeBer  wrote:
> Looks like poo ;-)
>
>
>
>
>
> ;david
>
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site:   http://codeferous.com
> blog:   http://davidleber.net
> profile:        http://www.linkedin.com/in/davidleber
> twitter:        http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
>
>
>
>
> ;david
>
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site:   http://codeferous.com
> blog:   http://davidleber.net
> profile:        http://www.linkedin.com/in/davidleber
> twitter:        http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
>
>
>
>
>
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/simon%40potwells.co.uk
>
> This email sent to si...@potwells.co.uk
>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wonder's Monitor

2010-11-22 Thread Pascal Robert
Ah, finally a Monitor for the 2010s :-) BTW, I think we should remove the 
Migrations tab, AFAIK that tab content is useless.

> Looks like poo ;-)
> 
> 
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
> 
> 
> 
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
> 
> 
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
> 
> This email sent to prob...@macti.ca

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com