Freelancers Forum Messages on Thursday September 4th 2003
Re: FN-FORUM: calling GD / PHP / DPI fans - acronym bonanza!
date posted 4th September 2003 23:56
>Additionally, some image formats also have a tag that says "this image is
>intended to be used at dpi". IIRC, TIFF does this, but JPEG and GIF
>don't.
(just in case you think I'm going mad, by the...
Re: FN-FORUM: calling GD / PHP / DPI fans - acronym bonanza!
date posted 4th September 2003 23:50
> The 300 dpi image will have 9 times the number of pixels as the 100 dpi
> image - 3 times more in the horizontal axis, 3 times more in the vertical
> axis:
Even if they are both images of 300 x 300...
Re: FN-FORUM: calling GD / PHP / DPI fans - acronym bonanza!
date posted 4th September 2003 23:45
On Fri, 4 Sep 2003, Dan Norcott wrote:
> > There's not much to understand really; at 100 dpi, a line needs to consist
> > of 100 dots (or pixels) to measure an inch long. At 200 dpi, it needs to
> be...
Re: FN-FORUM: calling GD / PHP / DPI fans - acronym bonanza!
date posted 4th September 2003 23:29
> There's not much to understand really; at 100 dpi, a line needs to consist
> of 100 dots (or pixels) to measure an inch long. At 200 dpi, it needs to
be
> 200 pixels. Monitors are usually about 70-1...
Re: FN-FORUM: calling GD / PHP / DPI fans - acronym bonanza!
date posted 4th September 2003 22:06
On Thu, 4 Sep 2003, Dan Norcott wrote:
> I'm doing all sorts of buggering about with jpegs and GDI, and they all get
> output at 72dpi, which (apparrently) is bad. I'm not an image genius, and
> onl...
RE: FN-FORUM: .asp
date posted 4th September 2003 21:32
Hey! less of the cheese, more of the red wine and olives please
Dan wrote;
> elseif instr(countryname,"bulgaria") or instr(countryname,"uk") or
> instr(countryname,"bosnia") then
I like that solutio...
RE: FN-FORUM: .asp
date posted 4th September 2003 21:15
Yep cheers Dan, actually I've had a 'cunning plan' the URLs that are likely to contain multiple countries will have an "_" in them,
so all I gotta do is look for that :)
Thanks for your input
Much...
Re: FN-FORUM: .asp
date posted 4th September 2003 21:12
I may have misled you slightly there
you can of course go
if instr(countryname,"france") then
move_to_a_less_cheese_dependent_nation
elseif instr(countryname,"bulgaria") or instr(countryname,"uk")...
Re: FN-FORUM: .asp
date posted 4th September 2003 21:04
Hi Mike
I don't know of any way you could make the former to work.
I'd go for a big
> if instr(countryname,"france") then
> do this
> elseif instr(countryname,"bulgaria") then
> do this inst...
RE: FN-FORUM: .asp
date posted 4th September 2003 20:52
Cheers Dan, the code is looking for keywords in URLs and is exactly like you list below, however there are some circumstances where
I want;
--------------
if instr(countryname,"france") then
do thi...
Re: FN-FORUM: .asp
date posted 4th September 2003 20:44
Hi Mike
That code all looks a bit loopy to me... is it just a very trimmed down
snippet?
if instr(countryname,"france") then
do this
elseif instr(countryname,"bulgaria") then
do this instead
els...
FN-FORUM: .asp
date posted 4th September 2003 20:28
Currently I have;
elseif instr(1,DistNum,"france")>0 then
do this
else
f*off
How can i say
elseif instr(1,DistNum,"france" or "this_other_value")>0 then
do this
else
f*off
Also what does the 1...
Re: FN-FORUM: calling GD / PHP / DPI fans - acronym bonanza!
date posted 4th September 2003 20:15
Hi Steve
Sadly not - it just affects the quality - like when you save one from
photoshop - a low value and you get those crappy square patterns on there
because the compression's too high.
Ta tho :)...
Re: FN-FORUM: [OT] Thursday Funny
date posted 4th September 2003 19:04
heh - that's from an old Viz.
Made me crap myself laughing at the time though :)
> http://www.thatstheplan.com/comp_mag.jpg
>
> Hutch...
Re: FN-FORUM: calling GD / PHP / DPI fans - acronym bonanza!
date posted 4th September 2003 19:03
Hi Emma
It's for an image vendor... they sell the images at various sizes and the
customer does what they want with them... they're not just for web use
basically - some of them are massive.
Any GD...
Re: FN-FORUM: calling GD / PHP / DPI fans - acronym bonanza!
date posted 4th September 2003 18:56
On 4 Sep 2003 17:33:48 -0000, you wrote:
>
>Hi All
>
>I'm doing all sorts of buggering about with jpegs and GDI, and they all =
get
>output at 72dpi, which (apparrently) is bad. I'm not an image gen...
Re: FN-FORUM: calling GD / PHP / DPI fans - acronym bonanza!
date posted 4th September 2003 18:32
Hi Dan
I'm sorry, but why are images at 72dpi bad?? I always ensure that images
for the web are at this resolution and they look fine (any higher and they
are too large, any lower and they look crap...
Re: FN-FORUM: Ensim, virtual sites and including files below 'root'
date posted 4th September 2003 18:16
Ian Moss wrote:
> Might be someone on the unofficial forum able to help :-
> http://oneandoneserver.co.uk/forum/index.php
Thanks Ian. Have registered and posted a query, and had a helpful
respon...
FN-FORUM: calling GD / PHP / DPI fans - acronym bonanza!
date posted 4th September 2003 17:56
Hi All
I'm doing all sorts of buggering about with jpegs and GDI, and they all get
output at 72dpi, which (apparrently) is bad. I'm not an image genius, and
only barely understand it anyway (eg. is...
FN-FORUM: [OT] Thursday Funny
date posted 4th September 2003 17:52
http://www.thatstheplan.com/comp_mag.jpg
Hutch...
RE: FN-FORUM: CD Duplications
date posted 4th September 2003 17:26
Get blank white printable CDR's....and DIY
Regards
Darren Spink
TEL: +44(0)113 253 4750
FAX: +44(0)113 253 1686
EML: [EMAIL REMOVED]
ICQ: 56667649
PGP Public Key:
http://pgpkeys.mit.edu:11371/pk...
RE: FN-FORUM: Cloning objects in VB6
date posted 4th September 2003 17:06
take VB. drop it in a bin
buy delphi.
MyObject : TObject ;
stream := TFileStream.create('C:\filename.txt',fmCreate);
try
stream.WriteComponentRes('ResName',MyObject);
finally
stream.Free;
end;
a...
Re: FN-FORUM: Hebrew enabled windows
date posted 4th September 2003 17:02
on 4/9/03 3:56 pm, Jon Ambrose at [EMAIL REMOVED] wrote:
> What does that mean? - does that mean all I actually will need is to ensure
> that I have a legal copy of WXP P rather than having to get th...
RE: FN-FORUM: Hebrew enabled windows
date posted 4th September 2003 16:14
> Thanks for your reply
> What does that mean? - does that mean all I actually will
> need is to ensure that I have a legal copy of WXP P rather
> than having to get the WXP P specific for Israel or...
Re: FN-FORUM: When you're picking a broadband provider ...
date posted 4th September 2003 16:10
On Thursday, September 4, 2003, at 03:16 PM, yucel wrote:
>
> That is a great article....
> Wonder how much it costs BT...
read that just now as the guy sitting opposite me (very wisely) was on
th...
Re: FN-FORUM: Cloning objects in VB6
date posted 4th September 2003 16:09
Not really with VB6.
Best you could do is emulate serialisation by writing a method on an object
to save the object's properties to disc, and another method to call after
you initialise the object to...
RE: FN-FORUM: pop up blockers (Previously pop up check)
date posted 4th September 2003 16:03
Opera 7.0 allows you to block all popups e.g. onLoad, or to only enable
popups that you have clicked for e.g. onClick. I normally have it set to
the latter.
.charlie
- -
"charlie owen is the head ch...
Re: OT RE: FN-FORUM: Comedy Flash Cartoonists wanted...
date posted 4th September 2003 15:58
John Anderson wrote:
> Kai,
>
> If you mean cartooning, then there are a few books out there teaching
> cartooning. As for sequential illustration (i.e. comic book panel
> illustration), there are...
Re: OT RE: FN-FORUM: Comedy Flash Cartoonists wanted...
date posted 4th September 2003 15:52
Kai,
If you mean cartooning, then there are a few books out there teaching
cartooning. As for sequential illustration (i.e. comic book panel
illustration), there are a number of books, including two...
Re: FN-FORUM: Hebrew enabled windows
date posted 4th September 2003 15:46
Matt,
I have indeed but there was no one there who could definitely confirm what I
would need and I do not really want to fork out a few hundred quid for
something which I do not actually need, and a...
Re: FN-FORUM: pop up blockers (Previously pop up check)
date posted 4th September 2003 15:43
"Self-inflicted popups?" That sounds painful.
But this is good news. I suddenly had visions of having to recode the pages
to strip out the offending code, and finding an alternative that was as
aes...
Re: FN-FORUM: Hebrew enabled windows
date posted 4th September 2003 15:40
Jon,
at the risk of stating the bleedin' obvious, have you contacted
Microsoft and asked them?
They might be able to ship them directly to you (for a price, of course.)
UK Main Contact Number: 087...
Re: FN-FORUM: pop up blockers (Previously pop up check)
date posted 4th September 2003 15:31
John Anderson wrote:
> Many of you seem to have popup blocking, either as an app or as part of the
> browser. Does the blocker prevent the javascript:newwin command from
> working too? I've been wor...
RE: FN-FORUM: pop up blockers (Previously pop up check)
date posted 4th September 2003 15:20
>Does the blocker prevent the javascript:newwin command from
>working too? I've been working on a site that creates a new window when
>anyone clicks on the link. Obviously this is pointless is it w...
Re: FN-FORUM: Hebrew enabled windows
date posted 4th September 2003 15:19
G,
Thanks for your reply
What does that mean? - does that mean all I actually will need is to ensure
that I have a legal copy of WXP P rather than having to get the WXP P
specific for Israel or the M...
RE: FN-FORUM: Hebrew enabled windows
date posted 4th September 2003 15:08
I have a vanilla copy of windows xp pro and hebrew is listed in the code
page converstion tables
g
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On
> Behalf Of Jon Ambrose
>...
Re: FN-FORUM: Hebrew enabled windows
date posted 4th September 2003 15:02
I haven't seen any replies to this call for help - surely someone out there
knows what I need????
----- Original Message -----
From: "Jon Ambrose" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday,...
RE: FN-FORUM: When you're picking a broadband provider ...
date posted 4th September 2003 14:38
That is a great article....
Wonder how much it costs BT...
I am sure that I have been on the phone to them for a 3 hours in total
when I last had to activate Broadband.....
Ho Hum
-----Original Mes...
FN-FORUM: When you're picking a broadband provider ...
date posted 4th September 2003 14:27
http://news.bbc.co.uk/1/hi/technology/3192055.stm
Old news to most of us I realise (BT being inept), but a useful link to hang
onto the next time someone suggests to you that they're going to sign up...
FN-FORUM: Cloning objects in VB6
date posted 4th September 2003 14:20
Is there any way to clone or serialize objects in VB6 ?
Thanks
Yucel
http://www.evrimer.com...
RE: FN-FORUM: Site check please
date posted 4th September 2003 14:17
Thanks for that Andy... I'll have to investigate the possibilities...
Dave
__________________________________________________
Dave Boulden, Director. DA Media Limited
web: http://www.da-media.co.uk/...
Re: FN-FORUM: Site check please
date posted 4th September 2003 13:46
> Thanks Matt.... Advertise > In the Journal now fixed (have had to
> explicitly set include paths as I don't have access to the php.ini on my
> 1&1 host... this one must have slipped thru!)
If it's...
RE: FN-FORUM: Adding comments to properties and methods in VB6
date posted 4th September 2003 13:34
> I was wondering how I can add comments to properties and
> methods in VB6
click in the code of the property, then from the menu
tools>procedure attributes
Cheersears, Ant.
> -----Original Mess...
FN-FORUM: pop up blockers (Previously pop up check)
date posted 4th September 2003 13:33
Many of you seem to have popup blocking, either as an app or as part of the
browser. Does the blocker prevent the javascript:newwin command from
working too? I've been working on a site that creates...
RE: FN-FORUM: Site check please
date posted 4th September 2003 13:22
Thanks Matt.... Advertise > In the Journal now fixed (have had to
explicitly set include paths as I don't have access to the php.ini on my
1&1 host... this one must have slipped thru!)
Will download...
Re: FN-FORUM: Site check please
date posted 4th September 2003 13:14
Dave Boulden wrote:
> Could anyone have a quick look at http://pjcareers.da-media.co.uk/
> please. It is due to go live in two weeks and so I'm now pretty much
> just tidying up. It's OK to register...
Re: FN-FORUM: Ensim, virtual sites and including files below 'root'
date posted 4th September 2003 13:07
Rupert Langham wrote:
> Not sure if this is the same thing, but I have a directory in the php search
> path (set in php.ini) which is in a dir ouside of any of the web folders.
> Just use include wi...
FN-FORUM: Site check please
date posted 4th September 2003 13:03
Could anyone have a quick look at http://pjcareers.da-media.co.uk/
please. It is due to go live in two weeks and so I'm now pretty much
just tidying up. It's OK to register if you want to, as this dat...
FN-FORUM: WorldPay question
date posted 4th September 2003 12:55
Hi
I'm having problems passing a variable through the worldpay select
junior system. I want to pass the results of some radio button
selections through, so I get something like: MC_productOptions = 1...
RE: FN-FORUM: pop up check
date posted 4th September 2003 12:49
On Win2K SP3:
IE6: pops up as it should
Opera 7: Doesn't, but then I have popup blocking turned on, so that's what
I'd expect.
Could this be why some of his machines don't see it?
Rob
> -----Origin...
FN-FORUM: Hebrew enabled windows
date posted 4th September 2003 12:46
Help please - i do a lot of work for Israel & Middle East based companies
and, send & receive a lot of correspondences in Hebrew/Ivrit
I am looking at buying a new PC and want to ensure that I have...
RE: FN-FORUM: Ensim, virtual sites and including files below 'root'
date posted 4th September 2003 12:42
Might be someone on the unofficial forum able to help :-
http://oneandoneserver.co.uk/forum/index.php
Ian
>Not sure if this is the same thing, but I have a directory in
>the php search path (set in...
RE: FN-FORUM: Ensim, virtual sites and including files below 'root'
date posted 4th September 2003 12:38
Not sure if this is the same thing, but I have a directory in the php search
path (set in php.ini) which is in a dir ouside of any of the web folders.
Just use include with no path at all in the scrip...
RE: FN-FORUM: Win2k networking
date posted 4th September 2003 12:30
Is the Server service started?
-----Original Message-----
From: Norman Beresford [EMAIL REMOVED]
Sent: 04 September 2003 11:03
To: FN-FORUM / [EMAIL REMOVED]
Subject: FN-FORUM: Win2k networking
H...
FN-FORUM: Ensim, virtual sites and including files below 'root'
date posted 4th September 2003 12:23
Anyone here using PHP on an Ensim managed server (e.g. 1&1 Root Server
or similar)?
I want to put various files (mostly related to DB access) 'above' the
web site root for security reasons, but attem...
Re: FN-FORUM: Culture Shock
date posted 4th September 2003 12:12
At 12:03 04/09/03, someone wrote:
>http://www.rsc.org/pdf/pressoffice/2003/penicillin.pdf
This got mentioned on national telly this morning. BBC News.
Now that was a successful press release!
If onl...
Re: FN-FORUM: Culture Shock
date posted 4th September 2003 11:38
[EMAIL REMOVED] wrote:
> http://www.rsc.org/pdf/pressoffice/2003/penicillin.pdf
LOL!
Matt...
FN-FORUM: Adding comments to properties and methods in VB6
date posted 4th September 2003 11:33
Hi
I was wondering how I can add comments to properties and methods in VB6
classes, so that these comments will be displayed in the object browser
?
Thanks
Yucel
http://www.evrimer.com...
Re: FN-FORUM: Wendy Font
date posted 4th September 2003 11:30
*cough*
Not wanting to seem rude but I found this page in seconds as the top match
found through Google
http://www.adobe.com/type/browser/F/WEND/F_WEND-10006000.jhtml
26 dollars, and you get a pre...
FN-FORUM: Culture Shock
date posted 4th September 2003 11:26
http://www.rsc.org/pdf/pressoffice/2003/penicillin.pdf
Rick
Kitty5 NewMedia http://Kitty5.com
POV-Ray News & Resources http://Povray.co.uk
TEL : +44 (01270) 501101 - ICQ : 15776037
PGP Public Key
h...
RE: FN-FORUM: Wendy Font
date posted 4th September 2003 11:15
http://www.acidfonts.com/searchcsv.pl?search=wendy&method=exact
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Linda
Motyczak
Sent: 04 September 2003 11:42
To: FN-FORUM...
RE: FN-FORUM: Wendy Font
date posted 4th September 2003 11:11
Google is your friend....
http://www.google.co.uk/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=fo
nt+wendy+medium
Chaz.
> -----Original Message-----
> From: Linda Motyczak [EMAIL REMOVED]
> Sent:...
RE: FN-FORUM: Wendy Font
date posted 4th September 2003 11:09
Type Wendy Medium into google first result sells it.
=A0
=A0
:.:.:. A t o m i=A0c=A0P h u s e .:.:.:
=A0
=A0
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Linda
Moty...
FN-FORUM: Wendy Font
date posted 4th September 2003 11:05
Hello Freelances Forum
Can anyone help me find a font called "Wendy Medium"
Many thanks
Linda...
Re: FN-FORUM: ASP and HTML formatting
date posted 4th September 2003 10:58
Hehe... the bastard..
hope the rest of your day is less offensive :)
dan.
> problem solved
>
> had a closer look in the header code and saw a lovel function called
'remove
> HTML' which my predece...
RE: FN-FORUM: pop up check
date posted 4th September 2003 10:57
Just to mention that I ran this with Norton IS ad blocking enabled and
Ad-Watch enabled and the pop-up still came up OK
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
K...
Re: FN-FORUM: ASP and HTML formatting
date posted 4th September 2003 10:53
problem solved
had a closer look in the header code and saw a lovel function called 'remove
HTML' which my predecessor kindly added. would have been nice to know.
thanks for everyone's help
-----...
Re: FN-FORUM: ASP and HTML formatting
date posted 4th September 2003 10:46
So why are you asking? Are you having some kind of problem with it?
> well thats what i thought
> > That should just work fine... are you having problems? No reason why a
> text
> > field in a da...
Re: FN-FORUM: pop up check
date posted 4th September 2003 10:46
Same on Opera/XP. Interesting use of underscores where I'd expect
ampersands in the popup, too!
Cheers,
Steve
On 4 Sep 2003 10:17:19 -0000, you wrote:
>
>IE6 WinXP 'pop up' pops up fine ... Althou...
Re: FN-FORUM:
date posted 4th September 2003 10:44
lol - true dat
----- Original Message -----
From: "Steve Holdoway" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, September 04, 2003 11:08 AM
Subject: Re: FN-FORUM:
>
> You know... I'm sure he...
Re: FN-FORUM: pop up check
date posted 4th September 2003 10:43
No problem here (IE6.0 Win2k Pro). Google Toolbar blocked the popup
initially, maybe the client is running a popup blocker?
Paul.
---------------------------------------------------------
----- Origi...
Re: FN-FORUM: pop up check
date posted 4th September 2003 10:42
comes up fine
----- Original Message -----
From: "Lindsey Hill" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, September 04, 2003 11:13 AM
Subject: FN-FORUM: pop up check
>
> A clients jut c...
Re: FN-FORUM: pop up check
date posted 4th September 2003 10:41
Lindsey Hill wrote:
>
> A clients jut contacted me to say the pop up advert isn't popping up on
> a lot of PCs. Can anyone else not see it? it should come up straight
> away on the homepage.
Nope,...
RE: FN-FORUM: pop up check
date posted 4th September 2003 10:41
Yep win 2k IE6
Mike
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of Lindsey
> Hill
> Sent: 04 September 2003 12:13
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: FN-FORUM...
RE: FN-FORUM: pop up check
date posted 4th September 2003 10:41
I seem to get this fine.
Maybe they have some sort of popup blocking...
I believe that some ISPs provide software to do this ie AOL.....
Yucel
-----Original Message-----
From: [EMAIL REMOVED] [EMAI...
RE: FN-FORUM: pop up check
date posted 4th September 2003 10:40
IE6 WinXP 'pop up' pops up fine ... Although you may wish to increase
the vertical size of the window slightly as there's a vertical scrollbar
at the moment and the close window button is not visible...
Re: FN-FORUM:
date posted 4th September 2003 10:36
doh!
----- Original Message -----
From: "Steve Holdoway" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, September 04, 2003 11:08 AM
Subject: Re: FN-FORUM:
>
> You know... I'm sure he said he d...
FN-FORUM: pop up check
date posted 4th September 2003 10:36
A clients jut contacted me to say the pop up advert isn't popping up on
a lot of PCs. Can anyone else not see it? it should come up straight
away on the homepage.
http://www.thepathoflife.org
Than...
Re: FN-FORUM: ASP and HTML formatting
date posted 4th September 2003 10:34
well thats what i thought
----- Original Message -----
From: "Dan Norcott" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, September 04, 2003 10:57 AM
Subject: Re: FN-FORUM: ASP and HTML formatti...
Re: FN-FORUM:
date posted 4th September 2003 10:31
You know... I'm sure he said he didn't have a dvd drive.
Makes this all a bit academic, then (:
Steve
On 4 Sep 2003 09:41:48 -0000, you wrote:
>
>indeed
>
>----- Original Message -----
>From: "And...
Re: FN-FORUM: ASP and HTML formatting
date posted 4th September 2003 10:30
Hugo,
Have you tried just embedding HTML markup within the text? if you are using
response.write to out the content from the database then the tags are parsed
as-is right? Perhaps I'm just missing th...
FN-FORUM: CD Duplications
date posted 4th September 2003 10:26
I need a CD to be copied (only about 40 copies)
with (preferably colour) logo & details printed on it.
Any recommendations?...
FN-FORUM: Win2k networking
date posted 4th September 2003 10:26
Hi all
Went to network a new PC to my old PC at home last night. Both are
win2k pro machines, both are members of the same workgroup, both share
the same private IP range. All seems fine and dandy,...
Re: FN-FORUM: ASP and HTML formatting
date posted 4th September 2003 10:20
That should just work fine... are you having problems? No reason why a text
field in a database can't contain a bit of HTML... unless I'm more hung over
than I thought.
----- Original Message -----...
Re: FN-FORUM: ASP and HTML formatting
date posted 4th September 2003 10:19
just place the tags in the text, on the admin side of things give them a
tagging system that converts your tag system into HTML. once converted
place in the database and then just extract it on the...
RE: FN-FORUM: ASP.NET and email problems
date posted 4th September 2003 10:15
Hi John
Looking at the error message I'd suggest:
Check how you're sending the message. If it's using the local pickup
then make sure the ASP.net user has permissions on the mailroot/pickup
(I thin...
Re: FN-FORUM: ASP and HTML formatting
date posted 4th September 2003 10:14
Basically, i've got a form in my website that allows me to update articles
within the website. But i want to be able to include some HTML within the
body of the article - so that it isn't just plain b...
RE: FN-FORUM: ASP and HTML formatting
date posted 4th September 2003 10:10
Hi Hugo
Do you mean like:
Or do you mean
Norman
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] O...
Re: FN-FORUM: MACs
date posted 4th September 2003 10:05
i bought a g4 off a guy a while back - dual processor 1.4 GHz, 2GB Ram, 180
GB HD for £1200 - i got his name from ebay, if you want to mail me offlist i
will give you his number - i thought that for...
Re: FN-FORUM:
date posted 4th September 2003 10:04
indeed
----- Original Message -----
From: "Andy Hutchinson" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, September 04, 2003 10:20 AM
Subject: Re: FN-FORUM:
>
> Better still just get DVD2SVCD...
FN-FORUM: ASP and HTML formatting
date posted 4th September 2003 10:03
Hi there
Does anyone know how to allow HTML tags to be added to a block of text in a
database, so that when the data is pulled back out to be displayed, the HTML
tags are interpreted correctly.
Chee...
FN-FORUM: oh please (OT)
date posted 4th September 2003 09:49
http://news.bbc.co.uk/2/hi/uk_news/magazine/3200699.stm
=A0
:.:.:. A t o m i=A0c=A0P h u s e .:.:.:
=A0
=A0...
Re: FN-FORUM:
date posted 4th September 2003 09:43
Better still just get DVD2SVCD, bung the DVD in, leave it for four hours and
then burn the resulting ISO file to CD.
Hutch
----- Original Message -----
From: "Hugo Darley" [EMAIL REMOVED]
To: [EMAIL...
Re: FN-FORUM: photo site test please
date posted 4th September 2003 09:23
on 3/9/03 4:13 pm, Niina Talikka at [EMAIL REMOVED] wrote:
> I've put together a small example of some of my photographs at
> http://www.amniisia.com/series/london/
>
> It seems to be okay on PC run...
Re: FN-FORUM:
date posted 4th September 2003 09:17
If you've got a few hours spare (say five or six) you can copy the dvd and
covert it into a VCD or Divx movie. Use a program called 'DVD to Divx' you
can find it on the internet or at download.com
Yo...
Re: FN-FORUM: CSS Question
date posted 4th September 2003 07:55
On 3 Sep 2003 23:57:48 -0000, Darren Spink [EMAIL REMOVED] wrote:
> I am trying to do a CSS layout that is fixed to a specific size, I want a
> box centred in the middle of a web page, the box dimens...
Re: FN-FORUM: CSS Question
date posted 4th September 2003 07:43
>I am trying to do a CSS layout that is fixed to a specific size, I want
>a box centred in the middle of a web page,
CSS centreing methods
http://bluerobot.com/web/css/center1.html
http://bluerobot....
RE: FN-FORUM: photo site test please [OT]
date posted 4th September 2003 07:41
Just had another look at this, and noticed you're using XHTML Strict. But
unfortunately there's comments before the doctype and outside of the html
tag, which invalidates the code. Might be worth ch...
RE: FN-FORUM: Paypal question
date posted 4th September 2003 06:18
Thanks Alan. There's nothing wrong with the tags afaik -
and are both valid tags for XHTML compliant HTML.
Cheers
Andy=20
-----Original Message-----
From: Alan Sheppard [EMAIL REMOVED]
Sent: 04 Se...
RE: FN-FORUM: photo site test please [OT]
date posted 4th September 2003 01:35
On 03 September 2003 17:12, Niina Talikka [EMAIL REMOVED] wrote:
>
> Alan S wrote:
> >OK on Win98 IE6 SP1 but Wow ! what time of day did you manage to see an
> >empty central line train seat at Leyt...
RE: FN-FORUM: Paypal question
date posted 4th September 2003 00:56
Andy
Other than the suspect HTML/XML /> and tags.......
for the values your using you need to use
To use the full "_cart" command you need to "array" the Item_names,
Numbers,Amounts (even...
FN-FORUM: CSS Question
date posted 4th September 2003 00:21
Evening/morning (for all those who've gone to bed) all
I am trying to do a CSS layout that is fixed to a specific size, I want =
a
box centred in the middle of a web page, the box dimensions are 750*...