Roxen Redirects
Figured out how to do it for single pages. OIT has not responded to my ticket. I told them to close it.
Figured out how to do it for single pages. OIT has not responded to my ticket. I told them to close it.
Had extra time today. This is complete on production server.
I have managed to get the resize script woking properly in Internet Explorer. IE does not adhere to the standard DOM event of element.addEventListener instead, it uses element.attachEvent, mostly the same thing, except a bit less handy, and of course, it behaves differently than every other browser.
IE browsers account for 30% of the visits […]
I’ve been poking at getting IE browsers to properly handle and detect a browser’s window width. This is affecting a third of WERC visitors. I’ve tested it to the point where I know that the script is running on IE clients, but its not quite working correctly. Hopefully this will not take too much […]
SEO = search engine optimization.
In order to make sure that the WERC (and any other future wordpress site) gets indexed and appropriately ranked by Google and other search engines, there are particular things that needed to be addressed.
have H1 tags appear once and more or less match the title of the page
use Description meta […]
In Developing a within page navigation menu I ran into something which for the time being I am going to let be because, I don’t think it will have a big impact, and this is taking too much time.
https://ine.uaf.edu/werc/people/douglas-kane/
This page shows a little browser javascript I wrote to change the css class of a […]
When the WERC site went live a week or so ago it did not have a proper print.css file. With a reworked print stylesheet people can print pages without seeing mainly the menu and header divs. The content will fill up more of the paper and look better.
This was a sticking point in for the WERC seminar reservation system. The database web bot / mysql user needs the FILE priv.
GRANT FILE on *.* to ‘werc_seminar_bot’@’localhost’;