WordPress.TV: Pimp Your WordPress Plugin

DeliciousStumbleUponTwitterFacebookRedditLinkedIn

WordPress.TV just posted my presentation from OCWordCamp, “Pimp Your WordPress Plugin” … FYI — it’s actually quite a bit more technical than it sounds — but if you want to learn some of my techniques for developing & maintaining larger-scale plugins, this is the one for you:

Here are the slides for this presentation: Pimp Your WordPress Plugin

Twitter Comments

Afroliciouss RT @blairwilli: WordPress.TV: Pimp Your WordPress Plugin http://blairwilliams.com/pimp (via @prettylink)
Re-Tweet | Reply | View Tweet
solmaan RT @blairwilli: WordPress.TV: Pimp Your WordPress Plugin http://blairwilliams.com/pimp (via @prettylink)
Re-Tweet | Reply | View Tweet
webspin RT @blairwilli: WordPress.TV: Pimp Your WordPress Plugin http://blairwilliams.com/pimp (via @prettylink)
Re-Tweet | Reply | View Tweet
jb510 RT @blairwilli: WordPress.TV: Pimp Your WordPress Plugin http://blairwilliams.com/pimp (via @prettylink)
Re-Tweet | Reply | View Tweet
HobbyCaster RT @blairwilli: WordPress.TV: Pimp Your WordPress Plugin http://blairwilliams.com/pimp (via @prettylink) awesome tutorial!
Re-Tweet | Reply | View Tweet
ipresort RT @blairwilli: WordPress.TV: Pimp Your WordPress Plugin http://blairwilliams.com/pimp (via @prettylink)
Re-Tweet | Reply | View Tweet
prettylink WordPress.TV: Pimp Your WordPress Plugin http://blairwilliams.com/pimp (via @prettylink)
Re-Tweet | Reply | View Tweet
blairwilli WordPress.TV: Pimp Your WordPress Plugin http://blairwilliams.com/pimp (via @prettylink)
Re-Tweet | Reply | View Tweet

Anyone Can Use WordPress Hooks

DeliciousStumbleUponTwitterFacebookRedditLinkedIn

Hooks are one of the greatest features of WordPress — yet they are unseen by most WordPress users.

Okay, I’ll admit, hooks are only available in the code — but I believe they’re simple enough to be used by anyone technical enough to use a text editor and FTP.

WordPress has a really good Intro to Hooks and there are a couple of WordPress Hook databases out on the web too … but these might be a bit technical and overwhelming for many users wanting to customize their blogs.

This is my basic overview of what hooks are for and how they can make your life easier as a WordPress user. [Read more...]

Twitter Comments

Beautyrama RT @blairwilli: Anyone Can Use WordPress Hooks http://blairwilliams.com/nip (via @prettylink)
Re-Tweet | Reply | View Tweet
michaelpedzotti RT @blairwilli: Blair Williams makes it easy to use WordPress hooks http://blairwilliams.com/nip (via @prettylink)
Re-Tweet | Reply | View Tweet
DianeMerriam RT @blairwilli: Anyone Can Use WordPress Hooks http://blairwilliams.com/nip (via @prettylink)
Re-Tweet | Reply | View Tweet
billvlasak RT @blairwilli: Anyone Can Use WordPress Hooks http://blairwilliams.com/nip (via @prettylink)
Re-Tweet | Reply | View Tweet
valwilcox RT @blairwilli: Anyone Can Use WordPress Hooks http://blairwilliams.com/nip (via @prettylink)
Re-Tweet | Reply | View Tweet
prettylink Anyone Can Use WordPress Hooks http://blairwilliams.com/nip (via @prettylink)
Re-Tweet | Reply | View Tweet
blairwilli Anyone Can Use WordPress Hooks http://blairwilliams.com/nip (via @prettylink)
Re-Tweet | Reply | View Tweet
prettylink WordPress Hooks for Everyone! http://blairwilliams.com/nip (via @prettylink)
Re-Tweet | Reply | View Tweet
blairwilli WordPress Hooks for Everyone! http://blairwilliams.com/nip (via @prettylink)
Re-Tweet | Reply | View Tweet

WordCamp 2010 Orange County Style

DeliciousStumbleUponTwitterFacebookRedditLinkedIn

OC WordCampI’m excited to announce that I’ll be speaking at WordCamp in Orange County, California on April 24th! The organizer of this event — Brandon Dove (of Pixel Jar, Think Press and @brandondove fame) and I met & became friends at Blog World / WordCamp Las Vegas last October.

