‘WordPress’ Category

Top 10 Tools to Get Blogging Done

7
responses
by
on
May 8th, 2008
in
LinkyLoo, WordPress, WordPress Tips

Top 10 Tools to Get Blogging Done: Just like it sounds, LifeHacker lists the top 10 tools, according to them, to get the job of blogging done. If you have ever been to a WordCamp and heard Lorelle speak, she has some of the best power blogging tips that I have ever come across. JohnP has some pretty effective tips on power blogging as well.

[Continue Reading...]

Error Management for WordPress Plugins

10
responses
by
on
May 4th, 2008
in
HOW-TO, WordPress, WordPress FAQs

For the past few weeks I’ve been working on a WordPress plugin. One of my goals was to have fancy and relevant error messages. I contemplated writing my own error manager, and even began a very basic one. I experienced hurdle after hurdle, and finally I thought to myself, “Wouldn’t WordPress have its own error manager also?” So I did a quick source-code search and came across the WP_Error class. One of the hurdles I ran into in creating my own error manager was error localization. The WP_Error class makes localizing error messages extremely simple. Adding Error Messages To add an error message, the first thing you’ll want to do is instantiate your own instance of WP_Error. $myErrors = new WP_Error(); The next step is to add in your error messages. $myErrors->add('access_denied', __('You do not have permission to do that.',$myLocalizationName)); There are a few things to notice here. There is […]

[Continue Reading...]

Take Crontrol Of WordPress

14
responses

Not too long ago, a new plugin was released called WP-Crontrol. WP-Crontrol allows you to take control over what is happening in the WP-Cron system. WP-Cron is a tangle of black magic that allows a plugin developer or a user to schedule commands to be executed. WP-Crontrol is a plugin that lets a blog owner see through that magic and figure out what’s actually going on If you want a detailed introduction to this plugin as well as an explanation as to how to use this plugin in conjunction with WP Database Backup to create backups when you want them, be sure to check out this article: Add a new WordPress backup schedule with WP-Crontrol Also on the radar today is a quick fix for the WordPress 2.5.x image uploader. Awsom.org is reporting that there is a no-flash plugin that is available which returns the previous image upload function from […]

[Continue Reading...]

Exporting-Importing A Category

23
responses

When it comes to exporting, WordPress already does a wonderful job with it’s support to export posts, pages, comments, custom fields, categories, and tags. However, there is a problem. The WordPress exporter lacks granularity. What I mean by this is that, the exporter covers the entire blog instead of being able to select certain categories to export. I’ve searched the WordPress Plugin database high and low to look for a plugin that would specifically export categories and I could not find one. I did manage to come across two techniques though that get the job done. There are two ways to export specific categories. The first is to read this forum post where HandySolo explains how to use the category RSS feed to export specific categories from a self hosted blog to a WordPress.com blog. The problem with this method is that, none of the meta data attached to the […]

[Continue Reading...]

Woopra and WordPress: Unofficial Coolness Guide

39
responses
by
on
April 27th, 2008
in
brainstorming, WordPress, WordPress Plugins

Woopra was opened up to the world at the Dallas WordCamp where I met John for the first time. His talk was not on Woopra but he introduced it to the event in a very short, three minute spiel. Since then Woopra has generated a tremendous amount of buzz in blogging circles. In short, Woopra is a stats tool for websites that lives as an application on your desktop (among other places) and can provide live webstats on your visitors. I like it since it is fast and since the developers gave me an opportunity to look at the insides early on, I have developed quite a fondness for it. They are in growth mode and with the recent upgrade to their desktop client, they can support more locations and are in the process of approving a large number of new users for their service. All of that being said, […]

[Continue Reading...]

Reset WP Password Manually

23
responses
by
on
April 26th, 2008
in
General, WordPress

Although there were over 80 security/bug fixes in WordPress 2.5.1, there was one thing that crept up immediately following the release. According to numerous reports by individuals and a ticket filed in the WordPress Trac when a user resets their password, the password reset link received in the email does not work. The error message that is received looks like this “Sorry, that key does not appear to be valid.” This bug has already been fixed and will be included in WordPress 2.5.2. However, if you are having issues with the reset link right now, you can read this post by Ryan McCue on how to Reset your WP Password Manually through phpMyAdmin. [EDIT] Ryan has included the files which contain the patch that you can download here

[Continue Reading...]

WordPress on every Google Search?

39
responses
by
on
April 24th, 2008
in
Blogging, brainstorming, WordPress

I had this interesting thought which I am sure can be easily defeated but definitely points towards the success of WordPress. I was searching the web for something inconspicuous as the “iWrap” and I came upon some interesting results. While browsing the results and then switching back to the search results page, I realized that the first page had at least three results that were either related to WordPress or were on a WordPress blog. I repeated the search for completely inane search terms and had at least one result show up on every search I performed from a blog that used WordPress as the blogging tool. I have had this happen in the past with various other queries but had not quite put two and two together. So my hypothesis is that a WordPress blog or a link that is somehow related to WordPress, shows up on the first […]

[Continue Reading...]

WordPress Does It Again

19
responses
by
on
April 22nd, 2008
in
WordPress

The results for the Webware 100 have been released. WordPress.org along with WordPress.com have taken home the award for best publisher. Congratulations to the team at Automattic, the core developers of WordPress.org and last but not least, thanks to all of you who voted and continue to use and support WordPress on a daily basis.

[Continue Reading...]

South By Deep South

6
responses
by
on
April 22nd, 2008
in
WordPress

Those of you who have been wanting a Technology conference to visit the South Eastern United States are now in luck. The event is called South By Deep South and is a take on the familiar South by South West conference. The event will be held in Birmingham, Alabama on September 26th-28th. The final details of the event are still being worked out but Ike Pigott has already let us know some of what we can expect from this event: Social Media/PR/Marketing Web development A full-blown WordCamp In case you missed it, that last one says WordCamp. Personally, I thought Atlanta, Georgia would of been the first city in the South Eastern United States to get a WordCamp event, but it looks like I was wrong. Ike also notes that there will be a SideWalk Festival that will be taking place during the same weekend. I’m really glad to see […]

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php