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 Thursday May 11th 2006

Re: FN-FORUM: Advice on building a shopping basket

date posted 11th May 2006 21:41

Slightly different approach here: Registered users log on and have a basket in the database. Unregistered users use a session array as a basket. If a user adds items to the basket, then registers or...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 21:39

> doesn't AlphaImageLoader use javascript? No, it's a proprietory css filter from Microsoft. Dunno if it can be = disabled, but it doesn't look like it. Should work in IE5.5 too. You might be thi...

RE: FN-FORUM: Advice on building a shopping basket

date posted 11th May 2006 19:00

This is what we do; Basket table with user_id and guid_id. Guid ID is generated per session. (1) new user adds stuff to shopping basket. On addition of first new item, system creates a new basket an...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 18:59

Anthony Cartmell wrote: No javascript used, so that's not a problem. Without CSS you just get > plain text looking just like any unstyled HTML. doesn't AlphaImageLoader use javascript? /me goes of...

RE: FN-FORUM: MS SQL Help

date posted 11th May 2006 18:42

I'd just like to say a big thanks to everyone who posted code and ideas, and to the people who contacted me off list and telephoned - apologies for not getting back to each of you individually. The s...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 18:33

> cool! > > can I "borrow" that? Of course! > how does it degrade? > > CSS off javascript on > > CSS on javascript off No javascript used, so that's not a problem. Without CSS you just get = plai...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 18:27

I'm playing with PNGs at the moment. Tony Crockford wrote: > > Catherine Hutchinson wrote: >> >> IE 6 - the text is to the right of the white box. > > so it is. > > and the white box isn't opaque eit...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 18:25

Anthony Cartmell wrote: > >> Or use a semi-transparent alpha-channel PNG (PNG-24) for the div's >> background, using the PNGbehavior fix for IE6. IE7 will support >> alpha-channel transparency in P...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 18:18

Catherine Hutchinson wrote: > > IE 6 - the text is to the right of the white box. so it is. and the white box isn't opaque either is it... ;o( just shows how rubbish IE6 is. did you get opacity...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 18:16

> Or use a semi-transparent alpha-channel PNG (PNG-24) for the div's = > background, using the PNGbehavior fix for IE6. IE7 will support = > alpha-channel transparency in PNGs :) Here's a demo, n...

RE: FN-FORUM: Advice on building a shopping basket

date posted 11th May 2006 18:01

We do this for our e-commerce - will drop you a line later if you still need to know.=20 -----Original Message----- From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of D D Glendinning Sent: Thursday,...

Re: FN-FORUM: downsampling PDFs

date posted 11th May 2006 17:55

On 11 May 2006, at 16:51, Cat wrote: > hello, > a client's given me several PDFs to put on a website, but they contain > 300dpi images which are obviously making the files very large. > anyone know of...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 17:29

> You can fake it with two absolute fixed background images, one faded, Or use a semi-transparent alpha-channel PNG (PNG-24) for the div's background, using the PNGbehavior fix for IE6. IE7 will su...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 17:27

IE 6 - the text is to the right of the white box. Tony Crockford wrote: > > Catherine Hutchinson wrote: >> >> But your text isn't over the white box. > > it is in firefox an IE7 > > what browser? >...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 17:21

Catherine Hutchinson wrote: > > But your text isn't over the white box. it is in firefox an IE7 what browser? -- Join me: http://wiki.workalone.co.uk/ Thank me: http://www.amazon.co.uk/gp/registr...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 17:19

You can fake it with two absolute fixed background images, one faded, li= ke http://www.numberlinelane.co.uk but the opacity method is probably more future-proof. Anthony -- = www.fonant.com - han...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 17:16

But your text isn't over the white box. Tony Crockford wrote: > > Catherine Hutchinson wrote: >> >> Now that may just work!! genius as always!! > > here's it done with an absolutely positioned div......

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 17:08

Catherine Hutchinson wrote: > > Now that may just work!! genius as always!! here's it done with an absolutely positioned div... http://www.boldfishclient.co.uk/webunlimited/opacitytest.htm -- Jo...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 16:56

