Archive for posts tagged ‘php’

Online tools for detecting malware on web sites

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

Read more...

Online tools for testing web page performance

A collection of online tools for measuring the performance of web pages, including time to first byte.

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...

Web development tools

A collection of web development tools for building better sites more easily.

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 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...

A PHP function to sum values in associative arrays

Combine two or more associative arrays and sum the values of any keys that exist in common.

Read more...

Aleph Studios Is Launched

I’m excited to announce a new site of mine – Aleph Studios – which will be the new home for my web development freelance work.

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...

Protecting multiple downloads using unique URLs

A PHP script for protecting multiple downloads by the use of unique URLs. The actual file on the server is not discoverable and each URL will only be valid for a certain period of time and number of uses.

Read more...