Find out latest tables in MySQL to be updated

February 6th, 2012

Useful when you’re trying to find out what gets updated in a DB

SELECT * FROM INFORMATION_SCHEMA.TABLES
WHERE DATE_SUB(NOW(), INTERVAL 1 MINUTE) < UPDATE_TIME

(Can also have HOUR instead of MINUTE)

http://stackoverflow.com/questions/2492040/query-to-find-tables-modified-in-the-last-hour

Simple Forum direct link for Wordpress

December 21st, 2011

http://simple-press.com/download/#450

moodle 2 google apps integration

December 14th, 2011

http://docs.moodle.org/22/en/Google_Apps_Integration

Moodle 2.0 Upgrade Video

December 14th, 2011

http://www.youtube.com/watch?v=56W-ZQ3dK3w

Moodle Wiki upgrade problem

December 14th, 2011

http://moodle.org/mod/forum/discuss.php?d=162968

Moodle 2.0 Upgrading Guide

December 14th, 2011

http://docs.moodle.org/20/en/Upgrading

PHP 5.3 on CentOS/RHEL 5.6

December 14th, 2011

http://www.webtatic.com/packages/php53/

CSS Rounded Corners

November 18th, 2011

http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml

Virus Scanning with clamscan daily/hourly

November 3rd, 2011

http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html

Moodle 2.0 thread on File Picker

October 19th, 2011

http://moodle.org/mod/forum/discuss.php?d=169791

Drag and Drop facility (built on HTML5 though)
http://www.somerandomthoughts.com/blog/2011/08/05/review-drag-and-drop-file-upload-for-moodle-2/

Multiple File Upload for m2

http://tracker.moodle.org/browse/MDL-12810