Archive for posts tagged ‘coding’

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

Dreamweaver open files in code view

A simple registry merge can fix Dreamweaver’s default setting of opening .php and .asp files in Design view, instead of Code view.

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

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

301 Redirect in Classic ASP

How to implement a 301 redirect in Classic ASP.

Read more...

How to clean up those Mac OSX hidden files

How to delete the hidden files that Mac OSX puts on flash drives, USB hard drives, and other shared storage.

Read more...