Archive for posts tagged ‘coding’

Simple file backup with a batch file

How to write a simple batch file for backing up files to a drive letter and reducing the risk of those files being copied to the wrong device.

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

Detect and fix Word add-in problems with a macro and batch file

How to detect when important add-ins are not correctly loaded when Word starts and fix them automatically.

Read more...

Word 2007 macros for converting symbols to HTML entities

A few Word macros that will replace the symbols commonly found in documents with html entities.

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

HTML auction template generator

Simple Auction Wizard is an online HTML template generator for auction websites like eBay. It’s fast, free, and easy to use.

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

Minifi.de – Another URL shortening service

Minifi.de is a URL shortening service like tinyurl.com, bit.ly, and is.gd. You enter a long URL and it returns a shorter one.

Read more...