Re: [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-)

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 104532
interpreted = N
texte = Hi Olin, Thanks for your feedback although I am not quite able to decode the .php = example which you linked to. When I look at the PollDaddy, then it's in the right direction, at least = in principal. At least it can give me some ideas, but not how to = integrate all the above using WebDNA. I think (if this thread survives) that a very basic example is needed = first (WebDNA, AJAX, JS) and after that another baby step is needed. I = hope that some will join the effort. Palle On 18/01/2010, at 20.16, Olin Lagon wrote: > Here is one that uses PHP >=20 > http://www.yvoschaap.com/index.php/weblog/css_star_rater_ajax_version/ >=20 > You just have to change the PHP to webdna which should be really easy. = The > Javascript passes a couple of variables you just have to catch and = then > process. >=20 > I haven't use this one above but it seems simple. I have used this one > before http://orkans-tmp.22web.net/star_rating/=20 >=20 > Another approach is to use PollDaddy. >=20 > 1- You will have to log into Polldaddy and then go to Ratings. =20 > 2- Click on create new rating which will take you to a page where you = can > customize your ratings and at the end save. =20 > 3- You might want to modify the embedded code so that you identify an = item > in your page (like a post in a blog). For this pupose edit the = unique_id > (like a unique number), title and permalink of the rating. =20 > 4- Embed code and Voila! =20 >=20 > -----Original Message----- > From: Palle Bo Nielsen [mailto:powerpalle@powerpalle.dk]=20 > Sent: Monday, January 18, 2010 8:38 AM > To: talk@webdna.us > Subject: [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-) >=20 > Hi all, >=20 > I am starting this thread to learn a method which I have no experience > within. The knowledge I lack might be within Ajax, Javascript or just = within > WebDNA - anyway I hope that someone will join this thread to let me = learn > and maybe eventually make the content of the thread the official "for > dummies" on webdna.us. >=20 > Basically I want to include a function to my forum code. A = functionality > where a user can rate a submission. If the user rates it as a positive = read > then the user presses THUMBS UP and if the user rates it negative then > presses THUMBS DOWN. >=20 > A post to a thread has the value of zero ("0"). If a reader has = pressed > THUMBS DOWN to a post, then THE POST =3D -1 (one down) etc. I hope you = get it > - it is all about letting users rate posts. >=20 > Anyway - heres the part where I need to learn... I need for the = process to > function without the webpage to reload... >=20 > a) forum page is loaded with e.g. 10 posts > b) logged in user (reader) presses THUMBS DOWN image > c) the action (the -1 to this particular post is stored in a WebDNA = DB) > d) the value ThisPostsTotalValue is updated on the webpage (visual) > e) the user (reader) is not able to press any THUMBS on the post = anymore > (validated via the WebDNA DB) > f) all is good :) >=20 > ... a challenge for me, but a feature which I crave... >=20 > The a make a reasonable description? Am I missing anything? >=20 > I wish you all a great evening, day, night... >=20 > Palle--------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: = http://forum.webdna.us/eucabb.html?page=3Dtopics&category=3D288 >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: = http://forum.webdna.us/eucabb.html?page=3Dtopics&category=3D288 >=20 Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-) (Palle Bo Nielsen 2010)
  2. Re: [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-) (Terry Wilson 2010)
  3. RE: [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-) ("Olin Lagon" 2010)
  4. Re: [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-) (Govinda 2010)
  5. Re: [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-) (Palle Bo Nielsen 2010)
  6. Re: [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-) (Kenneth Grome 2010)
  7. RE: [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-) ("Olin Lagon" 2010)
  8. [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-) (Palle Bo Nielsen 2010)
Hi Olin, Thanks for your feedback although I am not quite able to decode the .php = example which you linked to. When I look at the PollDaddy, then it's in the right direction, at least = in principal. At least it can give me some ideas, but not how to = integrate all the above using WebDNA. I think (if this thread survives) that a very basic example is needed = first (WebDNA, AJAX, JS) and after that another baby step is needed. I = hope that some will join the effort. Palle On 18/01/2010, at 20.16, Olin Lagon wrote: > Here is one that uses PHP >=20 > http://www.yvoschaap.com/index.php/weblog/css_star_rater_ajax_version/ >=20 > You just have to change the PHP to webdna which should be really easy. = The > Javascript passes a couple of variables you just have to catch and = then > process. >=20 > I haven't use this one above but it seems simple. I have used this one > before http://orkans-tmp.22web.net/star_rating/=20 >=20 > Another approach is to use PollDaddy. >=20 > 1- You will have to log into Polldaddy and then go to Ratings. =20 > 2- Click on create new rating which will take you to a page where you = can > customize your ratings and at the end save. =20 > 3- You might want to modify the embedded code so that you identify an = item > in your page (like a post in a blog). For this pupose edit the = unique_id > (like a unique number), title and permalink of the rating. =20 > 4- Embed code and Voila! =20 >=20 > -----Original Message----- > From: Palle Bo Nielsen [mailto:powerpalle@powerpalle.dk]=20 > Sent: Monday, January 18, 2010 8:38 AM > To: talk@webdna.us > Subject: [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-) >=20 > Hi all, >=20 > I am starting this thread to learn a method which I have no experience > within. The knowledge I lack might be within Ajax, Javascript or just = within > WebDNA - anyway I hope that someone will join this thread to let me = learn > and maybe eventually make the content of the thread the official "for > dummies" on webdna.us. >=20 > Basically I want to include a function to my forum code. A = functionality > where a user can rate a submission. If the user rates it as a positive = read > then the user presses THUMBS UP and if the user rates it negative then > presses THUMBS DOWN. >=20 > A post to a thread has the value of zero ("0"). If a reader has = pressed > THUMBS DOWN to a post, then THE POST =3D -1 (one down) etc. I hope you = get it > - it is all about letting users rate posts. >=20 > Anyway - heres the part where I need to learn... I need for the = process to > function without the webpage to reload... >=20 > a) forum page is loaded with e.g. 10 posts > b) logged in user (reader) presses THUMBS DOWN image > c) the action (the -1 to this particular post is stored in a WebDNA = DB) > d) the value ThisPostsTotalValue is updated on the webpage (visual) > e) the user (reader) is not able to press any THUMBS on the post = anymore > (validated via the WebDNA DB) > f) all is good :) >=20 > ... a challenge for me, but a feature which I crave... >=20 > The a make a reasonable description? Am I missing anything? >=20 > I wish you all a great evening, day, night... >=20 > Palle--------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: = http://forum.webdna.us/eucabb.html?page=3Dtopics&category=3D288 >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: = http://forum.webdna.us/eucabb.html?page=3Dtopics&category=3D288 >=20 Palle Bo Nielsen

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

please stop this!!!! (2000) protect tag on NT IIS (1997) installing webcatalog problem. HELP! (1998) Firesite and WebCat (1999) Tab Charactor (1997) converting characters in form (1997) Mac 2.1b2 speed (1997) db merge problem (2002) Fun with dates (1997) [defined]ish (1997) Search for dates greater than [date] (1997) RE: Loss in form (1998) OT (maybe) Setting up local (non internet) test computers (2000) I'm tired of all this! (2000) Multiple Sendmail Tags on One Page (2008) Error Lob.db records error message not name (1997) Merging databases (1997) New Website with Redakto CMS (2003) suffix mapping for NT? (1997) Re:Emailer and encryption (1997)