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 Wednesday January 9th 2008

Re: FN-FORUM: Outlook .pst files

date posted 9th January 2008 21:53

> Hi, > > When Outlook archives things it usually creates another .pst file for the > archived stuff. Below your main folder in the list in Outlook, isn't > there > a "Archive Folders" lot of folder...

RE: FN-FORUM: Outlook .pst files

date posted 9th January 2008 20:01

Hi, When Outlook archives things it usually creates another .pst file for = the archived stuff. Below your main folder in the list in Outlook, isn't = there a "Archive Folders" lot of folders? Kind...

Re: FN-FORUM: swf to animated gif

date posted 9th January 2008 19:12

> >> Is it possible to get an animated gif file the same size as swf file. >> >> Without losing picture quality and animation or do I have to do a gif >> file >> in a block formation. >> >> My chal...

Re: FN-FORUM: Outlook .pst files

date posted 9th January 2008 18:08

> > The archive will stay the same size until you archive it. > > I have done this before and lost all the emails :( > Hiss spit - I got very cross yesterday about it.... Outlook should be banne...

RE: FN-FORUM: Outlook .pst files

date posted 9th January 2008 17:54

Ken, The archive will stay the same size until you archive it. I have done this before and lost all the emails :( -----Original Message----- From: Ken Smith [EMAIL REMOVED] Sent: 09 January 2008...

FN-FORUM: Outlook .pst files

date posted 9th January 2008 17:44

I got into a bit of a fix with the Outlook 2003 archive function yesterday. Before I started trying to use the archive function, to make sure I didn't lose anything, I made a copy (with Outlook clo...

RE: FN-FORUM: swf to animated gif

date posted 9th January 2008 16:59

Lorna, If yr creating banners for major networks like Dart or eyeblaster etc the fall back gif is usually the final frame or max 5 key frames from the ani. Try outputting the gif from flash then tak...

Re: FN-FORUM: swf to animated gif

date posted 9th January 2008 16:57

> Is it possible to get an animated gif file the same size as swf file. > > Without losing picture quality and animation or do I have to do a gif file > in a block formation. > > My challenge is to ge...

FN-FORUM: swf to animated gif

date posted 9th January 2008 16:27

Is it possible to get an animated gif file the same size as swf file. Without losing picture quality and animation or do I have to do a gif file in a block formation. My challenge is to get the swf...

RE: FN-FORUM: Asp.Net / C# HELP! P

date posted 9th January 2008 16:27

Thanks for all the suggestions guys! Regards Phill Healey Munklefish Po Box 70 Manchester M34 3SQ T: 0161 408 4759 =20 =EF=80=A0=EF=81=90 Please consider the environment before printing. -----Origin...

RE: FN-FORUM: Asp.Net / C# HELP! P

date posted 9th January 2008 16:08

> Any c# / .Net folk out there who can give me a hand. >=20 > I have a number of page menus using = =C3=A2=E2=82=AC=CB=9C.js=C3=A2=E2=82=AC=E2=84=A2 files. I need to > programmatically add the appropr...

Re: FN-FORUM: Asp.Net / C# HELP! P

date posted 9th January 2008 13:38

> I have a number of page menus using '.js' files. I need to programmatically add the appropriate file at a set location in the html, based on a given criteria. > > Can anyone offer some insight towar...

Re: FN-FORUM: Asp.Net / C# HELP! P

date posted 9th January 2008 13:28

Phillip Healey wrote: > Any c# / .Net folk out there who can give me a hand. > > I have a number of page menus using ‘.js’ files. I need to programmatically add the appropriate file at a set loca...

FN-FORUM: Asp.Net / C# HELP! P

date posted 9th January 2008 13:19

Any c# / .Net folk out there who can give me a hand. I have a number of page menus using =E2=80=98.js=E2=80=99 files. I need = to programmatically add the appropriate file at a set location in the =...

Re: FN-FORUM: UBUNTU Server

date posted 9th January 2008 12:04

On Wednesday 09 January 2008 13:43:31 Rob Colton wrote: > Hi All > > We've installed Ubuntu server on a new HP server and wondered now how to > use it. Seems not to come with any GUI or documentation...

Re: FN-FORUM: UBUNTU Server

date posted 9th January 2008 12:03

Quoting Tony Crockford [EMAIL REMOVED] > On 9 Jan 2008, at 12:43, Rob Colton wrote: > >> Hi All >> >> We've installed Ubuntu server on a new HP server and wondered now >> how to use it. Seems not to...

RE: FN-FORUM: PHP Download script

date posted 9th January 2008 11:52

Graham Stark wrote: >the code for streaming the file is below. > >$fp=fopen($filename,'r'); >while(!feof($fp)) { > $buf = fread($fp, 4096); > print $buf; >} >fclose($fp); Have you tried $fp=fop...

Re: FN-FORUM: UBUNTU Server

date posted 9th January 2008 11:42

On 9 Jan 2008, at 12:43, Rob Colton wrote: > > Hi All > > We've installed Ubuntu server on a new HP server and wondered now > how to use > it. Seems not to come with any GUI or documentation that...

FN-FORUM: UBUNTU Server

date posted 9th January 2008 11:37

Hi All We've installed Ubuntu server on a new HP server and wondered now how to use it. Seems not to come with any GUI or documentation that I can see and have not got a clue what to do to configure...

Re: FN-FORUM: PHP Download script

date posted 9th January 2008 11:33

> header("Content-Transfer-Encoding: Binary"); > header('Content-Type: application/octet-stream; = > name=3D"'.basename($filename).'"'); > header("Cache-Control: must-revalidate, post-check=3D0, pre...

Re: FN-FORUM: PHP Download script

date posted 9th January 2008 11:28

On Wednesday 09 January 2008 12:34:37 Steven Lavine wrote: > Thanks, > > the code for streaming the file is below. > > $fp=fopen($filename,'r'); > while(!feof($fp)) { > $buf = fread($fp, 4096); >...

Re: FN-FORUM: PHP Download script

date posted 9th January 2008 10:28

Graham Stark wrote: > Hi, > > >> Hi Guys, >> >> I hope you all had a great christmas and new year. >> I'm having a slight problem with a PHP download script that I am helping >> a client with. >>...

Re: FN-FORUM: PHP Download script

date posted 9th January 2008 10:06

Hi, > Hi Guys, > > I hope you all had a great christmas and new year. > I'm having a slight problem with a PHP download script that I am helping > a client with. > When an image file is downloaded,...

Re: FN-FORUM: Email Transport Problem

date posted 9th January 2008 08:45

On 09/01/2008 02:32, Craig wrote: > Hi, > > I’m having a problem with an automated email from an online shop I’m > building. The receipt number keeps getting cut out. It’s definitely in the > email...

FN-FORUM: PHP Download script

date posted 9th January 2008 07:28

Hi Guys, I hope you all had a great christmas and new year. I'm having a slight problem with a PHP download script that I am helping a client with. When an image file is downloaded, it is corrupted....

Re: FN-FORUM: Email Transport Problem

date posted 9th January 2008 03:48

Craig wrote: > Hi, > > I’m having a problem with an automated email from an online shop I’m > building. The receipt number keeps getting cut out. It’s definitely in the > email when it’s waiting to...

Re: FN-FORUM: Websites for the disabled

date posted 9th January 2008 03:15

Richard Fletcher wrote: > > > How do I prove accessibility anyway? The WCAG v1 is out of date and > nonsensical in some places now, WCAGv2 is heavily flawed for other > reasons, I'd be surprised...

Re: [Bulk] RE: FN-FORUM: Websites for the disabled

date posted 9th January 2008 02:01

sorry just pick the no 1 result... a couple of gems.. Goggles wrote: 18 Oct 2007 Google is taking up so much room. I can’t download all the gay porn I love so much :( Please, help me remove i...

Re: [Bulk] RE: FN-FORUM: Websites for the disabled

date posted 9th January 2008 01:56

Ben Moxon wrote: > > It has been known elsewhere: > http://thedailywtf.com/Articles/A-Gift-from-Above.aspx > > ( Unusually for theDailyWTF you totally want to read the comments on > that one as t...

FN-FORUM: Email Transport Problem

date posted 9th January 2008 01:25

Hi, I=92m having a problem with an automated email from an online shop I=92m building.=A0 The receipt number keeps getting cut out.=A0 It=92s = definitely in the email when it=92s waiting to be sent...



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


Messages by Month
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008


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