I'll have to come take a look. I know ... these people are the grumpiest people. Maybe they got a bad grade in a class and are taking it out on our courses?!?
I've got a puzzle for ya.. in javascript if I have four separate websites (for lack of a better term) which are actually four parts on one course. How can I disable part of the navigation? The button that would normally take you from section one to section two? But can't because they are all separate?
Usually you can comment out sections of the script. Sometimes you can look in other parts of the script and figure out how to make comments (usually with a "<!--" or something like that) and make a copy of the page so you can mess around with it as much as you like without destroying the original.
5 comments so far
That's what I have been asking for the past few years!
2 years, 4 months ago by grandeped
I just got the worst tech review ever today. I can't even describe how mean and bad this one is. Words fail me.....
2 years, 4 months ago by grandeped
I'll have to come take a look. I know ... these people are the grumpiest people. Maybe they got a bad grade in a class and are taking it out on our courses?!?
2 years, 4 months ago by Harriet
I've got a puzzle for ya.. in javascript if I have four separate websites (for lack of a better term) which are actually four parts on one course. How can I disable part of the navigation? The button that would normally take you from section one to section two? But can't because they are all separate?
2 years, 4 months ago by Harriet
Usually you can comment out sections of the script. Sometimes you can look in other parts of the script and figure out how to make comments (usually with a "<!--" or something like that) and make a copy of the page so you can mess around with it as much as you like without destroying the original.
2 years, 4 months ago by u2katrina