Is it possible to import css stylesheets into a html page using Javascript? If so, how can it be done? P.S the javascript will be hosted on my site, but I want users to be able to put in the
Whenever we send or retrieve information with JavaScript, we initiate a thing known as an Ajax call. Ajax is a technique to send and retrieve information
How I Optimized My Website for Amazing Performance Results
View the works and read the words of Tyler Bramer, a passionate creative person who is always seeking to push his limits. Tyler is a graphic designer, photographer, web developer, 3D artist, and video editor from Green Bay, WI.
FullCalendar - Google Calendar Events + eventRender
An existing site that now has version 3.9.0 (previously version 3.4.0) of FullCalendar installed that is used to display content from various Google calendars no longer displays the event pop-ups w...
Following Keith Clarks advice, i'd like to load my fonts asynchronously. I try to achieve that by adding: wp_enqueue_style( 'font-awesome', URI . '/fonts/font-awesome/css/font-awesome.min.css' );
How to add crossorigin and integrity to wp_register_style? (Font Awesome 5)
I am upgrading Font Awesome 4 to version 5 which introduces both integrity and crossorigin attributes to the <link rel="stylesheet"> markup. Currently, I am using: wp_register_style('FontA...
How to Use a Youtube Video as Your Webpage Background
IRX BLOG: Remember the hassles in the past few years embedding video? Times have changed: embedding video inside a web page with HTML5 is really ... [READ MORE]
Simple & light weight (3kb minified & zipped) vanilla javascript plugin to create smooth & beautiful animations when you scrolllll! Harness the power of the most intuitive interaction a...
A Better Method for Embedding YouTube Videos on your Website
Learn how to embed YouTube videos responsively and without increasing the page load time. The embeds are light and mobile friendly and the YouTube player is loaded only when the user initiates the …
On WordPress websites, I often add the ability for clients to add videos to their content, and while I use Advanced Custom Fields to achieve this, I don’t use the oEmbed field type. This is because of…