6 Oct 02:26
8 Oct 12:59
Re: Ajax
Chris Zumbrunn <chris <at> zumbrunn.com>
2007-10-08 10:59:40 GMT
2007-10-08 10:59:40 GMT
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
9 Oct 02:30
Re: Ajax
Kevin Ethridge <kevinethridge <at> mac.com>
2007-10-09 00:30:56 GMT
2007-10-09 00:30:56 GMT
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)
9 Oct 02:58
Re: Ajax
Maksim Lin for technical support mailling lists <maksim_lin <at> ngv.vic.gov.au>
2007-10-09 00:58:34 GMT
2007-10-09 00:58:34 GMT
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)
20 Oct 03:11
multiple items in _parent?
Joshua Paine <joshua <at> papercrown.org>
2007-10-20 01:11:27 GMT
2007-10-20 01:11:27 GMT
http://helma.org/docs/guide/mapping/basic/ what is meant by having multiple entries in _parent? Thanks, Joshua
23 Oct 15:25
job - working together in Berlin
Angelika Drescher <angelika <at> zusammenarbeiter.eu>
2007-10-23 13:25:07 GMT
2007-10-23 13:25:07 GMT
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.
23 Oct 15:56
Re: multiple items in _parent?
Hannes Wallnoefer <hannes <at> helma.at>
2007-10-23 13:56:34 GMT
2007-10-23 13:56:34 GMT
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 >
25 Oct 19:22
Suggestion: Date.js - toUtc - return this
Kris Leite <kleite <at> imcsoftware.com>
Suggestion: Date.js - toUtc - return this
2007-10-25 17:22:47 GMT
Suggestion: Date.js - toUtc - return this
2007-10-25 17:22:47 GMT
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
RSS Feed