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 April 5th 2004

RE: FN-FORUM: SEO help

date posted 5th April 2004 23:16

1) yes 2) no - asp includes are processed server side so the spider will see the flash code anyway. 3) yes Short and sweet :) Michael Beckett Denial Design http://www.denialdesign.com=20 -----Orig...

FN-FORUM: SEO help

date posted 5th April 2004 23:11

Hi I’ve a few questions on SEO I’d appreciate understanding 1) I’m about to start a site and am likely to use a CSS design. As I understand it spiders crawl through sites top to bottom. So...

RE: FN-FORUM: SQL query help (PostgreSQL)

date posted 5th April 2004 22:55

On Mon, 2004-04-05 at 20:13, Forums wrote: > > select day(bar),count(foo) from table group by day(bar) > > I would imagine (no postgres handy to test it) problem solved.. almost right SELECT coun...

RE: FN-FORUM: SQL query help (PostgreSQL)

date posted 5th April 2004 21:08

select day(bar),count(foo) from table group by day(bar) I would imagine (no postgres handy to test it) HTH, Dai Williams Technology Angel -----Original Message----- From: Andrew Poodle [EMAIL REMO...

Re: FN-FORUM: if you have a little spare time - site check

date posted 5th April 2004 20:46

Jon Rowe wrote: > anybody got time to have a quick look at my personal portfolio site? > http://www.jonrowe.com/v2 Hi Why the pop-up? The nav is hard to read at 1600 x 1200 on a crt, on my laptop...

Re: FN-FORUM: unsubscribe me

date posted 5th April 2004 20:22

He was using Hotmail - most things are superior... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Kathy http://www.vendetta.co.uk +44(0)7005 982 261 DNRC Minister for Us...

Re: FN-FORUM: Binary, ASCII, Unicode etc

date posted 5th April 2004 18:46

On Monday 05 Apr 2004 4:49 pm, you wrote: > Under good old DOS executable programs traditionally began with MZ as t= he > first two characters but I doubt this convention is still around or at > least...

FN-FORUM: SQL query help (PostgreSQL)

date posted 5th April 2004 18:15

I'm wanting to do a select count(foo) from table group by bar where bar is a date/time field of the format "2003-07-28 11:39:00+01" the datetime field contains when the row was inserted (no update...

Re: FN-FORUM: unsubscribe me

date posted 5th April 2004 17:55

Lists wrote: > Aha, the old HTML email bug again maybe. It comes through as clear as > anything if you are set to plain text. > Mmm, looks the same to me in Thunderbird even if I DO switch to HTML...

Re: FN-FORUM: if you have a little spare time - site check

date posted 5th April 2004 17:41

Thanks for the input Deborah, I have been a bit concerned about the navigation but I felt that the flash part of the navigation was really just a bit of eye-candy, and a demonstration of what can be...

Re: FN-FORUM: Argh JavaScript driving me mad.

date posted 5th April 2004 17:35

Ops sorry! Couldn't resist the dry attempt of humour. Or should that be dire. On 5/4/04 4:38 pm, "John Wards" wrote: > > On Mon, 2004-04-05 at 16:20, Neelesh Sonawane wrote: >> You trying to act A...

RE: FN-FORUM: Argh JavaScript driving me mad.

date posted 5th April 2004 17:35

Which page does it work on? I get OAS_RICH is undefined on both (line 51). Karl > -----Original Message----- > From: [EMAIL REMOVED] [EMAIL REMOVED] On > Behalf Of John Wards > Sent: 05 April 2004...

Re: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 17:27

Mike wrote: > > Paul ;-) wrote > Will you lot give it a rest - I've just had to put the central heating > on, despite it being bright outside! > > At least you have heating! - just had the Gas Cont...

RE: FN-FORUM: Argh JavaScript driving me mad.

date posted 5th April 2004 17:25

Lmao, wiiickid -----Original Message----- From: Neelesh Sonawane [EMAIL REMOVED] You trying to act Asian.. > I have a function called init...

Re: FN-FORUM: Argh JavaScript driving me mad.

date posted 5th April 2004 17:24

