Tag: PHP

Copying to clipboard in WordPress

Copying to clipboard in WordPress

| October 25, 2011 | 0 Comments

I was recently asked, as a commercial request, to create a WordPress plugin that would allow users to click a button and copy text the clipboard. It seemed an easy enough thing to do – 2 weeks later, though, and I’ve thrown in the towel. Using JavaScript to capture contents is the easy bit – [...]

Continue Reading

WordPress Tips

WordPress Tips

| May 10, 2011 | 0 Comments

WordPress is powered by PHP and MySQL which is an open resource blog gizmo and a publishing platform as well. WordPress have many features like plug-in architecture and a template system. Actually, WordPress has been widely by thousands of biggest websites in the World Wide Web. For sure as computer enthusiasts, you have already come [...]

Continue Reading

Hosting Sites Reviews

Hosting Sites Reviews

| April 18, 2011 | 1 Comment

Hosting Sites Reviews is a new site – it appears to have only been around for a matter of weeks – dedicated to, yes you guessed it, reviewing UK web hosting companies. There is plenty of competition already in the market and because it is so new, there aren’t any reviews available – this is a new site [...]

Continue Reading

Plains laid for WordPress 3.2

Plains laid for WordPress 3.2

| March 19, 2011 | 0 Comments

WordPress have given some initial details of the plans for WordPress 3.2. Rather than adding lots of new features, this release is going to concentrate on speed improvements and restricting the WordPress minimum requirements (this will allow existing code to be removed and will make adding code in future easier). The requirements changing are… PHP 5.2.4 required – [...]

Continue Reading

WordPress Plugin Bug Tracking

WordPress Plugin Bug Tracking

| January 25, 2011 | 0 Comments

For a while I’ve been wanting to improve the bug (and enhancements) tracking for my WordPress plugins. Right now I rely noting down my ideas and any suggestions that people have made and looking at that whenever I’m working on a plugin. Now, though, I’ve installed MantisBT – a free PHP based bug tracking system. I’ve installed it on [...]

Continue Reading

Spam Magnet Blog Posts

Spam Magnet Blog Posts

| September 10, 2010 | 0 Comments

The website planetOzh has an excellent post about blog posts that attract spam. In it, he provides not only a piece of SQL that you can run to see how your site is affected, but even provided a PHP script that you can upload to your website to graph the results. Mine is to the right. I have my spam [...]

Continue Reading

Adding a Heat Map to WordPress

Adding a Heat Map to WordPress

| June 3, 2010 | 4 Comments

Wanting to learn a bit more about the visitors to this site, I thought installing a on the site would be a good start. I initially used PicNet Mouse Eye Tracking – this is free, but an advert for the service appears at the foot of your site. However, I soon came across the OpenSource [...]

Continue Reading

Things that I learnt holding my first competition

Things that I learnt holding my first competition

| May 30, 2010 | 0 Comments

I’ve never run a competition before and, thanks to Creative, my first opportunity has just concluded. And what did I learn? Well, a lot. First of all, the questions I should be asking the prize providers. Instead I kept badgering them as I kept asking some pretty basic questions… When do you want the competition [...]

Continue Reading

Plugin error “cannot yet handle MBCS in html_entity_decode”

Plugin error “cannot yet handle MBCS in html_entity_decode”

| December 11, 2009 | 0 Comments

Today I’ve had reported to me that one of my plugins ( Simple Twitter Link – but I’m sure this equally occur in others) is generating the error “cannot yet handle MBCS in html_entity_decode”. In fact, it generates it about 200 times. The problem? Well, it’s a bug in version 4 of PHP , so there’s not much I can do about it (sorry!). It’s fixed [...]

Continue Reading

WordPress Plugins and File Fetching

WordPress Plugins and File Fetching

| July 6, 2009 | 0 Comments

A number of my recent plugins have provided a facility to read files from other sites. However, as I posted about , errors were being reported by some users and so I attempted a change in one such plugin to address this. Unfortunately, that didn’t quite work as I intended. Kind of. In this case, I swapped to using [...]

Continue Reading