Richard Lewis wrote: > Could you apply style to the tag as well? Its not quite as elegant > as your solution, but it might work. > > > About Us > Some text >...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 16:48

Now that may just work!! genius as always!! Tony Crockford wrote: > > Tony Crockford wrote: > >> I only ever made this work by absolutely positioning the text in a >> non opaque transparent backgrou...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 16:43

On 11 May 2006 16:21:24 -0000, "Catherine Hutchinson" [EMAIL REMOVED] said: > > I've created a site that uses photographic backgrounds with transparent > boxes overlaying the photos. I have done th...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 16:42

Tony Crockford wrote: > I only ever made this work by absolutely positioning the text in a non > opaque transparent background box over the opaque box. (which brings its > own problems.) I forgot,...

Re: FN-FORUM: downsampling PDFs

date posted 11th May 2006 16:38

On 11 May 2006 15:51:17 -0000, "Cat" [EMAIL REMOVED] said: > > hello, > a client's given me several PDFs to put on a website, but they contain > 300dpi images which are obviously making the files ve...

Re: FN-FORUM: transparent boxes in css

date posted 11th May 2006 16:36

Catherine Hutchinson wrote: > > I've created a site that uses photographic backgrounds with transparent > boxes overlaying the photos. I have done this all in CSS using the > following: > > #conte...

Re: FN-FORUM: Freelance commission

date posted 11th May 2006 16:26

Just to let you know... That commission only work that I've been doing. It's working out really well and I've tied the contract down to a 25 per cent commission across all new sales. I'm seriously...

FN-FORUM: transparent boxes in css

date posted 11th May 2006 16:22

I've created a site that uses photographic backgrounds with transparent boxes overlaying the photos. I have done this all in CSS using the following: #content { margin: 10px; padding: 10px; float:...

RE: FN-FORUM: Google Search Results

date posted 11th May 2006 16:21

that is weird if I type in people counters I don't get people counters I get chambers electronics but in FF if you click the chambers link results display again! weird is an understatement -- http...

Re: FN-FORUM: downsampling PDFs

date posted 11th May 2006 16:17

I think you can only select the file size when you are initially setting up the PDF. You can reduce the file size by changing it to be viewed in a later version of acrobat eg acrobat 7 But you coul...

Re: FN-FORUM: downsampling PDFs

date posted 11th May 2006 16:10

You can do that with Acrobat itself (not the viewer though). Cat wrote: > hello, > a client's given me several PDFs to put on a website, but they contain > 300dpi images which are obviously making th...

RE: FN-FORUM: Google Search Results

date posted 11th May 2006 16:01

Is it cookie driven? I've just cleared my cookies and finally got the same results! Stephen....

Re: FN-FORUM: Google Search Results

date posted 11th May 2006 15:52

Well done Mark on beating me (she says begrudgingly..) -- Michelle Penny - Chief Designer Visit Grounded Vertigo - http://www.groundedvertigo.co.uk Grounded Vertigo Mobile - 07772230734 Coming soo...

FN-FORUM: downsampling PDFs

date posted 11th May 2006 15:52

hello, a client's given me several PDFs to put on a website, but they contain 300dpi images which are obviously making the files very large. anyone know of a utility to auto-compress the images down t...

Re: FN-FORUM: pop behind box

date posted 11th May 2006 15:50

Quoting top deck publications [EMAIL REMOVED] > > Hi > > We're just coming to the end of the first phase of our website design > we have a research form on our index page to get info from visitors ab...

Re: FN-FORUM: Google Search Results

date posted 11th May 2006 15:40

Firefox (FF) and Internet Explorer (IE) -- Michelle Penny - Chief Designer Visit Grounded Vertigo - http://www.groundedvertigo.co.uk Grounded Vertigo Mobile - 07772230734 Coming soon - Printing S...

FN-FORUM: Running custom made software in a browser..

date posted 11th May 2006 15:38

Hello, I noticed that Google Videos (video.google.com) requires that you download a video viewer to watch their video content. What is required to write this sort of software which runs transparentl...

Re: FN-FORUM: Google Search Results

date posted 11th May 2006 15:37

