Favicon

please unsubscribe

Please unsubscribe me from this list - thank you.
_______________________________________________
Web4lib mailing list
Web4lib@...
http://lists.webjunction.org/web4lib/
Micah Stevens | 1 Apr 22:28

Re: .htaccess help?

DirectoryIndex has nothing to do with password protection. Your line is 
merely telling Apache that unless otherwise specified, the server should 
load index.php when people go to that folder.

If you specify index.php explicitly in the browser does it work? (sounds 
like it does from your description)

Try putting 'Deny All' as the first line in this file. If you get a 
'permission denied' error, then Apache is reading the .htaccess file 
properly. If not, you may have a permissions issue with the .htaccess 
file. You can configure the server to ignore these files too, so that's 
a possibility, although be default this would not be the case.

If the Deny All works, erase all the lines in the file, and put in:

AuthType Basic
AuthName "a description of the area"
AuthUserFile /the/path/to/the/password/file
require valid-user

Replacing the 2nd and 3rd lines with the appropriate information. 
Worst-case, this should at least pop up a window asking for user/pw. 
You'll need to learn how to create a password file too, which Thomas 
provided a good link to below.

I hope that helps.
-Micah

On 03/30/2007 09:10 AM, Thomas Dowling wrote:
> On 3/30/2007 11:28 AM, Junior Tidal wrote:
(Continue reading)

Luis Gutierrez | 2 Apr 06:44
Picon
Favicon

Adoro te supplex, latens deitas

For those who observe "holy week" in the various Christian traditions,
a short meditation on the legendary "mother pelican" symbol ....

Adoro te supplex, latens deitas

     O thou our reminder
     of Christ crucified,
     Living Bread the life
     of us for whom he died,
     Lend this life to me then:
     feed and feast my mind,
     There be thou the sweetness
     man was meant to find.

     Bring the tender tale
     true of the Pelican;
     Bathe me, Jesus Lord,
     in what thy bosom ran –
     Blood that but one drop of
     has the worth to win
     All the world forgiveness
     of its world of sin.

St. Thomas Aquinas, 13th century,
tr. Gerard Hopkins, 19th century.

--

-- 
Luis T. Gutierrez, Ph.D.
Editor, "Solidarity, Sustainability, and Non-Violence"
Home page: http://pelicanweb.org/solisust.html
(Continue reading)

Grace J. Agnew | 2 Apr 16:25
Picon
Favicon

Re: Can a DOI identify a web site?

It's important to understand the intent of a permanent identifier, such 
as a DOI.  The identifier is intended to be a permanent surrogate and 
pointer to a resource that may have many volatile aspects--generally the 
physical location is presumed to be volatile, and thus the identifier 
points to metadata in a directory that "resolves" to the current 
location of the resource. That metadata can also provide provenance 
information, indicate what has changed about the resource, etc. It is 
expected that the identifier will be globally unique and so durable that 
it can outlast the resource, and then ideally point to historical 
metadata about the defunct resource.

 Different identifier systems offer different strategies.  DOI uses the 
