Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Freelancers Forum Messages on Monday February 16th 2004

RE: FN-FORUM: Mindstream site check

date posted 16th February 2004 23:31

Thanks for that Paul, I agree, don=92t worry - once I've finished with it there will be not = much of the original layout left - I was just a tad worried about the 3 column layout as it stands. In f...

Re: FN-FORUM: JavaScript looping problem

date posted 16th February 2004 23:28

> It helps a lot to see that, just want to check I understnad you right... > > Do you want to be able to fully open the whole list in one go? > >As if i'd clicked on persil produicts home, persil fa...

RE: FN-FORUM: JavaScript looping problem

date posted 16th February 2004 23:28

Paul Cooper: > Branch is the class, with each menu item having an id of branch1, > branch2 etc. > I've uploaded a file here... > http://www.intexdesign.net/sitemap/sitemap.html Untested, but surely t...

FN-FORUM: Domain name management?

date posted 16th February 2004 23:25

I have over 100 client domain names (and counting). It's getting a REAL pain to monitor them all manually. I would welcome any suggestions for software to automate this process e.g. monitor and alert...

Re: FN-FORUM: JavaScript looping problem

date posted 16th February 2004 23:17

Paul It helps a lot to see that, just want to check I understnad you right... Do you want to be able to fully open the whole list in one go? As if i'd clicked on persil produicts home, persil fam...

Re: FN-FORUM: Firefox eBay bug

date posted 16th February 2004 23:07

Paul J White wrote: > Can't replicate it here - have been searching Ebay for various items > today on Firefox/W2K... > > Can you give EGs as to your search terms etc? Any words - I've tried many....

RE: FN-FORUM: Server traffic analysis

date posted 16th February 2004 23:07

> On a win2k server is it possible to find out the traffic "by > port". I seem to be getting about 2/3rds of my traffic on IIRC stndard http logs show the port number, 80 for normal traffic, 443 f...

Re: FN-FORUM: Link Builders

date posted 16th February 2004 23:03

As I've said, I've used them with no problems, and I don't think I've got spam as a result - but it has brought me ranking in Google for keywords that I couldn't get ranked for. You can check for spam...

Re: FN-FORUM: Firefox eBay bug

date posted 16th February 2004 23:03

Jonathan Chong wrote: > I'm having problems with eBay's search on Firefox. > > http://pages.ebay.co.uk/search/items/basicsearch.html > > Any result returns "no keywords found". A similar search in...

FN-FORUM: Firefox eBay bug

date posted 16th February 2004 22:53

Hi people, I'm having problems with eBay's search on Firefox. http://pages.ebay.co.uk/search/items/basicsearch.html Any result returns "no keywords found". A similar search in IE6 on WinXP works....

FN-FORUM: Server traffic analysis

date posted 16th February 2004 22:29

Hi, On a win2k server is it possible to find out the traffic "by port". I seem to be getting about 2/3rds of my traffic on HTTP but feck knows what the rest is down to and I'd like to know. Is there...

Re: FN-FORUM: JavaScript looping problem

date posted 16th February 2004 22:06

Branch is the class, with each menu item having an id of branch1, branch2 etc. I've uploaded a file here... http://www.intexdesign.net/sitemap/sitemap.html Any other ideas? Thanks Paul Paul Co...

Re: FN-FORUM: SVHS -> TV out

date posted 16th February 2004 21:11

At 21:37 16/02/2004, Mike wrote: >I have a laptop with SHVS out but no option to select TV as the default >monitor, the video card is reported as SiS 630/730 >Doing a google I came up with the possib...

FN-FORUM: SVHS -> TV out

date posted 16th February 2004 20:43

I have a laptop with SHVS out but no option to select TV as the default monitor, the video card is reported as SiS 630/730 Doing a google I came up with the possibilites of turning the TV out part on...

Re: FN-FORUM: MAC & PC media players

date posted 16th February 2004 20:41

Hey Rich I do remember seeing that CD around somewhere....hmmm.....I'll have a dig around. To be perfectly honest, I'm sure I had a look at the previews but I'll be buggered if I can remember...how...

Re: FN-FORUM: MAC & PC media players

date posted 16th February 2004 20:30

Hi Grant how are you did you watch my previews? all the work i sent you is stuck on a damaged hard drive and i have to try and recover my cos files etc else ive lost my whole years work since getting...

Re: FN-FORUM: [OT] Auden Carrasco

