Re: 2009 surveys results

2009-10-25 Thread Pascal Robert
- Chuck Hill ch...@global-village.net a écrit : On Oct 24, 2009, at 11:57 AM, Don Lindsay wrote: I agree with Robert, I created several tutorials for WebObjects as well as an installer for windows and linux. This is something that I use my spare time to support. Based on

Re: 2009 surveys results

2009-10-25 Thread Kieran Kelleher
Hi Don, This is good stuff. How would anyone know your good materials exist? I think it is a good idea, whether a blog, tutorials, videos, to put cross-links to those on at least the following two places somewhere: wiki.objectstyle.org (any of us can edit that)

Re: 2009 surveys results

2009-10-25 Thread Simon
Don - why not put your stuff on the wiki? Maybe it's not got much attention because nobody can find it ? For info I can't even access it on my iPhone. - I just get a blank page Simon On Sunday, October 25, 2009, Kieran Kelleher kieran_li...@mac.com wrote: Hi Don, This is good stuff. How would

Re: 2009 surveys results

2009-10-25 Thread Ramsey Lee Gurley
On Oct 25, 2009, at 7:28 AM, Pascal Robert wrote: - Chuck Hill ch...@global-village.net a écrit : On Oct 24, 2009, at 11:57 AM, Don Lindsay wrote: I agree with Robert, I created several tutorials for WebObjects as well as an installer for windows and linux. This is something that

Re: 2009 surveys results

2009-10-25 Thread David LeBer
On 2009-10-25, at 10:13 AM, Ramsey Lee Gurley wrote: On Oct 25, 2009, at 7:28 AM, Pascal Robert wrote: - Chuck Hill ch...@global-village.net a écrit : On Oct 24, 2009, at 11:57 AM, Don Lindsay wrote: I agree with Robert, I created several tutorials for WebObjects as well as an

[OT] Pre-selecting a printer?

2009-10-25 Thread Ramsey Lee Gurley
Is it possible, if I have control of the client machines, to select a printer based on the printed page size? Also, is it possible to bypass the print dialog? I tried searching the Apple printing list but didn't come up with a lot of answers... Ramsey smime.p7s Description: S/MIME

Re: 2009 surveys results

2009-10-25 Thread Don Lindsay
Hello Chuck; http://web.me.com/pccdonl/ I think you mean. You are correct, I should not have cut and pasted. :) Don On Oct 24, 2009, at 11:42 PM, Chuck Hill wrote: On Oct 24, 2009, at 11:57 AM, Don Lindsay wrote: I agree with Robert, I created several tutorials for WebObjects as

Re: 2009 surveys results

2009-10-25 Thread Don Lindsay
You are more than welcome to transfer them to a format better suited to reach the masses. They were created with Adobe Captivate, don't know if that makes any difference. They are essentially screen recordings, I did not use any interactive options within these tutorials that I remember.

Component design question

2009-10-25 Thread Pascal Robert
I'm working on my WOTwitter tutorial and I have a question about the design. I think the tutorial should have two re-usable component : one to upload the new post, and the other to show the older tweets. So I have made a ERXTwitterNewPostComponent component that have : - A AjaxUpdateContainer

Re: [OT] Pre-selecting a printer?

2009-10-25 Thread Andrew Lindesay
Hi Ramsey; Are you able to just print directly to the printer from the application server? cheers. Is it possible, if I have control of the client machines, to select a printer based on the printed page size? Also, is it possible to bypass the print dialog? I tried searching the Apple

Re: [OT] Pre-selecting a printer?

2009-10-25 Thread Ramsey Lee Gurley
On Oct 25, 2009, at 4:26 PM, Andrew Lindesay wrote: Hi Ramsey; Are you able to just print directly to the printer from the application server? cheers. Is it possible, if I have control of the client machines, to select a printer based on the printed page size? Also, is it possible to

Re: Component design question

2009-10-25 Thread George Domurot
Hey Pascal. I'm about to undertake the identical task for a new site we are rolling out. Let me know if I can help out. -George -- George Domurot geo...@boxofficetickets.com On Oct 25, 2009, at 1:03 PM, Pascal Robert wrote: I'm working on my WOTwitter tutorial and I have a question about

Re: Component design question

2009-10-25 Thread Mike Schrag
- A AjaxUpdateContainer component that have a string who shows the number of chars typed (just like the Web Twitter client on twitter.com ) personally, i wouldn't do this ... you're going to churn requests for no good reason. imo, just do this in javascript (unless this is purely for the

Re: Component design question

2009-10-25 Thread Ken Foust
tutorials should demonstrate the real way to use the technology ! On Oct 25, 2009, at 2:48 PM, Mike Schrag wrote: - A AjaxUpdateContainer component that have a string who shows the number of chars typed (just like the Web Twitter client on twitter.com ) personally, i wouldn't do this ...

Re: [OT] Pre-selecting a printer?

2009-10-25 Thread Andrew Lindesay
Hi Ramsey; Do you mean that you would like to change the default printer on a users' machine from a web page? cheers. Are you able to just print directly to the printer from the application server? ... Is it possible, if I have control of the client machines, to select a printer

Re: Component design question

2009-10-25 Thread Mike Schrag
it depends on what the tutorial is for ... if the tutorial is for how to use Ajax features, then it's fine to do that kind of thing (non- optimal, but demonstrates possible uses). if the tutorial is showing how to make a real twitter interface, though, then i wouldn't do it this way. i

Re: [OT] Pre-selecting a printer?

2009-10-25 Thread David Avendasora
On Oct 25, 2009, at 11:44 AM, Ramsey Lee Gurley wrote: Is it possible, if I have control of the client machines, to select a printer based on the printed page size? Also, is it possible to bypass the print dialog? I tried searching the Apple printing list but didn't come up with a lot

Re: Component design question

2009-10-25 Thread Pascal Robert
The intent for the tutorial was to show a couple of Ajax components, a bit of EOF (to store the tweets) and ERXRssPage (tweets feed). it depends on what the tutorial is for ... if the tutorial is for how to use Ajax features, then it's fine to do that kind of thing (non-optimal, but

Re: [OT] Pre-selecting a printer?

2009-10-25 Thread Ramsey Lee Gurley
No, that would be crazy, even for me (^_^) I was just wondering if it were possible to set up a client Mac to print automatically to a specific printer based on characteristics of the print job. So, let's say I have a color inkjet printer, a black and white laser printer, and a star

Re: [OT] Pre-selecting a printer?

2009-10-25 Thread Pascal Robert
We have an app that use CUPS to print labels. The framework use JIPSI : http://www.lohndirekt.de/software/jipsi_quickstart_drucksoftware.html Disclaimer : I didn't setup the CUPS server and didn't work on the app, I just know that we have an app that use it :-) You should look at the IPP stuff

Re: Getting attribute-level userInfo at run-time

2009-10-25 Thread Paul Hoadley
On 25/10/2009, at 12:22 PM, Mike Schrag wrote: sounds like a bug ... log a jira for that one. Done. http://issues.objectstyle.org/jira/browse/WOL-1122 -- Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ ___ Do not post admin