John Wards wrote: > On Mon, 2004-04-05 at 16:20, Neelesh Sonawane wrote: > >>You trying to act Asian.. >>=D > > > Thank you Neelesh very helpful ;-) > > Got all exited when I saw a reply come thr...

Re: FN-FORUM: Header probs in ASP.NET/c#

date posted 5th April 2004 17:23

Have dont it now - to help others this is the code for getting ASP.NET / c# to spit out a byte array to the output stream: void Page_Load() { byte[] fileContents = new byte[0]; string fileName = "...

Re: FN-FORUM: unsubscribe me

date posted 5th April 2004 16:52

Aha, the old HTML email bug again maybe. It comes through as clear as anything if you are set to plain text. Go here http://www.freelancers.net/forum.php ++++++++++++++++++++++++++++++++++++++++++++...

Re: FN-FORUM: Header probs in ASP.NET/c#

date posted 5th April 2004 16:50

Have dont it now - to help others this is the code for getting ASP.NET / c# to spit out a byte array to the output stream: void Page_Load() { byte[] fileContents = new byte[0]; string fileName = "...

RE: FN-FORUM: Binary, ASCII, Unicode etc

date posted 5th April 2004 16:43

Wrt the more general question, there is no inherent difference in the file content between ascii/unicode/binary data, as you say it is all binary at the lowest level. Applications that know particula...

RE: FN-FORUM: Argh JavaScript driving me mad.

date posted 5th April 2004 16:43

Never mind last request, the problem is here window.onload=populate In the marquee script will over-write the onLoad of your body tag. Either call init() manually at the end of the page or edit tha...

Re: FN-FORUM: Argh JavaScript driving me mad.

date posted 5th April 2004 16:33

On Mon, 2004-04-05 at 16:20, Neelesh Sonawane wrote: > You trying to act Asian.. > =D Thank you Neelesh very helpful ;-) Got all exited when I saw a reply come thru!...

Re: FN-FORUM: Header probs in ASP.NET/c#

date posted 5th April 2004 16:28

> But I am not sure what to do next: I think I can use Response.WriteFile(), > but this wants a string and a start and end point or a pointer to a > filestream Here is what I do with vb.net and a fil...

RE: FN-FORUM: if you have a little spare time - site check

date posted 5th April 2004 16:24

I would think more about the navigation, it's not very clear and pretty hard to read. Also other navigational issues like if you press 'services' at the bottom and then you get that list of other link...

Re: Re[2]: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 16:19

Mediocre in London. Sunday was atrocious with short bursts of heavy hailstones & just as heavy rain.. On 5/4/04 4:02 pm, "Mike" wrote: >=20 > Raining in South Tarn - beautiful yesterday though, sh...

RE: FN-FORUM: Argh JavaScript driving me mad.

date posted 5th April 2004 16:16

Perhaps if you let us know what the function is, it does seem to be in the page itself so I am guessing it is in one of the external js files? Dai -----Original Message----- From: John Wards [EMAIL...

Re: FN-FORUM: Argh JavaScript driving me mad.

date posted 5th April 2004 16:14

You trying to act Asian.. =D On 5/4/04 3:34 pm, "John Wards" wrote: > I have a function called init -- Neelesh Sonawane Graphic Design 07949 034 391...

RE: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 16:14

> Paul ;-) wrote Will you lot give it a rest - I've just had to put the central heating on, despite it being bright outside! At least you have heating! - just had the Gas Controlle blokey round - tu...

FN-FORUM: Header probs in ASP.NET/c#

date posted 5th April 2004 16:13

Dont kn ow if anyone can help me with some ASP.NET / c# problem, I am pulling a word doc form SQL Server and is stored in a BLOB - I can return it fine a store the contents in a byte array. Problem is...

Re: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 16:03

> > Even sunnier in the Hérault in the south of france and its warm too :-) > > Raining in South Tarn - beautiful yesterday though, shorts and BBQ :) > Will you lot give it a rest - I've just had...

Re: FN-FORUM: unsubscribe me

date posted 5th April 2004 15:58

