Archive for posts tagged ‘Apache’

My new Dell Precision 690 workstation

I’m not a hardware guy, but I am excited about what I’m going to do with my new-to-me Dell Precision WorkStation 690.

Read more...

Jealous of The Social Network

A short list of my programming accomplishments.

Read more...

How to fix the “PHP Fatal error: Call to undefined function get_header()” error in WordPress

Fix the “PHP Fatal error: Call to undefined function get_header()” error in WordPress.

Read more...

Online tools for detecting malware on web sites

Online tools for detecting infections on web sites and for identifying vulnerabilites.

Read more...

W3C Link Checker fails with an Error: 406 Not Acceptable

Attempting to run the W3C Link Checker against http://www.ardamis.com/ returns a 406 error message.

Read more...

A chart illustrating the reduction in comment spam at ardamis.com

A screenshot of the Akismet stats graph showing the number of spam comments at ardamis.com identified by Akismet before and after my anti-spam system was implemented.

Read more...

How to speed up WordPress

How to speed up WordPress by reducing HTTP requests and database look ups, using a faster mod_rewrite code, and shrinking the size of the database.

Read more...

How to send the correct headers to leverage browser caching

How to use .htaccess to send the correct HTTP headers in order to leverage browser caching and reduce page load times for returning visitors.

Read more...

How to compress .php, .css and .js files without mod_gzip or mod_deflate

How to speed up page load times by compressing .php, .css and .js files on Apache web hosts that do not have mod_gzip or mod_deflate enabled.

Read more...

Upgrading GoDaddy Hosting to PHP 5.x from PHP 4.3.11

How to configure your GoDaddy linux hosting plan and .htaccess file to run your *.php pages on PHP 5.2.5.

Read more...