Brandon has asked me to cover two topics related to building WordPress plugins — here they are with a link to the blog posts I did over on OC WordCamp’s blog for each of them:

  • Pimp Your WordPress Plugin — this presentation’s going to show people how to create their own Platform Modifying Plugin (PMP or Pimp) using a Model View Controller (MVC) approach … you can expect that I’ll be sharing some tips & tricks of plugin development in addition to the MVC stuff as well :) .
  • How to Create a Premium WordPress Plugin — In this presentation, I’ll be covering some material that I have seen nowhere else — trust me, as I’ve been building premium wordpress plugins I’ve had to figure this all out from scratch … This presentation will cover a lot of strategy, higher level architecture but will also get into the nuts and bolts of how to do this technically.

You might now be asking yourself:

Uh … is this just one of those technical conferences? … No, it is going to be much more than that.

My topics are fairly technical but OC Wordcamp is going to have something for writers, entrepreneurs, bloggers, developers, graphic designers and marketers alike. If you’ll be in or around Orange County that weekend then I hope you’ll attend — it’s going to be awesome!

Optimize your Blog with these 4 Powerful Tools

DeliciousStumbleUponTwitterFacebookRedditLinkedIn

If you haven’t heard yet Matt Cutts (Google’s SEO Spokesman) announced last month that performance (measured by page load speed) is a big indicator in SEO now. I’ve taken that indication seriously and have been searching out some ways to optimize the performance of my blog and think you should too.

When assessing your blog, there are really 3 separate factors that play into it’s performance:

  1. Number and Complexity Database Calls pages on your site are making: This performance issue is caused by code running on your blog that is reading and / or writing to the database. The only way it can be fixed is to identify code that is making too many database calls and eliminate it or get the author of the code to optimize it. Take it from me — database queries can be tricky and small changes to them can either make them run quickly or grind your server to a screeching halt. If a software vendor releases something without optimizing queries (which, sadly, I have been guilty of in the past as well) then they could be responsible for slow performance on your site. To optimize your site you absolutely *need* some kind of tool that will show you what calls are taking the longest and where they are located.
  2. Script Execution Time: There are many different factors that can influence this one. Poorly coded software in your website, your server’s hardware or just your web server software settings.
  3. Memory Management: This is possibly the most elusive problem of the three. This one could be caused by how much software is loaded by your website on page loads, poor software implementation or just software that is just crunching a lot of data.

[Read more...]

Twitter Comments

TheFrosty RT @blairwilli: Optimize your Blog with these Powerful Tools http://blairwilliams.com/2gh (via @prettylink)
Re-Tweet | Reply | View Tweet
prettylink Optimize your Blog with these Powerful Tools http://blairwilliams.com/2gh (via @prettylink)
Re-Tweet | Reply | View Tweet
blairwilli Optimize your Blog with these Powerful Tools http://blairwilliams.com/2gh (via @prettylink)
Re-Tweet | Reply | View Tweet
mesreflexions RT @prettylink: Optimize your Blog with these 4 Powerful Tools http://blairwilliams.com/2gh (via @prettylink)
Re-Tweet | Reply | View Tweet
eclaires RT @blairwilli: Optimize your Blog with these 4 Powerful Tools http://blairwilliams.com/2gh (via @prettylink)
Re-Tweet | Reply | View Tweet
jb510 RT @TheFrosty RT @blairwilli Optimize your Blog with these Powerful Tools http://blairwilliams.com/2gh (via @prettylink)
Re-Tweet | Reply | View Tweet
MrsSharonBurger RT @blairwilli: Optimize your Blog with these 4 Powerful Tools http://blairwilliams.com/2gh (via @prettylink)
Re-Tweet | Reply | View Tweet
shunmax RT @blairwilli: Optimize your Blog with these 4 Powerful Tools http://blairwilliams.com/2gh (via @prettylink)
Re-Tweet | Reply | View Tweet
robertharm RT @supercleanse: Optimize your Blog with these 4 Powerful Tools http://blairwilliams.com/2gh
Re-Tweet | Reply | View Tweet
prettylink Optimize your Blog with these 4 Powerful Tools - UPDATED 3/29 http://blairwilliams.com/2gh
Re-Tweet | Reply | View Tweet
blairwilli Optimize your Blog with these 4 Powerful Tools - UPDATED 3/29 http://blairwilliams.com/2gh
Re-Tweet | Reply | View Tweet
djbconsulting RT @prettylink:Optimize your Blog with these Powerful Tools http://blairwilliams.com/2gh (via @prettylink)
Re-Tweet | Reply | View Tweet
highrevenue RT @blairwilli: Optimize your Blog with these 3 Powerful Tools http://blairwilliams.com/2gh (via @prettylink)
Re-Tweet | Reply | View Tweet
web20empire RT @blairwilli: Optimize your Blog with these 3 Powerful Tools http://blairwilliams.com/2gh (via @prettylink)-I think this is a PLP feature.
Re-Tweet | Reply | View Tweet
web20empire RT @blairwilli: Optimize your Blog with these Powerful Tools http://blairwilliams.com/2gh (via @prettylink)
Re-Tweet | Reply | View Tweet