This past week I had my eyes opened to something that I haven’t given a lot of thought to in a long time, the funny part is who I can attribute my eye-opening experience to, Donald Trump. It’s no great secret that I’m not a huge fan of “The Donald”, in fact, he and I […]
Using [shortcodes] in WordPress Widgets
I figured out a cool trick this evening that I thought I would share. Let’s say you have a shortcode that you would like to display inside of a wordpress text widget area, just locate your theme directory and edit your functions.php file to include the following: add_filter( 'widget_text', 'shortcode_unautop'); add_filter( 'widget_text', 'do_shortcode');
Creating an RSS Feed from WordPress Tags
One of the things that WordPress really does well in my opinion is generate feeds out of the box for posts, and even feeds for post categories are fairly easy to pull together, but today I was needing to put together an RSS feed from post tags. For those of you that might be unfamiliar […]
Adding Color Content Boxes via CSS
When it comes to my/our industry, one of the coolest things to me has always been that you can usually sit down and find tutorials online to build or do just about anything you can imagine, and these tools are usually shared openly by other developers. A prime example of this was last week when […]
Using CSS3 Gradient Buttons
Okay, so Brian Gardner shared something pretty cool on his blog the other day and I wanted to be sure to share it here as well because I always like referring back to cool tricks like this from time to time on client projects. Occasionally there are times when you might want to add a […]
Arduino Open-Source Microcontroller
Lately I have been doing a lot of research and due diligence for a side project that is a complete 360° from what I typically do on a daily basis. I won’t go into any detail regarding the project that I’m working on because it’s somewhat top-secret at this point but I will share something […]
- « Previous Page
- 1
- …
- 5
- 6
- 7
- 8
- 9
- …
- 99
- Next Page »