Author Archive q292u

Byq292u

Site Updates

Moved all remaining sites over to WordPress Mobile Pack, rather than WordPress Mobile Edition.
This was not without complications! Rights, settings, etc.
All sites with serious traffic are now running WP-Super-Cache. Page load times on Supercars-for-sale.com have dropped from “up-to-30-seconds” down to about 1 second.
Google Analytics says that traffic has picked up a bit as a result. Again, some interesting issues, and clashes with Mobile Pack.
Tweaked the WordPress Mobile Pack Templates. Created new “Mobile” Ad groups in Datafeedr, and inserted the php code into header and footer. Bingo. Mobile ad space, controlled directly within WP admin.

.. and finally, got to the bottom of the speed issues. Wassup database had 280000 records.. MBP ping optimiser something similar. Deleted the lot. Sorted. Why can’t these plugins do their own housekeeping?


Byq292u

Site Updates

Moved all remaining sites over to WordPress Mobile Pack, rather than WordPress Mobile Edition.
This was not without complications! Rights, settings, etc.
All sites with serious traffic are now running WP-Super-Cache. Page load times on Supercars-for-sale.com have dropped from “up-to-30-seconds” down to about 1 second.
Google Analytics says that traffic has picked up a bit as a result. Again, some interesting issues, and clashes with Mobile Pack.
Tweaked the WordPress Mobile Pack Templates. Created new “Mobile” Ad groups in Datafeedr, and inserted the php code into header and footer. Bingo. Mobile ad space, controlled directly within WP admin.

.. and finally, got to the bottom of the speed issues. Wassup database had 280000 records.. MBP ping optimiser something similar. Deleted the lot. Sorted. Why can’t these plugins do their own housekeeping?


Byq292u

Nightmare! | ddos attacks | Site Outage | wordbay

That was a bad one (yesterday). First, I find that all three of my Jab Web Sites are down again.
Jab Web say that their server is being hit by ddos / spam attacks.. presumably not targetted at me.

Anyhow, that all gets sorted, so I take the opportunity to upgrade all the WordPress plugins.
Unfortunately, that meant that wordbay got overwritten by an obsolete version. With time running short, I tried to manually upgrade it, but managed to kill one site stone-dead.

This was my main cash-cow site.. 🙁

I fixed it by deleting wordbay and re-installing it from home, but only after getting locked out of thewordbay for a while first (it thinks I’m a ddos attack!)

While I’m on, I must mention that the wordbay plugin is no longer free. The author has decided to start charging, as it’s taking up so much time to support. I think the price is $17. Honestly, that’s a bargain.. 🙂


Byq292u

Nightmare! | ddos attacks | Site Outage | wordbay

That was a bad one (yesterday). First, I find that all three of my Jab Web Sites are down again.
Jab Web say that their server is being hit by ddos / spam attacks.. presumably not targetted at me.

Anyhow, that all gets sorted, so I take the opportunity to upgrade all the WordPress plugins.
Unfortunately, that meant that wordbay got overwritten by an obsolete version. With time running short, I tried to manually upgrade it, but managed to kill one site stone-dead.

This was my main cash-cow site.. 🙁

I fixed it by deleting wordbay and re-installing it from home, but only after getting locked out of thewordbay for a while first (it thinks I’m a ddos attack!)

While I’m on, I must mention that the wordbay plugin is no longer free. The author has decided to start charging, as it’s taking up so much time to support. I think the price is $17. Honestly, that’s a bargain.. 🙂


Byq292u

Tumblr

Experimenting with Tumblr blogging.
I’ve set up two Tumblr blogs corresponding to WordPress sites. These sites have the wp2tumblr plugin installed, which creates tumblr posts when the WP posts are updated.

Unfortunately, it doesn’t work for RSS generated posts, but it’s easy enough to select multiple posts for edit, and just hit the update button.

We’ll see if anything gets referred from Tumblr..


Byq292u

QR Codes Revisited..

What with all the URL-shuffling I’ve been doing, I managed to LOSE my QR-CODE generator functionality 🙁
I’m pleased to say that I have worked it all out again.

Here’s a QP that directs you to q292u.com..

or how about:


Byq292u

WordPress 3.1 Upgrade

Upgraded ALL WordPress sites to the latest version (3.1)
Except the one with the problem on Jab Web. Daren’t touch that one until they sort it out. 🙁

Apart from that, it has to be the quickest upgrade ever. Did anything actually happen? 🙂


Byq292u

Asus eee PC | New Keyboard

The “h” key on my eee pc didn’t work.
Bought a brand-new replacement one from eBay for £9.39 inc p&p.
Installed in 2 minutes flat. (3 spring-clips at the top and one ribbon-connector.) Sorted.
The new one’s a “Windows” keyboard, but the machine’s a Linux one. No problem. The only difference is the new one has a Windows key instead of a “home” button. I can live with that.


Byq292u

More Troubles at Jab Web

One of my sites has been up and down all weekend. “Internal Server Error”, and humungous load times.
It’s hosted on Jab Web who have been having some “server problems”.

GA stats say that these problems have killed traffic stone dead on that site. Nobody contacted me to say there was a problem. Would I ever have known if I hadn’t checked the site? 🙁


Byq292u

Asus eee PC (LInux) | Add a "START" Menu..

Missing the familiar Windows “START” menu?
Easily resolved.

Fire-up a terminal window.
Work>File Manager>Tools>Terminal

You should now see:

/home/user>

Do This:

/home/user> sudo bash [enter]
(This opens a command line shell with rights to do ANYTHING. Be careful!)
Now do this:
/home/user>mkdir /home/user/.icewm [enter]
/home/user>cp /etc/X11/icewm/preferences /home/user/.icewm [enter]
You have just created a directory in your user area, and copied the default preferences file into it.
Now do This:
/home/user>nano /home/user/.icewm/preferences [enter]
(This loads the preferences file into the “nano” text editor..)
Find the line with “TaskBarShowStartMenu”, and changes the value to 1.
(Use F6 to call the find function)
Hit Control-X and overwrite the existing preferences file. 
Now type “exit” [enter]  twice, and reboot the machine.
You should now have a START menu.
Excellent.