On Nov 20, 2007 9:06 AM, Zbigniew Lukasiak <zzbbyy@gmail.com> wrote:
> OK - I am not sure if I'll be ready on time, but I am starting now.
>
> I have a question - what do you use as the base for your example
> application? The Tutorial MyApp requires user to login before playing
> with it's features, even those that don't need a logged in user to
> work - I really hate that (the more that you really need to look hard
> to find the password). So what do you guys use?
>
> Regards,
> Zbyszek
>
>
I generally just create a small application demonstrating the point of the
article -- give a look at the examples/ dir -- quite a few small apps in
there. You can build off of those as you see fit. For my YUI+REST article
I'm copying AdventREST.
-J