Misha Rudrastyh Digital

November 27, 2023
 | Category: 

Are you a web developer, constantly on the lookout for resources that can help unravel the complexities of coding? If so, look no further than Misha Rudrastyh Digital. In my journey through the vast digital landscape, I stumbled upon this treasure trove of knowledge and found myself immersed in a sea of valuable information and insightful tutorials. Misha Rudrastyh Digital

CSS Ready Classes for Gravity Forms

October 3, 2023
 | Category: 

If you’re a WordPress developer, you will eventually need to add a contact form to your site. Three of the best form plugin’s I have found for this are Contact Form 7, Formidable and Gravity Forms. Currently, our team uses Gravity Forms to implement our website forms. As pretty as these forms are out-of-the-box, there is still usually a need

Fix Undefined Variable in PHP 8

September 20, 2023
 | Category: 

PHP 8 is a lot stricter than previous versions of it. In updating I was receiving a lot of “undefined variable” warnings with code that previously worked fine. This is how you can fix it. In your code snippet below, we want to define and concatenate three separate variables, namely $output1, $output2, and $output3, to create a final output variable

Post Locking for Frontend

August 15, 2023
 | Category: 

I was building a pretty complex application that allows users to modify page content using a front-end form. One of the things I needed to solve was preventing 2 people from modifying the page content at the same time. A quick Google search found this extremely helpful WordPress plugin: https://github.com/sc0ttkclark/wp-post-locking/blob/master/skc-post-locking.php Simply, it prevents two people from modifying the same page



Blog Home