• Skip to primary navigation
  • Skip to main content
  • Skip to footer

Chad Ritchie

Graphic Designer, Front-End Web Developer

  • Blog
    • WordPress
  • Projects
    • Graphic Design
    • Web Projects
  • Photos
  • Services
  • Contact

Chad Ritchie

How To Remove The WordPress News Dashboard Widgets

June 24, 2014 By Chad Ritchie

As developers, we like to keep up with WordPress News.
wp-news
Most likely our clients do not care or understand WordPress news. Here is how I hide unwanted widgets from the WordPress Admin dashboard by including this code snippet in the themes function.php file.

Comment functions you want to keep by adding //* to line beginning.
I like to keep Recent Drafts, Recent Comments and the Right Now widget.

Filed Under: WordPress Tagged With: wordpress

Video Highlights from Hardcore Heat

February 21, 2014 By Chad Ritchie

Check out this video I shot and edited for Heat Baseball.
If you like it give it a thumbs-up.

Filed Under: Blog

Dynamically Populating Drop Down Fields

February 20, 2014 By Chad Ritchie

On a government site I was recently working on, a feature was requested to their sites employment application, that users ONLY be able to select positions that are currently being advertised. For this, all current job postings go to an Employment Opportunities category.

Gravity Forms is used for the employment application on this site. Therefore, there are two ways you might want to populate a drop down field. The first way is pre-selecting a drop down option when the form is displayed. The second way is dynamically populating the options that are available in a select drop down field.
[Read more…] about Dynamically Populating Drop Down Fields

Filed Under: Blog, WordPress Tagged With: Gravity Forms

Sunny 16 Rule

February 14, 2014 By Chad Ritchie

Does your snow photos have a grey tint or lack detail? If so, that is because built-in camera meters are calibrated to see the world as neutral gray.
When shooting photos in the snow, use The Sunny 16 Rule. This is a way to meter for correct exposure during daylight without using the camera’s meter.

[Read more…] about Sunny 16 Rule

Filed Under: Blog Tagged With: camera, exposure, photography

WordPress Custom Functions File

February 3, 2014 By Chad Ritchie

To add custom functions to a WordPress theme could be as simple as adding them directly to the themes functions.php file. However, if you update that theme, those functions will be overwritten, losing the custom functionality that your site may depend on. One option is to setup a custom functions.php file.

Step 1

lib.png

Create a folder within your child theme named “lib”

Step 2

my_functions.png

Within the new “lib” folder, create a file named “my_functions.php”

Step 3

code.png

Paste this code in your my_functions.php file

<?php
//* My Custom Functions

Step 4

Save the file

Step 5

custom.png

Paste this code in your themes current functions.php file

Step 6

Save the file

Filed Under: Blog, WordPress

Easy Color Contrast Ratios

January 24, 2014 By Chad Ritchie

Lea Verou has created over at Github, an Easy Color Contrast Ratios.
Easy Color Contrast Ratios
As you type, the contrast ratio indicated will update. Hover over the circle to get more detailed information. When semi-transparent colors are involved as backgrounds, the contrast ratio will have an error margin, to account for the different colors they may be over.
Check it out at http://leaverou.github.com/contrast-ratio/

Filed Under: Blog

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Interim pages omitted …
  • Page 21
  • Go to Next Page »

Footer

Chad Ritchie Web & Graphic Design