[nodejs] progress bar in jade

2013-05-10 Thread Adva
i need to add a progress bar when i click on a submit-button, so i added this code: .progress.progress-striped.active .bar(style='width: 40%;') but how can i conect this progress bar to my button? as a click trigger? thank you! -- -- Job Board: http://jobs.nodejs.org/ Posting

Re: [nodejs] node js input

2013-04-05 Thread Adva
i added a input in node js (=textBox). and now i'm trying to read what the user wrote in this textBox. how can i do this? בתאריך יום שישי, 5 באפריל 2013 16:40:41 UTC+3, מאת ryandesign: On Apr 5, 2013, at 00:45, Adva wrote: i added a textBox like this: label Name: input

[nodejs] node js input

2013-04-04 Thread Adva
hi, i added a textBox like this: label Name: input(in) but now i want to tke the input from the user (=to take the input in the textBox). why i can not do this? thank you! -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

[nodejs] web storm to server

2013-04-02 Thread Adva
Hi, i have a web storm project and i want to run it on the server, i mean that i want to write a url and my project will run. how can i do this? thank you! -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines

[nodejs] node js with sql

2013-03-22 Thread Adva
im executing a stored procedre in node.js using jsonStringify to show the results in the console. but now i want to put the results in a html table using tr and td. how can i do it? thank you! -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] node js with sql

2013-03-22 Thread Adva
בתאריך יום שבת, 23 במרץ 2013 00:49:23 UTC+2, מאת ryandesign: On Mar 22, 2013, at 13:48, Adva wrote: im executing a stored procedre in node.js using jsonStringify to show the results in the console. but now i want to put the results in a html table using tr and td. how can i do