Posted by Brendon on July 26th, 2009 |
1 comment
Stumble! for WordPress adds random article functionality to WordPress, behaving in a similar way to MediaWiki’s random article feature and StumbleUpon’s StumbleThru (hence, “Stumble!”).
The plugin also integrates with YARPP to allow stumbling amongst similar articles. You may have seen the green “Liked this Article?” button on some other blogs: READ MORE
plugin . post . stumbeupon . stumble
Posted by Brendon on July 22nd, 2009 |
0 comments
Just a short post:
File-Encryptor.com, a web service providing an online encryption and decryption tool, is for sale. I have listed the site for auction at Flippa (here) with a starting bid of $100. The web service makes roughly $20 per month and gets 1,000 page-views per month. More details are available on the auction listing. I recommend you take a look and place a bid
.
Thanks,
Brendon.
Posted by Brendon on July 20th, 2009 |
87 comments
When scripting in PHP, we often restrict ourselves to a limited number of API functions: the common ones, like print(), header(), define(), isset(), htmlspecialchars(), etc. If some needed functionality doesn’t exist, we often write it making use of these basic components which we have in mind. The PHP API actually offers a lot of functionality, some useless and some useful; often seldom used. I have been looking through the available functions and was interested to find some really cool functions that I should have known about. Here, I share my findings. READ MORE
PHP
Posted by Brendon on July 15th, 2009 |
1 comment
You probably already know about those services which let you track where a visitor clicks on your site. They are great in determining which utilised parts of your site are most “active”. However, albeit important, clicking is just one component of user interaction. READ MORE
advertising . interaction . interface . people . targeting . tracking . UI
Posted by Brendon on July 10th, 2009 |
1 comment
When I first heard about Google Chrome OS, I initially thought it would be a basic operating system which supported just an Internet browser — where the Internet browser is within the OS. From what I have heard, however, it seems that “the” operating system could just aswell run within the browser.
Of course, there will be an OS to run the Internet browser; but, will there be another “OS” within that? READ MORE
google . os . webos
Posted by Brendon on July 5th, 2009 |
7 comments
I am currently developing the next version of Thank Me Later, my WordPress plugin which sends out e-mails to your blog’s commenters a few days after they post the comment.
Development is currently proceeding well. I have compiled the following list of features which will definitely be included in Thank Me Later: READ MORE