Archive for posts tagged ‘programming’

A PHP MySQL snippet for looking up names

A PHP snippet and MySQL query for an Ajax autocompleter lookup of people names by either “Firstname Lastname” or “Lastname, Firstname” from a single input field.

Read more...

A cache-friendly method for reducing WordPress comment spam

A safe-for-cached-pages method of filtering out spam comments by requiring at least some time to have passed between the time the page is loaded and the form is submitted.

Read more...

OOP PHP Notes

My notes on learning Object Oriented Programming in PHP.

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

Programmatically re-enabling Word COM add-ins

A Word macro to re-enable all disabled COM add-ins, then force desired LoadBehaviors on specific add-ins, effectively putting Word back into a certain state.

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

Web development tools

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

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