Archive for posts tagged ‘php’

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

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

GoDaddy phpMyAdmin error #1045 – Access denied for user

How GoDaddy’s new MySQL database form accepts mixed case characters as a username, then converts the username to lowercase without alerting you, potentially causing login problems down the road.

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

Fixed: XAMPP Component Status Check failure [3].

A simple fix for the XAMPP Component Status Check failure [3]. error when launching the XAMPP 1.7.4 Control Panel.

Read more...

Blogspot.com and Googlebot

Just how quickly does Googlebot visit a page after it is linked to from a post on blogspot.com?

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