Tony Crockford wrote: > > So Mr Thomas, have you resubscribed yet? > > posting the link from your email is not such a good idea. > > ;o) > Haha -- Jonathan Chong Internet Developer Digital Lo...

RE: Re[2]: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 15:58

Raining in South Tarn - beautiful yesterday though, shorts and BBQ :) Mike -----Original Message----- From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of Keith Giddings Sent: 05 April 2004 16:54 To: FN-...

Re: FN-FORUM: unsubscribe me

date posted 5th April 2004 15:55

At 14:49 on Monday, 05 Apr 2004, Thomas Design wrote: > > Please unsubsribe him from the FN-FORUM ;c) lol > > Will someone please, please unsubscribe him from the FN-FORUM ;) > haha,hee,hee > > sorr...

Re: Re[2]: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 15:53

> Even sunnier in the Hérault in the south of france and its warm too :-) Swap you! :O/ Chris -- Chris Garrett . Internet Consultancy and Development . http://chrisg.com/ . UK ASP/ASP.NET develop...

Re: FN-FORUM: unsubscribe me

date posted 5th April 2004 15:50

At 14:51 on Monday, 05 Apr 2004, Dan Norcott wrote: > >> Does the bottom of each email not say > > ? how odd. That was a full email when I sent it. I blame goblins with > magical hats. the remail...

RE: Re[2]: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 15:49

> CL> Lovely and Sunny in Linlithgow at the moment :> > > Sunny in Edinburgh too, if a bit chilly. > Even sunnier in the Hérault in the south of france and its warm too :-) Regards Keith > -----O...

Re[2]: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 15:35

>> >> I'd offer you my techy partner, but we're off to Edinburgh >> shortly. >> >> Hope you get it sorted! :/ >> > >> > Don't forget to bring your brolly and galoshes, the weather's crap >> > here!...

FN-FORUM: Call for members...

date posted 5th April 2004 15:34

Hi, Hope people don't mind me making this plug but you guys are part of my referrals process for BNI. As the new chapter membership co-ordinator for the Harrogate BNI Tuesday chapter we're looking t...

FN-FORUM: Argh JavaScript driving me mad.

date posted 5th April 2004 15:29

I have a function called init() that fixes my footer for me. On this page it works fine: http://testing.sportnetwork.net/main/s44.htm But on this page it doesn't: http://testing.sportnetwork.net/m...

FN-FORUM: Desk space available

date posted 5th April 2004 14:54

Hi we've got some spare space in our office and were wondering if any London based freelancers would be interested in sharing with us three techies here in Bethnal Green, five mins walk from the tu...

FN-FORUM: if you have a little spare time - site check

date posted 5th April 2004 14:48

Hi all, anybody got time to have a quick look at my personal portfolio site? http://www.jonrowe.com/v2 any comments you have would be appreciated. thanks jon rowe...

Re: FN-FORUM: unsubscribe me

date posted 5th April 2004 14:46

> Does the bottom of each email not say ? how odd. That was a full email when I sent it. I blame goblins with magical hats....

Re: FN-FORUM: unsubscribe me

date posted 5th April 2004 14:44

Please unsubsribe him from the FN-FORUM ;c) lol Will someone please, please unsubscribe him from the FN-FORUM ;) haha,hee,hee sorry, couldn't help myself ;D click here - http://www.freelancers.net...

Re: FN-FORUM: unsubscribe me

date posted 5th April 2004 14:41

Does the bottom of each email not say...

FN-FORUM: unsubscribe me

date posted 5th April 2004 14:38

Please unsubscribe me from FN-FORUM. There as been no unsubscribe links at the bottom or anywhere else in the emails you have sent me. Unless I'm going blind!! Mark Fenwick [EMAIL REMOVED] _____...

Re: FN-FORUM: PHP form generation

date posted 5th April 2004 14:23

Deborah Causton wrote: > Anybody recommend a simple to implement PHP form script for the > technically disadvantaged. Hi Deborah, this'll probably do you http://www.dtheatre.com/scripts/formmail.p...

FN-FORUM: PHP form generation

date posted 5th April 2004 14:20

