Adding your own widget area to your WordPress site allows a great level of customization to specialized pages. Say for example you want to include a sidebar for a particular page (say a “Meeting Minutes” page for a business) that […] Read More »
Tag: WordPress
File Uploads
Making a script that allows for file uploads is a common problem for many web developers just starting out, and can sometimes be a little tricky for those just starting out. Another problem comes from the wide variety of different […] 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 »
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 »
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 »
Create Your Own WordPress Shortcodes
Creating your own short codes in your WordPress site is easy and allows clients to perform tasks that would otherwise require writing in code. This lets them perform complicated operations via short codes, freeing up your own time for more […] Read More »
Sublime Text Snippets
As many of you already know, Sublime Text will change the way you work. Every web developer I know uses Sublime Text as their primary text editor these days, and there is good reason for that: It has the […] Read More »
Basic Twilio Tutorial
I’m sure some of you have already heard about Twilio around the office or from programming friends. Twilio is an amazing application that allows automation of SMS and voice calling. It can be used for countless different applications, especially for […] Read More »