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 October 17th 2005

Re: FN-FORUM: Automated image extraction from PDF

date posted 17th October 2005 23:57

only know how to crop wether in Photoshop or in acrobat ----- Original Message ----- From: "Craig" [EMAIL REMOVED] To: [EMAIL REMOVED] Sent: Monday, October 17, 2005 11:19 PM Subject: FN-FORUM: Auto...

Re: FN-FORUM: Subaru Legacy Performance Chapel Hill nc

date posted 17th October 2005 23:27

This one seems to have had some work done by Performance Chapel Hill nc. The Suba dealer [local] says shes not standard, and neither are the parts. I need some work doing and have to find what has bee...

FN-FORUM: Automated image extraction from PDF

date posted 17th October 2005 23:11

Does anyone know of a tool that can copy images out of a set of PDF files (brochures for instance), and save them to a directory? TIA Craig...

FN-FORUM: php form handler script

date posted 17th October 2005 22:34

Hello, I need a php form handler script. The form is a single choice drop-down field, it has seven fields. The output from the form is used to search a MySQL db, with five tables, then the results ou...

RE: FN-FORUM: A good web mail script

date posted 17th October 2005 19:56

My reseller account uses http://atmail.com/ which I really quite like. Simon :: -----Original Message----- :: I am looking for a web mail client I can install in my hosting, which :: i can configu...

FN-FORUM: Backing up network desktop sources to External Harddrives (Problems!)

date posted 17th October 2005 19:12

Hi All, >>>The Background: I don't keep a file server as yet in my personal studio so keep live data locally on each machine (a Mac Mini, a WinXPsp2 PC, and WinXPsp2 Laptop). I've got a set of LaCie...

Re: FN-FORUM: sms gateway

date posted 17th October 2005 19:11

Rob Garbutt wrote: > > Hi Guys, > > What's the crack with SMS gateways? Who's best/cheapest to use? any > suggestions? > Esendex.com are pretty good in my experience. Adam...

RE: FN-FORUM: Web Fonts

date posted 17th October 2005 18:50

A handy little utility can be found here: http://typetester.maratz.com/ Simon :: -----Original Message----- :: I'm not sure about that, but I'm interested in new fonts to :: use. A lot of :: fonts...

Re: FN-FORUM: Windows 2003 licencing

date posted 17th October 2005 18:15

I thought a per processor licence is the most flexible as it does not matter what you do with the machine then it doesnt matter? Bunch of thieving gits...... ----- Original Message ----- From: "Da...

Re: FN-FORUM: simple MySQL query

date posted 17th October 2005 18:04

you should be able to do: select i.*, ct.County, ct.CountyID, cg.category from items i left join item_city ic on i.ItemID = ic.item_id left join city c on c.CityID = ic.city_id...

Re: FN-FORUM: Windows 2003 licencing

date posted 17th October 2005 17:58

No. But you might want an external connector license, Datacenter edition or Web edition. See http://www.microsoft.com/windowsserver2003/howtobuy/licensing/priclicfaq.mspx +++++++++++++++++++++++++++...

RE: FN-FORUM: Windows 2003 licencing

date posted 17th October 2005 17:57

Copy and pasted from the Microsoft website... hope this helps. Darren Q. Why is Windows Server not licensed on a per processor basis like some of the other server application products? A. We ass...

FN-FORUM: simple MySQL query

date posted 17th October 2005 17:46

I have a query $sql = "select items.*, county.County, county.CountyID from items left join item_city on items.ItemID = item_city.item_id left join city on city.CityID = item_city.city_id left join co...

FN-FORUM: Windows 2003 licencing

date posted 17th October 2005 17:41

Can you buy Windows 2003 Server with a processor based licence rather than CAL and if so where can I buy this from? Best Regards John Kyle...

RE: FN-FORUM: PHP newbee

date posted 17th October 2005 17:23

Thanks for that Tam/Andrew - it really is good to have you guys to hand when you're teaching yourself this stuff - it's easy to start chasing your tail. Cheers, Max. AKA thepigfarmer - www.thepig...

RE: FN-FORUM: PHP newbee

