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 »
Tag: Development
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 »
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 »
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 »