Announcements

This Welcome Page appears to have become more of a blog for Chesterfield, its environs and members 'off piste' events! Perhaps this is because we are not walking at present due to floods, holidays and stage scenery painting. Normal service will be resumed - eventually!

Post Calendar

September 2010
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
27282930  

Upcoming Events

  • No events.

Categories

Wildlife

I think it would be good to have a separate post to record worthwhile wildlife sitings over the coming months. To start this off, we walked today beside the river Bradford and spent some time watching at least one dipper 'doing its stuff', fairly oblivious to our presence.  Several other dippers were seen further up the valley and this quite shy bird does now seem to be coming more accustomed to man. Yesterday was a day for a mini Faartal (on my own) above Ladybower and beneath Stanage Edge. This is well away from the main walking area around here and provided good sitings of 4 Golden Plovers and 2 Mountain Hares. I think I also saw a Peregrine Falcon but without anyone else to back me up I am reluctant to claim it as a siting! The best siting so far this year has been of the wild Red Deer above White Edge. In autumn they were down below the Edge on the rutting ground but this time of year they get as far away from civilisation as possible. I counted 27 including 3 males with multi-pointed antlers. Adam and Margret spotted them a few days later. 

Wednesday 11th April.  Roger & Celia went in search of the 'drumming' snipe.  It is a long time since I heard snipe drumming and it occurred to me that Ramsley Moor and Leash Fen would be a good place to hear them.  

Early evening and appropriate refreshment at the Barrel Inn.  Clear skies all day meant fantastic views from the Barrel as the sun set in the West. The stone walls were particularly noticeable as the long shadows of the evening spread across the valley

At 8 p.m we were on Ramsley Moor but not a thing to be heard apart from the occasional curlew and lapwing.  At 8.30 p.m. there was very little light left but this is obviously the time for snipe to get going.  Within 10 minutes they could be heard all around us but we could not see one of them.  Their drumming is made by the air vibrating 2 tail feathers as they dive at 45% and is just a way of showing off to their mate during the breeding season!  Celia had not heard them before and I think she thought the cold and discomfort had been worthwhile!.

barrel-view-2.jpg

Friday 13th April.  Celia and Roger on their own again as the Fairfield contingent still in Spain.  From a wildlife point of view this walk is memorable for the first swallow of the season – seen near Foolow in late afternoon.  According to my sister there was snow on the ground on the 9th April last year and now the temperature is above 20 degrees.

Lily beetles are on the plants at home.  These insects have only recently moved up North and to find them here in April must be very unusual.

Constitutional Crisis

Members may not have realised that under clause 3 of our beloved CONSTITUTION, it is suggested that the revered post of Chief Faartal can only be held by a person of the male persuasion. This could be an error of drafting, or indeed caused by excessive draught of one sort or another, but unless our constitution makes it clear that the male embraces the female, at least in terms of pronouns, we may be guilty of a form of discrimination that would not be tolerated in less important aspects of life e.g. employment.
If any Faartal sees fit to call an extraordinary general meeting to discuss this pressing topic, your Chief Faartal has checked that Kinder Scout is available this afternoon for an emergency debate. If the agenda allows, it would also be possible to discuss the finer points of cross-dressing in relation to the wearing of St Petronilla's shoes by a male Chief Faartal.

New Faartals Website

Welcome to our new website. Here you will find that slowly, but surely, we will add items useful to the FAARTAL community, including an Event Calendar. So, don't browse this site, but stroll through it at your leisure and enjoy the journey.

New Editor

I have installed the Tiny MCE Editor in an attempt to improve the posting experience Laughing.

Personally I don't like emoticons as I have a reasonable vocabulary, but we now have them and can also change the colour of text using the Select text color button.  There is also a less useful Select background color button.  You can combine the two if you really must.

Users must update their User Profiles to ensure that the box next to 'use the visual rich editor when writing' is unchecked.

 Coffee cup

1. You use the left hand (yellow) 'Insert Image' icon to upload from your PC.
2. Click on the lower 'Upload' button, the one right next to the filename, once you have Browsed to the image (I am not sure what the upper one does).
3. You can then drag the image into the Post or better still,
4. Click on the Image for a menu of options and decide just what you want to insert – although some don't seem to work.
5. If you select the image and click the right hand (tree) Insert/edit Image icon, you can set alignment although there seem to be some minor issues there e.g. bullets can overlap an image – my numbering here is manual.

There don't seem to be any problems with text alignment around images.

Tidying Posts

The Problem

The WordPress editor seems to be full of bad ideas about how to format what you have so carefully typed in, so at times it is worth delving into the HTML version of the text to attempt a clean up.

The sort of HTML the editor produces is rather like the code that a word processor uses to ‘markup’ the text you enter, making it appear formatted. The tags are invisible in the editor and output, but they are there in the background.
You can experiment as much as you like at your own risk and can’t do too much harm, but remember that basic HTML formatting instructions should have both opening and closing tags – the latter having the / to cancel the format effect. There are however plenty of exceptions and quirks.