Anybody recommend a simple to implement PHP form script for the technically disadvantaged. Looked on http://www.hotscripts.com, but there are hundreds. TVM Deborah :.:.:. A t o m i c P h u s e .:....

RE: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 14:09

Yer I live 40 minutes away!!, Why? Cheers Dave=2E=2E ---- Original Message ---- From: [EMAIL REMOVED] To: [EMAIL REMOVED] Subject: RE: FN-FORUM: Anyone in Manchester? Date: 5 Apr 2004 08:49:36 -00...

RE: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 12:21

> >> I'd offer you my techy partner, but we're off to Edinburgh > shortly. > >> Hope you get it sorted! :/ > > > > Don't forget to bring your brolly and galoshes, the weather's crap > > here! Love...

Re: FN-FORUM: Court Action

date posted 5th April 2004 11:58

Are you being taken to court or are you taking a client to court. On 5 Apr 2004 09:42:42 -0000, Deborah Causton wrote: > Anybody who's > been through the process got any advice. ie, what should I be...

FN-FORUM: Email problem

date posted 5th April 2004 11:32

Hi there, I am having a problem with my server whereby some random emails do not get through, this can be on any email address on any of the domains. It mainly seems to occur when people try to email...

Re: FN-FORUM: unsubscribe?

date posted 5th April 2004 11:02

Click the unsub link at the bottom of this message. If that doesn't work, go to the web site and unsub from the forum page there. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++...

Re: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 11:00

On 5 Apr 2004 09:43:29 -0000, Blu_Matt wrote: > Melanie Myhill wrote: >> I'd offer you my techy partner, but we're off to Edinburgh >> shortly. Hope you get it sorted! :/ > > Don't forget to bring you...

Re: FN-FORUM: Court Action

date posted 5th April 2004 10:59

My lot settled just before it got to court, so I don't know the last stage. But if I can help,email me off list. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Kathy http://...

Re: FN-FORUM: unsubscribe?

date posted 5th April 2004 10:58

On Mon, Apr 05, 2004 at 09:50:39AM -0000, Rupert Colbourne wrote: > Anyone know how I can remove myself from the forum? > >...

Re: FN-FORUM: css help

date posted 5th April 2004 10:49

