JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for HERFORUM Archives


HERFORUM Archives

HERFORUM Archives


HERFORUM@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

HERFORUM Home

HERFORUM Home

HERFORUM  February 2006

HERFORUM February 2006

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: HERs currently online in England

From:

Tyler Bell <[log in to unmask]>

Reply-To:

Issues related to Historic Environment Records <[log in to unmask]>

Date:

Thu, 9 Feb 2006 12:47:22 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (601 lines)

*cough* do it serverside *cough*

Tip: Make sure you order your terms by reverse string length in the
array, otherwise you get the link on BAR instead of BARROW (assuming BAR
were a monument type, which it is not, sadly).

TB



BAJRWebsite.ORG wrote:
> Thanks Crispin... 
>  
> here is the code...  (anyone of a nervous disposition look away now)
>  
> I have a table called Terms
>  
> the fields are
>  
> ID    Keyword                             Description
>  
> sample :
> 1     AGRICULTURAL BUILDING        A building used for an agricultural
> and/or subsistence purpose.
> 2    ABATTOIR                                  A building where animals
> are slaughtered. 
> 3    ASH HOUSE                            A small outlying farm
> building, especially common in southern England, used to store ash
> (which was used as a fertilizer).
>  
> Now what I have at the moment is the following javascript which seaches
> through a page and finds the words which are the *keywords* then
> replaces them with a tooltip code that shows the description in the tooltip.
>  
> <style type="text/css">
> .descript {
>  cursor: help;
>  color: #666699;
>  font-style: italic;
>  font-variant: small-caps;
>  text-transform: capitalize;
> }
> </style>
> <script type="text/javascript">
> function init() {
> //define the words
> words = new Array("AGRICULTURAL BUILDING","ABATTOIR","ASH
> HOUSE","BARN","BARN PLATFORM","TITHE BARN","Beasthouse","Brew
> House","Byre","CIDER HOUSE");
> //define the descriptions (the index must correspond with the word above)
> descrip = new Array("A building used for an agricultural and/or
> subsistence purpose. Use more specific type where known.","A building
> where animals are slaughtered.","A small outlying farm building,
> especially common in southern England, used to store ash (which was used
> as a fertilizer).","A building used primarily for storing hay, grain,
> farm equipment or as a shelter for livestock. Use more specific type
> where known.","A levelled area of ground on which a barn is built. A
> platform is often the sole surviving evidence for a barn.","A large barn
> used to store the tithe (a tenth part of the annual produce of
> agriculture etc.) which was paid by the tenants of ecclesiastical
> lands.","Beasthouse","Brew House","Byre","A building associated with the
> domestic production and storage of cider, especially on farms.");
> obj = document.getElementsByTagName("body")[0];
> //find words
> for (i in words) {
> re = new RegExp("\\b("+words[i]+")\\b <file://\\b("+words[i]+")\\b>", "gi");
> str = obj.innerHTML.replace(re,'<span title="'+descrip[i]+'"
> class="descript">$1</span>');
> document.getElementsByTagName("body")[0].innerHTML = str;
> }
> }
> </script>
> </head>
>  
> <body onLoad="init();">
>  
> etc etc.................
>  
>  
> Now what I want to do, is instead of having to create a massive string
> for the words array    and another for the desrip array   is to use
> something like getrows to populate the array with the fields from the
> Term table.   Or am I asking too much of it!    to see it in action   go
> here   http://www.bajr.org/BAJR06/tooltip/Untitled-3.asp   
>  
>  
> David Connolly
> British Archaeological Jobs Resource
> BAJR - www.bajr.org <http://www.bajr.org>
> 5/2 Hamilton Terrace
> Edinburgh
> EH15 1NB
>  
> T: 0131 669 2683
> M 0787 6528 498
> E [log in to unmask] <mailto:[log in to unmask]>
> 
>     ----- Original Message -----
>     *From:* Crispin Flower <mailto:[log in to unmask]>
>     *To:* [log in to unmask] <mailto:[log in to unmask]>
>     *Sent:* Thursday, February 09, 2006 9:26 AM
>     *Subject:* Re: HERs currently online in England
> 
>     Hi David
>     re your js questions, can you clarify - database table or html
>     table? What are you trying to put into the arrays? Why 2? etc
>     cheers
>     Crispin
> 
>     ------------------------------------------------------------------------
>     *From:* BAJRWebsite.ORG [mailto:[log in to unmask]]
>     *Sent:* 08 February 2006 18:45
>     *To:* [log in to unmask] <mailto:[log in to unmask]>
>     *Subject:* Re: HERs currently online in England
> 
>     I certainly will be contacting you as it seems you have hit the nail
>     on the head...  along with Sitelines (and others) where the Online
>     SMR is only a part of the whole...  only with additional backup,
>     exhibitions, school outreach, leaflets, guides etc etc....  a joined
>     up approach.  
>      
>     So once again...  a happy outcome...    now .... how to get that
>     size of project funding for my coooncil.   ;-))
>      
>     ps....  anyone know javascript??    trying to get a table into a
>     couple of arrays?
>      
>      
>     David Connolly
>     British Archaeological Jobs Resource
>     BAJR - www.bajr.org <http://www.bajr.org>
>     5/2 Hamilton Terrace
>     Edinburgh
>     EH15 1NB
>      
>     T: 0131 669 2683
>     M 0787 6528 498
>     E [log in to unmask] <mailto:[log in to unmask]>
> 
>         ----- Original Message -----
>         *From:* Eleanor Kingston
>         <mailto:[log in to unmask]>
>         *To:* [log in to unmask] <mailto:[log in to unmask]>
>         *Sent:* Wednesday, February 08, 2006 11:31 AM
>         *Subject:* Re: HERs currently online in England
> 
>         Hi Everyone,
> 
>          
> 
>         Many thanks for highlighting our successful bid. We’re obviously
>         really pleased that we’ve been successful (although, it now
>         means we’ve actually got to do it!).
> 
>          
> 
>         What I will say is that the online element is only a tiny part –
>         we are aiming to improve the content of the archaeology pages of
>         the Lake District National Park Authority’s website with
>         information but actual access to search the HER will only be
>         through ADS at this stage. We decided this approach would suit
>         us more (for various technical and other reasons) and the main
>         part of the bid is the outreach and education element. The new
>         leaflets, education packs and exhibition modules will form part
>         of an outreach strategy we have designed, which also includes
>         workshops and events in local libraries and museums.
> 
>          
> 
>         If anyone wants to know more detail about the bid then do
>         contact me – I’d be happy to help anyone who’s thinking of
>         putting in a bid along these lines.
> 
>         Cheers,
> 
>          
> 
>         Eleanor
> 
>          
> 
>         Eleanor Kingston
> 
>         Archaeologist
> 
>         Lake District National Park Authority
> 
>         Direct Dial: 01539 792712
> 
>         www.lake-district.gov.uk
> 
>          
> 
>         -----Original Message-----
>         *From:* HOWARD, Bruce [mailto:[log in to unmask]]
>         *Sent:* 08 February 2006 10:54
>         *To:* [log in to unmask]
>         *Subject:* Re: HERs currently online in England
> 
>          
> 
>         David
> 
>          
> 
>         Thanks for drawing our attention to the successful HLF bid by
>         the Lake District NP to put their HER online.  This is good
>         news, but one thing to highlight in terms of the shape of the
>         bid is that putting the HER itself online is only one part of a
>         bid which includes education and outreach activity.  The HLF
>         have already made it clear that they will not fund the creation
>         of websites in isolation – bids need to include a wider
>         programme drawing on the material from the HER as a resource.
> 
>          
> 
>         The Heritage Information Partnerships team here at English
>         Heritage are happy to provide advice to English HERs who want
>         pursue a lottery bid and I would encourage them to do so at the
>         earliest possible time in their planning of any project.  For
>         HERs outside of England we can always put you in touch with HERs
>         who have made successful bids or who have developed specific
>         types of projects that we are aware of.
> 
>          
> 
>         We see giving advice to local authorities who are looking into
>         making HLF (and other funding) bids as an important part of our
>         role, so please do get in touch.
> 
>         Regards,
> 
>         Bruce
> 
>         ************************************************************************************
> 
>         **Bruce Howard**
> 
>         **Heritage Information Partnerships Supervisor (HER Liaison)**
> 
>         English Heritage
> 
>         National Monuments Record
> 
>         Kemble Drive
> 
>         Swindon
> 
>         SN2 2GZ
> 
>         Tel: 01793 414880  Fax: 01793 414770
> 
>         e-mail: [log in to unmask]
>         <mailto:[log in to unmask]>
> 
>         Heritage Information Partnerships
>         <http://www.english-heritage.org.uk/server/show/nav.8332>
> 
>         HER Forum email list <http://www.jiscmail.ac.uk/lists/HERFORUM.html>
> 
>         -----Original Message-----
>         *From:* Issues related to Historic Environment Records
>         [mailto:[log in to unmask]] *On Behalf Of *BAJRWebsite.ORG
>         *Sent:* 06 February 2006 08:47
>         *To:* [log in to unmask]
>         *Subject:* Re: HERs currently online in England
> 
>          
> 
>         Glad to see/hear the news on the archaeology news podcast (
>         http://news.stonepages.com - plug plug ;-))    that
> 
>         Lake District Historic Environment Record is going online, but
>         integrated with an exhibition, education packs and leaflets.  Is
>         this the template we should all aim for rather than just getting
>         the info online...  and as such....  do you think the HLF would
>         support every county in the UK? 
> 
>          
> 
>         David Connolly
>         British Archaeological Jobs Resource
>         BAJR - www.bajr.org <http://www.bajr.org>
>         5/2 Hamilton Terrace
>         Edinburgh
>         EH15 1NB
> 
>          
> 
>         T: 0131 669 2683
>         M 0787 6528 498
>         E [log in to unmask] <mailto:[log in to unmask]>
> 
>         ----- Original Message -----
> 
>         *
>         From: HOWARD, Bruce <mailto:[log in to unmask]>
> 
>         *To:* [log in to unmask] <mailto:[log in to unmask]>
> 
>         *Sent:* Tuesday, January 31, 2006 12:00 PM
> 
>         *Subject:* HERs currently online in England
> 
>          
> 
>         Dear All
> 
>          
> 
>         Here is a list of the HERs and SMRs who currently provide online
>         access to their data in England.  I make this a total of 14
>         databases, including four hosted by ADS.  This takes into
>         account the details provided from the recent HER Content and
>         Computing Survey (I have not made specific reference to those
>         currently working towards online access).  Any comments or
>         additions/corrections would be welcomed (probably easier if you
>         send these to me off list – [log in to unmask]
>         <mailto:[log in to unmask]> ).
> 
>          
> 
>         I hope that this list comes across clearly by email, but if you
>         have any problems reading it I have put a copy of the original
>         file in the HER Forum file store – filename: *hers_online.xls*
>          http://www.jiscmail.ac.uk/files/HERFORUM/
> 
>          
> 
>          
> 
>         *
> 
>         *
> 
>         */HER_database_URL/*
> 
>         	
> 
>         */HER/*
> 
>         	
> 
>          
> 
>         _http://www.esdm.no-ip.com/hbsmr/UBPlogin.aspx_
> 
>         	
> 
>         Buckinghamshire County Council,
> 
>         	
> 
>          
> 
>         _http://www2.cheshire.gov.uk/RCP/_
> 
>         	
> 
>         Cheshire County Council,
> 
>         	
> 
>          
> 
>         _http://www.keystothepast.info <http://www.keystothepast.info/>_
> 
>         	
> 
>         Durham County Council
> 
>         	
> 
>          
> 
>         _http://unlockingessex.essexcc.gov.uk
>         <http://unlockingessex.essexcc.gov.uk/>_
> 
>         	
> 
>         Essex County Council,
> 
>         	
> 
>          
> 
>         _http://ads.ahds.ac.uk/catalogue/collections/blurbs/272.cfm_
> 
>         	
> 
>         Greater London SMR
> 
>         	
> 
>         ADS
> 
>         _http://historicenvironment.hants.gov.uk/_
> 
>         	
> 
>         Hampshire County Council,
> 
>         	
> 
>          
> 
>         _http://www.smr.herefordshire.gov.uk/db.php_
> 
>         	
> 
>         Herefordshire Archaeology,
> 
>         	
> 
>          
> 
>         _http://www.keystothepast.info <http://www.keystothepast.info/>_
> 
>         	
> 
>         Northumberland County Council
> 
>         	
> 
>          
> 
>         _http://ads.ahds.ac.uk/catalogue/collections/blurbs/343.cfm_
> 
>         	
> 
>         Shropshire County Council,
> 
>         	
> 
>         ADS
> 
>         _http://webapp1.somerset.gov.uk/her/sop.asp?flash=true_
> 
>         	
> 
>         Somerset County Council,
> 
>         	
> 
>          
> 
>         _http://ads.ahds.ac.uk/catalogue/collections/blurbs/321.cfm_
> 
>         	
> 
>         South Gloucestershire Council,
> 
>         	
> 
>         ADS
> 
>         _www.museums.ncl.ac.uk/sitelines
>         <http://www.museums.ncl.ac.uk/sitelines>_
> 
>         	
> 
>         Tyne & Wear HER
> 
>         	
> 
>          
> 
>         _http://timetrail.warwickshire.gov.uk/_
> 
>         	
> 
>         Warwickshire County Council,
> 
>         	
> 
>          
> 
>         _http://ads.ahds.ac.uk/catalogue/collections/blurbs/420.cfm_
> 
>         	
> 
>         Yorkshire Dales National Park Authority,
> 
>         	
> 
>         ADS
> 
>         _http://www.outofoblivion.org.uk/
>         <http://www.outofoblivion.org.uk/>_
> 
>         	
> 
>         Yorkshire Dales National Park Authority,
> 
>         	
> 
>          
> 
>         *
>         * *
> 
>         * *
> 
>         * *
> 
>         * *
> 
>         * *
> 
>         * *
> 
>         * *
> 
>         *Regards,*
> 
>         * *
> 
>         *Bruce*
> 
>         * *
> 
>         **************************************************************************************
> 
>         * *
> 
>         ***Bruce Howard***
> 
>         * *
> 
>         ***Heritage Information Partnerships Supervisor (HER Liaison)***
> 
>         * *
> 
>         *English Heritage*
> 
>         * *
> 
>         *National Monuments Record*
> 
>         * *
> 
>         *Kemble Drive*
> 
>         * *
> 
>         *Swindon*
> 
>         * *
> 
>         *SN2 2GZ*
> 
>         * *
> 
>         *Tel: 01793 414880  Fax: 01793 414770*
> 
>         * *
> 
>         *e-mail: [log in to unmask]
>         <mailto:[log in to unmask]> *
> 
>         * *
> 
>         *Heritage Information Partnerships
>         <http://www.english-heritage.org.uk/server/show/nav.8332>*
> 
>         * *
> 
>         *HER Forum email list
>         <http://www.jiscmail.ac.uk/lists/HERFORUM.html>*
> 
>         * *
> 
>         * *
> 
>         *
>         This email contains information intended for the addressee only.
>         It may be
>         confidential and may be the subject of legal and/or professional
>         privilege.
>         Any dissemination, distribution, copyright or use of this
>         communication
>         without prior permission of the addressee is strictly
>         prohibited. Any views
>         or opinions presented are solely those of the author and do not
>         necessarily
>         represent those of the Lake District National Park Authority.
>         Although this
>         email and any attachments are believed to be free of any virus
>         or other
>         defects which might affect any computer or IT system into which
>         they are
>         received, no responsibility is accepted by the Lake District
>         National Park
>         Authority for any loss or damage arising in any way from the
>         receipt or use
>         thereof. Computer systems of this Authority may be monitored and
>         communications carried out on them recorded, to secure the effective
>         operation of the system and for other lawful purposes.
> 
>         *

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
March 2002
February 2002
January 2002
December 2001
November 2001
October 2001
September 2001
August 2001
July 2001
June 2001
May 2001
April 2001
March 2001
February 2001
January 2001
December 2000
November 2000
October 2000
September 2000
August 2000
July 2000
June 2000
May 2000
April 2000
March 2000
February 2000
January 2000
December 1999
November 1999
October 1999
September 1999
August 1999
July 1999
June 1999


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager