Twitter

Missing Google images http://twitpic.com/1lsk2k-05/07/2010
X

This is the second article of a series of articles explaining how I created the Q-List WordPress plugin. First article explained the administration section and this one will explain the user interface. This article consists of the following steps:

  • Using tags in your posts like [qlist]
  • Handling cookies for your plugin
  • Handling forms

Continue reading »

This is the first article of a series of articles explaining how I created the Q-List WordPress plugin. First article will explain the administration section and the second will explain the user interface. This article consists of the following steps:

  • Versioning your plugins database tables, and updating them
  • Creating your administration interface
  • Using wp options table in your database for your plugin options

Continue reading »

This is probably the shortest way of showing the popular posts in your plugin and it is the same way I use on the sidebar of this blog.


Continue reading »

I am working on a series of articles about the making of the Q-List List Creator plugin. I will divide the series into two. First one will be about the administration section and the second one will be about the user interface. Please let me know if you want anything else included into the articles so I can incorporate them as I write the article.

The series will have;

  • Administration Section
    • Versioning your plugins database tables, and updating them
    • Creating your administration interface
    • Using wp options table in your database for your plugin options
  • User Interface
    • Using tags in your posts like [qlist]
    • Handling cookies for your plugin
    • Handling forms

Continue reading »

Category:
Reviews

Tags:
, , , ,

Apple finally announced their new tablet computer today. They call it the “iPad“. I am sure a many of us were waiting for it since the rumors started on it.


Continue reading »

Category:
Plugin

Tags:
, , , ,

Create a list on your website and let members to choose the ones they want. A WordPress Plugin.


Continue reading »

If you have ever used OOP in your programming, I am sure you have experienced the flexibility you get. Also with the introduction of MySQLi class, we did not need to create our own database class anymore since MySQLi comes with almost all the functions you might need. Now the scope of this article is to show you use MySQLi in a class you created that handles something else but still needs a database connection and it is just redundant to create a new connection for every class you have in your code.


Continue reading »

Category:
Weblimner

Tags:
, , ,

On behalf of myself and the entire Weblimner team, we’d like to wish you a very happy, healthy and successful 2010! As we are celebrating our first new year as Weblimner, we would like to thank you for your support.


Continue reading »

Page 1 of 212