Archive for posts tagged ‘javascript’

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

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

Jealous of The Social Network

A short list of my programming accomplishments.

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

The Compete.com tracking code is not for traffic

How the Compete tracking code shares your visitor information with FOX / News Corp. and why it doesn’t do you any good when it comes to gathering analytic information.

Read more...