Freelancers Forum Messages on Saturday October 8th 2005
RE: FN-FORUM: Bug in IE like Peekaboo
date posted 8th October 2005 19:40
As per normal. spent ages trying to fix this, and the moment I decide to
post I find the cause.
It appears IE has trouble calculating margins - I tidied up some of the
margins (like I had a margin on...
FN-FORUM: Bug in IE like Peekaboo
date posted 8th October 2005 19:24
I'm having a nightmare with a site in IE at the moment.
There's a problem a little like peekaboo - where blocks dissapear/reappear
when moving over links.
With this one, I basically have three main...
RE: FN-FORUM: VB Syntax
date posted 8th October 2005 17:53
That sounds about right, thanks Michael:)
Craig
-----Original Message-----
Thats not the problem with that code at all, The problem is that image+i
isn't a variable :P
To do this you need to use...
Re: FN-FORUM: VB Syntax
date posted 8th October 2005 17:50
Thats not the problem with that code at all, The problem is that image+i
isn't a variable :P
To do this you need to use an array for the images then loop through the
elements in the array.
[EMAIL...
Re: FN-FORUM: VB Syntax
date posted 8th October 2005 17:39
Something like
for i=1 to 12
if len(image+i)< 5 OR isNull(image+i) then
no_image+i = 1
image+i = "noimage.jpg"
end if
next i
You have missed of the i after the next
Pam
----- Original Message -...
FN-FORUM: VB Syntax
date posted 8th October 2005 16:45
Hello,
A headscratcher (for me anyway!). I want to loop through a load of
variables (image1.....image12) checking if there's something in them and if
not, set it to a value ("noimage.jpg"). However...
Re: FN-FORUM: [OT] eye or I test
date posted 8th October 2005 13:44
On 8 Oct 2005 12:44:05 -0000, Hardeep Bahl [EMAIL REMOVED] wrot=
e:
>
> yar me too???
>
> ----- Original Message -----
> From: "john m" [EMAIL REMOVED]
> To: [EMAIL REMOVED]
> Sent: Saturday, October...
Re: FN-FORUM: [OT] eye or I test
date posted 8th October 2005 13:39
yar me too???
----- Original Message -----
From: "john m" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Saturday, October 08, 2005 9:53 AM
Subject: Re: FN-FORUM: [OT] eye or I test
>
> sorry - I got...
RE: FN-FORUM: Hand held computers / internet enabled phones etc ...
date posted 8th October 2005 11:58
> What sort of screen size would you be looking at and are there other
> concerns ?
I agree with the XHTML route but the critical thing is to not rely on any
specific rendering for your service anywa...
Re: FN-FORUM: Hand held computers / internet enabled phones etc ...
date posted 8th October 2005 11:10
> What sort of screen size would you be looking at and are there other
> concerns ?
Anything really.
Probably best to use "XHTML Mobile" for maximum compatibility.
See http://www.xml.com/pub/a/2004...
Re: FN-FORUM: [OT] eye or I test
date posted 8th October 2005 09:47
sorry - I got 6 first go
john
On 8 Oct 2005, at 08:34, Himanshu wrote:
>
> ALZHEIMERS' EYE TEST
>
> Count every " F " in the following text:
>
> FINISHED FILES ARE THE RE
> SULT OF YEARS OF SCIENT...
RE: FN-FORUM: 5pt not 0.25pt!
date posted 8th October 2005 08:37
Hi
Thank you all for your imput into this subject, of course I wouldn't
tell my customer to @*#? Off! Although I would like to sometimes, as he
cant see the forest because of the trees.
Thaks again!
C...
FN-FORUM: [OT] eye or I test
date posted 8th October 2005 08:29
ALZHEIMERS' EYE TEST
Count every " F " in the following text:
FINISHED FILES ARE THE RE
SULT OF YEARS OF SCIENTI
FIC STUDY COMBINED WITH
THE EXPERIENCE OF YEARS...
(SEE BELOW)...
FN-FORUM: Hand held computers / internet enabled phones etc ...
date posted 8th October 2005 07:10
Hi
I am making a site or a design agency, which we have tossed one way and
another for a while and the main site is flash which the main client wanted,
and I have convinced then to also create a non...