Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LadyClaire

    Translator Fixed rac2

    Thanks, I am also a learner by looking. They didnt teach javascript when I was taking my programming classes. All we had was COBOL, C, C++, and VB. I taught myself html over the internet. Same way I am learning JS. Now they have one full class on just Javascript but I cant take it. Dont have the...
  2. LadyClaire

    Translator Fixed rac2

    Ok now I feel stupid! Your page is set up in frames yes? Well seems you accomplished in a few minutes what I have been working on for a few months. I'll definately have to pick your code apart and figure out what you did exactly. I'm better at doing that than starting from scratch anyway. Thanks...
  3. LadyClaire

    How do I write a language translator?

    Thanks so much, I figured out my probs right after I posted that last post. I did start a new thread though. Called Translator Fixed rac2. There is where I will post any new questions about it because I still need the phrases part done which I totally got confused on, and eventually I will want...
  4. LadyClaire

    Translator Fixed rac2

    Sureyou can get it yourself at http://www.angelfire.com/empire2/angora5/Translator.html or here it is: <html> <head> <title>English-Elvish Translator</title> <script src=&quot;dictionary.js&quot;></script> <script> function trElvishEnglish(){ var found = false; var target =...
  5. LadyClaire

    Translator Fixed rac2

    Ok I have the single words translation fixed. Just added a lil text to seperate the english translator from the elvish translator and it works fine. I didnt even have to use the following code: target == elvishWords[i] ){ document.elveng.english.value = englishWords[i]; Now about the phrase...
  6. LadyClaire

    How do I write a language translator?

    ok something isnt right if you want to see the script on the actual site its at : http://www.angelfire.com/empire2/angora5/Translator.html Do the View Source and you can look and see what the problem is. it gives me the undefined errors when I hit the submit button on the page. Maybe you can...
  7. LadyClaire

    How do I write a language translator?

    Dont apologize, when I get it finished I am giving most of the credit to you on the web site. If it werent for you I wouldnt have gotten this far. So basically I only need one .js file then. I'm not putting definitions on the page so that will cut down on alot of work. And then I just add...
  8. LadyClaire

    How do I write a language translator?

    So far this is the script I have setup on my page. I think it would be easier to do this in Frames which I can do. <html> <head> <title>English-Elvish Translator</title> <script src=&quot;elvish_english.js&quot;></script> <script src=&quot;english_elvish.js&quot;></script> <script>...
  9. LadyClaire

    Building a Language Translator with Macromedia MX

    Its going great, had messed up a few times entering in my language and started over until I realized I could go in to the actual file it created and fix my typos. Its going to work for now but I am still doing it in JavaScript as well so I can have the translator on a web site so others can use...
  10. LadyClaire

    Building a Language Translator with Macromedia MX

    Wow, thanks, thought I would like to see this translator you have MadMango, I still want to do this one I am working on. Please do send it, I may be able to look it over from the inside and get the answers I need from it if that is ok. And maybe I could make it run on a web site. I'm rather good...
  11. LadyClaire

    Building a Language Translator with Macromedia MX

    I am trying to build a language translator that will translate between Elvish and English and vice versa. I have went though the tutorial for the translator located at http://www.flash-db.com/Translate/TranslateClient.php?page=1 and it has helped greatly, my question is how would I use my own...
  12. LadyClaire

    How do I write a language translator?

    Wow, You are a great help rac2. I know anyway I do this it is going to take, lots of time, work and patience. I am also looking into creating it with Macromedis Flash MX as well. I have been interestied in both programming and elves for about 4 years now. In college we just programmed in VB...
  13. LadyClaire

    Building a Language Translator with Macromedia MX

    I have DW MX already, and there are no conjugations at all. When stting up the table, would I just use notepad or wordpad or would I have to use something like NuSOAP? And give an example of what you mean by break the string into single words, pull their equivalents, then reassemble the string...
  14. LadyClaire

    Building a Language Translator with Macromedia MX

    Ok I am wanting to make a Language translator that will translate between English and Elvish. I have all the translations I need and I have Macromedia Flash MX. I want to be able to type in something in either english or elvish and the translator give back the proper translation. The grammer...
  15. LadyClaire

    How do I write a language translator?

    Ok I have both .js files made for the single words. The sentence structure is the same, basically if you typed in &quot;You smell like a human&quot; in english it would give you back &quot;Lle holma ve’ edan&quot; in elvish, where Lle = You, Holma = smell, ve' = like, edan = a human. Would I...
  16. LadyClaire

    Inserting js files into a web page

    I am also wanting to insert a button where it will clear the form so you dont have to refresh the page or hit the back button everytime you want to translate a new word or phrase.
  17. LadyClaire

    How do I write a language translator?

    Ok I have my two .js files made. What I am wanting is to also be able to type in a whole sentence or phasre and it picks all the patching words out of one or the other of the two js files and bring up the sentence. And the sentence structure is the same for the english. And rac2, your giving me...
  18. LadyClaire

    Inserting js files into a web page

    I am building a language translator where you can either type in an english word,elvish word, english pharse, elvish phrase and it will brigh up the proper translation in the other language. I already have two of my js files made called english_elvish.js and elvish_english.js for individual...
  19. LadyClaire

    HElp! Building a Translator

    I already have a dictionary in text format and in doc format. so thats no problem. What the problem is, is actually using ASP or CGI or PHP or MySql to where what ever code I write, it searches the database (dictionary I have)and pulls out the words or phases one does a search for.
  20. LadyClaire

    Help! Building a Translator

    I have it in both .txt and .doc format. Is there any way you can tell me how to start on how to use ASP?

Part and Inventory Search

Back
Top