Jump to content

Nim199

Members
  • Posts

    160
  • Joined

  • Last visited

About Nim199

  • Birthday 06/29/1995

Previous Fields

  • Languages
    HTML, CSS, Visual Basic (.NET/for Applications/Script)

Contact Methods

  • Website URL
    http://
  • ICQ
    0

Profile Information

  • Location
    Wiltshire, UK, Europe, Earth
  • Interests
    I have an interest in trains, computor languages, and Mathematics. My favourite author is Simon Singh. My favourite types of music are Classical and Jazz.

Nim199's Achievements

Member

Member (2/7)

1

Reputation

  1. Nim199

    Anagram Solver

    Hiya all!I am trying to build a basic anagram solver that looks through all possibilities for words, check weather they are true, and acts accordingly.Imput = "TAE"Word(1) = "TEA"Word(2) = "ATE"Word(3) = "AET"Word(4) = "ETA"Word(5) = "EAT"For i = 1 to 5If isRealWord(Word(i)) Then Ans(i) = TrueElse Ans(i) = FalseEnd IfNext' RESULTAns(1) = True 'Tea is a real wordAns(2) = True 'Ate is a real wordAns(3) = False 'Aet is NOT a real wordAns(4) = False 'Eta is NOT a real wordAns(5) = True 'Eat is a real word' OUTPUTAnagrams:TeaAteEatI need to have a function (isRealWord) that can check a wrod inside an external dictionary.If there is a downloadable dictionar DLL I can get hold of, please tell me, or how I could contenct to a Microsoft Word dictionary WITHOUT opening Word.
  2. Also, if you use dreamweaver, if you have to resort to notepad for one reason or another, then you have a major problem.Simply: you don't know the code!
  3. Mabey if we as user were to give referance links in replies, it would raise awarness of them, and thus hopefully decrease at least the size of each topic.
  4. I think part of the reason people do not go through the tutorials is because they only need a few lines of, for example, VBScript, and reading the tutorials of a language you don't need can be a pretty gruelling task.I also think that people should consult the referances pages first. One problem with the W3Schools site in my opinion is that the referances are not thrown at you but the links hide away at the right side of the page, overcrowded with advertisments, and not by the tutorials list where I reckon they should be.
  5. Thank you for your PM! :)

  6. And you evidence for this is?...In my opinion AspNetGuy Rocks!!
  7. Nim199

    Signatures

    One Note: So far, my budget of £0.00 has not been broken.
  8. I would say so, as (assuming I understnd what you mean) it alows you to write the script/code.
  9. VBScript is Browser based, but the visual basic software does alow you to create independanat applications.Free download: msdn visual basic 2005 free downloadAll you do is run the setup, and your off... though I will recomend the msdn Help Software as an extra (during instolation setup) as it allows you to get free help offline.There is intelli sence, so you will (knowing VBScript) basicly just pick up everything as you go along if you are interesded.
  10. Good point, but they are really missing out!
  11. Nim199

    Signatures

    What is that in? E-xcel.Yes, that is the only office Application I use...And also, wil some one please tear my signiture to theads, if it can be... if not,, telll me, and I will make it fragile, er.
  12. Here is my reason for using IE.It is possible the least capable browser, so I can only use code which everyone can view.eg.If I used FF, then something I could view at home, someone using IE in some cases coundn't.But I have to say, IE7 looks dreadful.
  13. Short question:Does anyone actualy consider using frontpage's display, thinging, webbuilding? It is in no way fun moing little icons around a screen, and it produces crazyly (I officialy cannot spell. I think) long amounts of markup, for not very much...I honestly don't get it! - except for the fact that schools can throw Frontpage at their students, and get back a powerpoint presentation (that is bascicly all I concider you get)I do not intend to offend anyone, so please just take this as a question.
  14. My thanks to:~Patrick~jesh~pulpfiction~aspnetguyand~FirefoxRocks
  15. I agree, and at £50, RNA isn't a bad program. It is designed for art work, but it is easy to make vertually anything! Also, it comes with a good supplie of export options.
×
×
  • Create New...