/Development Abstracting Youtube API Loading
This module encapulates the functionality needed to load the Youtube API
wp_enqueue_scripts
, admin_enqueue_scripts
, or login_enqueue_scripts
hooks. This notice was triggered by the codepen-embed-script
handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/jwblogger/jwBlogger/wp-includes/functions.php on line 6085This module encapulates the functionality needed to load the Youtube API
My last blog post presented a KnockoutJS component that toggled text into a form field. This code sample is ripped from a project I’ve been working on lately. To give context, this project is a small web application that allows administrators to edit details of a group of users.
Today I will show another component from that same project that will allow the administrator to assign items to a user using a dropdown.
Check out the Codepen
I love KnockoutJS! It may dirty up my HTML, but I can make things fast!
In a recent project, I was working with a listing of people, and clicking on one person displayed the details of that person to the right of the listing so that the user could edit the details of the selected person. Within the form, the client wanted to show thetext fields as clickable text – clicking the text would toggle the text into an input field. Blurring the input field would toggle the element back to text.
I’ve been playing with a massive Kendo UI Grid for the past few months. I really enjoy Kendo UI – I can build functionality quickly, and the forums are very active and helpful. But there is so much grid I can take!!
I decided to take a break from my grid for a few days and familiarize myself with the Kendo UI Datepicker
A client was concerned about keeping users on the site, and wanted a way to “shout” a call-to-action be if the user was about to leave the site. The call-to-action could be some text, or a video, or a form, the client wasn’t sure what would work.
I see this kind of thing on blogs all the time, and wondered to do it. Particularly, how do I anticipate the user leaving the site?
This demo shows how to convert links to youtube videos into buttons that launch the youtube video in a modal window. This demo utilizes the Youtube Developer API, AngularJS, jQuery, and Bootstrap.
Below is the process and code that I used to create this map showing Instagram pictures from a road trip I took starting in Nashville, TN and ending in Portland, OR. This exercise demonstrates:
In a previous job, while working with a CMS in its infant stage, I often used jQuery to add a custom user experience to quickly satisfy a customer while giving time to the Scrum so that those features could be built in future sprints.
In one instance, a customer wanted one credit application for both individual and joint applicants.