The course site for Michael Stephens' 753 class

Create an account, fill out your profile, get to know your fellow students, and explore your class site.
Sign-up here »
barrett wrote on the wire of the group Troubleshooting & Help: 2 hours, 48 minutes ago
thanks to both of you! man before this class i thought i was a stickler for details. turns out it was a really simple punctuation error tucked away somewhere else in the class rules. foops.
now i'm trying to figure out if there's a command that will stretch an image across the specific surface of [...]
gray753 commented on the blog post Post #2 Captchas 1 day, 23 hours ago
Thanks for sharing your thinking process and investigative work on this topic. I wonder how aware most libraries are of this requirement to make the captcha audio in order to comply with the disabilities requirement.
I’m attempting the audio version now…
Alexandra Skinner wrote on the wire of the group Class Group: 5 days, 12 hours ago
Did everyone see this library-land+technology opportunity that was posted to libgig.com tonight:
http://publicboard.libgig.com/job/wiki-libary-technician-nationwide-legislates-73482deeb5/?d=1&source=rss_page&utm_source=twitterfeed&utm_medium=twitter
Alexandra Skinner wrote on the wire of the group Troubleshooting & Help: 5 days, 12 hours ago
Barrett – I also haven't seen messages like that, but I was going to share the same advice that Cynthia did. While trying to get the background image to work I kept typing in "background-image: url(images/dcMaps.jpg) no-repat;" and it won't work unless I took the "no-repeat out". I didn't realize until I got deeper into [...]
Cynthia Douglas wrote on the wire of the group Troubleshooting & Help: 6 days, 11 hours ago
I haven't gotten any messages like that myself. I do see that you have "background-image" in your code (or maybe it's just the error), whereas I have "background"; also, you appear to have a space after the closing parenthesis after your image reference. Not sure whether that would keep it from displaying. But again, that [...]
barrett wrote on the wire of the group Troubleshooting & Help: 1 week ago
hey guys, i was excited to read the background-image issue exchange, and tried all the advice, both from you guys and the the w3schools link michael sent. but i'm still not seeing results. if this helps at all, the validator tells me:
Parse Error 25px. background-image: url(images/tunneltownvision3.gif) ; Parse Error
but like have [...]
Cynthia Douglas wrote on the wire of the group Troubleshooting & Help: 1 week ago
Glad it helped! The spacing can definitely get confusing!
Alexandra Skinner wrote on the wire of the group Troubleshooting & Help: 1 week ago
Thank you so much ya'll! I just got it too work! So thrilling when it actually comes up on the browser! Thanks Cynthia so much for sharing your code – it helps to see how someone else has done it. I think when I read the book it can be hard to tell what exactly [...]
Cynthia Douglas wrote on the wire of the group Troubleshooting & Help: 1 week ago
Hey Alexandra,
Here's the code I used, which worked.
background: url(images/Uke.png) no-repeat;
It took me a couple of tries to get it to work correctly. One key was that I originally set quotes around the image name. The other was that I had to remember to put in a path to the file–my image was in [...]
michael wrote on the wire of the group Troubleshooting & Help: 1 week, 1 day ago
Hey Alexandra – I did not bring the book with me to Europe but I'm looking at this:
http://www.w3schools.com/css/pr_background-image.asp
which verifies that url is included in the CSS code:
background-image:url('paper.gif');
Is the url for the image you are pointing to in the CSS correct? Does anyone want to share their code for a working background image?
This site is used by Michael Stephens for his classes in the Graduate School of Library and Information Science at Dominican University.
The opinions expressed by the classes.tametheweb.com bloggers and those providing comments are theirs alone, and do not reflect the opinions of Michael Stephens. Bloggers using this site during coursework with Professor Stephens are encouraged to engage with each other and treat each other with respect and courtesy. Respect yourself. Respect each other. Respect the space.