Author: A Social Animal
-
post-edit-toolbar v1.4.7 – quite evolved…
Post Edit Toolbar is a productivity plugin for WordPress – you need this plugin if you blog or write pages frequently.
-
Moving from a dev/test WordPress install to a live environment
Migrating from one domain to another – or test to live environment – is fraught with problems in WordPress – info on how to get it done RELATIVELY easily.
-
mess with me once, shame on you – mess with me twice – now you’re annoying the heck out of me King Soopers…
One thing annoys me more than finding things broken or not right – and that’s going back 3 days later to find the same thing still messed up – so listen UP King Soopers – I was in the Greeley Marketplace and reported to a manager that there were no pens in the bulk foods…
-
Gluten Free Beet + Carrot Cornbread
Gluten Free Beet + Carrot Cornbread a delicious gluten free cornbread with added vegetable fiber
-
No WMDs in IRAQ… funny … why has ISIS now found them?
Remember how the left (and that means much/most of the media) – told us that no WMDs were found in Iraq? Hmm… ISIS storms a complex with reserves of Mustard Gas + sarin… by every sensible definition – those are … wait for it… WEAPONS OF MASS DESTRUCTION! From the Telegraph article… The jihadist group…
-
postfix queue clearing…
first – you want to get the postfix-delete.pl script from here: http://www.cyberciti.biz/tips/howto-postfix-flush-mail-queue.html Next – create a script to inspect the mailq and then a single message – finally, ask if the message should be deleted – very linear script.. #!/bin/sh cd /var/spool/postfix/deferred/; MAILQCHECK=`mailq`; if [ “$MAILQCHECK” = “Mail queue is empty” ] then echo $MAILQCHECK;…
-
MS Internet Explorer – falling apart at the seams?
Perhaps not quite, but major issues made public on Saturday, and not a patch in sight… * Internet Explorer Vulnerability affect ALL versions of MS IE. * Another way to make your Microsoft Internet Explorer safer – Disable ActiveX Greg’s blogs today… busy Monday eh?
-
First plugin published yesterday: post edit toolbar is LIVE!
‘post-edit-toolbar’ became a WordPress Hosted plugin yesterday… YAY! http://wordpress.org/plugins/post-edit-toolbar/ This plugin would not have been possible without ‘page-edit-toolbar’ – and my funky way of working… in so much as, I get interrupted and come back to posts + drafts of post on a continual basis. I have to REALLY work hard to get a post…
-
install phpmyadmin on webmin + think “webmin phpmyadmin doesn’t work”?
If you install phpmyadmin under centos or webmin, bringing up: http://yourdomain.com/phpmyadmin/ or http://yourdomain.com/phpMyAdmin/ yields a 403 – Forbidden – you don’t have permissions type error: Look for the section on ‘allow from’ in the file: /etc/httpd/conf.d/phpMyAdmin.conf It should be near the top… it will read: <Directory /usr/share/phpMyAdmin/> <IfModule mod_authz_core.c> # Apache 2.4 Require local </IfModule>…