cindy cullen

Organizing Your WordPress Post Content with Categories and Tags

When you create a WordPress post you have the option to assign categories and tags to that post. Categories are hierarchical groupings, whereas, tags are not hierarchical. In other words, your categories can have parent categories and children categories (or subcategories). This helps to organize your content for menus and other hierarchical charts/pages. This allows […]

Organizing Your WordPress Post Content with Categories and Tags Read More »

JavaScript Primitive and Reference Variables

JavaScript has no rules for the type of data that a variable must hold. The type and value can change. JavaScript divides the variables into two major types: Primitive and Reference. Primitive variables are simple atomic pieces of data and Reference variables are objects of multiple values. The five primitive types are: Undefined, Null, Boolean,

JavaScript Primitive and Reference Variables Read More »

Scroll to Top