ResoundingEchoes

The Volume Just Increases

  • Facebook
  • GitHub
  • LinkedIn
  • Twitter
  • YouTube
  • Home
  • Portfolio
  • Blog
  • Interact
    • Say Hello
    • Request A Quote
    • Join Our Newsletter

Creating A Clock With HTML, CSS, and JavaScript

December 17, 2016 by Michael Hull 2 Comments

Blurry Clock pointing to the number 3

For Episode 2 of Wes Bos’s 30 Day Vanilla JavaScript Challenge, Wes shows us how to make a lifelike clock using CSS3 transformations and JavaScript’s setInterval function. The Challenge Like the first video, this mini-project kindles the imagination and is a great example of the type of thing I might have spent hours trying to […]

Filed Under: Development Tagged With: JavaScript, JS30

Using JavaScript And HTML To Play Audio In The Browser

December 13, 2016 by Michael Hull Leave a Comment

I recently signed up for the 30 Day JavaScript Coding Challenge by Wes Bos, and I was blown away by the first installment involving audio files.  I’m not sure if I will dive as much in depth on each installment as I did for this one, but it immediately inspired me to play around and […]

Filed Under: Development Tagged With: JavaScript, JS30

Why PHP Versions Are So Important

September 15, 2016 by Michael Hull Leave a Comment

Recently, I’ve been putting a lot of time and effort into leveling up my PHP skills. When my last round of leveling up began, I knew a good bit of basic-to-advanced PHP.  The thing was, I had come to the realization that I simply felt comfortable with my level of proficiency. Once I realized this, […]

Filed Under: Development Tagged With: PHP

Autoloading Classes In PHP

July 10, 2016 by Michael Hull Leave a Comment

Using the autoloading feature of PHP gives us cleaner code and less worry, not to mention it encourages better organization of our files.

Filed Under: Development Tagged With: PHP

PHP 7: Left-to-right variable evaluation

June 13, 2016 by Michael Hull Leave a Comment

This is a story about how my own code broke a site in development after migrating from PHP 5 to PHP 7, and what I did to fix it. On December 3 2015, PHP 7 was released.  Along with significant speed increases, there were some breaking changes that make it not 100% backward compatible with […]

Filed Under: Development

Using Hooks (and creating your own)

June 5, 2016 by Michael Hull Leave a Comment

Creating Your Own Hooks

Hooks (actions and filters) are a developer’s best friend in WordPress. WordPress core offers us a very wide range of opportunities to execute our own functions at key times, and also to modify key pieces of data being utilized to render our web pages. In a similar manner, we can create our own actions and […]

Filed Under: Learn WordPress

Pick A Post Type, Any Post Type

June 4, 2016 by Michael Hull Leave a Comment

In WordPress, custom post types are what let us break our content free from the world of Pages and Posts (and do lots of other cool stuff). In a nutshell, post types empower us to organize/structure our site data and front end views in a way that can be as unique as we like. I […]

Filed Under: Learn WordPress

Extending the WP_Post class

June 2, 2016 by Michael Hull 2 Comments

OK, so it’s technically impossible to extend WP_Post.  Big deal. Still, I’m thinking a lot about how I might go about extending WP_Post for my own purposes; and I’m experimenting with classes that “kind of” extend WP_Post, because the class is not going to be final forever. In a Trac ticket from 2013,  we have […]

Filed Under: Development

De Morgan’s Laws

May 28, 2016 by Michael Hull 2 Comments

Some time in the 1800’s, Augustus De Morgan published a piece of logic that others had felt intuitively for centuries, and which still comes into play today on a fundamental level in areas like math and computer programming. Consider the statement “It is hot and humid outside.”  What would it take for this sentence to […]

Filed Under: Math

WP Members Plugin: How to filter the role list

May 22, 2016 by Michael Hull 1 Comment

The Members WordPress plugin by Justin Tadlock is an incredible tool for revealing the underbelly of user roles and permissions on your WordPress site.  Until I discovered this plugin, my concept of user roles was completely tied up in my code.  But with Members, we get an intuitive and comprehensive UI for managing the various […]

Filed Under: Development

« Previous Page
Next Page »

How can we help you?   »

Recent Posts

  • Creating An xy-Plane Component With Vue.js
  • Set Theory And Russell’s Paradox
  • Function And Set Notation
  • What Is A Function
  • My First Peek At Angular 2

Comments From The Blog

  • Eric Celeste on Pre-populating Checkboxes in Gravity FormsI'm not sure why the "gform_field_value" hook didn't do the trick for you. I use this to pre-check checkboxes myself.
  • gpence on Creating A Clock With HTML, CSS, and JavaScriptWhy does your example clock have a zero at the top instead of the roman numeral for 12?
  • Mej Oro on How To Style Draggable Elements To Indicate DraggabilityHi, thank you for having written this article ...but really I totally was not able to make it works: I
  • Jonathan Daggerhart on Function And Set NotationGreat post! This is very enlightening to someone like me who has a self-taught programming background and practically no background

© 2025 ResoundingEchoes