Skip to content

Hacker Hours

Free resources for programming help

Hacker Hours

Free resources for programming help

  • Home
  • About
  • Blog
  • Contact
  • Policies
  • Related Groups
  • Resources
  • Tutors
Programming

Good and Bad Programming Styles

October 21, 2024

Good programming style When writing code, there are several things you should bear in mind that will make your code more helpful, both to you, other people working on your…

Programming

Which web programming language is recommended?

September 9, 2024

This is a very dangerous topic. Everyone will likely tell you that the language they work with on a regular basis is the best one to use. Same with Mac…

C++ Programming

Smart Pointers in C++

August 22, 2024

1. Smart Pointers in Boost Welcome to Boost, the peerless community of C++ innovators. If you can’t find what you need in the Standard C++ library, chances are Boost has…

PHP Programming

PHP Basics: PHP OPERATORS

August 22, 2024

Operators in PHP are a useful way to use mathematics on variables. Whether you want to add, subtract, multiply, divide, or do any other mathematical equation involving a variable or…

PHP Programming

PHP Basics: PHP Comments

August 22, 2024

Although not a vital part of PHP, comments can be very useful for organizing your code and helping you remember small bits about certain peices of code in your script.…

PHP Programming

PHP Basics: PHP SYNTAX

August 13, 2024

When starting out with PHP, the obvious, and most important thing you’ll need to know is how to designate the area where the server’s PHP parser will start reading your…

PHP Programming

PHP Basics: PHP VARIABLES

July 30, 2024

Using variables in PHP is done in every single script, and is extremely basic PHP knowledge. If you have experience in any other programming languages, you’ll know that all languages…

PHP Programming

PHP Basics: PHP ECHO

July 18, 2024

When learning PHP, most people get introduced to the PHP functions with the most basic of all functions — the echo() function. The echo() function tells PHP to echo things…

PHP Programming

PHP Basics: PHP INCLUDES

July 5, 2024

PHP’s inclusion functions are very useful for keeping your script neat and tidy. Using the PHP include() function, we can include remote files on one page. In fact, this very…

PHP Programming

PHP Basics: PHP ARRAYS

June 27, 2024

Arrays are an excellent way to use a single variable to hold multiple strands of related information. If you have a multiple strands of related information that you’d like to…

Posts navigation

1 2

Next Page »

Recent Posts

  • Good and Bad Programming Styles
  • Which web programming language is recommended?
  • Smart Pointers in C++
  • PHP Basics: PHP OPERATORS
  • PHP Basics: PHP Comments

Categories

  • C++
  • PHP
  • Programming

Hacker Hours

Free resources for programming help