• All Sorts Of Code Snippet Resources

    Yesterday on Twitter, I was informed of a new WordPress code snippets library that sprang up called WPFunction.me. The site has an easy to use interface for grabbing code snippets. While at first, it seems as though you need to perform a lot of scrolling to select code snippets and get the code, you can…

  • TimThumb Vulnerability Bites Another Victim

    For the second time in two years, Dan Tynans website, eSarcasm.com has been hacked, this time with code that redirected referrals from Google, Yahoo and other search engines to Viagra ad sites. After conducting a thorough security review with Code Garage.com, an online security scanning website similar to Securi, they discovered that the point of…

  • Two Resources For Writers/Journalists Using WordPress

    DynamicWP has put together a list of 11 plugins that are especially helpful for writers using WordPress. One of the nifty plugins from that list that I discovered is AP Style Dates And Times. This plugin automatically abbreviates times and months according to the AP Style guide. The second resource that you should keep handy…

  • WordPress 3.4 Beta 1 Available For Mass Consumption

    In what seems like forever since the last major release of WordPress, 3.4 Beta 1 has been released. You should know the routine by now. Don’t run beta software in a production environment. Instead, set up a local install or a mirrored copy somewhere else for testing. If you encounter a situation that you think…

  • New Ebook Released For WP Multisite

    Sometimes, the most difficult task at hand when operating a website is locating the documentation that helps solve a problem. For those of you who have been looking for a WordPress Multisite reference book to help get you started, Mika Epstein and Andrea Rennick have co-authored a book specifically for WordPress Multisite. The book contains…

  • All The Stats You Need To Know Regarding WordPress

    Lorelle VanFossen has published a detailed article that covers a wide gamut of statistics related to WordPress. Most of the numbers are impressive. Amongst the stats, the one that surprises me the most is the fact that WordPress is being used in Indonesian at almost triple the rate of English, and nearly the sum total…

  • Good Or Bad? Infinite Scrolling

    Thanks to Pinterest, many websites think it’s cool to provide the ability to infinitely scroll down a page. Over the past few weeks, I’ve noticed a variety of tutorials that explain how you can add this functionality to WordPress themes. However, I’m wondering if this is just one of those trends that will go away…

  • Favoriting Posts In WordPress

    WPBeginner has published an article that explains how they used the WP Favorite Posts plugin to give one of their clients a “personalized library” for their users which allowed them to favorite videos that they could watch repeatedly. In the article, they also explain how to use the plugin to provide that same personalized experience…

  • Disclaimer Popups Using jQuery

    Helpful little article that explains how to use jQuery to create popups before sending an email or submitting a comment.

  • BuddyPress 1.5.5 Released

    It was announced earlier today that that BuddyPress 1.5.5 is now available for download. This is considered a maintenance release which addresses 14 issues, some of which are security related. Congrats to the team and I hope you had a blast at WordCamp Netherlands Paul Gibbs.

  • WP Plugin Authors The Target Of A Phishing Scam

    Plugin authors need to take serious notice of a recent phishing attack that is aimed specifically at plugin authors. Ipstenu, one of the volunteer WordPress.org support forum moderators has published a forum thread warning others that responding to the email wouldn’t be a good idea. The way in which this phishing attack works is pretty…

  • Close Or Leave Comments Open On Old Posts?

    As laid out by BloggingPro.com, the question is simple. Should you close comments on older blog posts? While their article goes into specific reasons as to why or why not, I’ve personally been a fan of closing comments on articles that are 180 days old. I think the bulk of the conversation that is going…

  • Starter Guide On Header.php

    Ravael Angeline has a tutorial posted on WP.Tutsplus.com that covers the basics of a header.php file. This particular file is located in every WordPress theme and is essential to how a theme works. Also worthy of reading following the tutorial is a comment by Tom McFarlin.