date posted 16th February 2004 20:12

John Wards wrote: > ...but this guy is mad. Not sure about mad but this has to one of the longest individual pages I've ever seen: http://www.audencarrasco.com/auden.htm I gave up before it'd finish...

Re: FN-FORUM: Fwd: freelance writers wanted for web project

date posted 16th February 2004 20:07

Thanks, very interesting. ----- Original Message ----- From: "Tony Crockford" [EMAIL REMOVED] To: [EMAIL REMOVED] Sent: Monday, February 16, 2004 3:54 PM Subject: FN-FORUM: Fwd: freelance writers want...

Re: FN-FORUM: JavaScript looping problem

date posted 16th February 2004 19:57

Of course branch in the getElemenybyId call needs to be escaped properly if it's not a variable, in case that's whats throwing you: function showAllBranch(){ //get a pointer to the element...

Re: FN-FORUM: MAC & PC media players

date posted 16th February 2004 19:55

Richard They should do no problem. I do know that WMP for Mac can pose problems when the user tries to open a WM file that is hosted on a dedicated Windows Media server using the mms streaming proto...

Re: FN-FORUM: Mindstream site check

date posted 16th February 2004 19:54

[EMAIL REMOVED] wrote: > > The test is at www.mindstream.co.uk/index.php - I've still not > completed the design and content - just need to know whether the basic > layout: > > header, footer, 3 co...

Re: FN-FORUM: JavaScript looping problem

date posted 16th February 2004 19:50

On my second mail I pointeed out the bug. You can't do; var objBranch = document.getElementById(branch).style; because the script needs objBranch to be an object with children, which you loop over t...

RE: FN-FORUM: JavaScript looping problem

date posted 16th February 2004 19:39

Thanks a lot for this Ron. Unfortunately I still can't get it working. I've changed my function to this... function showAllBranch(){ //get a pointer to the element var objBranch = document.getEleme...

RE: FN-FORUM: Link Builders

date posted 16th February 2004 19:24

> Yes... Sorry... My fault. > > The site is www.link-builder.com I put in an extra 's' by mistake. Aha - that's more like it! It looks like a good idea to me (i.e. it's free), but as John pointed out...

RE: FN-FORUM: asp

date posted 16th February 2004 18:54

> Any boby know any websites that give free ASP hosting??? I'm not a boby, but I do know a hosting company that provide free ASP hosting, but they have a strict anti-spam policy, so they'd soon shut...

Re: FN-FORUM: Google ranking dates?

date posted 16th February 2004 18:42

yeah, what's with that??? although, i suspect a lot of it is client driven, as they love to see something "whizzy" on their site... pure bunk if you ask me... luke On 13 Feb 2004, at 22:59, John...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 18:40

On 16 Feb 2004, at 19:00, artcaf wrote: > ive now got QT player and it all loads fine from your site > my problem is with windows for not including qt in win media player cool as. i think i should...

Re: FN-FORUM: ASP???

date posted 16th February 2004 18:13

Sincere apologies, Peter. No insult intended. Not to you, anyway. Was just getting carried away with the anti-spammer jibes. Will get back in my box now ;-). Richard >From: "Peter Wilson" [EMAIL R...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 18:07

yes its fine ive now got QT player and it all loads fine from your site my problem is with windows for not including qt in win media player your work is very good, i cant wait to use the light effect...

Re: FN-FORUM: SMTP Feed

date posted 16th February 2004 18:01

Thanks for quick reply... Would it? Great if so! I know how to do that alright. Is that what an "SMTP feed" means? ----- Original Message ----- From: "Grzegorz BRZESKI" [EMAIL REMOVED] To: [EMAIL RE...

Re: FN-FORUM: Domain taken or not...

date posted 16th February 2004 17:58

You want URL rewriting? There's various ways to achieve that depending on what web server software you use. Try mod_rewrite for Apache and URLrewrite (?) for IIS. Google a bit. Could also play aroun...

FN-FORUM: Mindstream site check

date posted 16th February 2004 17:55

Hi there folks, I'm upgrading my site after having problems over the last few months (any tips on moving from UK2.net would be greatfully received (I signed up for the domain with them a few years ag...

Re: FN-FORUM: SMTP Feed

date posted 16th February 2004 17:48

> Hi All, > Have a client who has just decided to go with my reseller hosting > - but they would like "SMTP feed into Exchange server" - which > my package does not allow. > > This setup is new to me....

Re: FN-FORUM: ASP???

date posted 16th February 2004 17:42

Just trying to earn an honest book my friend, just like the rest of us, no need for the insulting wit! ----- Original Message ----- From: "Richard Gallon" [EMAIL REMOVED] To: [EMAIL REMOVED] Sent:...

FN-FORUM: SMTP Feed

date posted 16th February 2004 17:41

Hi All, Have a client who has just decided to go with my reseller hosting - but they would like "SMTP feed into Exchange server" - which my package does not allow. This setup is new to me. Can I set...

Re: FN-FORUM: MAC & PC media players

date posted 16th February 2004 17:39

yep its Arkaos you need!! live video mixing flash texts outputs to QT available for a mac! and its only 300 quid! it has quadrupled my output time and is superb for adverts!! really good for finishi...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 17:39

On 16 Feb 2004, at 17:11, artcaf wrote: > its not the codec or the fact that its an mp4 > its the fact that its a QT mp4 and not a win media player mp4 > > the problem is between QT and windows hmm....

Re: FN-FORUM: MAC & PC media players

date posted 16th February 2004 17:35

ooohh.. downloading now for mac ;-) On 16 Feb 2004, at 18:00, artcaf wrote: > I do my own eyecandy music video's -mixing 3D animation with > Arkaos(.net) > and premiere is the best mix i can achi...

Re: FN-FORUM: MAC & PC media players

date posted 16th February 2004 17:30

On 16 Feb 2004, at 18:00, artcaf wrote: > http://www.richardbaileys.freeserve.co.uk/video.htm well, it played and i could hear the audio - although the video jumped about a lot and the compression...

Re: FN-FORUM: Domain taken or not...

date posted 16th February 2004 17:22

Can anyone please solve my this problem in ASP I have say a ASP site eg. www.mysite.com I go to some link and reach www.mysite.com/headlines Now there are many news on this page I click on one headlin...

Re: FN-FORUM: Domain taken or not...

date posted 16th February 2004 17:20

could be it's in expired limbo. It can take anything up to 60-90 days after a dom has 'expired' for it to become available to register again. hth, regards, Darren Yates [EMAIL REMOVED] http://ditto...

Re: FN-FORUM: MAC & PC media players

date posted 16th February 2004 17:15

ps Luke i saw a good link posted here the other day www.cgnetworks.com there is a maya forum and an impressive gallery ----- Original Message ----- From: "artcaf" [EMAIL REMOVED] To: [EMAIL REMOVED]...

Re: FN-FORUM: Domain taken or not...

date posted 16th February 2004 17:12

> This is an odd one. > > I was checking a .com out to see if it was registered or if it was if > they were willing to sell it. > > I did a who is and got "Domain not found" so though whohoo...went t...

Re: FN-FORUM: MAC & PC media players

date posted 16th February 2004 17:07

> > they do work in Mac windows media player. but i have had some before > that didn't display the video, only audio :-( > > no idea why that would be... > > post the link to your file again and i'l...

Re: FN-FORUM:(OT)win media encoding

date posted 16th February 2004 16:54

hi richard i used Maya for all the animation on my site... the renderer is second to none... and i'm still a beginner really :-) luke On 16 Feb 2004, at 17:25, artcaf wrote: > Luke i like the...

Re: FN-FORUM: MAC & PC media players

date posted 16th February 2004 16:53

they do work in Mac windows media player. but i have had some before that didn't display the video, only audio :-( no idea why that would be... post the link to your file again and i'll test on m...

FN-FORUM: MAC & PC media players

date posted 16th February 2004 16:34

i want to clear this up do .wmv files open in mac windows media player aswell as pc windows media player?...

Re: FN-FORUM:(OT)win media encoding

date posted 16th February 2004 16:32

Luke i like the light balls you have created in your video the light effects in general which modeller did you get that in? i have just got the Maya 5 learning edition CD in the post and am hoping t...

RE: FN-FORUM: ASP???

date posted 16th February 2004 16:30

You got one there that is good for nothing....? ;-) >www.asp101.com > >this site is good for asp sctipts > >www.buy-uk-insurance-online.co.uk > >this site is good for cheap insurance _______________...

