WordPress

  • Disclaimer Popups Using jQuery

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

  • 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…

  • GSoC And WordPress No Go For 2012

    For the first time that I can remember, WordPress has been rejected from the Google Summer Of Code mentor ship program. This was an unexpected move, especially considering how WordPress has been a part of the program for the past few years. As you read through the comments of the post, quite a few people…

  • Twenty Twelve To Be Released With WordPress 3.5

    While Twenty Twelve has been an anticipated feature of the upcoming WordPress 3.4 release, some will be disappointed to hear that the new default theme for this year will not ship with WordPress 3.4. Instead, it will likely come with WordPress 3.5. However, if you’re interested in playing around with the theme as is, you…

  • A Closer Look At Brute Force Attacks Against WP Sites

    Perhaps one of the easiest attacks to perform on a WordPress based website is a brute force attack. Sucuri took the time to create a few different honeypots and monitored WP-Login.php to track the various IP addresses as well as the passwords used to break into the site. Their list of passwords attempted is no…

  • 10 Queries To Clean Up Your WordPress Database

    John Baptiste of CatsWhoCode.com has published 10 useful SQL queries that you can use to clean up the database that houses your WordPress installation. Before any SQL queries are run, you should definitely back up your entire website as a wrongly executed query can ruin the database, rendering your site useless. If you’re afraid to…

  • Your Daily Fix Of WordPress Functions

    How would you like to experience WordPress functions within your inbox on a daily basis? If so, consider signing up to the WordPress Daily Documentation site. Each day features a different function within WordPress sent to your inbox which contains examples, an explanation of what the function does, parameters, and the usual information you would…

  • Andrew Nacin Intros WP_Theme Class For WP 3.4

    Theme authors take note, Andrew Nacin is currently leading the charge on rewriting large swathes of get_themes(). Andrew has spent the better part of the last week working on the WP_Theme Class which will make theme authors lives a lot easier. If you’re a theme developer, I encourage you to thoroughly review ticket #20103 to…

  • Refreshingly Communicative

    It’s been awhile since I’ve visited WPDevel.WordPress.com which is the home of WordPress development updates and I’m happily surprised to see so much content from the folks who make things happen. The different teams that are working on various aspects of WordPress 3.4 are doing a good job of keeping not only the other team…

  • Your Chance To Work With WordPress In Oslo, Norway

    Ryan Hellyer who has been a long time member of the WPTavern community has given me a heads up that Metronet is currently looking for a WordPress Code Poet. Sounds like any other typical WordPress job posting right? Well, that is until you read the following lines within the job posting: “The opportunity to live…

  • Phoning Home To Plugin Authors

    Reading through the WordPress Hackers Mailing list, Nuno Morgadinho wanted to know how to track user engagement with a commercial plugin that is being developed. The metrics that they were most interested in were the following: – how much time has the user spent playing with my plugin since plugin activation ; – what is…

  • Links In Image Captions Possibly Coming In WP 3.4

    It was an idea that was proposed by Jeremy Clarke about a year ago and soon, that idea will be turned into a reality. His idea was to fix the image caption system to allow links within the caption area of images. It’s an idea that I support as I’ve mentioned in a previous post…

  • Situations In Which MultiSite Should Not Be Used

    Ipstenu once again has a great article that covers some situations in which MultiSite is not the best tool for the job. If you’re thinking that you need to use MultiSite to accomplish a certain task, make sure that task is not on her list.