ff =3D Firefox ie =3D Internet Explorer Different Browsers On 11 May 2006 15:33:31 -0000, Complete business design solution Ideal-Graphics [EMAIL REMOVED] wrote: > > what is ff and ie > ----- Origi...

Re: FN-FORUM: Google Search Results

date posted 11th May 2006 15:37

Firefox (FF) and Internet Explorer (IE) Original Message: ----------------- From: Ideal-Graphics ( Complete business design solution ) [EMAIL REMOVED] Date: 11 May 2006 15:32:49 -0000 To: [EMAIL REMO...

Re: FN-FORUM: Google Search Results

date posted 11th May 2006 15:34

what is ff and ie ----- Original Message ----- From: [EMAIL REMOVED] To: [EMAIL REMOVED] Sent: Thursday, May 11, 2006 4:29 PM Subject: RE: FN-FORUM: Google Search Results Not for me! Mine gives '...

RE: FN-FORUM: Google Search Results

date posted 11th May 2006 15:30

Not for me!=20 Mine gives 'www=2Esilversurfers=2Enet/interests-motorbikes=2Ehtm' as the n= umber 8 result in FF and IE Original Message: ----------------- From: Stephen [EMAIL REMOVED] Date: 11 May 2...

RE: FN-FORUM: Google Search Results

date posted 11th May 2006 15:18

Results number 8 in IE is: Tiscali Motoring - Motorbikes Result 8 in FF is: Used Cars, New Cars, Car Parts, Buy & Sell Cars - Trading Post Auto (I don't know any of these results was just curious...

RE: FN-FORUM: Google Search Results

date posted 11th May 2006 15:15

I get exactly the same in FF and IE6 with javascript still enabled=2E Original Message: ----------------- From: Stephen [EMAIL REMOVED] Date: 11 May 2006 15:09:56 -0000 To: [EMAIL REMOVED] Subject: R...

RE: FN-FORUM: Google Search Results

date posted 11th May 2006 15:13

It's on google.com only load it up and type in motorbikes and check the results (aint nowt to do with javascript). Stephen -----Original Message----- From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf...

RE: FN-FORUM: Google Search Results

date posted 11th May 2006 15:12

I just opened FF (latest version) and hit home (google.co.uk) then typed in "motorbikes" did the same for IE6 got different results!? Ah that's weird, disabled javascript in FF and got the same resul...

Re: FN-FORUM: Google Search Results

date posted 11th May 2006 14:58

I'm not an expert, but... Dependent on the browser and location of 'you' and the time at which you do the search, your results will be 'fed' by different data centres which most of the time will be...

RE: FN-FORUM: Google Search Results

date posted 11th May 2006 14:56

They shouldn't be! Have you got an example of a search term=3F Check you haven't got the 'personalised results' feature turned on=2E Original Message: ----------------- From: Stephen [EMAIL REMOVED]...

FN-FORUM: Google Search Results

date posted 11th May 2006 14:51

How come google search results are different in different browsers? (FF and IE6) Anyone know? Stephen....

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 14:44

> That reminds me of when Brass Eye did the peadophile special and loads of > people condemned it because they actually took it seriously instead of as= a > joke. > One politician was on the radio an...

RE: FN-FORUM: pop behind box

date posted 11th May 2006 14:32

http://javascript.internet.com/page-details/go-behind-popup.html -----Original Message----- From: top deck publications [EMAIL REMOVED] Sent: 11 May 2006 15:24 To: FN-FORUM / [EMAIL REMOVED] Subject...

RE: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 14:30

That reminds me of when Brass Eye did the peadophile special and loads of people condemned it because they actually took it seriously instead of as a joke. One politician was on the radio and said: "A...

FN-FORUM: Background colour in maps

date posted 11th May 2006 14:28

Hi, I'm making a map for an image:...

FN-FORUM: pop behind box

date posted 11th May 2006 14:25

Hi We're just coming to the end of the first phase of our website design we have a research form on our index page to get info from visitors about why they are visiting however we also want to have...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 14:24

> It is crap and I fail to see the point of it=2E Incidentally there's no= > marketing campaign on this planet that would get me to drink Tango, or > any other carbonated sugar/water/chemical combin...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 14:09

> hmm, I didn't realise that spoof crap web sites were such an > established marketing technique. It is crap and I fail to see the point of it. Incidentally there's no marketing campaign on this pla...

Re: FN-FORUM: Problem with getElementById and Mac IE

date posted 11th May 2006 13:20

On 11 May 2006 13:10:34 -0000, "John Wooding" said: > > document.getElementById('bannerRight').style.backgroundImage = > > "url('images/2.jpg')"; > I remember vaguely a similar problem and suspect it...

Re: FN-FORUM: Problem with getElementById and Mac IE

date posted 11th May 2006 13:14

On 11 May 2006 13:07:29 -0000, "Richard Lewis" said: > On 11 May 2006 12:24:44 -0000, "Paul Silver" said: > > > > All the page source is below if that helps. I'd like to either get it > > working in...

Re: FN-FORUM: Problem with getElementById and Mac IE

date posted 11th May 2006 13:12

> Hi, can someone with some Javascript / DOMscripting knowledge please > help: >=20 > I'm trying to update the background image of a div = (id=3D"bannerRight") > using some scripting. The stylesheet s...

Re: FN-FORUM: Problem with getElementById and Mac IE

date posted 11th May 2006 13:09

On 11 May 2006 12:24:44 -0000, "Paul Silver" [EMAIL REMOVED] said: > > All the page source is below if that helps. I'd like to either get it > working in Mac IE, or just get that browser to ignore w...

FN-FORUM: FW: php/mysql users access control script - PLS HELP! - FIXED

date posted 11th May 2006 12:59

Hey! It's fixed now. Ta D -----Original Message----- From: David Sadowski [EMAIL REMOVED] Sent: 11 May 2006 10:57 To: [EMAIL REMOVED] Subject: php/mysql users access control script - PLS HELP! Hi...

FN-FORUM: Problem with getElementById and Mac IE

date posted 11th May 2006 12:25

Hi, can someone with some Javascript / DOMscripting knowledge please help: I'm trying to update the background image of a div (id="bannerRight") using some scripting. The stylesheet sets one image as...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 12:23

http://www.google.co.uk/search?q=sony%20%20bravia%20advert c'mon, dude... PuntersPower wrote: > seriously! Have I missed something? Have all the people visited this > site had a small piece of th...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 12:16

hmm, I didn't realise that spoof crap web sites were such an established marketing technique. Mammut mountaineering equipment has a similar thing - an 80 year old woman setting out to climb everest...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 12:11

yeah and breathing at the same time On 11 May 2006, at 13:05, Ben Moxon wrote: > > gareth wrote: >> >> finally found someone just like me! >> I can walk and talk though....quite proud of that! >> >...

RE: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 12:10

Quality. I do love viral marketing. -----Original Message----- From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Tim 'Tim' Allan Sent: 11 May 2006 12:31 To: FN-FORUM / [EMAIL REMOVED] Subject: FN-FO...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 12:07

gareth wrote: > > finally found someone just like me! > I can walk and talk though....quite proud of that! > > On 11 May 2006, at 12:50, Tom Allen wrote: > What, both at once?...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 12:05

seriously! Have I missed something? Have all the people visited this site had a small piece of their brain removed by an invisible tall fat mouse? -- http://www.punterspower.co.uk > > Brilliant. >...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 11:58

finally found someone just like me! I can walk and talk though....quite proud of that! On 11 May 2006, at 12:50, Tom Allen wrote: > >> might be too clever for some people... obviously >> > > Well I...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 11:52

Brilliant. Absolutely spot on. Very Swansea. One of the few viral marketing type things that I find funny enough that I'd think about passing it on, although that may be in part because a lot of my...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 11:51

> might be too clever for some people... obviously > Well I do have an IQ of well below 70, and I have trouble tying my shoelaces on a regular basis. Sometimes I forget what day it is and go to work...

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 11:50

On Thu, May 11, 2006 at 11:41:05AM -0000, Derek Jempson wrote: > > > Thanks for all the replies. I've got it sussed. > > Apparently, the sequence is thus: > > 1) Open the command line session >...

RE: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 11:47

You've been Tangoed! -----Original Message----- From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Tom Allen Sent: 11 May 2006 12:37 To: FN-FORUM / [EMAIL REMOVED] Subject: Re: FN-FORUM: Viral mark...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 11:46

Tom Allen wrote: > >> Thought you all might want to look at a clever piece of viral marketing >> a friend just sent me: >> >> http://www.swansea-res.org.uk/ >> > > Am I missing something?...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 11:42

might be too clever for some people... obviously On 11 May 2006, at 12:37, Tom Allen wrote: > >> Thought you all might want to look at a clever piece of viral >> marketing >> a friend just sent me...

RE: FN-FORUM: Crontab Error

date posted 11th May 2006 11:42

Thanks for all the replies. I've got it sussed. Apparently, the sequence is thus: 1) Open the command line session 2) Type "crontab -e" (this opens the editor) 3) Press the "insert" key 4)...

Re: FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 11:38

> Thought you all might want to look at a clever piece of viral marketing > a friend just sent me: > > http://www.swansea-res.org.uk/ > Am I missing something?...

FN-FORUM: Viral marketing for Tango

date posted 11th May 2006 11:33

Thought you all might want to look at a clever piece of viral marketing a friend just sent me: http://www.swansea-res.org.uk/...

FN-FORUM: php/mysql users access control script - PLS HELP!

date posted 11th May 2006 10:57

Hi! I am using a script from http://www.sitepoint.com/article/users-php-sessions-mysql (BTW thanks for sending me this link earlier). It connects to the database and am able to create one user only w...

RE: FN-FORUM: Crontab Error

date posted 11th May 2006 10:55

Alan Milford wrote: Are you absolutely sure that the error is coming from Crontab itself? and not from the a) editor, b) script you're trying to run. The error is presumably generated by the editor...

