The command line/terminal is a powerful tool that – if used properly – can enable you to perform some amazing magic tricks on your humble machine. The command line is essentially the control room of your computer, and from it […] Read More »
Basic jQuery Tutorial Part IV
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of […] Read More »
DobsonDev Theme Avaliable
As some of you may have noticed, the website’s theme has been changed over the past few weeks. I’ve actually gone ahead and made my own WordPress theme from scratch for this website – both for practice and because I […] Read More »
My Favorite ‘Development’ Blogs
If you read this blog, then chances are you would be interested in any sort of other technical/tutorial blogs out there. For this blog post, I wanted to share some of my favorite tech blogs that give me some really […] Read More »
Basic jQuery Tutorial Part III
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of […] Read More »
Basic jQuery Tutorial Part II
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of […] Read More »
100 Downloads on DobsonDev Shortcodes
We have hit the 100 Download mark on DobsonDev Shortcodes. It may not seem like a big deal for anyone else but this is one of the first projects I’ve put up online in the public space and I’m really […] Read More »
Basic jQuery Tutorial
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of […] Read More »
Local Development Setup Using MAMP
As mentioned in a few of my earlier tutorials, MAMP is a great tool that can be used to setup a development environment on your local computer. This will allow you to create, edit, and test your websites before publishing […] Read More »
Create Your Own WordPress Plugin
Last week I did a tutorial on making your own WordPress shortcodes. This week I wanted to show you how to split off your shortcodes into their own plugin so you can easily move them. Creating a WordPress plugin is […] Read More »