Australian Bushverse Forum

Australian Bush Poetry, Verse & Music Forum

For more than 180 pages of Australian Bush Verse and Music visit the main site at Australian Bush Verse & Music

REGISTRATION TO THIS FORUM REQUIRES ADMIN APPROVAL


May 24, 2012, 05:56:32 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length

Bushsong Web Design Bendigo
News: Thanks for supporting the Forum. This is what builds a community of bush poets and bush poetry lovers across the world.
 
   Home   Help Search Calendar Login Register  
Pages: [1] 2
  Print  
Author Topic: even stranger!  (Read 4320 times)
zondrae
Global Moderator
Super Member
****
Offline Offline

Posts: 3007



View Profile
« on: December 05, 2006, 01:09:07 AM »

'''

Further to my log in woes,  Ric, over the weekend I have had no trouble logging in. I see this morning that you have "tidied up" the member list. Now I can't get in through Firefox and am here by way of IEx again. As you said .. these computers are a mystery.
Logged

'A Woman of Words'  ...... Zondrae
Ric Raftis
Administrator
Super Member
*****
Offline Offline

Posts: 356



View Profile WWW
« Reply #1 on: December 05, 2006, 01:41:59 AM »

G'day Zondrae,

I really don't know what to suggest.  I have never had a single problem with Firefox except for some sites that have been written in Frontpage or only for IE.  This Forum is not one of them.  The backbone of the Forum is the phpBB Forum Software which is used on millions of sites worldwide.  PHP is open source language and in no way subscribes to being Microsoft exclusive, quite the opposite in fact.

I still haven't had a response to my post on the Firefox support forum (which incidentally uses the same software as this forum) and given the time lapse I doubt I will get one now.  Sometimes this happens.
Logged

Regards,


Ric

I know I'm in my own little world, but it's ok. They know me here.
zondrae
Global Moderator
Super Member
****
Offline Offline

Posts: 3007



View Profile
« Reply #2 on: December 05, 2006, 06:10:16 AM »

Ric,

also - when I can't log in the site doesn't show me any flags. ie new posts. I can see them once I log in through IE..
Logged

'A Woman of Words'  ...... Zondrae
Little Tent of Blue
Member
**
Offline Offline

Posts: 49



View Profile
« Reply #3 on: December 05, 2006, 06:23:45 AM »

G'day Ric.
While you're on the subject of php I would like to try a test.
I have been trying to construct a hyperlink on another site that uses php.
It's a good job they love me over there because after a dozen tests I am still struggling.
I seem to be doing everything right so I got to wondering if the site format supports the following code. I've tryed it with BBC code both on and off. This then is the format and then I shall give it a try to link to the homepage of the BBC.
Are you genned up on this issue?
I comment on another site that insists all links are in HTML. It's not a problem achieving this because they have for want of a better description "hyperlink friendly" software. So here we go Blue.

<a href="newpage.html">Clickable Name or image</a>

<a href="http://www.bbc.co.uk/.html">Click here for BBC<a/>

You might say why not just put the url in, but hyperlinking this way makes for a much tidier post  and you can maintain the flow of your text, as:

In further lectures Richard Dawkins said this on the subject.

"This" then becomes the hyperlink to the chosen article.

I have the feeling I'm telling you something you already know, if I am pray forgive.

Peace.
Little Tent.
Logged

quot;Man will never be free until the last king is strangled with the entrails of the last priest." -  Diderot
Little Tent of Blue
Member
**
Offline Offline

Posts: 49



View Profile
« Reply #4 on: December 05, 2006, 06:25:53 AM »

Abject failure.
Why oh why oh why don't the SOB work?
Logged

quot;Man will never be free until the last king is strangled with the entrails of the last priest." -  Diderot
Little Tent of Blue
Member
**
Offline Offline

Posts: 49



View Profile
« Reply #5 on: December 05, 2006, 06:29:37 AM »

Quote
I have the feeling I'm telling you something you already know, if I am pray forgive.


If I am, tell me what's amiss, please. I'm going bloody demented with it.
Logged

quot;Man will never be free until the last king is strangled with the entrails of the last priest." -  Diderot
Ric Raftis
Administrator
Super Member
*****
Offline Offline

Posts: 356



View Profile WWW
« Reply #6 on: December 05, 2006, 07:05:44 AM »

Quote
<a href="newpage.html">Clickable Name or image</a>

Only works on the same site and where all pages are in the same directory.  Preferable to use relative links if you can work with them, if not, then hard code and use the full url

Quote
<a href="http://www.bbc.co.uk/.html">Click here for BBC<a/>

This link will not work because it has a full stop before html.  The link should not have /.html in it at all to go the BBC main page.  If you use .html after a / then there has to be a file name i.e. /blah.html



PHP pages are written in HTML.  The only difference is the extension on the file..... i.e.  blah.html or blah.php

The other difference is that a php page can execute certain php "programmes" from the server when activated by the user.  Quite often these are simple things to call a date or time function for example.

Links however are purely html and are constructed in the manner you describe.  A coding programme such as Dreamweaver can highlight code errors for you if it's set up correctly.  Most people however when frustrated over things not working are blind to the obvious.  Without seeing the page of code, I can't tell you exactly what the problem is but check to make sure you have http:// in front of the hyperlink, make sure the file name is absolutely correct and that the case is correct and lastly make sure your opening and closing inverted commas are in place.

I hope this helps and sorry for not answering sooner.
Logged

Regards,


Ric

I know I'm in my own little world, but it's ok. They know me here.
dayleedot
Newbie
*
Offline Offline

Posts: 9



View Profile
« Reply #7 on: December 05, 2006, 07:31:52 AM »

Logged

..what goes around, comes around.
Little Tent of Blue
Member
**
Offline Offline

Posts: 49



View Profile
« Reply #8 on: December 05, 2006, 08:00:18 AM »

You Sir are a Star, :idea:  a commando, :shock:  a hero no less. Cool  Thank you. Cheesy

For what it's worth the format instructions were pasted directly from the web page. :evil:  :evil:  :evil:

Middle of the night at the mo, will have a go when I'm sparkling. :lol:  :roll:

Peace. :wink:
Logged

quot;Man will never be free until the last king is strangled with the entrails of the last priest." -  Diderot
Ric Raftis
Administrator
Super Member
*****
Offline Offline

Posts: 356



View Profile WWW
« Reply #9 on: December 05, 2006, 08:03:30 AM »

You're welcome
Logged

Regards,


Ric

I know I'm in my own little world, but it's ok. They know me here.
dayleedot
Newbie
*
Offline Offline

Posts: 9



View Profile
« Reply #10 on: December 05, 2006, 08:39:20 AM »

Logged

..what goes around, comes around.
Little Tent of Blue
Member
**
Offline Offline

Posts: 49



View Profile
« Reply #11 on: December 05, 2006, 06:20:01 PM »

<a href="http://www.bbc.co.uk/">Slash</a>

<a href="http://www.bbc.co.uk">no Slash</a>
Logged

quot;Man will never be free until the last king is strangled with the entrails of the last priest." -  Diderot
Little Tent of Blue
Member
**
Offline Offline

Posts: 49



View Profile
« Reply #12 on: December 05, 2006, 06:32:06 PM »

<a href="http://www.benandjerrys.com/">constructed by me</a>

<a href="http://www.benandjerrys.com">Yum, Ice Cream!</a>

Constructed by them.
Logged

quot;Man will never be free until the last king is strangled with the entrails of the last priest." -  Diderot
Little Tent of Blue
Member
**
Offline Offline

Posts: 49



View Profile
« Reply #13 on: December 05, 2006, 06:56:23 PM »

http://i101.photobucket.com/albums/m44/oscardosc/Jifs%20Clips/alad.gif

"I LOVE TALKING ABOUT NOTHING, IT IS THE ONLY THING I KNOW ANYTHING ABOUT"
 :oops:  :oops:  :oops:

Ric. The lower attempt in the previous post was pasted directley from (another) web page, the url in the example is boni fide, The pasted example don't have the oblique after the dot com as opposed to the upper which I copied from the address box. Here be the url of the site. What in the world am I doing Wrong?
Thanks.

http://www.websitebeginner.com/hyperlinks.shtml
Logged

quot;Man will never be free until the last king is strangled with the entrails of the last priest." -  Diderot
heyu
Global Moderator
Super Member
****
Offline Offline

Posts: 264


View Profile
« Reply #14 on: December 06, 2006, 12:09:37 AM »

Hey Ric and Blue metal tent

How come you people talk in Egyptian hieroglyphics ?  I am still trying to come to terms with programming my VCR and the damn things are already out of date !!


heyu
Logged

 wishbone will never take the place of a backbone.
Pages: [1] 2
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!