Ben Rothman - WordPress Developer Ben Rothman, Author at ©2023 Ben Rothman, Web Developer - Page 6 of 6

Blog

My blog is dedicated to sharing my expertise, recommendations, and tutorials on WordPress. If you're interested in developing with WordPress, my blog is a valuable resource that you won't want to miss.

Categories
Web Development

Use onTouch instead of onClick for quicker reaction to an event

In JQuery, there is included the “tap” event, which reacts with less of a delay to touches on smartphones. Behind the scenes, it’s bound to touchstart or mousedown. Using the aforementioned event is good for apps that are either solely meant for smartphones or ones that are meant to be used on either smartphones or desktop computers (such as websites).

The onClick event still works in all of the same situations, the developers of JQuery have just added this new event to watch in order to make coding more intuitively worded and to cut down on some of the delay times.

Categories
Web Development Website WordPress

Hello World!

!Hello World! Welcome to my new website or if you are looking later on, my old website. I obviously used WordPress to make this showcase for my professional work, (resume and portfolio) as well as some of my adventures. I’ll post some of the cool places I go and adventures I go on here, so stay tuned!

Categories
Web Development Website WordPress

WordPress: Simple History

Sometimes when trying to figure out the cause of an issue on a site it is useful to see what the action(s) at or before the problem started were. Simple History is a great way to track exactly the root cause of an issue. Simple History works behind the scenes and records the exact time of many common events such as user logins (and there IP), the creation or updating of posts, setting changes and even tracks changes to some common plugins.

I know when I am having a problem on one of my sites, it often helps me to see who logged in when the problem occurred and what exactly they did without the he said/she said. Installing this plugin does not take a lot of time, is very useful and since it is small the plugin does not have any significant effect on the performance of a site.