Posts tagged “code”
WordPress Wednesday: Safe Function Calls
If you’re editing a WordPress theme template file by adding a call to a plugin’s function, you need to be careful. In six months or a year you’re going to deactivate or delete that plugin, and you’re going to get a big ugly fatal PHP error on your blog. You can avoid it, though, by
WordPress Wednesday: Thesis Theme Tag Text
Today I’m going to explain how to make your WordPress blog display a special note based on a tag associated with a post. This tip is uniquely written for users of Chris Pearson’s awesome Thesis Theme, but if you are crafty enough with WordPress, you’ll be able to use it regardless of the theme you’re
What Have You Tried?
Over at mattgemmell.com I just found an excellent article about software development and a must-read for any programmer, at any level: If you’re a developer and you’re about to ask another developer a technical question (on a forum, via email, on a chat channel, or in person), you’d better be ready to answer the question
Parsing PHP in CSS
Dynamically process your css scripts
WordPress Wednesday: Displaying Older Posts
In which I explain a bit of MySQL
WordPress Tags
In which I customize Wordpress to deal with my site prior to fully implementing tagging
Slicing Code with a Rusty Razor Blade
In which I name my friend’s website
Computer Programming
Found: One brilliant article about being a programmer Source: MeFi
I Always Said ColdFusion Sucked
I was glad to see ColdFusion make it on this list of the top 10 dead (or dying) computer skills. It’s a ridiculous “language” that I never bothered to learn and used to tell people was craptastic and worthless when it was brand new and everybody and their mother was looking for people that knew
WordPress Gunning-Fog Analysis PlugIn
In which I build a quick plugin