Freelancers Forum Messages on Tuesday June 25th 2002
Re: FN-FORUM Video Codecs
date posted 25th June 2002 23:53
David Eckersall wrote:
> anyone know a way i can easily find out the required codec (or compat one)
> for an .avi?
>
> tia
If in Windoze 2000 or above, you can right click on the file and then
prop...
RE: FN-FORUM SEO
date posted 25th June 2002 23:44
There is not a lot wrong with it as it stands. I would look at doing some
keyword analsis to find out what your target keywords are going to be. Then
make sure you repeat them more times than you thin...
Re: FN-FORUM Video Codecs
date posted 25th June 2002 23:33
http://www.jmcgowan.com/avi.html
Open it in a text editor and search for vids????. vids something is the
codec eg clock.avi on my system is vidsRLE (ie MS RLE) this is also shown on
the properties,su...
SEO
date posted 25th June 2002 22:53
Hi,
Could you have a peek at www.tamdesign.co.uk/lewiscobb search engine
rankings important so any suggestions on getting a good listing would be
appreciated, its still being tweaked so the code ca...
Video Codecs
date posted 25th June 2002 22:33
anyone know a way i can easily find out the required codec (or compat one)
for an .avi?
tia...
Re: FN-FORUM fuji finepix s602z
date posted 25th June 2002 22:09
> a major
> > drawback with digital SLRs - the amount of static created by all the
> > 'gubbins' inside means that when a lens is removed or changed any dust
> > within a 5mile radius gets invited...
Re: FN-FORUM loop in php
date posted 25th June 2002 20:04
> how would you echo the following database retrieval in a list until all the
> rows have been echoed?
Hi Rob,
Use a do...while loop
$sql = "Your query here";
$result = mysql_query($sql);
if ($my...
Re: FN-FORUM Flash audio analysis
date posted 25th June 2002 20:02
TO Vav and the two Steves (there's a bandname in there somewhere!):
thanks guys, that was a godsend! I'm using MX BTW
I think I may have come across SWIFT before but never realised it
actually gave...
Re: FN-FORUM fuji finepix s602z
date posted 25th June 2002 19:42
[EMAIL REMOVED] wrote:
> just caught up with my emails:
> ---- 8< ------
> Personally, if you need to do print I'd get a large format camera
> (120mm)
> --- 8< --------
> 120mm is actually call...
Re: FN-FORUM FreeLancer - OT
date posted 25th June 2002 15:52
Doh! Now you've gone and lost me
----- Original Message -----
From: "Shaf Cangil" [EMAIL REMOVED]
benda!
ha-ha
----- Original Message -----
From: "Ema" [EMAIL REMOVED]
> Iyi Turkce bilmen.
>
>...
RE: FN-FORUM loop in php
date posted 25th June 2002 15:39
Dear all,
I have been unsuccessfully trying to unsubscribe from this list for the last couple of days. I would like to ask the administrator to unsubscribe me manually if possible....
RE: FN-FORUM loop in php
date posted 25th June 2002 15:27
sending this was a slip of the keyboard as I said earlier -
the timing of the 2 (original) posts got switched somehow.
Tim Ward
www.chessish.com
> And this is better how???
>
> Steve
>
> -----Origin...
RE: FN-FORUM loop in php
date posted 25th June 2002 15:06
And this is better how???
Steve
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of Tim Ward
Sent: 25 June 2002 13:59
To: [EMAIL REMOVED]
Subject: Re: FN-FORUM loop i...
RE: FN-FORUM loop in php
date posted 25th June 2002 15:05
Observant aren't you. Sounds like you really know what you're talking about
Tim
Steve
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of Tim Ward
Sent: 25 June 2002 14:28
To:...
RE: FN-FORUM PWS QUESTION
date posted 25th June 2002 15:04
This is a multi-part message in MIME format.
------=_NextPart_000_0008_01C21C59.C74C5210
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: 7bit
Is the page within the home dir...
Re: FN-FORUM PWS QUESTION
date posted 25th June 2002 14:41
Is PWS running--ie can you see the logo in the system tray? Are you typing
http://pcname to view the pages? Is the link to the asp page relative?
Surely the site on PWS is local, not remote. You can h...
Re: FN-FORUM PWS QUESTION
date posted 25th June 2002 14:33
This is a multi-part message in MIME format.
------=_NextPart_000_00B2_01C21C55.6B6EB310
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
don't know about...
RE: FN-FORUM loop in php
date posted 25th June 2002 14:26
sorry to butt in but this is far from neat and gives no indication
of how you're actually planning to get the info from the result of
the query.
The neatest way to get data from a mysql result resour...
Re: FN-FORUM FreeLancer - OT
date posted 25th June 2002 14:16
benda!
ha-ha
shaf
----- Original Message -----
From: "Ema" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Tuesday, June 25, 2002 12:46 PM
Subject: Re: FN-FORUM FreeLancer - OT
> Iyi Turkce bilmen.
>...
RE: FN-FORUM loop in php
date posted 25th June 2002 14:07
Ron,
$result = mysql_query('your sql query here');
$num_results = mysql_num_rows($result);
for ($i=0; $i < $num_results; $i++)
{
'your display code here'
}
will do the job quite neatly
Steve
-...
RE: FN-FORUM flash and IE6
date posted 25th June 2002 14:05
Ok here
regards
Andrew Mottershead
Web Developer
Mindstream Web Design
email: [EMAIL REMOVED]
tel: +44 (0)1743 718262
fax: +44 (0) 7092 115513
web: www.mindstream.co.uk
This e-mail, and any attac...
Re: FN-FORUM loop in php
date posted 25th June 2002 14:00
please ignore the previous post - used tab in a web mail client again.
if ($result = musql_query("..."))
{ while ($array = mysql_fetch_array($result))
{ echo($array["fieldname"]);
}
}...
Re: FN-FORUM loop in php
date posted 25th June 2002 13:57
if ($reult = musql_query("..."))
{
Tim Ward
www.chessish.com
> hi all,
>
> how would you echo the following database retrieval in a list until all
> the rows have been echoed?
>
> i've a feeling its...
RE: FN-FORUM loop in php
date posted 25th June 2002 13:53
Hi Robin,
The PHP 'foreach' feature is very powerfull. Assuming you return a hash
array of records from your SQL query you can run :-
ary=get_results_from_query();
foreach( $ary as $record ){...
Re: FN-FORUM flash and IE6
date posted 25th June 2002 13:41
Ok here IE6 XP Pro
----- Original Message -----
From: "Martin Kellie" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Tuesday, June 25, 2002 1:12 PM
Subject: RE: FN-FORUM flash and IE6
> Works fine, IE...
loop in php
date posted 25th June 2002 13:35
hi all,
how would you echo the following database retrieval in a list until all the
rows have been echoed?
i've a feeling its a while loop type statement, but aren't too sure.
tia
Robin Garbutt
Po...
PWS QUESTION
date posted 25th June 2002 13:30
This is a multi-part message in MIME format.
------=_NextPart_000_0017_01C21C4C.64C94740
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
HI,
I have ch...
RE: FN-FORUM flash and IE6
date posted 25th June 2002 13:12
Works fine, IE 6 on W2k
-----Original Message-----
From: Pierre Karadia [EMAIL REMOVED]
Sent: Friday, January 02, 1970 12:15 PM
To: [EMAIL REMOVED]
Subject: FN-FORUM flash and IE6
Is there a prob...
Re: FN-FORUM FreeLancer - OT
date posted 25th June 2002 12:45
Iyi Turkce bilmen.
Em
--
www.bw3.co.uk
----- Original Message -----
From: "Shaf Cangil" [EMAIL REMOVED]
ooo!
you turkish Ema?
or just speak it?
Shaf
----- Original Message -----
From: "Ema" [EMAI...
flash and IE6
date posted 25th June 2002 12:41
Is there a problem with IE6 and flash at all, one of my clients is
moaning how a flash menu is not functioning properly in iE6,
(windows),
if anyone has IE6 could they have a look at the flash site...
Re: FN-FORUM Hosting Quote Required
date posted 25th June 2002 12:34
John
Try http://www.malo-idm.co.uk I have used them and it costs me £4:30 (ish) a
month for my hosting, I get full ftp, email add etc. I only found the site
whilst looking for my name!
matt
>Fr...
Traffic generator
date posted 25th June 2002 12:27
Anyone know anything about these guys and their programme? Ahking's SurzUp
Traffic Generator
http://www.ahking.com
Kathy...
Re: FN-FORUM teleportation
date posted 25th June 2002 12:22
I think it is a requisite.
actually the term 'bettering yourself' would be really true then wouldn't
it?
I would opt for the brains of Einstein and the bod of Cindy Crawford just a
hint of me reaping...
RE: FN-FORUM Hosting Quote Required
date posted 25th June 2002 12:22
This is a multi-part message in MIME format.
------=_NextPart_000_0003_01C21C43.0DA0BE20
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
=A350pa...
=20
ft...
Re: FN-FORUM FreeLancer - OT
date posted 25th June 2002 12:14
ooo!
you turkish Ema?
or just speak it?
Shaf
----- Original Message -----
From: "Ema" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Tuesday, June 25, 2002 11:47 AM
Subject: Re: FN-FORUM FreeLancer - OT...
VoIP
date posted 25th June 2002 12:10
Anyone having information about VoIP_?
-----Original Message-----
From: Vavavoom [EMAIL REMOVED]
Sent: Tuesday, June 25, 2002 10:26
To: [EMAIL REMOVED]
Subject: Re: FN-FORUM Flash audio analysis
Ad...
RE: FN-FORUM FreeLancer
date posted 25th June 2002 12:08
This is a multi-part message in MIME format.
------_=_NextPart_001_01C21C28.2DAA8B3A
Content-Type: text/plain;
charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable
Hos bulduk:) any free...
Re: FN-FORUM BNI Opportunity in Bedford Area
date posted 25th June 2002 12:05
--------------080302080500080704040209
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Hi guys,
I've just tried to get some information on my local branch,...
Re: FN-FORUM Hosting Quote Required
date posted 25th June 2002 11:59
--------------070806000108080205090006
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit
Ian,
this project decided to host locally but I have another clie...
Re: FN-FORUM FreeLancer - OT
date posted 25th June 2002 11:50
Merhaba ;c)
Em
--
www.bw3.co.uk
----- Original Message -----
From: "Shaf Cangil" [EMAIL REMOVED]
Nice to see another Turk out there.
Hos geldin!
Shaf
(TURKEY FOR THE CUP!)...
Re: FN-FORUM BNI Opportunity in Bedford Area
date posted 25th June 2002 11:37
It's an hour's journey from here, which means getting up at 5.30 AM!
Joe
> Guys
>
> You said we - so presumably you have colleagues that are working with you.
>
> Why are you not joining both?
>...
Re: FN-FORUM BNI Opportunity in Bedford Area
date posted 25th June 2002 11:05
--part1_110.1422c3ff.2a499a87_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
Guys
You said we - so presumably you have colleagues that are working with you.
W...
Re: FN-FORUM Flash audio analysis
date posted 25th June 2002 09:47
Hi Ade,
The type of data you're looking for is generated using Fast Fourrier
Transform analysis, and is hellishly complex. The data will have to be
pre-generated, but the good news is that there is a...
RE: FN-FORUM teleportation
date posted 25th June 2002 09:43
have you lot been doing drugs??
Andrew
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of Tony Crockford
Sent: Tuesday, June 25, 2002 09:11
To: [EMAIL REMOVED]
Subj...
RE: FN-FORUM teleportation
date posted 25th June 2002 09:09
> you cannot teleport in one indivisible operation.
So if human teleportation is out of the question, who is working on making
human facsimiles?
Imagine, by some digitising process, your "essence"...
Re: FN-FORUM Flash audio analysis
date posted 25th June 2002 09:01
I don't know if this is of any use mate
http://www.swift-tools.com/
Go to the Swift MP3 section, you may well have seen it already but if not it
generates a SWF with a spectrum analyzer by well anal...
Re: FN-FORUM Flash audio analysis
date posted 25th June 2002 08:30
Ade,
this is way beyond a general flash issue - if you cant get help here
id try asking on the flash pro list...
http://www.muinar.org/
Best of luck,
vav
-----------------------------------...
Re: FN-FORUM FreeLancer
date posted 25th June 2002 08:29
This is a multi-part message in MIME format.
------=_NextPart_000_0022_01C21C22.93826FA0
Content-Type: text/plain;
charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable
FreeLancerHi Ali-...
Flash audio analysis
date posted 25th June 2002 01:49
Can the panel answer the following query:
(many thanks for any who even attempt it)
I am currently designing a site predominantly in Flash (95%), the idea
being to showcase several groups of experim...