RE: FN-FORUM: can any one recommend please!!!

date posted 11th May 2006 10:48

Heed this it is superb advice! -----Original Message----- From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Nigel Rogers Sent: 11 May 2006 09:35 To: FN-FORUM / [EMAIL REMOVED] Subject: Re: FN-FORUM:...

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 10:42

On Thu, May 11, 2006 at 10:36:33AM -0000, Alan Milford wrote: > > John Morrison wrote: > >> > >>What are you on about ? He already has cron installed ? > >>The cron on Linux is vixie cron .... > >> >...

RE: FN-FORUM: Crontab Error

date posted 11th May 2006 10:41

A safer way to add entries in crontab file is > crontab -l >/tmp/crontab.save Edit the /tmp/crontab.save file to add the new entry and then > crontab /tmp/crontab.save Amarshi Mandalia -----Ori...

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 10:38

John Morrison wrote: >> >> What are you on about ? He already has cron installed ? >> The cron on Linux is vixie cron .... >> > > Yes he has but its got problems. > Are you absolutely sure that the...

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 10:26

> > What are you on about ? He already has cron installed ? > The cron on Linux is vixie cron .... > Yes he has but its got problems....

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 10:21

On Thu, May 11, 2006 at 10:07:19AM -0000, John Morrison wrote: > > > On 11 May 2006, at 10:59, Alain Williams wrote: > > > > >On Thu, May 11, 2006 at 09:55:09AM -0000, John Morrison wrote: > >> > >...

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 10:19

