Websites to learn coding & diverse stuff ?

Elon Snup

Elite Member
Jr. VIP
Joined
Dec 13, 2010
Messages
4,875
Reaction score
3,316
So today I found out Udemy.com which is a cool website with tons of courses, well details, but pricey (not that much for us citizens, maybe more for people with free education).

I was wondering if you guys knew any other sites like this, with free online courses about photshop, php or anything that could help peopke start in this field?

Thanks in advance.
 
tut+ and w3school, just search on Google you will find tons of sites.
 
So today I found out Udemy.com which is a cool website with tons of courses, well details, but pricey (not that much for us citizens, maybe more for people with free education).

I was wondering if you guys knew any other sites like this, with free online courses about photshop, php or anything that could help peopke start in this field?

Thanks in advance.

You should keep an eye out on the people who offer free udemy coupons on BHW...Udemy is on a LOT of rise lately and will only continue to grow.

checkout this thread :) http://www.blackhatworld.com/blackhat-seo/freebies-giveaways/727314-christmas-giveaway-will-send-you-any-udemy-com-course-free.html
 
Lynda got tons of tutorials and there is also Tutsplus

You can also find alot of free tutorials just by looking on google ,that's more if you know what you're looking for specifically.
 
No stay away from udemy , they charge too much for tuts you can find for free , use google man , come on
research is something you should take care of by yourself
 
codeacademy.com is good for coding. Give it a try :chef2:

yeah , probably one of the best sites for newbies and learning the basics , OP once you are done with basics start reading on forums like stackoverflow etc
 
Thanks guys, I'll look into what everyone told me.
 
Hey!

There are some best of courses with built-in redactor.
I recommend to start from them.

codecademy
codeschool
teamtreehouse

TeamtreeHouse referral - goo*gl/3oHNpF


I recommend you to start from free Codecademy, and then continue with TeamTreeHouse.

Main difference between them is that on TTH you have videos for each step and great Library with custom projects to make with new things you have learned.
 
w3schools is the best place to start learning any code. Also webmonkey is great too. Here's a bunch of Android and game dev tuts and resources links. Didn't test them lately but these are from summer 2014

Hope this helps!

------------------------------------------------------------

Eclipse is VERY hard to install and configure if you don't know what you're doing. This guy made a LEGAL package that helps you out.
Downloading android development environment from official website takes a lot of time and is a bit complicated for new users.
This torrent contains the complete android development environment already installed and read to use. Search for "complete android sdk w eclipse"

SCREENSHOTS:
http://postimg.org/image/9ewhgmrld/

STEPS TO GET RUNNING:
1. DOWNLOAD THIS TORRENT
2. EXTRACT THE jdk FILES AND INSTALL THEM(INSTALL botH JDK and JRE)
3. EXTRACT THE Android.rar file.
4. start eclipse.exe file
5. click next and then select the android sdk folder which u extracted click finish
6. DONE! u r ready.
And notes:
update android sdk tools\android.bat update sdk --no-ui

http://gamedevelopment.tutsplus.com/articles/1gam-how-to-succeed-at-making-one-game-a-month--gamedev-3695

http://senslip.com

http://www.basic4ppc.com/

http://developer.android.com/sdk/installing/bundle.html
plugin for eclipse
http://developer.android.com/tools/sdk/eclipse-adt.html


Intro
http://www.techrepublic.com/blog/software-engineer/a-newbies-guide-to-android-development/1216/


http://www.techrepublic.com/blog/software-engineer/the-abcs-of-android-game-development-prepare-the-canvas/
http://www.techrepublic.com/blog/app-builder/a-newbies-guide-to-android-development/1216
Create a new Android project in Eclipse. Because later on we will be using some of the gesture detector inputs that weren't part of the 1.0 SDK, we want to make sure the minimum version of Android targeted is 2.1 (Eclair) or better. Remember to rename your startup activity to Main.java and the corresponding layout to main.xml.
http://developer.android.com/sdk/index.html

http://coronalabs.com/

http://gameawards.se/competition_entries/317
http://jmonkeyengine.org/showcase/fleshsnatcher/#
http://jmonkeyengine.org/showcase/imperii/
http://www.java-gaming.org/topics/rts-programmers-wanted/32161/msg/299867/view.html#msg299867



Sprites
http://gamesalad.com/creator

http://www.spriteland.com/sprites/?c=Animal+Sprites

http://www.rpgmakervx.net/index.php?showtopic=15704

http://www.lostgarden.com/search/label/free%20game%20graphics
http://www.rpg-palace.com/visual-resources/tilesets-rmxp
http://untamed.wild-refuge.net/rmxpresources.php?characters


http://www.opengameart.org has lots of art available under many licenses

You can find 2D art, including textures and others at a number of sites:

http://opengameart.org
http://www.cgtextures.com/
http://www.lemog.fr/lemog_textures/index.php
http://www.spiralgraphics.biz/packs/
http://developer.nvidia.com/object/IO_TTVol_01.html (Free textures from NVidia)

gamedev.stackexchange.com/questions/20/where-can-i-find-free-sprites-and-images
 
Last edited:
Back
Top