|
Well, if I were you I'd start with a little longer post... generally when you want help from someone, you want to give them an indication you've actually done some work yourself. Otherwise, it seems like you want them to do all the work for you. You've actually indicated this even moreso, however, given that you only talk about the things you *haven't* done, like learn how to code, raise money, or do research.
I've answered this question a number of times on these forums... and there are numerous other people who have answered it more than me. It would probably be in your benefit to search previous threads to find those answers before posting here... as, otherwise, you're unlikely to get many responses. (Unless, of course, I'm around, and procrastinating when I should be learning the order and names of works published by long since dead Spanish authors for my final, today... *Sigh*...)
However, I will briefly give you some hints. Many hosts offer accounts for free, and additionally, will manytimes set up a codebase for you to start with. IsUnlimited is one of these hosts which you can find at isunlimited.net. Others can be found in the Resources section. --- You need to know how to code. You can learn to do that either by taking a class (your highschool probably offers one, or if not, your local community college), buying a book (amazon would be a good place to look), or just screwing around with the code your host installs for you until you figure things out. Those are listed in increasing order of difficulty. If you go with the last option (which I wouldn't recommend), you can find basic UNIX commands on google (and basic tutorials and instructions as well). "cd" changes directory, and "ls" lists your files in your current directory. You should start by using a vi editor, which you can also find out about on google. It is issued by the command "vi <file>".
Best of Luck, -Jess
|