code
-
WordPress Users on Dreamhost: Upgrade PHP
•
1 min read
For the past few days, I’ve noticed that my sites were running EXTREMELY slow. I hadn’t made any changes so I checked the server’s side. I noticed that all my domains were still running on PHP 5.2.x, which was not recommended. Not sure if this was the reason why my sites were slowed to a…
-
Accordion web app
•
1 min read
Play a virtual accordion by re-sizing your browser window.
-
WordPress 3.5 issue
•
1 min read
Since upgrading to WordPress 3.5, I had trouble on one of my sites where I couldn’t add links, media or edit in text mode. I found a fix by adding this in the wp-config.php (above ‘stop editing here’): define(‘CONCATENATE_SCRIPTS’, false); From the WordPress Codex: http://codex.wordpress.org/Editing_wp-config.php#Disable_Javascript_Concatenation
-
Speed Up WordPress by Compressing Output
•
1 min read
I’ve used dreamhost to host this website for years, but for some reason, wordpress runs extremely slowly on it. But I found some code to compress your php so I’m giving it a try. Does my page load a faster? Seems so to me, but maybe it’s just psychological. First, place the following code in…