date posted 17th October 2005 17:21

Yeah, that makes sense - thanks You should store the url or filename of the image in a text field, then insert the contents of that field into an img tag. Hopefully that makes sense. A -- Freel...

Re: FN-FORUM: PHP newbee

date posted 17th October 2005 17:19

Theres 2 ways to achieve this. The first like you said is to store the path to the image and this is the method i suggest you use. The other method is to use the function file_get_contents() to read t...

Re: FN-FORUM: PHP newbee

date posted 17th October 2005 17:16

John 'Max' Maxwell wrote: > > Hi again, I have been teaching myself PHP/SQL etc and am experimenting with > PHPmyAdmin and a database that comes with my hosting package. I can now > happily design a...

FN-FORUM: PHP newbee

date posted 17th October 2005 17:07

Hi again, I have been teaching myself PHP/SQL etc and am experimenting with PHPmyAdmin and a database that comes with my hosting package. I can now happily design a form to put info into the database...

Re: FN-FORUM: JavaScript location.href

date posted 17th October 2005 16:38

At 3:16 pm +0000 17/10/05, Paul Summers wrote: >Hi All > >Is there another way of targeting this url other than using the full >path? i.e. ../user-process.php etc doesn't seem to work... > >location....

RE: FN-FORUM: Subaru Legacy Performance Chapel Hill nc

date posted 17th October 2005 16:37

All subarus (not sure about the "justy") are either 4 or 6 cylinder boxer engines. Drive trains are symetrical giving permenant 4wd. The 2.2 will be a 4 cylinder I guess, there is a 3.0 6 cylinder and...

Re: FN-FORUM: Subaru Legacy Performance Chapel Hill nc

date posted 17th October 2005 16:30

I have a friend who lives in chapel hill nc, I will see what he says... Cy On 17/10/05 16:15, [EMAIL REMOVED] [EMAIL REMOVED] wrote: > > Hello, > > Just bought the above, it says she is 2.2-li...

RE: FN-FORUM: JavaScript location.href

date posted 17th October 2005 16:24

Not really but you could create a function that does something like this function goto(url){ window.location.href="http://" + window.location.hostname + url } goto('/folder/file.htm') Regards S...

Re: FN-FORUM: JavaScript location.href

date posted 17th October 2005 16:20

are you calling it from http://www.c-o-b.co.uk/admin ? then use location.href('user-process.php?DEL=2'); Pam ----- Original Message ----- From: "Paul Summers" [EMAIL REMOVED] To: [EMAIL REMOVED]...

Re: FN-FORUM: Web Fonts

date posted 17th October 2005 16:13

do a search for 'sifr' technique - a useful way to embed rich typography without affecting any underlying XHTML. On 17 Oct 2005 08:42:35 -0000, D D Glendinning [EMAIL REMOVED] wr= ote: > > Morning Al...

FN-FORUM: JavaScript location.href

date posted 17th October 2005 16:08

Hi All Is there another way of targeting this url other than using the full path? i.e. ../user-process.php etc doesn't seem to work... location.href('http://www.c-o-b.co.uk/admin/user-process.php?D...

FN-FORUM: Subaru Legacy Performance Chapel Hill nc

date posted 17th October 2005 16:08

Hello, Just bought the above, it says she is 2.2-litre, tip-tronic auto-change. She revs to 6500 rpm and hits sixty quite fast [not sure how fast] though I left two pretend sports cars standing at li...

Re: FN-FORUM: Browser based image manipulation - Java?

date posted 17th October 2005 16:06

The flash/php version is using php's gd library, so the cropping is taking place server side. It's not possible to do direct bitmap data manipulation on the client side with flash unless using the rec...

Re: FN-FORUM: E-Commerce Solutions - PHP

date posted 17th October 2005 15:11

I have been looking (unsuccessfully) for my cms/ecommerce solution here: http://opensourcecms.com It lists all the good cart systems, cms and blog systems. I have installed zencart and its pretty d...

RE: FN-FORUM: E-Commerce Solutions - PHP

date posted 17th October 2005 15:06

