Archive for the ‘Web Site Dev’ Category

Ardamis in 2012 – new look, more microdata, faster code

Ardamis.com is starting out 2012 with a new look, better structured data markup, and a revamped anti-spam system.

Read more...

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

JustHost.com, what is wrong with your MySQL servers?

Why is it taking the justhost.com MySQL server a whopping 5.42 times longer than my old Core 2 Duo laptop to run an ALTER TABLE query?

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