|
Job Search Assistant
I wrote this Job Search Assistant page by making extensive use of JavaScript (take a look at the source.) That saves me the trouble of entering the same keywords over and over again in multiple job search sites. For the keyword-specific links, the keywords are stored in an array, and loops are used to construct the various URLs that access the data directly. For the other links, the whole URLs are stored in an array. In each case, a loop constructs window.open() statements that will open multiple windows - a personal preference.
Try doing that with Dreamwimpy Dreamweaver!
Use caution: clicking on some of these links may open many new windows, as I intended. However, many of the recent security updates to Internet Explorer prevent this page from working properly unless you adjust a number of your browser settings. Because such adjustment is a major inconvenience (and can create a security risk if you forget to restore the previous settings), I will create another version of this page that creates all the links for you and allows you to click on them.
|