I can’t show you tags here accurately as the editor would interpret them, so I will use [ and ] where ‘real’ tags would have the left and right angle brackets (aka ‘less than’ and ‘greater than’ signs).

[strong]bold text[/strong] will appear as bold text.

What to do about it

You will mostly want to remove unnecessary tags that the editor puts in to your posts e.g. extra centering tags.

Here are two methods, basically the same, but the second is more cautious.

Method One – Reckless (but I do it all the time)

  1. Manage the post in question through Site Admin.
  2. Click on the HTML button to display a window revealing the HTML code behind your text.
  3. Strip out the tags shown here in bold [div align="center"]keep the text though![/div]
  4. Be careful to avoid the similar ones with the image details.
  5. The tags should come in balanced pairs as stated above – i.e. before and after text (could be left/right or above/below) BUT sometime there are extra spurious opening ones with no balancing closing tags.
  6. Click on the Update button to update the HTML.
  7. Check the results in the preview window before saving the post.

Method Two – Slightly less Reckless

  1. Manage the post in question through Site Admin.
  2. Click on the HTML button to display a window revealing the HTML code behind your text.
  3. Click in the HTML window and select all the text (Ctrl + A or use the mouse)
  4. Copy all the text (Ctrl + C or use the right-mouse menu)
  5. Paste the text into a fresh Notepad document that you remembered to open before you did anything else (Ctrl + V or use the right-mouse menu)
  6. In the Notepad window, strip out the tags shown here in bold [div align="center"]keep the text though![/div]
  7. Be careful to avoid the similar ones with the image details.
  8. The tags should come in balanced pairs as stated above – i.e. before and after text (could be left/right or above/below) BUT sometime there are extra spurious opening ones with no balancing closing tags.
  9. When you think you are finished, reverse the process by
    • Selecting all the revised text in the Notepad window
    • Copying it
    • Pasting it into the WordPress HTML window
  10. Click on the Update button to update the HTML.
  11. Check the results in the preview window before saving the post.

Notes

  • You could even save the code posted to Notepad in Method Two / 5 as a backup file.
  • You might even create posts in Notepad, but I think you will still have to add the images with the WordPress editor and it will probably undo you good work when you do!

Database Maintenance

Backup

19/01/2010 Belay the post below.  After the 2.9.1.upgrade, couldn't get WP-DB Manager to work.  The plugin reported the need for exec(),passthru() and ().

Removed and reverted to the more basic code to be found under the Tools menu.

http://ilfilosofo.com/blog/wp-db-backup/ 

22/03/2007: The default backup plugin (WordPress Database Backup) has been deactivated. A new, more comprehensive, plugin, WP-DB Manager has been installed in replacement. It is accessible from options on the the Database tab Perform regular (at least monthly) backups Optimise Perform at least once a month from the Database/Optimise DB tab

Sticky Posts

19/01/2010: I think this plugin didn't work after the 2.9.1 upgrade

I have loaded the 'Adhesive' plugin, which controls sticky posts on the home page and in categories. I haven't investigated it fully, but it seems capable of keeping a post on top of the home page even if it isn't the newest. This is why I wanted it i.e. it keeps a particular item (e.g. a Welcome post) at the top of the front page. You may want to alter its content from time to time, but it stops new posts pushing it down the page/screen, preserving a little bit of structure.

Archives Page

The Archives page currently lists posts by month and by category.

Links and the Links Page

Adding and Maintaining Links
Instructions

  1. In Site Admin, create a new link by clicking on the [Links] menu item and then the [Create Link] tab. You can also update existing links using the [Manage Links] tab.
  2. Start entering details on the form with the URL or web address e.g. http://www.amazon.co.uk/
  3. Enter a Link Name e.g. Amazon
  4. Enter a Short Description e.g. Online book shop
  5. Choose an appropriate Category for the link from the drop-down list e.g. maps
  6. In the Advanced section, you will normally want to select the radio button for _blank as the Target i.e. you will want the linked website to open in a new window. This does not always seem to work, and when it doesn’t users will have to use the browser back button to get back to the FAARTALS site
  7. Check your handiwork
  8. Click on the [Publish] button
  9. Click on the (View site>>) link in the header to check it on the site if you like

The Links Page
This is for listing hyperlinks to other websites.

The page uses two special plugins

  1. runPHP – a general plugin designed to allow PHP code to run on posts or pages. The Links Page has use of this this option enabled.
  2. iMP Links – s specific plugin that groups the links by category on the Links Page.
    The actual PHP used is the default:
  3. [?php iMP_Links();] (note the opening and closing angle brackets have been replaced with [ and ]

Changing the text on the Links Page almost inevitably destroys the plugin code leaving the links page linkless. So the Links Page is best left alone.

Note: The actual appearance varies according to browser viewing the page. Internet Explorer is better than ’strict’ browsers such as Firefox.

Site Header Image

This image is 760 pixels wide and 200 pixels deep (high).

It is saved as …/wp-content/themes/pixelgreen-10/images/headerphoto.jpg

Note: Only njb can change the image, as this cannot be done through a WordPress Site Administration function.