Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

guide

  1. M

    My Advice To Newer Programmers - Part 3

    Hey there. Over the past few weeks, I have been writing advice-pieces for newer programmers, who don't know where to start, what to do, all of that. This is the third one out of three, so far. You can read the other two, here...
  2. M

    My Advice To Newer Programmers - Part 2

    Hey there. You may have read this thread here: https://www.codeforum.org/threads/my-advice-to-newer-programmers.871/ That thread was giving advice to newer programmers, who don't exactly know what to do or learn. I'm thinking it'd be best to write more pieces of advice for newcomers, providing...
  3. M

    My Advice To Newer Programmers

    (Note: There is a formatting error in this for some reason that won't go away. Please, just ignore it). I'm writing this as a guide for newer programmers, who may not have a clue on what to do or learn next. Of course, it can also apply to people who've been programming for sometime now. But...
  4. Ghost

    Python Super Quick Python Arrays & Loops Examples

    Hey all, I am sitting in my car waiting for my girlfriend to be done with work... sharing a car this morning ! So I decided to write up some basic Python loops. Our first array just holds some users and our simple for loop prints out a sentence saying each user is cool. users =...
  5. Ghost

    PHP Create Secure PHP Dashboard From Scratch Tutorial

    Hello everyone! Today I will be sharing a super simple tutorial on how to create an administrator or user dashboard with a login page & logout function. This can be used for anything, but today we will only be focusing on the permission system to keep you logged in. It won't be the most secure...
  6. Ghost

    PHP How to Create a Basic PHP Class

    In this tutorial you will learn how to create a simple PHP class. Classes are used for many reasons, including but not limited to the following: Re-usability through the core system Organization Easier to manage long-term due to data (ex: user profile info) going through a defined class / set...
Back
Top Bottom