<indecs>rdd metadata data dictionary and the ontologyX data model to 
provide a reference metadata implementation within the identifier 
directory database.  DOI requires that support for a core metadata 
implementation and encourages DOI users to also map their metadata to 
the DOI metadata schema.  For other identifier systems, which don't 
include a rich metadata strategy but generally just resolution to the 
current physical location of the resource, you might want to assign the 
identifier to a package that bundles the metadata, structure map and 
resource.  Since we use METS, which encapsulates the resource into the 
metadata, we assign our handle to the METS document (metadata, structure 
map, resource datastreams, and behaviors.  Other systems that provide 
this packaging or bundling include MPEG-21 and MXF.

Grace Agnew

Thomas Bennett wrote:
>   A WEB  site
>
(Continue reading)

Andrew Hankinson | 2 Apr 16:54
Picon
Gravatar

Light at the end of the DRM tunnel?

Hi folks,

Just saw this and thought I would pass it along:

Apple Unveils Higher Quality DRM-Free Music on the iTunes Store
http://www.apple.com/pr/library/2007/04/02itunes.html

(Don't mind the marketing speak...)
EMI's the first major label to offer DRM-Free music. Hopefully this  
is the first step towards a DRM-free world.

Andrew
Francis Kayiwa | 2 Apr 16:57
Picon
Favicon
Gravatar

Re: Light at the end of the DRM tunnel?


On Apr 2, 2007, at 9:54 AM, Andrew Hankinson wrote:

> Hi folks,
>
> Just saw this and thought I would pass it along:
>
> Apple Unveils Higher Quality DRM-Free Music on the iTunes Store
> http://www.apple.com/pr/library/2007/04/02itunes.html
>
> (Don't mind the marketing speak...)
> EMI's the first major label to offer DRM-Free music. Hopefully this  
> is the first step towards a DRM-free world.

Was a little cautious embracing this news because of the proximity to  
April 1st. :-)

./fxk

lwolfe | 2 Apr 18:13
Favicon

Problem with CSS?

I am new in my position as Access Services Librarian at
Jefferson College, a community college in Hillsboro, MO. 
One of my projects is to find out why the library part of
the webpage won't display properly in browsers besides IE. 
We have a webmaster and the various departments use Joomla
to modify our individual pages.  So far I am comparing the
main Jeffco site at http://www.jeffco.edu with the library
page at http://www.jeffco.edu/library and for some reason,
the gray buttons under the image will not show up in
Firefox(on PC or Mac) or on Safari.  I see there is a script
that is on the library page but not on the jeffco main page.
 Removing it did not solve the problem.  Can anyone help?

Thanks,

Lisa Wolfe
Access Services Librarian
Jefferson College
lwolfe@...
Dong Kim | 2 Apr 20:49
Picon
Favicon

Print vending system

Hi everyone,

  My library has been using Jamex vending system for more than 10 years.
  We are looking for a whole system with new card a dispenser, readers, and the machine allowes patrons to pay
using, coins, bills or stored-value cards.
  Are there any vendors you would like suggest (compatible with Pharos system)?
  Please let me know.
  Thanks,

  Don
  Systems Librarian
  Murray State University

 
---------------------------------
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
Will Kurt | 2 Apr 20:59
Picon

Re: Problem with CSS?

Hi Lisa,
I don't know if anyone else on the list has already replied, but a 
quick solution would be for you to change the link to the style sheet 
from the library's:
http://www.jeffco.edu/library/templates/tc_jefferson/css/template_css.css

to the main one: 
http://www.jeffco.edu/jeffco/templates/tc_jefferson/css/template_css.css

I'm not 100% sure why IE is rendering the page correctly (my guess is 
there is an error somewhere but IE is compensating for it somehow), 
but I've tested making this switch on my machine and it worked so 
this should be the easiest solution to the problem. Plus any pages 
the college makes to the main page CSS will automatically be made to 
the library page (which could be good or bad depending on who you're 
looking at it.)

Let me know if this works.

-Will

At 12:13 PM 4/2/2007, lwolfe wrote:
>I am new in my position as Access Services Librarian at
>Jefferson College, a community college in Hillsboro, MO.
>One of my projects is to find out why the library part of
>the webpage won't display properly in browsers besides IE.
>We have a webmaster and the various departments use Joomla
>to modify our individual pages.  So far I am comparing the
>main Jeffco site at http://www.jeffco.edu with the library
>page at http://www.jeffco.edu/library and for some reason,
(Continue reading)

Marcin Malinowski | 2 Apr 21:06
Picon

Re: Problem with CSS?

Hello,

On Monday, 2 April 2007 (18:13:25) Lisa wrote:

> I am new in my position as Access Services Librarian at
> Jefferson College, a community college in Hillsboro, MO. 
> One of my projects is to find out why the library part of
> the webpage won't display properly in browsers besides IE. 
> We have a webmaster and the various departments use Joomla
> to modify our individual pages.  So far I am comparing the
> main Jeffco site at http://www.jeffco.edu with the library
> page at http://www.jeffco.edu/library and for some reason,
> the gray buttons under the image will not show up in
> Firefox(on PC or Mac) or on Safari.  I see there is a script
> that is on the library page but not on the jeffco main page.
>  Removing it did not solve the problem.  Can anyone help?

There's several errors in library's site stylesheet:
Line 31 - delete the coma after the "tr" selector.
Line  72  -  add  an  unit  to  "padding" property. Only 0 can be left
without an unit.
Lines  281  and  938 - you missed the closing "}" in table.contentarea
and p.right selectors.

Fix it and see what happens. If there are still problems, we'll try to
figure out what to do next.

Always  remember  to  validate  your  stylesheets to see if there's no
typos or other errors. Try w3.org CSS validator:
http://jigsaw.w3.org/css-validator/
(Continue reading)


Gmane