MJ Talks
- Erol Ozan
Script Media Type & Preload
Screen Size Specific Load <link media=”only screen and (max-device-width: 480px)” href=”iPhone.css” type=”text/css” rel=”stylesheet” /> <link media=”only screen and (max-device-width: 480px)” href=”iPhone.css” type=”text/css” rel=”stylesheet” /> On Load Event Shown below the onload attribute in the link allows the CSS to be processed when it finishes…
Javascript Flip Box
<script> (function() { jQuery(document).ready(function() { jQuery(‘.flip-container .vc_column-inner’).click(function(){ jQuery(this).toggleClass(“flip”); }); }); })(jQuery); </script> <div class=”flip-box”> <div class=”flip-box-inner”> <div class=”flip-box-front”> <div class=”text”> <div class=”image”> <h3 style=”text-align: center;”>Flip Me</h3> </div> </div> </div> <div class=”flip-box-back”> <div class=”text”> <p>Text here </p> </div> </div> </div> </div>…
WordPress Feature Image
$featured_img_url = get_the_post_thumbnail_url(get_the_ID(),’full’); $image_id = get_post_thumbnail_id();$image_alt = get_post_meta($image_id, ‘_wp_attachment_image_alt’, TRUE);$image_title = get_the_title($image_id);
WordPress Versioning
// remove wp version number from scripts and styles function remove_css_js_version( $src ) { if( strpos( $src, ‘?ver=’ ) ) $src = remove_query_arg( ‘ver’, $src ); return $src; } add_filter( ‘style_loader_src’, ‘remove_css_js_version’, 9999 ); add_filter( ‘script_loader_src’, ‘remove_css_js_version’, 9999 );
LabCorp Never Again
Every six months, I need to get blood work done to test for my hypothyroidism. I was a bit nervous about having my blood taken during a pandemic. Needless to say, I had to get the bloodwork done to make…
Saddle Up
I didn’t expect this pandemic. I don’t think the world did. I think it has shocked us all. We have all been forced into our homes and told not to leave. For me, that comes more naturally since I have…
Back to Reality.
{Part 3}
We walk off the plane, not a soul in sight besides our fellow passengers from our flight. We walk through passport control like it was three in the morning. At the baggage claim, we are the only carousel queued up.…
The Journey Home.
{Part 2}
The day before we were to leave, I wake up to what we like to call a “Kaisertag” or “King’s Day” or “Blue Bird,” not a cloud in the sky, and we get to ski my favorite place in the…
Coming from one hot spot to the next.
{Part 1}
Now that I have digested a little bit, I can now tell you the experience I have gone through with the COVID-19 outbreak. My outlook is not medical but one through the eyes of someone working hard and trying to…
Nerd Talk.
The World Wide Web is not an easy thing to understand. Maybe that’s why is it’s referred to as a web. Since many don’t know what the internet consists of or even the meaning of some “tech” terms, I thought…
New decade.
New goals.
This year is quite peculiar in the sense that we aren’t just entering a new year but also a new decade. A whole new shift that we get to create. Our choices determine our future, and sometimes when the calendar…
Vacation Mode
After busting my a$$ all spring and summer, I felt I needed some time off to recharge my batteries. Not to say that I didn’t enjoy my summer, I did; however, my computer demanded more face time. Usually, when I…
Back to Basics
Sometimes when our world starts to spin out of control, it becomes overwhelming quickly. The chaos that surrounds us consumes us, making it had to find the light. Maybe we feel out of control. Perhaps we think we have no…
Breathe
Last year at this time my life had a significant shift. From change comes growth, and boy has this year been a year of growth. I have learned that through some of the darkest days inner peace can still be…
Learning to Love Yourself
Loving yourself is not always easy. Sometimes all we can see is our faults while blaming ourselves when things go wrong. Trying to escape our internal critic can be difficult, but it is necessary. Some circumstances make our world shift…
Notice your sleepy?
There are some days that I wake up and am running like the energizer bunny, other days not so much. Sometimes I go all week with my feet dragging and there isn’t enough caffeine to get me going. Knowing that…
Show me your frog
Show me change. Show me progress. Show me achievement. Show me observation. Show me application. Show me success. Show me courage. Show me compassion. Show me love. For I will only show you all the above.
Intro
So here I am starting a blog. I’ve wanted to start one for a while, and I’ve thought my writing was never good enough. Then I thought “maybe I’ll get an editor to help me,” but then it would be…