Google Friend Connect is growing and it’s getting more personalised, take a watch..
Jump over to friend connect by clicking here.
Earlier today, DChetty spotted another website hotlinking to images on his website. Naturally, this is not only theft in certain cases, but it’s also frowned upon by the web industry, as each time the image is loaded, bandwidth and CPU power is pulled from the original sources server.
Here’s the website with the Idols image, stolen from DChetty:

Anyway, I saw this and quickly tweeted DChetty telling him to change the image on his side and that’s exactly what he did, take a look:

PWNED!!!
When it comes to WordPress and permalinks, Linux servers are usually a piece of cake to work with, but when it comes to Windows servers, permalinks can become a pain in the butt.
Let’s have a look..
Problem/Summary
With WordPress installations or many other CMS Applications you might have links that look like any of the following:
http://www.imod.co.za/?id=2
or
http://www.imod.co.za/index.php/my-life/
Resolution
What needs to be done is to create a httpd.ini file which uses ISAPI Rewrite to reformat your URLs nicely so they will look like:
This is what the httpd.ini code should look like:
[ISAPI_Rewrite]
RewriteEngine On
RewriteBase /
RewriteCond ${REQUEST_FILENAME} !-f
RewriteCond ${REQUEST_FILENAME} !-d
# For special WordPress folders (e.g. theme, admin, etc.)
RewriteRule /wp-(.*) /wp-$1 [L]
# For all WordPress pages
RewriteRule ^/$ /index.php [L]
RewriteRule /(.*) /index.php/$1 [L]
That’s it – much like an .htaccess file, create the httpd.ini file, paste the above code into it, save it and upload it to your server.
WordPress 2.8.4 has served us well and now it’s time for a minor upgrade to the latest release.
According to the WordPress blog, the headline changes are:
As most of you know, recently WordPress suffered from a terrible exploit and a large number of websites were taken down. Since then, a new plugin called WordPress Exploit Scanner has been released, it searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.
Click here to learn about upgrading WordPress manually.
Technorati CEO Richard Jalichandra showed some of the highlights from their annual State of the Blogosphere report at BlogWorld in Las Vegas.
Key points Jalichandra brought up – What’s the no. 1 success metric for a professional blogger? What do successful bloggers have in common? The data was taken from a survey of 2,900 bloggers, conducted by Penn, Schoen & Berland.
72% of bloggers are hobbyists, says Jalichandra, and blog for fun. They don’t make any income from blogging, and only half hope to someday. They blog simply to express themselves. Of professional bloggers, only 10% blog 40 or more hours per week.
2/3 of professional bloggers are male, and 60% are between 18 – 44 years old. 75% have college degrees, and 40% have graduate degrees. Half have household incomes of $75,000 or more. 17% of them say blogging is their primary source of income. A whopping 74% of bloggers use Twitter, v. 14% of the general population. Their no. 1 use of Twitter is to promote their blogs.
Here is the slideshow recapping what as spoken about and what statistics were gathered, it’s worth the look:
A lot of you know me for writing posts about making money online or driving traffic, so after receiving several emails about not talking about monetization much anymore, I decided that I would put a post together on a topic, which I looked for and couldn’t find much information on – Monetizing plugins.
WordPress has provided a huge number of designers and developers with a means of generating a good revenue through the release of premium themes and what this has done is kill the market for those theme designers who used to design themes for free, with the pure intention of just acquiring the odd backlink and extra traffic. Having said that, the second part to what makes WordPress such a great open source framework is the abundance of Plugs.
I am aware that there are premium plugins available on the Internet, but they’re hardly as popular as premium themes and because the same thing hasn’t happened with plugins as it has with themes, there’s still huge potential for plugin developers whose interest is about traffic rather than the bottom line.

With all that in mind, I have been spending some time thinking about monetizing plugins or at least getting an ROI from building a plugin and the various ways developing a plugin could be beneficial to the developer:
These are just some simple ideas, which came to mind and felt I would share.
Do you have anything to add to the list?
Recent Comments