Categories
Web Development

Defining the MVC Framework

What is “MVC” or a “MVC Framework”? The model, view, controller architecture is a widely used framework for developing software. The 3 pieces are broken down and loosely defined to include: The model interacts with the database, querying and saving data, and contains logic. The controller would contain template tags and functions that the view would […]

Categories
WordPress

WordPress Cheat Sheet – Default Quick Tags – Angular test page

Default Quicktags Here are the values of the default Quicktags added by WordPress to the Text editor (table sorted by access key value). Access key and ID must be unique. When adding your own buttons, do not use these values: Accesskey ID Value Tag Start Tag End a link link <a href=”‘ + URL + […]