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…
How a handgun works infographics…
How a handgun works: 1911 .45
Obamacare sign ups are still pathetic – and they want us to celebrate the number of visitors?
Obamacare Signups are STILL not happening! You’re going to see a ton of reports that now the ACA website has been “fixed”- that the number of website visitors has dramatically risen – and this is somehow a good thing. No…
we are social animal
Soliloquy Lite Slider Test
Drag some images into the soliloquy slider – adjust the size of the slider to the same as the images (make sure all images are the same size for best results) – then use the shortcode provided by the plugin…
Detecting if page is SSL in PHP – or – PHP SSL or NOT
In much earlier versions of PHP, it was easy to through a quick and dirty piece of code together and not worry about the php warnings – my first SSL-or-NOT detection was this simple: if ($_SERVER[‘HTTPS’] != “on”) { $proto…