Web Development

Web design and development, Ajax and javascript, CSS, PHP, MySQL and programming tips and tutorials.

Obtaining an average per day value of a field with MySQL's DATEDIFF function

Obtaining an average per day value of a field with MySQL's DATEDIFF function

Get an average number of views per day with MySQL's DATEDIFF function.

Jun 10th, 2009 | 0 comments | MySQL
Another variation on the "time ago" PHP function, use MySQL's datetime field type

Another variation on the "time ago" PHP function, use MySQL's datetime field type

A PHP time ago function for formatting the date on post comments or other timestamps.

Jun 2nd, 2009 | 5 comments | PHP Programming
Adding a fixed "back to top" link on every page of your website

Adding a fixed "back to top" link on every page of your website

How to add a permanent back to top image link to every page of your website.

May 18th, 2009 | 8 comments | CSS
Calculating the median & average values of an array with PHP

Calculating the median & average values of an array with PHP

Calculate the average and median values of an array of numbers with PHP.

May 13th, 2009 | 4 comments | PHP Programming
Setting your default timezone with PHP's date_default_timezone_set()

Setting your default timezone with PHP's date_default_timezone_set()

Set your default timezone with PHP, without having access to the php.ini file.

May 8th, 2009 | 5 comments | PHP Programming
Converting accented characters for form fields as you type

Converting accented characters for form fields as you type

Use javascript to convert accented characters to their ASCII equivalent .

Apr 27th, 2009 | 0 comments | Ajax & Javascript

Page: « First ‹ Previous 1 2 3 Next › Last » (3 pages total)
Back to top