On Thu, May 11, 2006 at 10:06:04AM -0000, Derek Jempson wrote: > > > > > On Thu, May 11, 2006 at 09:46:31AM -0000, Derek Jempson wrote: > > I'm trying to set-up a crontab (for the first time), bu...

RE: FN-FORUM: freelancers.net site wierdness

date posted 11th May 2006 10:17

> things like that should have been stripped > from the main listings All tags are now encoded. Cheers Dan...

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 10:08

On 11 May 2006, at 10:59, Alain Williams wrote: > > On Thu, May 11, 2006 at 09:55:09AM -0000, John Morrison wrote: >> >> >> Yep, no errors. >> >> What OS is this ? > > Some version of Unix, probably...

RE: FN-FORUM: Crontab Error

date posted 11th May 2006 10:06

On Thu, May 11, 2006 at 09:46:31AM -0000, Derek Jempson wrote: I'm trying to set-up a crontab (for the first time), but keep getting an "E16 Range Error". This is what I'm entering on the command...

RE: FN-FORUM: Crontab Error

date posted 11th May 2006 10:06

Yep, no errors. What OS is this ? Linux. Derek...

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 10:06

> > Some version of Unix, probably Linux. > > Please - put your comments underneath the lines that you are > commenting on & trim irrelevant stuff. yum install crontab and see if that helps. John...

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 10:02

