All stories by Muhammad Furqan Abid

Automatically Tweet WordPress Posts with WordTwit

Automatically Tweet WordPress Posts with WordTwit

PLUGINS Twitter has exploded in popularity over the past year as many mainstream media sources have been using the service to communicate with their readers/viewers, but did you know that bloggers can now use Twitter to promote their content as well?

Show related posts without a plugin

Show related posts without a plugin

HOW TO Displaying related posts is a very great way to help visitors staying longer on your blog. You can use a plugin, but you also can use tags and a custom code to show related posts. Let’s see how to do! This code will display related posts based on the current post tag(s). It must be pasted within the loop. <?php …

PHP 5.3.0RC2 Release Announcement

PHP 5.3.0RC2 Release Announcement

PHP The PHP development team is proud to announce the second release candidate of PHP 5.3.0 (PHP 5.3.0RC2). This RC focuses on bug fixes and stability improvements, and we hope only minimal changes are required for the next candidate (RC3). Expect an RC3 in 2-3 weeks, although there will not be major changes so now is a good time to start …

Build User Online Detection System

Build User Online Detection System

PHP This tutorial will tells you to create a user online detection system. This tutorial has required a mysql database and php enable server. Please follow these steps to complete your own UserOnline System. Create table “user_online” in mysql in database “database1″. CREATE TABLE `user_online` ( `userip` char(100) NOT NULL default ”, `time` int(11) NOT NULL default ’0′ ) TYPE=MyISAM;

Exporting and Importing WordPress

Exporting and Importing WordPress

TIPS This tutorial will cover exporting your web host wordpress to a localhost host. Assume you are done with the web host WordPress development, it is time to learn how to export and import WordPress. Then you can keep the web host version for backup purpose and future development (ie. testing new themes, plugins, and upgrades).

Tools, Plugins & Resources to Enable Multi-Author Features in WordPress Blogs

Tools, Plugins & Resources to Enable Multi-Author Features in WordPress Blogs

PLUGINS When setting up a WordPress blog that allows for multiple authors feature, it seems many people think all that is involved is to setup additional author profiles and/or start accepting guest posts.   Unfortunately, it really isn’t that simple if you want to create a high quality WordPress blog.

How To Blocking Your WordPress Categories and Archives From Google

How To Blocking Your WordPress Categories and Archives From Google

HOW TO We all know that duplicate content can be a problem. People copy your work, re-post it on their website, then you both are penalized for duplicate content! Unfortunately, there isn’t much that can be done about that, but did you know that often blogs have duplicate content within their own blog? The biggest culprit for duplicate internal content is your …