Not sure if I belong here.. but I'm new!

Page 1 of 1 [ 10 posts ] 

BarkMeow
Hummingbird
Hummingbird

User avatar

Joined: 28 Mar 2014
Age: 36
Gender: Female
Posts: 24

30 Mar 2014, 7:49 pm

Hello, I am new here,
Let me introduce myself. I'm a female and I'm NT. Hopefully I can make friends on here. I like video games, I wish to learn how to code and I also wish to learn more about Autism. Feel free to ask me questions or PM me! :D



MrOddBall
Velociraptor
Velociraptor

User avatar

Joined: 3 Feb 2014
Age: 126
Gender: Male
Posts: 426
Location: Here, there, and everywhere

30 Mar 2014, 8:16 pm

Hello and welcome to the community :D I forgot to mention in reply to your PM that I've tried sites like Code Academy and hated how I had to pay money for extensive learning lol

Um programming sites that might help or interest you: Also the words and links are clickable and will take you to the site :)

For C ++

For C

For Ruby, has a lot of resources too :D

And Python

You can go to W3Schools.com to learn programming languages specific to website database and webpage developement :D

I hope these had helped you out and good luck my friend :)



BarkMeow
Hummingbird
Hummingbird

User avatar

Joined: 28 Mar 2014
Age: 36
Gender: Female
Posts: 24

30 Mar 2014, 8:23 pm

I will check those sites out. Thanks!



TenPencePiece
Veteran
Veteran

User avatar

Joined: 11 Dec 2009
Age: 31
Gender: Male
Posts: 46,009
Location: Greater Manchester, United Kingdom

30 Mar 2014, 8:41 pm

Welcome :)


_________________
I'm always here, all you have to do is ask and you shall receive


Bodyles
Veteran
Veteran

User avatar

Joined: 10 Aug 2013
Age: 47
Gender: Male
Posts: 808
Location: Southern California

31 Mar 2014, 1:21 am

Hey.

I actually get paid to code these days.
Mostly php but I'm getting into javascript & jquery a little bit & I've been thinking about learning ruby.

Welcome! :D



BarkMeow
Hummingbird
Hummingbird

User avatar

Joined: 28 Mar 2014
Age: 36
Gender: Female
Posts: 24

31 Mar 2014, 1:53 am

Hi Bodyles

Can I ask what PHP is used for? :)



Bodyles
Veteran
Veteran

User avatar

Joined: 10 Aug 2013
Age: 47
Gender: Male
Posts: 808
Location: Southern California

31 Mar 2014, 4:27 am

Sure!

PHP is a sever side scripting (interpreted) language mainly used for the back end of web sites.
It's used as the main server side scripting language on over a third of the world's websites.
It stands for 'PHP: Hypertext Preprocessor' (a recursive acronym ;)), and it was basically designed to produce html pages & deal with all the business logic & data associated with dynamic & functional websites.
PHP is a runtime language, unlike say Javascript which is asynchrnous & event based, meaning it runs straight through and once it's done you have to call a script again to get it to do stuff.
Also, it's entirely server based.
Here's a link to the PHP Group's site.

You may have heard of a LAMP environment.
That stands for Linux Apache MySQL & PHP, which is basically all you need to build and host websites.
I'm currently running a LAMP enviroment on this machine, and I use it to develop on by setting up virtual hosts using Apache so I can see & interact with the sites I work on in real time without worrying about or dealing with a remote server until it's ready to be uploaded.
Of course, since almost no hosting environment is set up exactly the same as another there are sometimes issues when I take the stuff live, but I'm pretty good at figuring out & fixing stuff like that.

PHP, Javascript, HTML, & CSS are the primary languages used for building websites, or at least that was true for a long time, though it's changing now.
For instance, Javascript used to be purely browser run but with the addition of the Backbone.js and Node.js libraries it's now possible to run it as you main server side scripting language as well, and even use it as a database handler.

Personally I really like PHP.
Its structure & syntax is similar to C & PERL and other languages I've used in the past, it's extremely forgiving, and it boasts an impressive array of functionalities including a command line interpreter which makes it useable as a general server side scripting language for non-web related tasks as well.
Plus there's a really great development community, powerful frameworks, and plenty of online info for when you get stuck or aren't sure of the best way to do something.

Still, PHP has its limitations & strengths like anything else.
That's why I've started to try to learn a bit of Javascript & jquery because of the extremely powerful ability they give you to manipulate the page after it's been loaded, and I'm really interested in learning AJAX as well so I can start doing async script calls, by building a little internal site API using PHP to pass data back and forth from the PHP to the JS & thus the page without having to call other routes directly to run the script.

Sorry if I'm rambling, I get a little caught up sometimes.
Anyhow, I hope that answers your question satisfactorily. :D



BarkMeow
Hummingbird
Hummingbird

User avatar

Joined: 28 Mar 2014
Age: 36
Gender: Female
Posts: 24

31 Mar 2014, 8:51 am

Looks interesting. :)



daydreamer84
Veteran
Veteran

User avatar

Joined: 8 Jul 2009
Age: 41
Gender: Female
Posts: 5,001
Location: My own little world

31 Mar 2014, 11:06 am

Welcome to WP. :D



Nightingale121
Veteran
Veteran

User avatar

Joined: 2 Feb 2013
Age: 32
Gender: Female
Posts: 817

01 Apr 2014, 5:25 am

Welcome! :)
Why are you interested in autism? Do you know anyone who is autistic or are you just interested in the topic in general?


_________________
English is not my native language. So it is possible that there are mistakes in my posts. Please correct me, I´m still learning.