On Thu, May 11, 2006 at 09:55:09AM -0000, John Morrison wrote: > > > Yep, no errors. > > What OS is this ? Some version of Unix, probably Linux. Please - put your comments underneath the lines th...

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 09:56

Yep, no errors. What OS is this ? On 11 May 2006, at 10:51, Alain Williams wrote: > > On Thu, May 11, 2006 at 09:46:31AM -0000, Derek Jempson wrote: >> >> >> I'm trying to set-up a crontab (for t...

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 09:53

On Thu, May 11, 2006 at 09:46:31AM -0000, Derek Jempson wrote: > > > I'm trying to set-up a crontab (for the first time), but keep getting an > "E16 Range Error". > > This is what I'm entering on t...

Re: FN-FORUM: Crontab Error

date posted 11th May 2006 09:52

I'd update your cron package, looks good to me. John On 11 May 2006, at 10:45, Derek Jempson wrote: > > > I'm trying to set-up a crontab (for the first time), but keep > getting an > "E16 Range...

FN-FORUM: Crontab Error

date posted 11th May 2006 09:48

I'm trying to set-up a crontab (for the first time), but keep getting an "E16 Range Error". This is what I'm entering on the command line: 00 01,07,13,19 * * * $HOME/path_to_the_file_i_want_to_exec...

FN-FORUM: 20 Template Designs Required

date posted 11th May 2006 09:32

Hi Apologies for not posting this to the projects section, were behind on this project and I'm looking to move on it as quickly as I can find someone who's available and that I believe will be able...

Re: FN-FORUM: can any one recommend please!!!

date posted 11th May 2006 08:36

Hi James, I suggest that as with any form of advertising you are trying to get the message across. So why limit how u do this? So output a viral by email. Post a storyboard, with a dvd version. Pu...

FN-FORUM: Advice on building a shopping basket

date posted 11th May 2006 08:27

Good Morning All, Right, I have been building this shopping basket for an online shop. I had designed it so that the visitor needs to register and log in before they may add items to the basket. When...

RE: FN-FORUM: Copyrighting business ideas

date posted 11th May 2006 08:16

> You brush him off and let him live to fight another day. Oh no, I was just ready to quit... lol Thanks for the tips Paul. I'll let you know how it goes -----Original Message----- From: Michael Pa...

Re: FN-FORUM: AMD vs Intel Pentium

date posted 11th May 2006 08:07

ITs actually not that simple. It depends on what compiler Adobe use. I've had the same problem with Lightwave. They use an Intel compiler and theres been an awful lot of controvosy about it as not onl...

RE: FN-FORUM: can any one recommend please!!!

date posted 11th May 2006 07:18

Can recommend a guy who does advertising - he's freelance but has worked for loads of big name brands and players including Saatchi & Saatchi and DfS. Drop me a mail off list and I'll give you his det...

FN-FORUM: can any one recommend please!!!

date posted 11th May 2006 01:34

hi all, my band have got a great song titled 'thirsty' we want to pitch it to a major bottled water company with a treatment for an tv commercial i will mock up in flash. how is the best way to go...

Re: FN-FORUM: TV Commercial Project

date posted 11th May 2006 01:24

Hi tony i can put you on relation with some tv chanel but i need more details of what you want to do. is anything to sell a product or advertizing. please provide more details on the position ce...

Re: FN-FORUM: TV Commercial Project

date posted 11th May 2006 01:14

PuntersPower wrote: >Does anyone have or can recommend anyone with TV commmercial production >experience? > >Contact me off list please. > >Andrew > > hi a friend of mine is an ex pro tv cameraman...



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


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


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