FN-FORUM: Domain taken or not...

date posted 16th February 2004 16:30

This is an odd one. I was checking a .com out to see if it was registered or if it was if they were willing to sell it. I did a who is and got "Domain not found" so though whohoo...went to register...

Re: FN-FORUM: ASP???

date posted 16th February 2004 16:28

Stop it! I can't get any work done for laughing... > > anybody know any sites that give free ASP??? > > > >Not sure, but I heard that SHype is a company dedicated to providing high >quality websites,...

FN-FORUM: Flash requirement

date posted 16th February 2004 16:24

One of my clients has posted a requirement for modifications to an existing flash as follows; > Requirements - Need someone with experience and good knowledge of coding > complex mathematical equatio...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 16:18

luke its not the codec or the fact that its an mp4 its the fact that its a QT mp4 and not a win media player mp4 the problem is between QT and windows i am using win media player format because i a...

RE: FN-FORUM: CSS Vertical alignment

date posted 16th February 2004 16:12

It was a box in a box. We've done it with the top:50%; margin:-250px; type of approach. I'm passing messages on from the guy that's actually doing the development ! Cheers Andy -----Original Message...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 16:03

On 16 Feb 2004, at 15:22, artcaf wrote: > the force is telling you that you need to encode non QT files if any > members > of the general population are going to see your streaming video's > I have...

