If you are not database-savvy, you should definitely not be running SQL queries. It’s like trying to launch a rocket space ship (leave that to the pros). The consequences of a mishap, related to your own doing, are not worth it. Ok, I’m going into explanation mode for the benefit of the newbie community so […]
Month: October 2011
How to Increase WordPress PHP Memory Limit
I tried to upload an video to WordPress today and realized that I needed to increase my WordPress PHP memory limit. This is an easy step and can be performed by beginners. 1) Simply open up a text editor such as TextEdit or Notepad++. Note: MS Word is NOT a text editor. 2) Copy the […]
To Do Apps for Bloggers and Web Site Owners
I tend to over-analyze and thoroughly research all options when it deals with my daily workflow. As I’ve tried to focus my energy on Getting Things Done and eliminating distractions, it was only a matter of time before I had to purchase a proper to-do app. The age-old reliable Stickies and countless text files filled […]
How to Get Category ID of Current Category
Yesterday, I was looking for ways to grab the current category ID so that I could display a custom image at the top of each archive page. While there are many different ways to achieve this, I did not want to run an additional query. After reviewing the solutions mostly, I stumbled upon this gem […]