Freelancers Forum Messages on Tuesday August 9th 2005
Re: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 20:11
>> Then you can retrieve the value like this:
>>
> or even just
>
For security you shouldn't have register_globals set on, and you should
filter all POST'ed and GET'ed input...
Re: FN-FORUM: Stock images
date posted 9th August 2005 18:57
Also BigStockphotos.com and dreamstime.com. Similar sort of sites,
similar sorts of prices.
Sam
On 9 Aug 2005, at 12:14, stephen gibson wrote:
>
> Colin
> I've used www.istockphoto.com before. I...
Re: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 17:41
I dont know much but i know php :P
Glad to help.
On 9 Aug 2005 16:55:49 -0000, [EMAIL REMOVED]
[EMAIL REMOVED] wrote:
>=20
> Tam that did the trick I thought it was going to be down to renaming the...
Re: FN-FORUM: Multiple language site
date posted 9th August 2005 17:39
Mamading Ceesay wrote:
>
>http://www.xe.com/sitemap.htm#webmasters
>
I thought they cool kids were using:
http://www.bankofcanada.ca/en/markets/csv/exchange_eng.csv
lately.
...j...
Re: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 17:18
Tam that did the trick I thought it was going to be down to renaming the
VAR :)
Cheers
Andrew
> Hi, your problem is that your variable is a name, shouldnt it be a
> value? Also since that your html...
Re: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 17:04
tried it not happening :(
It does echo from the DB no problem there it just wont go in the form and
in return be sent in a form handler through email, all the other form
fields love it, they just can...
Re: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 16:59
I have tried this but it just aint happening
Andrew
>
> You will need to to do this:
> 1. if the field is being echo'd by php:
> echo "";
> 2. if you want to echo the output of the variable into HTM...
Re: FN-FORUM: Multiple language site
date posted 9th August 2005 16:50
On 9 Aug 2005 15:44:02 -0000, PAMELA WHITTAKER [EMAIL REMOVED] wrote:
>=20
> I am doing a quote for an Ecommerce site in mutlple languages. They w=
ant
> the prices to be be store in Dollars but c...
Re: FN-FORUM: Multiple language site
date posted 9th August 2005 16:47
On Tue, 9 Aug 2005, PAMELA WHITTAKER wrote:
> currency when displayed. What is the best way of doing it so that the
> conversion rates are up to date or at least as up to date as possible. Would
> th...
RE: FN-FORUM: Multiple language site
date posted 9th August 2005 16:46
Depending on budget you could use xe.com
We're going to hand enter them about once a month but you could do
cunning daily uploads from their emails etc.=20
-----Original Message-----
From: [EMAIL RE...
Re: FN-FORUM: Dreamweaver 8 (Studio 8) out now.
date posted 9th August 2005 16:44
> Looking at a couple of news releases about it, it isn't expected to
> ship until some time in September.
They're probably waiting until my DevNet subscription expires in
September - otherwise the...
RE: FN-FORUM: Multiple language site
date posted 9th August 2005 16:43
Hi Pam
Connect to a conversion webservice (ie xe.com) and grab the conversion
rates from dollars to other currencies. Hold the rates in the cache and
use them to convert the stored price to the disp...
Re: FN-FORUM: Computer Spec for Grahpic Designer
date posted 9th August 2005 16:33
Do you have another computer that you can check the files on?
It is crashing at any particular point or after a certain amount of
time?
Also, keep task manager running in the background so that you...
Re: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 16:25
or even just
----- Original Message -----
From: "Tam Denholm" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Tuesday, August 09, 2005 4:34 PM
Subject: Re: FN-FORUM: passing a VAR PHP
Hi, your proble...
Re: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 16:21
You will need to to do this:
1. if the field is being echo'd by php:
echo "";
2. if you want to echo the output of the variable into HTML:...
FN-FORUM: Multiple language site
date posted 9th August 2005 16:05
Hi,
I am doing a quote for an Ecommerce site in mutlple languages. They want
the prices to be be store in Dollars but converted to the appropriate
currency when displayed. What is the best way o...
Re: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 15:56
Hi, your problem is that your variable is a name, shouldnt it be a
value? Also since that your html doesnt have a value your posting an
empty field so theres nothing to retrieve anyway.
Shouldnt your...
Re: FN-FORUM: Dreamweaver 8 (Studio 8) out now.
date posted 9th August 2005 15:16
Hi Sam,
> Studio 8 out now (Includes Dreamweaver 8).
I don't think it is actually available now. Macromedia have a habit of
letting people pre-order products several weeks/months before they are...
RE: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 15:15
If $IN is a php variable, try something like:...
Re: FN-FORUM: Quick Flash Help
date posted 9th August 2005 15:06
Perfect! Got it now, many many thanks :)
Ewan
On 9 Aug 2005, at 13:15, cgp wrote:
>
> add
>
> on (release) {
> gotoAndPlay(75);
> }
>
> to the instance of the button on the timeline,
>
> hth, c...
RE: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 15:05
the form is carrying everything else through but they are not a $variable
this is the field,
are you saying I need to code it like this?
Andrew
>
> [EMAIL REMOVED] wrote:
>>...
Re: FN-FORUM: Computer Spec for Grahpic Designer
date posted 9th August 2005 15:00
either the file or the computer! Narrow it down a little ;)
The files are created from scratch so I reckon it is the computer. It
could just be the install of Illustrator CS
I think the graphics ca...
RE: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 14:56
[EMAIL REMOVED] wrote:
> I'm having a head scratching moment :( I am pulling a record
> out of MySQL and echoing it no problems. Yet the same $value
> wont post through a form form some oddity. It...
FN-FORUM: passing a VAR PHP
date posted 9th August 2005 14:49
I'm having a head scratching moment :( I am pulling a record out of MySQL
and echoing it no problems. Yet the same $value wont post through a form
form some oddity. It is in a hidden form field. A...
RE: FN-FORUM: Form variables question
date posted 9th August 2005 14:18
I'm using ASP.Net so that's fine.
It's more that I'm using a bit of a shortcut to get a list of values
into an array and it's got the , as the separator.
I'm fine with it in classic ASP, but just chc...
Re: FN-FORUM: Form variables question
date posted 9th August 2005 14:00
On 9 Aug 2005 11:49:27 -0000, Andy Macnaughton-Jones [EMAIL REMOVED] wrote:
>=20
> Hi,
> I'm just doing some form handling and was wondering how browsers
> handle the following;
>=20
> In the Uk, if...
Re: FN-FORUM: Computer Spec for Grahpic Designer
date posted 9th August 2005 12:57
> the spec should handle it 2.8ghz with
> 1gb ram.
Sounds like there is either a problem with the file or the computer.
Do you have the latest updates from MS and Adobe?
Also, try loading the file...
RE: FN-FORUM: Computer Spec for Grahpic Designer
date posted 9th August 2005 12:45
I've got a AMD 64 with 1Gb ram nd 200Gb hard drive, it does the trick as well,
1 important thing is the graphic card too, I'm not quite sure what mine is but
the more powerful, the better. Mine comp...
Re: FN-FORUM: Quick Flash Help
date posted 9th August 2005 12:38
add
on (release) {
gotoAndPlay(75);
}
to the instance of the button on the timeline,
hth, chris
>
> Hi All
>
> Haven't used flash for a number of years now so a bit rusty,
> especially when on MX...
Re: FN-FORUM: Form variables question
date posted 9th August 2005 12:24
On Tue, 9 Aug 2005, Andy Macnaughton-Jones wrote:
> But for countries that use the , character as the decimal point, do you
> get "123,456,234,567,345,678" ? If so how do you get around the problem
>...
FN-FORUM: Dreamweaver 8 (Studio 8) out now.
date posted 9th August 2005 12:21
Studio 8 out now (Includes Dreamweaver 8).
www.macromedia.com
Regards
Sam Morgan
WIREDEYES - Internet Consultancy
tel : 020 7100 2178
fax : 0871 433 2278
web : http://www.wiredeyes.com
---...
FN-FORUM: Quick Flash Help
date posted 9th August 2005 12:13
Hi All
Haven't used flash for a number of years now so a bit rusty,
especially when on MX - all a bit new!
So simple, but struggling to add an action to the 'hit' part of a
button.
Ie. I want t...
FN-FORUM: Form variables question
date posted 9th August 2005 12:12
Hi,
I'm just doing some form handling and was wondering how browsers
handle the following;
In the Uk, if we have a decimal number, e.g., 123.456 then if you have
that in an input tag, e.g.,...
re: FN-FORUM: Stock images
date posted 9th August 2005 11:36
Colin
I've used www.istockphoto.com before. If you just do a search on
'laptop' or 'computer' or 'business' etc there are lots of them.
They cost about 2 dollars each.
Hope this helps
Steve...
Re: FN-FORUM: Div resizing
date posted 9th August 2005 11:31
On 8 Aug 2005 11:06:38 -0000, Norman Beresford [EMAIL REMOVED] w=
rote:
>=20
> For what it's worth I've tried just firing an alert() in that function
> and it's not happening in IE either.
You can c...
FN-FORUM: Stock images
date posted 9th August 2005 11:02
Hi Guys,
I'm looking for a stock image similar to this:
http://www.rainsforth.com/sample.jpg
...for one of my customer's web sites but haven't been able to find
anything similar.
Can anyone point...
Re: FN-FORUM: Computer Spec for Grahpic Designer
date posted 9th August 2005 10:52
Thanks, the reason I am asking this question is because the machine
currently being used by a graphic designer keeps crashing when a 30mb file
is being worked on in Illustrator, the spec should handle...
Re: FN-FORUM: Does anyone know where I can download a good (free) terminal emulator
date posted 9th August 2005 10:48
Hi John,
Here's a few links I found, something might be of use there!
http://www.lvr.com/serport.htm
http://hp.vector.co.jp/authors/VA002416/teraterm.html
Good luck!
John Thompson wrote:
>
> Hi...
Re: FN-FORUM: fn.net response rate?
date posted 9th August 2005 10:43
On Tue, 9 Aug 2005, Andrew Larcombe wrote:
> I've posted responses to six project requests on fn.net in the past
> couple of weeks, and only one has got back to me. Does anyone have any
> comments on...
FN-FORUM: fn.net response rate?
date posted 9th August 2005 10:36
Hi,
I've posted responses to six project requests on fn.net in the past
couple of weeks, and only one has got back to me. Does anyone have any
comments on what level of response I should get back f...
Re: FN-FORUM: Does anyone know where I can download a good (free) terminal emulator
date posted 9th August 2005 10:25
Hi Alastair
Thanks for the link - I should have also mentioned that the terminal
emulator also has to work on old style serial ports (e.g. COM1) - putty
doesn't seem to support this - any ideas?
B...
Re: FN-FORUM: Does anyone know where I can download a good (free) terminal emulator
date posted 9th August 2005 09:25
John Thompson wrote:
>Hi
>
>I am looking for a really good windows (XP) terminal emulator (hyperterminal
>isn't really good enough).
>
>It needs to be able to replay prerecorded scripts at the press...
FN-FORUM: Does anyone know where I can download a good (free) terminal emulator
date posted 9th August 2005 08:53
Hi
I am looking for a really good windows (XP) terminal emulator (hyperterminal
isn't really good enough).
It needs to be able to replay prerecorded scripts at the press of a function key
(or mouse)...
FN-FORUM: PHP Programmer West Yorkshire
date posted 9th August 2005 08:49
Hi All
Anyone here, or does anyone know an excellent PHP programmer in
Yorkshire (preferably near leeds area)?
I'm needing to integrate an SMS system (in a SOAP wrapper) into a PHP
website and t...
Re: FN-FORUM: Font ID
date posted 9th August 2005 08:23
It could be hand done, but then it could look that way because it has
been warped into the curve.
You should definately try the fourms at
http://www.myfonts.com/WhatTheFont/forum/ as someone should...