Re: FN-FORUM: CSS Vertical alignment

date posted 16th February 2004 16:03

Andy Macnaughton-Jones wrote: > What's the generally accepted method for doing vertical alignment. > Vertical-align doesn't seem to want to play. Is this an "IE" issue ? > Do you have to feck abo...

Re: FN-FORUM:(OT)win media encoding

date posted 16th February 2004 16:01

oops. that's interesting... maybe i need to look into my MP4 codec a little closer :-( On 16 Feb 2004, at 15:02, artcaf wrote: > I'm peed of now > i downloaded your mp4 and it wont play on my pc...

Re: FN-FORUM: ASP???

date posted 16th February 2004 15:56

hi i am oosaf henoo from outermongolia my great grandparents bequethed me with the throne of mongolia and over 1000,0000,000,000 i need someone i can trust to send the money too ............ anyone ha...

FN-FORUM: ASP???

date posted 16th February 2004 15:47

www.asp101.com this site is good for asp sctipts www.buy-uk-insurance-online.co.uk this site is good for cheap insurance...

Re: FN-FORUM: ASP???

date posted 16th February 2004 15:42

Chuckle.. On 16/2/04 4:14 pm, "Toby Ashley" [EMAIL REMOVED] wrote: > > [EMAIL REMOVED] wrote: > >> anybody know any sites that give free ASP??? >> > > Not sure, but I heard that SHype is a compa...

FN-FORUM: CSS Vertical alignment

date posted 16th February 2004 15:21

Hi, What's the generally accepted method for doing vertical alignment. Vertical-align doesn't seem to want to play. Is this an "IE" issue ? Do you have to feck about with -vw margins ? Cheers And...

Re: FN-FORUM: ASP???

date posted 16th February 2004 15:21

[EMAIL REMOVED] wrote: > anybody know any sites that give free ASP??? > Not sure, but I heard that SHype is a company dedicated to providing high quality websites, with web design and web developmen...

Re: FN-FORUM: ASP???

date posted 16th February 2004 15:20

Do you mean free ASP web hosting?? Try www.domaindlx.com On 16 Feb 2004, hsrandhawa.shype.co.uk wrote: > > > > > anybody know any sites that give free ASP??? > > > --- > Outgoing mail is certi...

RE: FN-FORUM: ASP???

date posted 16th February 2004 15:19

Freeasp.com > -----Original Message----- > From: [EMAIL REMOVED] [EMAIL REMOVED] On > Behalf Of hsrandhawa.shype.co.uk > Sent: 16 February 2004 16:11 > To: FN-FORUM / [EMAIL REMOVED] > Subject: FN-...

FN-FORUM: asp

date posted 16th February 2004 15:18

Any boby know any websites that give free ASP hosting??? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.580 / Virus Database: 367...

FN-FORUM: ASP???

date posted 16th February 2004 15:16

anybody know any sites that give free ASP??? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.580 / Virus Database: 367 - Release...

FN-FORUM: Fwd: freelance writers wanted for web project

date posted 16th February 2004 15:01

Thought there might be some on this list. Good luck... ------- Forwarded message ------- From: Matthew Cock [EMAIL REMOVED] To: [EMAIL REMOVED] Subject: freelance writers wanted for web project Date...

Re: FN-FORUM: win media encoding site check

