Variables are the cornerstone to all programming. Any programmer will tell you that variables are their best friend, their lover, any number of other weird things… When you need something you simply call $something, and there it is! One of […] Read More »
Tag: Web Development
Dynamic Variables in PHP
In PHP, and especially when using Database operations like mysqli functions, you will want to create dynamic variable names. Luckily PHP makes this an extremely mundane task to accomplish. First let’s take a look at a simple example so we […] Read More »
The Elvis Operator
The magic that is the Elvis Operator was only recently introduced to me. The Elvis Operator (which is a modified, shortended version of the ternary operator) allows you to clean up your code vastly by reducing the size of simple […] 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 »
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 »