I was just wondering whether it is possible for a user to upload say, a text file, edit it on the webpage, and then save it back onto their own computers, using javascript?
Thanks for your help.
I'm just wondering however (seeing as though I am relatively new to javascript), where do I use this?
If I use it when first defining firstSix, it then only gives me the first...
I just found an esoteric programming language called 'evil'. (http://esolangs.org/wiki/Evil). Every lower case letter is a command, meaning that every text file is a legal 'evil' program :).
I got...
I have to make something using JavaScript for school, and I dont really have any ideas on what to make.
Could anyone suggest something that would take a couple of weeks, and is of a moderate...
Well I am more interested in software development.
I am a teenager, so I'm not really looking for a job in IT at the moment.
I just thought learning a programming language would be a good skill to...
Well I know basic CSS, and some AJAX.
I would like to learn something that I can mae programs with.
People have recommended C++ or Python, and I want to learn something like that.
Thanks though.
I am just wondering what language I should learn first.
I am a teenager, so I don't really want to have to pay for any software in learning it.
I already know javascript and HTML, if that helps?...
I am just getting into web design, and do not really want to purchase anything like Photoshop or Fireworks.
Does anyone know any free editors available for download, that would be alright for simple...
Thanks for that.
Is there any way I can then put that string down the page, out of the form, so that it shows the bold?
Because, if at the end of my function, instead of:
...
I need something to convert a string into bold text, and then display that lower down in the form. My current attempt can hold the emboldened text in a variable, but I don't know how to then display...
Im trying to make a script which inserts a piece of text into a textarea at the cursor position, using buttons. I cant seem to find any problems with my script, although it just completely doesnt...
Hey all, im trying to make a form that when a button is pressed, some text appears in a text box.
For example, I want to have a button called "name", that when pressed,
"What is your name?"...
Hey, here is a really simple script I recently wrote, the only problem for you being that it requires you to use the metric system (m and kg).
Anyway, I hope you can use or modify it to your needs:...
I am new to javascript, and Ive been trying to create an AFL point calculator (im Australian) in a form. To calculate AFL points, each goal is worth 6 points, while behinds are one. So, 2 goals and 3...