Versatile Dialog Box ReactJS Component
Feel free to use this ReactJS Dialog Box built with Twitter Bootstrap Modal in mind. The code to use it is below. Courtesy of Github! CODE: View the code on Gist.
Feel free to use this ReactJS Dialog Box built with Twitter Bootstrap Modal in mind. The code to use it is below. Courtesy of Github! CODE: View the code on Gist.
Hey Guys, I know its been a while since I have posted on here but, hey… I have been busy! Anyways, I have been hard at work on personal projects and some other work that I have been really enjoying. For a project I am working on, I was required to implement a dynamic keyword […]
I finish showing you how to add a custom logo to your WordPress Website using a theme options plugin called Option Tree. It’s as simple as drag and drop to upload.
I finish adding a slider to the home page of the website. Adding the slider took just over 5 minutes. How simple is that!? And with the help of the option tree plugin, we could add custom slides easily.
I created a coda plugin that does math for you. The other day I got tired of constantly opening spotlight in osx to type a calculation for my responsive website layouts. Not only was that annoying, I couldn’t copy the result (or didn’t know how), to paste it into my code, plus, the results were […]
Enabling credit card payments on your website is easy with Authorize.net. The method I am going to teach you today will show you how to use the authorize.net api to control all phases of the customers experience. They don’t need to leave your website once, and they will never know that you use a third party service.
Don’t use JavaScript where you can do the same thing with HTML or CSS! This is how you make your forms have default values that clear when you give focus to them without using JavaScript.
Ever get spam mail in your inbox? I know before I implemented these three tips I used to get a lot of spam. Now all my spam is gone!
When you create a new website with WordPress for yourself, a client, or your grandmother, there should be a few plugins that you always install. No exception. These are just a couple basic plugins that I install whenever I create a new site for someone. You can also go to the WordPress plugin directory and […]
This is a jQuery Modal Plugin modeled after Clay’s jQuery Lightbox / Modal Plugin. I have extended the functionality slightly and added callbacks and options to it so it is customizable by someone that may not be as tech savvy. With the script below, the overlay fades into white over .5 seconds, and a modal […]
I’ve created a new jQuery Plugin that counts down to a specific date in the future. It has a cool animation that scrolls the numbers down instead of just changing the time without an animation. The plugin is pretty easy to use it accepts a few basic options that should give you most of the […]
Sometimes WordPress doesn’t do exactly what we want it to do. We all know that WordPress is a Blogging Platform but some of you may not know that it can be so much more. WordPress includes many API’s and Hooks to allow us to extend and supplement its already extensive functionality. What I’m going to […]
This is a simple and light weight JavaScript snippet using jQuery to hide any text input’s value when you give that field focus and then replace the value if it has not been changed when you click off of it. I wrote this today because I was being lazy when a client asked if they […]
Overview Not long ago I was working on a website that needed pagination (like most things I build) so I came up with this code. It is easy to use and can be set up and running in a matter of minutes. You tell it what table to pull from, what to pull from it […]
Tada I would like to introduce you to my first WordPress plugin. I had a problem I had to solve with a client blog system. They have multiple websites but each site would need a specific logo and they asked that they could change the logo them selves. So, me not knowing how to make […]