Advanced Search
Search Results
2 total results found
How to find broken links in your web site
Programming and Web Development
There is a really great tool that is free to use that can check your web site for broken links. It’s called Xenu’s Link Sleuth and is a simple installer for Windows. It’s very easy to use and prints useful reports as well. There is a nice FAQ if you have ques...
Linking database information through JavaScript template in Moodle Database Activity Module
CCLE and Moodle
Say you have two databases in your Moodle site, and you want to send data from one database to the other one to fill in a form. An easy way to do this is by sending the required data through the url and utilizing JavaScript. Sample 1 In Sample 1, lets say ...