Case Study: Themes and a Mobile UX Problem
Mobile Friendly is more than just squishing the theme down to the size of a mobile device.
Mobile Friendly is more than just squishing the theme down to the size of a mobile device.
When Website Elements Push Each Other Around There is only so much room in that circle … and there is only so much room on your website … and there is only so much room in your banner. Often, a website owner will request a design change that presents a …
When the default WordPress Post functionality doesn’t have all the fields you need, it has Custom Post Types functionality to add new data fields.
The WordPress functions.php File Introduction When WordPres doesn’t work the way you want it to … the WordPress core also provides multiple ways for you to customize. All customizations should be done with plugins or in a parent/child theme, but not all customizations are the same. Most of my theme …
Installing a Script When you use a content management system like WordPress, Drupal or Joomla, or, if you use a web service like Wix, Weebly or Shopify, they offer a large library of additional software you can add to your site for functions like forms, galleries and sliders. But what …
Managing the Look and Feel of your Image Captions Why Bother with Image Captions Images on your website are business assets because they are communication tools that take some time and $$$ investment. Often business owners don’t realize how far an image can go on the web. That image you …
REACTIVE PROGRAMMING TREATS VARIABLES DIFFERENTLY THAN IMPERATIVE PROGRAMMING “… in an imperative programming setting, a := b + c would mean that a is being assigned the result of b + c in the instant the expression is evaluated, and later, the values of b and c can be changed …
WHAT IS A MODERN, REACTIVE FRAMEWORK? Udacity has a free course called Build Native Mobile Apps with Flutter. It’s a fairly comprehensive course, but it starts out with the assumption that the viewer is already steeped in the development world. Within the first 20 seconds, you will hear the words, …
How to “work smarter, not harder” lies in controlling the work flow. It is also an important software issue.
When you are first working on a responsive site, well, actually, when you are learning CSS in general, layers tend to disappear on you. At first it’s very frustrating, but maybe the layer is actually there, just not visible.