> No max to my knowledge. > > Is it ignoring the linked sheets, or the styles within? (They will > cascade, so a style with the same name that the browser becomes aware > of later in the html will o...

FN-FORUM: unsubscribe?

date posted 5th April 2004 10:45

Anyone know how I can remove myself from the forum? Thanks!...

RE: FN-FORUM: Missing Images

date posted 5th April 2004 10:39

Get your custom 404 page to email you the details of the missing image / file, from where it was requested etc etc On another note whats with IIS6 and its 404, 404(1), 404(2) etc, whats all that abou...

Re: FN-FORUM: Monday Morning Head - MySQL/PHP question

date posted 5th April 2004 10:38

At 10:30 on Monday, 05 Apr 2004, Dave Boulden wrote: > > The only way you can sort a field such as this is alphabetically, which > is > what you are getting now. To order numerically, you will have...

Re: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 10:37

Melanie Myhill wrote: > I'd offer you my techy partner, but we're off to Edinburgh shortly. > Hope you get it sorted! :/ Don't forget to bring your brolly and galoshes, the weather's crap here! Ma...

Re: FN-FORUM: Monday Morning Head - MySQL/PHP question

date posted 5th April 2004 10:37

MySQL doesnt have natural case ordering last time I looked, but try http://www.php.net/natcasesort in PHP, which should do the job -- Richard http://www.rwatt.co.uk Monday, April 5, 2004, 10:14:52...

FN-FORUM: Court Action

date posted 5th April 2004 10:37

Just got my date for my first time in small claims court. Anybody who's been through the process got any advice. ie, what should I be prepared for? Much appreciated Deborah :.:.:. A t o m i c P h...

Re: FN-FORUM: Monday Morning Head - MySQL/PHP question

date posted 5th April 2004 10:35

Dave Boulden wrote: > The only way you can sort a field such as this is alphabetically, which is > what you are getting now. To order numerically, you will have to order by a > numerical value, which...

Re: FN-FORUM: Missing Images

date posted 5th April 2004 10:35

Hello Norman, A possible way to do this would be to run a script in the img tag to spit out the image - you could do a generic to look for the images and then append a log file if it is not present o...

Re: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 10:33

On 5 Apr 2004 09:16:20 -0000, Thomas Design wrote: > Plan B is it's a dedicated server so I can't see why we can't get > our own techi in there to fix the server, was hopeful that someone > like yours...

Re: FN-FORUM: Missing Images

date posted 5th April 2004 10:29

Norman Beresford wrote: > Hi all > > Does a missing image fire a 404 Yup, check your logs to see. or is it something self-contained to > each browser? The server doesn't know or care about when U...

RE: FN-FORUM: Monday Morning Head - MySQL/PHP question

date posted 5th April 2004 10:25

The only way you can sort a field such as this is alphabetically, which is what you are getting now. To order numerically, you will have to order by a numerical value, which will mean stripping out th...

FN-FORUM: Missing Images

date posted 5th April 2004 10:21

Hi all Does a missing image fire a 404, or is it something self-contained to each browser? I need to intercept calls to missing images and wondered what was the best way to do it (IIS6) Norman...

Re: FN-FORUM: css help

date posted 5th April 2004 10:12

No max to my knowledge. Is it ignoring the linked sheets, or the styles within? (They will cascade, so a style with the same name that the browser becomes aware of later in the html will over-ride...

Re: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 10:10

Our datacentre is in City Centre somewhere. Our server has been offline all last week and still offline, their feeding us all kinds of bullshit about the server having problems with a network card et...

FN-FORUM: Monday Morning Head - MySQL/PHP question

date posted 5th April 2004 10:09

Hi I've done a select ORDER BY from a MySQL database but the results aren't in a tidy order. The ORDER By field contains mixed text & numbers: bclm.2004.3.1 bclm.2004.3.2 bclm.2004.3.3 etc so th...

Re: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 10:00

That'd be me. Ten minutes away. Why? Darren Yates [EMAIL REMOVED] http://dittodesign.co.uk http://www.how-to-make-money-online.info www.digital-camera-point.co.uk www.pda-point.co.uk ----- Origina...

Re: FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 09:58

On 5 Apr 2004 08:49:40 -0000, Thomas Design wrote: > Is there anyone on here living near Manchester city centre? We're in Chorlton, which isn't a million miles away. Why, where are you? :) Melanie...

RE: FN-FORUM: Damn Spam!

date posted 5th April 2004 09:53

Can't say as I've seen it - all my spam is still being blocked by my server :> Leigh -----Original Message----- From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Ron Sent: 02 April 2004 21:50 To: F...

FN-FORUM: 500 file_already_in_use

date posted 5th April 2004 09:53

See this quite often in my logs, can any one explain why this would be - too many connections to a MS Access db? www.domain.com/file.htm|7|80004005|Could_not_use_'';_file_already_in_use 500 Mike ---...

FN-FORUM: Anyone in Manchester?

date posted 5th April 2004 09:44

Is there anyone on here living near Manchester city centre? Best Regards D Thomas http://www.thomas-design.co.uk [EMAIL REMOVED] t - 0870 162 0723...

Re: FN-FORUM: Binary, ASCII, Unicode etc

date posted 5th April 2004 09:38

always encode as Binary in quark xpress!! the ascii version is mainly for text only documents. binary = text + images hth luke On 3 Apr 2004, at 16:00, Robert Keight wrote: > A quick question ca...



Messages by Day
April 30th 2004
April 29th 2004
April 28th 2004
April 27th 2004
April 26th 2004
April 25th 2004
April 24th 2004
April 23rd 2004
April 22nd 2004
April 21st 2004
April 20th 2004
April 19th 2004
April 18th 2004
April 17th 2004
April 16th 2004
April 15th 2004
April 14th 2004
April 13th 2004
April 12th 2004
April 11th 2004
April 10th 2004
April 9th 2004
April 8th 2004
April 7th 2004
April 6th 2004
April 5th 2004
April 4th 2004
April 3rd 2004
April 2nd 2004
April 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