date posted 16th February 2004 14:55

> You could always import the video into flash. Cross platform. Good > penetration. Nice filesizes. i agree, thats a good solution i was kinda hoping that wmv files will open on pcwindowsxp and mac w...

Re: FN-FORUM:

date posted 16th February 2004 14:45

> > Heh - please understand that I have nothing to do with that site - I didn't > > even check to see if it existed. Was just in mockery of our erstwhile > > spam-spaz. > > > No, I guessed it was jus...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 14:43

You could always import the video into flash. Cross platform. Good penetration. Nice filesizes. Alan > > Luke ive seen your site > > I havent got arkaos or the associated QT player installed yet on...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 14:34

Ok luke ive seen the link on your site to download the latest QT player-cant wait to see your stuff i bet when i install arkaos later it will skrew up ... ----- Original Message ----- From: "artca...

Re: FN-FORUM:

date posted 16th February 2004 14:34

Dan Norcott wrote: >>Dan Norcott wrote: >> >>>www.coalstonewcastle.com >>> > Heh - please understand that I have nothing to do with that site - I didn't > even check to see if it existed. Was just...

Re: FN-FORUM:

date posted 16th February 2004 14:30

> > Dan Norcott wrote: > > > > www.coalstonewcastle.com > > > "Can't pretend that you're nothing special You've got to look at all > of your options You can't decide what to go for When it's all about...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 14:28

Luke ive seen your site I havent got arkaos or the associated QT player installed yet on my PC so i cant view your vids the force is telling you that you need to encode non QT files if any members o...

Re: FN-FORUM:

date posted 16th February 2004 14:27

Dan Norcott wrote: > > www.coalstonewcastle.com > "Can't pretend that you're nothing special You've got to look at all of your options You can't decide what to go for When it's all about trust (i...

RE: FN-FORUM:

date posted 16th February 2004 14:14

On Mon, 2004-02-16 at 15:02, Richard Gallon wrote: > > > > SHype is a company dedicated > > We can provide hosting as well as many other additional features. I want a hosting service that makes me...

Re: FN-FORUM:

date posted 16th February 2004 14:10

SHype = SHite ----- Original Message ----- From: "Dan Norcott" [EMAIL REMOVED] To: [EMAIL REMOVED] Sent: Monday, February 16, 2004 2:58 PM Subject: Re: FN-FORUM: > > SHype is a company dedicated t...

Re: FN-FORUM:(OT)win media encoding

date posted 16th February 2004 14:09

> btw- got that song to play in Safari! very chill... about a minute into the song there is the ewoke? is it? you know that furry creature that sits in the back of lukes and makes a wooooaaaaaaeeeee...

RE: FN-FORUM:

date posted 16th February 2004 14:08

Aren't we all ;-) ? > >SHype is a company dedicated to providing high quality websites, with web >design and web development abilities. We can provide hosting as well as >many >other additional featu...

Re: FN-FORUM:

date posted 16th February 2004 14:04

SHype is a company dedicated to selling compressed carboniferous fuels to northeastern towns. We can also provide tea for far eastern nations. For competitive rates, and your specific tea or coal ba...

Re: FN-FORUM:

date posted 16th February 2004 14:02

On Mon, 2004-02-16 at 14:50, hsrandhawa.shype.co.uk wrote: > SHype is a company dedicated to providing high quality websites, with web > design and web development abilities. We can provide hosting as...

FN-FORUM:

date posted 16th February 2004 13:56

SHype is a company dedicated to providing high quality websites, with web design and web development abilities. We can provide hosting as well as many other additional features. For competitive rat...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 13:55

On 16 Feb 2004, at 14:30, artcaf wrote: > I am outputting to QT with 0 compression from Arkaos (www.arkaos.net > -worth > getting for mac if u like eyecandy) ahh. gotcha. > I am then inserting t...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 13:37

