Webmaster Notes
 

Webmaster Notes

In my attempt to find a way of controlling access to external links from this website I was investigating the use of API calls to determine the current IP address and the IP address that I had written to my server previously. The plan was to hide these out-bound links unless it was me that was accessing the page.

An off-shoot of this was the concept of hiding a whole section of the page and that section could then contain the links that I did not want my visitors to exit my site. Intially I was concerned that these out-bound links were detremental to page-ranking. Now I am not so sure and I think that the search engine algorithms are now taking the context of such links into account when determining how to position your content.

An addtional benefit of a hidden section is that notes to myself can be placed on the page and these notes, as they are not normally seen, do allow me to record visits that I have seen to a page and the changes that I have made to the page that are not really of relevance to a visitor that found the page looking for an answer to a problem.

This page has a "Webmaster Notes" section.

Top

Placement of the Hidden Section

I am debating whether this should be at the top of the page or just above the links section. I concluded that it was best at the top of the page.

Things that need to be added:

<p><a href="javascript:void(0);" onClick="showdiv()" style="text-decoration:none">Site design by Tempusfugit Web Design</a> - needs to be added in Site Designed by section.

My initial idea was to have the notes to display by clicking on the banner at the bottom of the page.

Links

Link to PDF Disabled

If you require a copy please email tempusfugit.me.uk

Top

References - a note on these -

  • 1 - CSS Display - https://developer.mozilla.org/en-US/docs/Web/CSS/display
  • 2 - UITextField/UITextView - https:// developer.apple.com/ documentation/uikit/ uitextview - This is an Apple thing and not totally relevant to what I am trying to do here.
  • 3 - Ideas to get this to work on iOS - https:// stackoverflow.com/questions/13005969/ it-is-possible-to-show-keyboard-without- aiusing-uitextfield-and-uitextview-iphone