Search results

  1. TomorrowIsAMystery

    How to modify domain to redirect to /index.html

    Hello, currently im trying practicing to setup my website on x10hosting.com before i redirect my real domain on it but when I link the domain that they gave me to test out with all the files it redirects me to error page. I have to manually type domain.com/index.html in order to get to the...
  2. TomorrowIsAMystery

    (Fun Competition) Worst Web Design On The Internet

    Your goal is to post a picture or link to the ugliest looking web design on the web. Ill kick it off! http://www.lingscars.com/
  3. TomorrowIsAMystery

    Show DevBest Dating website concept

    That's Miranda Kerr
  4. TomorrowIsAMystery

    Show DevBest Simple Calculator

    I was making this to show how arrays can be implemented in the calculator so I the user can write 5+5 in the console instead of... 5 5 separated in two lines The plus sign is needed to order to location where the two numbers are. Everything before the plus sign is assigned to the first array as...
  5. TomorrowIsAMystery

    Show DevBest Simple Calculator

    public static void run(){ System.out.println("Input the value which you would like to calculate, include an addition sign with no spaces"); Scanner user = new Scanner(System.in); String userQuestion = user.nextLine(); int lengthofMaths = userQuestion.length(); //this is the...
  6. TomorrowIsAMystery

    Is Computer Science a good field to pursue professionally.

    I ask this not for only myself but for my friends here at devbest. Most of you are interested in some form of programming for whatever reason. But to go beyond programming as a hobby but as a profession in which someone would get a degree in and learn systematically is it a good idea? The reason...
  7. TomorrowIsAMystery

    Show DevBest Simple Calculator

    Nicely done (considering that you're a beginner) once u progress I recommend you take this project and make it better with the skills you'll learn. i.e. Learn arrays and incorporate that so on one line the user can type "1+5" and bam
  8. TomorrowIsAMystery

    Eclipse or Netbeans? (Java)

    Thanks for your reply all tho it was off-topic but nonetheless your opinion of how much you think I know about Java is erroneous. On topic : Close thread i've got the idea that IntelliJ seems to be a crowd pleaser. Thanks everyone!
  9. TomorrowIsAMystery

    Eclipse or Netbeans? (Java)

    I went with eclipse, this IntelliJ IDEA is something i've never heard of and seems like an unessacary challenge to learn. I want to code, not look like a bad ass who uses an underground IDE. Thanks for the suggestion.
  10. TomorrowIsAMystery

    Eclipse or Netbeans? (Java)

    yeah sorry i got mixed up in the terminology i havent played with code in a while. What i meant to say when I'm simply running the code or message it takes 6 seconds to display it in the console with IntelliJ IDEA, that is waayyyy to long of a wait.
  11. TomorrowIsAMystery

    In pixels what is best dimensions for designing webpage in ps

    What dimensions do you use? what do you think is popular and useful/
  12. TomorrowIsAMystery

    Sports WF (Westy's Fitness) - Online Personal Trainer.

    Any credentials? certificates? degrees?
  13. TomorrowIsAMystery

    Show DevBest (Java) Database Organizer and Search (Mainly for practice)

    Hey, so I've decided to release a project I completed which was a school database system. It allows you to search a student using binary search, count average marks, find out last names, first names, etc of any excel document. I've included two excel documents, one has 1000 fields filled out...
  14. TomorrowIsAMystery

    C# or . net help

    Please rephrase your question it in a more organized way. I can't seem to understand fully what you are trying to achieve.
  15. TomorrowIsAMystery

    Eclipse or Netbeans? (Java)

    I appreciate the reccomendation, and I downloaded IntelliJ but it is definitely slower than I would like it to be when compiling simple messages into the command. :s Might be my computer, or something else but nevertheless I appreciate your input.
  16. TomorrowIsAMystery

    Eclipse or Netbeans? (Java)

    Both compilers are good in their own sense but for some reason I'm being picky, this is probally due to the fact that I learned with netbeans at school, and all youtube tutorials are using eclipse, and yes they do have a difference when setting up project because when a guy using eclipse is...
  17. TomorrowIsAMystery

    C# or . net help

    since its .net use "</br>" so... Test + "</br>" would be the code i guess
  18. TomorrowIsAMystery

    Call of Duty [CoD: Ghosts] What are your first impressions?

    Their campaign has always been weak in my view after cod 4, so no comment there other than better interaction but the storyline sucks. Multiplayer is ok, yet again is seems to me every year the game is getting more complex with new perks, futureisc gadgets etc. But for a pick it up and go type...
Top