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
Posted in MySQL | No Comments »
December 21st, 2011
http://simple-press.com/download/#450
Posted in Learning Linux and Perl | No Comments »
December 14th, 2011
http://docs.moodle.org/22/en/Google_Apps_Integration
Posted in Learning Linux and Perl | No Comments »
December 14th, 2011
http://www.youtube.com/watch?v=56W-ZQ3dK3w
Posted in Learning Linux and Perl | No Comments »
December 14th, 2011
http://moodle.org/mod/forum/discuss.php?d=162968
Posted in Learning Linux and Perl | No Comments »
December 14th, 2011
http://docs.moodle.org/20/en/Upgrading
Posted in Learning Linux and Perl | No Comments »
December 14th, 2011
http://www.webtatic.com/packages/php53/
Posted in Learning Linux and Perl | No Comments »
November 18th, 2011
http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml
Posted in Learning Linux and Perl | No Comments »
November 3rd, 2011
http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html
Posted in Learning Linux and Perl | No Comments »
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
Posted in Learning Linux and Perl | No Comments »