Web Development

Importing Large Databases Through phpMyAdmin

While moving WordPress sites from one domain to another for my clients, I often run into file size limitations on phpMyAdmin. Depending on the hosting account I’m moving to, I can sometimes change that limitation with the php.ini file or import from the command line. But, sometimes, I don’t have access to those methods and […]

Importing Large Databases Through phpMyAdmin Read More »

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