I am trying to convert the contents of a UCS-2LE encoded file into UTF-8. When I use file_get_contents directly, I get a � replacement character before every other character. If I use...
Thanks, Ron I have got that code working on its own but the problem seems to be when I have two paragraphs (separated by <br /> tags in the same set of <p> tags) following this code. If I just have...
In internet explorer, when I view http://www.theramclub.co.uk/, the image for 'Carmina' is unclickable. It works fine in Netscape, and also if I take out the first paragraph of text for...
Thanks for your replies. I found this: http://staff.dasdeck.de/valentin/midi/ so I'm going to try adapt it for my needs. Does anyone know how to write tunes and then make them midi using the text to...
I am looking to create an online music notation program that runs inside your web browser, using Javascript and PHP. Is it possible to create a MIDI file using PHP? I would like to be able to...
I'm making an autoformatting thing where you type in plain text. At the moment it does titles and subtitles and it should do tables. indexold1 does tables but not when they're at the end....
No you can't do it with javascript. You can use a server side language like PHP. See http://hotscripts.com/PHP/Scripts_and_Programs/Form_Processors/index.html for some examples.
I'm new to java and I have two different content panes. contentArea is a grid of 3 rows and one column. When I click the button in pane 3 I want contentArea2 to show instead, which contains...