I'm just outside of Houston, but the position is virtual.
I know some people.... I'll PM you today. But First PM me the qualifications.. to make sure they can do it.
I'm just outside of Houston, but the position is virtual.
This thread is important. Don't let your hatred of me cloud your judgment. These fields and disciplines here represent the future of this planet as far as economy, society, entertainment, medicine, and much more go.
In the next 10-15 years programming will be probably be mandatory in education circles.
I think you're paranoid and probably bi-polar in real life and have little value outside of anything science-related or tech-related, but no one hates you. People like you haven't done anything to me aren't worth hating. If anything you have misguided hate for me, and you know it's bad when VVD has to call you out on it. But you continue to prove your sense of self-importance and hubris disguised as righteousness. Get over yourself. It's not your board, and I'm trying to make a balanced decision given a variety of things--one of which isn't you.
Good day.
:ndt:
physics >>>
I think, therefore I am.
Your username That used to be my dude.
I never liked G Gundam but Domon was that dude. No games, straight to the business.
Just the type of thread I was looking for. Getting into Javascript now. Already know HTML, and familiar with CSS. Plan to breakdown HTML5 next. After I finish this JS book, I plan to run through https://developer.mozilla.org/en-US/learn/javascript . Afterwards, a lot of debugging, recreating programs, and starting off with some freelance work.
After JS/HTML I don't know if I want to jump to Java, C++, or go the LAMP route. I know that no matter what, I will want get Linux down (and BASH script).
All I know is if I know this stuff, I won't starve.
Any advice or suggestions on how to become a professional freelancer?
You're on a great path breh. For web development, skip C++ and Java. Learn Ruby & Python to hook up the backend applications for your frontend HTML/CSS skills. Get really good at Javascript.
In fact I have good news. You can even write backend stuff in javascript now. Try checking out node.js and see if it interests you
You're on a great path breh. For web development, skip C++ and Java. Learn Ruby & Python to hook up the backend applications for your frontend HTML/CSS skills. Get really good at Javascript.
In fact I have good news. You can even write backend stuff in javascript now. Try checking out node.js and see if it interests you
I'll learn this... then not use it for a few weeks because i'm working on something else and then i've forgotten it<?php
$curl = curl_init();
curl_setopt ($curl, CURLOPT_URL, "http://www.php.net");
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec ($curl);
curl_close ($curl);
print $result;
?>