programming

What is CSS in Web Design? Are there different types of CSS?

CSS (Cascading Style Sheets) is a programming language used in web design to define the appearance and layout of HTML (Hypertext Markup Language) documents. CSS separates the presentation of a web page from its content, allowing web designers to create visually appealing and responsive [...]

2023-04-25T17:17:07+00:00April 25th, 2023|CSS Tips, CSS Tricks, Web Design|2 Comments

What is a Website Programmer? Is it the career for me?

While it goes without saying, in today's world the internet has become an essential part of our lives. Almost everything is available on the internet, from shopping to education to entertainment. A website is a collection of web pages that can be accessed through [...]

MySQL Fix: Error #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’

From time to time when migrating a WordPress website, you may come across collation issues when migrating the database. Specifically, a common error message when importing via PHPMyAdmin is the #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’ error. When Wordpress updated to version 4.2 they introduced support [...]

2018-11-07T01:05:20+00:00August 6th, 2017|WordPress Snippets|0 Comments

Restrict Dates to Future Only in Gravity Forms Datepicker

Gravity Forms is quite possibly the best forms plugin available for WordPress, but even with the vast array of functionality it offers right out of the box it still has its limitations. One such limitation is the date picker field, offers practically no chance of [...]

2020-09-25T23:45:06+00:00July 12th, 2017|WordPress Snippets|11 Comments

Change Howdy Welcome Message on WordPress Admin Bar

It's often the small things that tend to annoy us, and in the case of one client it was the "Howdy" message on the right of the WordPress admin bar. A small thing perhaps, but how can you change it, programmatically? Fortunately help is at [...]

2018-11-07T01:06:41+00:00July 7th, 2017|WordPress Snippets|2 Comments

Restrict WordPress Registration to Certain Email Domains

Recently for a project it was necessary to restrict WordPress registration to a select few specific domains, for example: domains with an email address from a certain company, i.e. email addresses ending with @warrenchandler.com. Rather than using a plugin to do limit domain access when registering, [...]

2019-03-13T01:32:49+00:00December 12th, 2016|WordPress Snippets|18 Comments

Increase WordPress Upload Size from 8MB (Multi-Site)

WordPress installations can be confusing at times, and when combined with the PHP environment in which they reside, uploading can be one area that causes quite a bit of confusion. To give an example, recently a client asked for a solution to the following problem: [...]

2018-11-07T01:11:00+00:00March 6th, 2015|Web Programming, WordPress|0 Comments
Go to Top