Kevin Ethridge | 6 Oct 02:26
Picon

Ajax

Could anyone point out some ajax examples using Helma?

Thanks
Chris Zumbrunn | 8 Oct 12:59
Gravatar

Re: Ajax


On Oct 6, 2007, at 2:26 , Kevin Ethridge wrote:

> Could anyone point out some ajax examples using Helma?

Hi Kevin,

You'll probably need to be more specific about what it is you are  
after. Due to the server-side use of Javascript and the built-in way  
how Helma handles requests and sessions, there really is no need for  
anything special on the helma server side. I can think of no ajax  
specific trick that your question could be fishing for.

Anyway, a simple example where ajax is used is in the shell action  
that is part of the helmaTools module. In this case one action  
handles both ajax and normal web requests and the code is a bit  
convoluted in order to stay unobtrusive to the hosting app. Usually  
you would probably split that and simply handle the ajax requests  
with actions dedicated for that purpose.

http://dev.helma.org/trac/helma/browser/apps/helmaTools/trunk/Global/ 
helma.shell.skin
http://dev.helma.org/trac/helma/browser/apps/helmaTools/trunk/Global/ 
helma.shell.js

Chris
Kevin Ethridge | 9 Oct 02:30
Picon

Re: Ajax

Chris,
Thanks for pointing out the code. I was just trying to get a feel for  
how you guys
coding ajax in your apps. I was just trying to find some examples  
what would be
considered, "good coding style" for a helma app.
I appreciate your time and the feedback.

Kevin

On Oct 8, 2007, at 6:59 AM, Chris Zumbrunn wrote:

>
> On Oct 6, 2007, at 2:26 , Kevin Ethridge wrote:
>
>> Could anyone point out some ajax examples using Helma?
>
> Hi Kevin,
>
> You'll probably need to be more specific about what it is you are
> after. Due to the server-side use of Javascript and the built-in way
> how Helma handles requests and sessions, there really is no need for
> anything special on the helma server side. I can think of no ajax
> specific trick that your question could be fishing for.
>
> Anyway, a simple example where ajax is used is in the shell action
> that is part of the helmaTools module. In this case one action
> handles both ajax and normal web requests and the code is a bit
> convoluted in order to stay unobtrusive to the hosting app. Usually
> you would probably split that and simply handle the ajax requests
(Continue reading)

Picon

Re: Ajax

Hi Kevin,

I have only done little bit of ajax with my helma aps so far, but I
would second Chris's suggestion to use seperate actions of ajax vs
"normal" full page rendering actions as this would also let you keep
your page rendering code separate from the ajax code that would normally
send back JSON or XML rather then full html pages.

Maks.

> -----Original Message-----
> From: helma-user-bounces <at> helma.org 
> [mailto:helma-user-bounces <at> helma.org] On Behalf Of Kevin Ethridge
> Sent: Tuesday, 9 October 2007 10:31
> To: Helma User Mailing List
> Subject: Re: [Helma-user] Ajax
> 
> Chris,
> Thanks for pointing out the code. I was just trying to get a 
> feel for how you guys coding ajax in your apps. I was just 
> trying to find some examples what would be considered, "good 
> coding style" for a helma app.
> I appreciate your time and the feedback.
> 
> Kevin
> 
> On Oct 8, 2007, at 6:59 AM, Chris Zumbrunn wrote:
> 
> >
> > On Oct 6, 2007, at 2:26 , Kevin Ethridge wrote:
(Continue reading)

Joshua Paine | 20 Oct 03:11

multiple items in _parent?

http://helma.org/docs/guide/mapping/basic/

what is meant by having multiple entries in _parent?

Thanks, Joshua
Angelika Drescher | 23 Oct 15:25
Picon

job - working together in Berlin


I'm looking for programmer/developer for long-term collaboration in
improoving a internet-Plattform for Team-coordination, (actually for private
joint building ventures, architects)?
until now the Plattform was developed in Vienna, there will be cooperation
between Vienna and Berlin, but the developement should take place in berlin
too, because there's a marked and some interested Users.

Hope to find nice people here in Berlin for this project.
if you are interested, please reply to this posting or

send mail: angelika <at> zusammenarbeiter.net
or call me: 0176-22033366
--

-- 
View this message in context: http://www.nabble.com/job---working-together-in-Berlin-tf4677456s2589.html#a13364327
Sent from the Helma - User mailing list archive at Nabble.com.
Hannes Wallnoefer | 23 Oct 15:56
Picon
Favicon
Gravatar

Re: multiple items in _parent?

Hi Joshua,

2007/10/20, Joshua Paine <joshua <at> papercrown.org>:
> http://helma.org/docs/guide/mapping/basic/
>
> what is meant by having multiple entries in _parent?

What's meant by this is that you can have a list of possible parents
which will be tried one after the other until a valid parent element
es found, similar to the way the PATH environment variable is searched
for an executable.

hannes

> Thanks, Joshua
> _______________________________________________
> Helma-user mailing list
> Helma-user <at> helma.org
> http://helma.org/mailman/listinfo/helma-user
>
Kris Leite | 25 Oct 19:22

Suggestion: Date.js - toUtc - return this

I would like to suggest that in the Date.js file, the prototype method 
called toUtc, add the line 'return this;' so that it can be chained.  
For example:

var zt = (new Date()).toUtc().format(Date.ISOFORMAT);

I noticed that toLocalTime would also benefit from the same enhancement.

Thanks,
Kris

Gmane