what are you encoding the original QTs with? Premiere should have a > bunch of good codecs with it, surely? I am outputting to QT with 0 compression from Arkaos (www.arkaos.net -worth getting for ma...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 13:27

what are you encoding the original QTs with? Premiere should have a bunch of good codecs with it, surely? if you have the latest QT player / codecs you should be able to encode as MPG4... are you...

Re: FN-FORUM:(OT) win media encoding/mac compatability

date posted 16th February 2004 13:26

yes Luke parsons a 4 yr old who did a picture for our infants school section at www.studentsart.com where i am a volunteer muggins here ps sorry your mac wont play the song its in flash swf format s...

Re: FN-FORUM: Link Builders

date posted 16th February 2004 13:21

Richard, Yes... Sorry... My fault. The site is www.link-builder.com I put in an extra 's' by mistake. Seems to have good information on it. Gordon...

Re: FN-FORUM:(OT) win media encoding/mac compatability

date posted 16th February 2004 13:21

haha... i couldn't get it to play on my stinkin' mac! i like the cube interface BTW - although it wouldn't work in Safari on the mac and i spent a frustrating few minutes trying to figger what the...

RE: FN-FORUM: Worldpay

date posted 16th February 2004 13:08

Ok, thanks for that helpful suggestion ;-)=20 -----Original Message----- From: Richard Harfst [EMAIL REMOVED] Sent: Monday, February 16, 2004 1:59 PM To: Andy Macnaughton-Jones Subject: RE: FN-FORUM:...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 13:07

> For future projects i would recommend quicktime with the photojpg codec. > My animations are first coded in QTime when i render them they come out as QT's but i wanted to get them into avi cinepak...

RE: FN-FORUM: Worldpay

date posted 16th February 2004 13:05

> I can't however find out *WHAT* I need to change ! > Can anybody point me in the right direction to know exactly what it is > we need to change ? Ring WorldPay's support number, spend half an hour...

Re: FN-FORUM:(OT) win media encoding/mac compatability

date posted 16th February 2004 13:01

> haha... it never ends.... ;-) > good luck. luke there is a song for you on my music page 10th song down (lifestar) I did it for a younger Luke and it features the ewok? from starwars .. you will...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 13:00

I dont know of a free one but one of the best pieces conversion software out there is Media Cleaner (now at version 6). Cinipak is a realy bad codec for archiving video footage. Its too lossy. For fu...

Re: FN-FORUM: Mac Test/Cheap Mac.

date posted 16th February 2004 12:55

seems to look okay in Safari on Mac - bar a couple of chopped images and slight frame positioning issues... in IE it's totally screwed tho' ! must be a problem with your CSS positioning - but i ha...

Re: FN-FORUM: win media encoding/mac compatability

date posted 16th February 2004 12:49

haha... it never ends.... ;-) good luck. On 16 Feb 2004, at 13:22, artcaf wrote: > doh > where does it end!...

RE: FN-FORUM: OT mobile phone scam

date posted 16th February 2004 12:40

...

RE: FN-FORUM: [OT] Auden Carrasco

date posted 16th February 2004 12:35

> Claims that he has invented some sort of broadband/super encription or > something and the US goverment is trying to steel it..he even has the > pictures of the spies... > > http://www.audencarrasco...

FN-FORUM: OT mobile phone scam

date posted 16th February 2004 12:34

My sister keeps getting a text saying "you are been contacted by someone you know through a dating agency. To find out who phone from a landline 090500 xxxxx" She's had 4 in 2 days, anyone else had...

FN-FORUM: Worldpay

date posted 16th February 2004 12:33

Hi Guys, I'm sure that all those that have worldpay based e-commerce sites have had an email saying that you need to upgrade your payment pages. I can't however find out *WHAT* I need to change !...

Re: FN-FORUM: win media encoding/mac compatability

date posted 16th February 2004 12:29

> if you are really worried about compatibility, try encoding as MPG4, > which has a really nice compression / quality ratio thanks luke i hadnt thought of mpg4 silly me now i have to find an avi-m...

Re: FN-FORUM: [OT] Auden Carrasco

date posted 16th February 2004 12:24

haha - i love the badly photoshopped 'SON TV' over SONY logo's and whatnot... On 16 Feb 2004, at 12:47, John Wards wrote: > http://www.audencarrasco.com/...

RE: FN-FORUM: Link Builders

date posted 16th February 2004 12:23

> I received an email from www.link-builders.com to swap links with one of > their clients to one of our clients sites. > > They say it is for free but they must be making money somewhere! I was more...

Re: FN-FORUM: win media encoding/mac compatability

date posted 16th February 2004 12:21

that sounds more like a windows problem then ;-) at the end of the day, anyone is free to encode media in whatever codec they desire - and if you have an up-to-date version of the player or plug-in...

FN-FORUM: [OT] Auden Carrasco

date posted 16th February 2004 11:54

