Skip to content

Codebase

User-friendly code tutorials

  • Javascript
  • CSS
  • PHP
  • WordPress
  • Miscellaneous
Codebase

Category: Uncategorized

WordPress Hooks

Hooks are a way for one piece of code to interact/modify another piece of code at specific, pre-defined spots. They make up the foundation for how plugins and themes interact with WordPress Core, but they’re also used extensively by Core itself.

Continue reading “WordPress Hooks”
Author adminPosted on October 19, 2022October 20, 2022Categories Uncategorized

Animated header

Continue reading “Animated header”

Author adminPosted on September 8, 2022September 8, 2022Categories Uncategorized

Javascript Promises

My collected notes on the topic of Promises in Javascript.

A Promise is an object representing the eventual completion or failure of an asynchronous operation.

Continue reading “Javascript Promises”
Author adminPosted on December 27, 2018September 8, 2022Categories Uncategorized

Notes on programming state

A computer program stores data in variables, which represent storage locations in the computer’s memory. The contents of these memory locations, at any given point in the program’s execution, is called the program’s state.

Continue reading “Notes on programming state”

Author TedwoodPosted on July 25, 2017November 15, 2018Categories Uncategorized

Notes on Programming

Procedural language is a type of computer programming language that specifies a series of well-structured steps and procedures within its programming context to compose a program. It contains a systematic order of statements, functions and commands to complete a computational task or program

Continue reading “Notes on Programming”

Author TedwoodPosted on July 24, 2017November 15, 2018Categories Uncategorized

Notes on Computing

Just some general notes I’ve stored for personal use.

Continue reading “Notes on Computing”

Author TedwoodPosted on July 24, 2017November 15, 2018Categories Uncategorized

Categories

  • CSS
  • Javascript
  • PHP
  • Python
  • SQL
  • Uncategorized
  • WordPress

Archives

  • October 2022
  • September 2022
  • December 2018
  • August 2018
  • May 2018
  • April 2018
  • January 2018
  • December 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • March 2017
  • September 2016
  • April 2016
  • February 2016
  • January 2016
  • January 2015
  • April 2014
  • February 2014
  • January 2014
  • December 2013
  • September 2013
  • April 2013
  • May 2012
  • March 2012
  • January 2012

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • Javascript
  • CSS
  • PHP
  • WordPress
  • Miscellaneous
Codebase Proudly powered by WordPress