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.PalleOn 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:
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.PalleOn 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:
[fileinfo . . .] (2000)
[append] vs. [appendfile] delta + question? (1997)
Summarizing on two fields (1998)
Pixo support? (1998)
form crasehes server (1997)
WC2b15 - [HTMLx]...[/HTMLx] problems (1997)
SiteEdit NewFile.html ? (1997)
How old am I? (2004)
what characters are replaced for tab and CR? (1998)
[WebDNA] An unknown error occured // Deadlock avoided (2011)
New WebDNA Solutions ... (1997)
[BoldWords] WebCat.acgib15Mac (1997)
List of WebDNA sub-contractors (2000)
[protect admin] (1997)
Ok here is a question? (1997)
.db-tmp (2000)
Add to Cart & List of Products (1997)
Sub Categories (2000)
R.I.P. Netscape (2003)
textarea data entry and display (2000)