Contact Menu

Search results for "ubuntu-opencart-how-to-change-contents"

virtualmin-nginx-wordpress-permalinks-apc

WordPress with W3 Total Cache on Nginx with APC (Virtualmin)

…= 256 apc.coredump_unmap = apc.stat_ctime = Reloading PHP-fastcgi processes after changes to php.ini You will need to reload the php-fastcgi processes if you change php.ini. Luckily, Virtualmin creates service scripts… (Search hits: 2 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 92.12)

Continue Reading 20

Résumé

Chris Gilligan Web Developer, Information Architect, Web Server Administrator, Media Producer web • video • print chris@chrisgilligan.net chrisgilligan.com I design and produce information and communication media for university, corporate, small business, manufacturing and non-profit clients: web sites Information architecture and design for open source content management systems Front-end UI design, HTML, PHP, LESS Linux Apache/Nginx […]

Continue Reading

Integrating Content from External Sources into OU Campus Using RSS, PHP, and JavaScript

…$input = $_SERVER[‘QUERY_STRING’]; parse_str($input); if (!isset($feed))//script or page property will choose which feed to display $feed = “http://blog.utc.edu/news/headlines.xml/”; if(!isset($maxitems)) $maxitems = 3; $file = file_get_contents($feed); $file = str_ireplace(‘src=”http://’, ‘src=”//’, $file);… (Search hits: 1 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 46.06)

Continue Reading 0
Screen Shot 2013-01-16 at 4.19.03 PM

Auto Mailer Form with Validation and reCAPTCHA

…session_start(); error_reporting(E_ALL); include(“PFBC/Form.php”); include(“header.php”); $version = file_get_contents(“version”); // has the form been submitted and passed validation? // If so, send email and display a confirmation message. if(Form::isValid($_POST[“form”])) { /*The form’s… (Search hits: 1 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 46.06)

Continue Reading 2
Screen Shot 2012-09-07 at 11.09.50 AM

Install phpMyAdmin with SSL on CentOS, Amazon Linux, RedHat (Apache or NginX)

…running SSL on your host. Otherwise, change the ForceSSL line in the config file provided below… Install phpMyAdmin from EPEL repository Uninstall current PMA: yum erase phpMyAdmin Set up EPEL… (Search hits: 1 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 46.06)

Continue Reading 0