Articles
These cover a variety of topics like modern PHP, application development, design patterns, and web design.
Great Bash Tricks
Using Bash well is the best way to be more productive. Learning just a few tools and techniques, can help reduce your amount of typing and increase your efficacy.
WordPress Site Plugins
Every Site should have a theme and at least one plugin. There are so many WordPress plugins to choose from. How do you decide? The one you should have is the one that you make specifically for your site.
Enhance Your Bash Prompt
When you use the command line, most systems come with a simple prompt. However, your prompt can be as extensive or as minimal as you like. Here are a couple of ways to improve your Bash prompt
Fibonacci Layout
I was thinking about the Fibonacci Sequence. If you don’t remember math class, it’s where the addition two numbers create the next number in the sequence. 1, 1, 2, 3, 5, 8, 13, 21, 34 What if you could apply it to a web design layout? If you think of the Fibonacci sequence as relative … Read more » Fibonacci Layout