I got the weirdest bit of SPAM this morning. Its not selling anything, its not promising anything...I think its a chain thing so I'm probably now part of the chain...but this guy is mad. Claims that...

Re: FN-FORUM: win media encoding/mac compatability

date posted 16th February 2004 11:53

> Haven't had much experience with Macs but I would have thought QuickTime > files are a dream on them - wasn't the QuickTime format developed by Apple? > Yes it was but everytime anyone ever sends m...

Re: FN-FORUM: win media encoding/mac compatability

date posted 16th February 2004 11:41

artcaf wrote: > i hope this time the newer version is more user friendly It's not as user-friendly as one would like, as in there is no pretty interface but there is a handy wizard for people new to...

Re: FN-FORUM: win media encoding/mac compatability

date posted 16th February 2004 11:36

You could use Windows Movie Maker, available from Microsoft download. I > think it only works on XP though > thanks yes ill try them ...last time i got a winmedia encoder from microsoft it the softwar...

RE: FN-FORUM: win media encoding

date posted 16th February 2004 11:30

You could use Windows Movie Maker, available from Microsoft download. I think it only works on XP though Many thanks, J Sutton...

FN-FORUM: Mac Test/Cheap Mac.

date posted 16th February 2004 11:26

I have a problem site, it works on IE,Moz & Opera (more or less) but completely fails on Mac's, any one see the problem http://www.the-holiday-cottages.co.uk ? Any one got a cheap mac I can buy as I'd...

Re: FN-FORUM: win media encoding

date posted 16th February 2004 11:24

artcaf wrote: > Can someone reccomend a good easy FREE if possible > conversion software to convert my Avi files into wma? format > I think Windows Media Encoder does it. You can get it from the Mi...

FN-FORUM: win media encoding

date posted 16th February 2004 11:22

Can someone reccomend a good easy FREE if possible conversion software to convert my Avi files into wma? format Ive done 6 new music videos this year and want to get them onto my site they are curren...

RE: FN-FORUM: Link Builders

date posted 16th February 2004 10:42

I did one link exchange with them as a result of a similar invitation. It seems to work OK. They have not sent me another invitation (or any other spam) since. They do not seem to care what the invite...

Re: FN-FORUM: Link Builders

date posted 16th February 2004 10:25

I disagree, because their sites have high google ratings, and I get business through a number of them - some that I can't get keywords on google for, I get found through linkcreator sites... Maybe no...

Re: FN-FORUM: Link Builders

date posted 16th February 2004 10:23

GW/Public wrote: > I received an email from www.link-builders.com to swap links with one of > their clients to one of our clients sites. > > They say it is for free but they must be making money some...

Re: FN-FORUM: Link Builders

date posted 16th February 2004 10:14

Yes, they are pretty good, and I've looked at getting the service they provide. They make money by selling access to the database on their server that is used to store link details. The server looks...

Re: FN-FORUM: Link Builders

date posted 16th February 2004 10:04

At 10:12 16/02/2004, someone wrote: >I received an email from www.link-builders.com to swap links with one of >their clients to one of our clients sites. It's spam. Ignore it. By all means swap link...

FN-FORUM: Link Builders

date posted 16th February 2004 09:19

I received an email from www.link-builders.com to swap links with one of their clients to one of our clients sites. They say it is for free but they must be making money somewhere! Anyone heard of o...

RE: FN-FORUM: JavaScript looping problem

date posted 16th February 2004 09:12

Sorry it took so long to reply, I was banned from the pc this valentines weekend! :{ objects have a childNodes array available in the DOM. so you do: //get a pointer to the element var objBranch =...

Re: FN-FORUM: Anyone else got it?

date posted 16th February 2004 01:06

Susan Engel wrote: > > Anybody else also received this? > 'where employers and freelancers meat each other' what does that mean? Yup - it was the "We have ... decided that our information will be i...



Messages by Day
February 29th 2004
February 28th 2004
February 27th 2004
February 26th 2004
February 25th 2004
February 24th 2004
February 23rd 2004
February 22nd 2004
February 21st 2004
February 20th 2004
February 19th 2004
February 18th 2004
February 17th 2004
February 16th 2004
February 15th 2004
February 14th 2004
February 13th 2004
February 12th 2004
February 11th 2004
February 10th 2004
February 9th 2004
February 8th 2004
February 7th 2004
February 6th 2004
February 5th 2004
February 4th 2004
February 3rd 2004
February 2nd 2004
February 1st 2004


Messages by Month
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000