Would Zen Cart come under that? Zen-cart.org > -----Original Message----- > From: [EMAIL REMOVED] [EMAIL REMOVED] On > Behalf Of Sadiq Datoo > Sent: 17 October 2005 15:03 > To: FN-FORUM / [EMAIL RE...

FN-FORUM: E-Commerce Solutions - PHP

date posted 17th October 2005 14:55

hi, can anyone recommend any PHP or Perl , open-source or commercial E-Commerce Solutions that are atleast on par with OS Commerce when it comes to features? Sadiq...

FN-FORUM: 360 degree views or video

date posted 17th October 2005 14:13

A client is thinking about changing an existing image gallery to include 360 panoramic views, video or something similar - the images are of the landscape. Since this is way outside my experience, I'...

Re: FN-FORUM: sms gateway

date posted 17th October 2005 13:29

On 17 Oct 2005 11:35:40 -0000, Richard [EMAIL REMOVED] wrote: > > I'm quite happy with bulksms.co.uk at the moment > I've used bulksms as well, don't have any complaints. -- Mamading Ceesay "Isn't...

RE: FN-FORUM: sms gateway

date posted 17th October 2005 12:28

I'm quite happy with bulksms.co.uk at the moment > -----Original Message----- > From: [EMAIL REMOVED] [EMAIL REMOVED] On > Behalf Of Rob Garbutt > Sent: 17 October 2005 12:11 > To: FN-FORUM / [EMAI...

FN-FORUM: sms gateway

date posted 17th October 2005 12:03

Hi Guys, What's the crack with SMS gateways? Who's best/cheapest to use? any suggestions? cheers --- Rob Garbutt Managing Director Webstyle Internet Ltd Arch 29 North Campus University of Manches...

Re: FN-FORUM: WorldPay Junior custom fields

date posted 17th October 2005 12:02

On Mon, 17 Oct 2005, Andy Macnaughton-Jones wrote: > Looking on the support.worldpay.com site, I can't see how you pass > custom parameters (for callback purposes) to worldpay. Anybody able to > poin...

Re: FN-FORUM: Browser based image manipulation - Java?

date posted 17th October 2005 11:52

On Mon, 17 Oct 2005, Alain Williams wrote: > > On Mon, Oct 17, 2005 at 10:35:15AM -0000, Julian Voelcker wrote: >> >> Hi Nick, >> >>> http://labs.silverorange.com/archives/2003/june/mayitakeyour >>>...

FN-FORUM: WorldPay Junior custom fields

date posted 17th October 2005 11:40

Hi,=20 Looking on the support.worldpay.com site, I can't see how you pass custom parameters (for callback purposes) to worldpay. Anybody able to point me in the right direction ? Cheers Andy...

Re: FN-FORUM: Browser based image manipulation - Java?

date posted 17th October 2005 11:32

On Mon, Oct 17, 2005 at 10:35:15AM -0000, Julian Voelcker wrote: > > Hi Nick, > > > http://labs.silverorange.com/archives/2003/june/mayitakeyour > > > > Source available under a BSD licence, and...

Re: FN-FORUM: Browser based image manipulation - Java?

date posted 17th October 2005 11:27

Hi Nick, > http://labs.silverorange.com/archives/2003/june/mayitakeyour > > Source available under a BSD licence, and there's both Flash and Java > versions. Thanks for that, although it's a sha...

Re: FN-FORUM: A good web mail script

date posted 17th October 2005 11:24

Alain Williams wrote: > On Mon, Oct 17, 2005 at 10:09:05AM -0000, Andrew Larcombe wrote: > >>Alain Williams wrote: >> >>>>Any ideas as to whether it will support mroe than one web address, on >>>>mor...

Re: FN-FORUM: A good web mail script

date posted 17th October 2005 11:12

On Mon, Oct 17, 2005 at 10:09:05AM -0000, Andrew Larcombe wrote: > > Alain Williams wrote: > >>Any ideas as to whether it will support mroe than one web address, on > >>more than one server (using PO...

Re: FN-FORUM: A good web mail script

date posted 17th October 2005 11:01

Alain Williams wrote: >>Any ideas as to whether it will support mroe than one web address, on >>more than one server (using POP3) or is it just a case of installing >>and configuring one version of it...

Re: FN-FORUM: A good web mail script

date posted 17th October 2005 10:47

On Mon, Oct 17, 2005 at 09:32:58AM -0000, D D Glendinning wrote: > > Thanks Alain, > > Any ideas as to whether it will support mroe than one web address, on > more than one server (using POP3) or is...

Re: FN-FORUM: Web Fonts

date posted 17th October 2005 10:40

On 17 Oct 2005 08:47:52 -0000, Ian Copeland [EMAIL REMOVED] wrot= e: > > I'm not sure about that, but I'm interested in new fonts to use. A lot of > fonts seem to get very pixelly when they are used f...

Re: FN-FORUM: A good web mail script

date posted 17th October 2005 10:33

D D Glendinning wrote: > Hi all, > > I am looking for a web mail client I can install in my hosting, which > i can configure so as to check my emails when not at the office. > Problem is that I have...

Re: FN-FORUM: Quick CSS Question

date posted 17th October 2005 10:31

On 17 Oct 2005 08:39:11 -0000, Ian Copeland [EMAIL REMOVED] wrot= e: > > ... just passing on what I was told! Lol > I'm not really sure. I've used the love Hate thing and it works, but you > might be...

Re: FN-FORUM: A good web mail script

date posted 17th October 2005 10:25

Thanks Alain, Any ideas as to whether it will support mroe than one web address, on more than one server (using POP3) or is it just a case of installing and configuring one version of it for each ema...

Re: FN-FORUM: A good web mail script

date posted 17th October 2005 10:20

On Mon, Oct 17, 2005 at 09:23:06AM -0000, D D Glendinning wrote: > > Hi all, > > I am looking for a web mail client I can install in my hosting, which > i can configure so as to check my emails when...

FN-FORUM: A good web mail script

date posted 17th October 2005 10:15

Hi all, I am looking for a web mail client I can install in my hosting, which i can configure so as to check my emails when not at the office. Problem is that I have about 4 email accounts, which i w...

RE: FN-FORUM: Web Fonts

date posted 17th October 2005 09:40

I'm not sure about that, but I'm interested in new fonts to use. A lot of fonts seem to get very pixelly when they are used for large headers, instead of keeping a nice smooth look. What font do peopl...

FN-FORUM: Web Fonts

date posted 17th October 2005 09:35

Morning All, I am new to the whole fonts side of web design, and until now have stuck to the standard boring arial, verdana and times new roman. I was wondering if there was a website which listed al...

RE: FN-FORUM: Quick CSS Question

date posted 17th October 2005 09:31

... just passing on what I was told! Lol I'm not really sure. I've used the love Hate thing and it works, but you might be right. Can anyone clear this up? -----Original Message----- From: [EMAIL RE...

RE: FN-FORUM: Quick CSS Question

date posted 17th October 2005 09:27

I always understood that Hover has to be the last one or it won't work anywhere. Isn't that true anymore then? Craig -----Original Message----- I don't think this is quite the same problem, but I...

Re: FN-FORUM: Browser check error

date posted 17th October 2005 08:37

On Saturday 15 Oct 2005 19:28, Andrew Larcombe wrote: > Digital Delirium wrote: > >... but its those sort of things popping up that give Firefox a bad > > name! > > Hey, pity us people who don't use W...

RE: FN-FORUM: Quick CSS Question

date posted 17th October 2005 08:29

I don't think this is quite the same problem, but I had a very annoying error involving links and css and I thought I'd share it with everyone so they know for next time. I was trying to make the lin...

RE: FN-FORUM: Prosperity4 spam

date posted 17th October 2005 08:24

This is what I do whenever I sign up for anything now. I create a new email address specifically for that sign up, with part of the website name in it. Luckily, my web host allows me unlimited email a...

RE: FN-FORUM: Web Based Auction Applications

date posted 17th October 2005 08:03

I am aware that windows supports PHP but I am not sure if my clients host supports PHP on their windows servers. :: PHP works just fine on Windows servers....



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


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


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