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 Tuesday September 4th 2007

Re: FN-FORUM: What did I miss!

date posted 4th September 2007 22:49

On 4 Sep 2007, at 22:12, Ben Johnson (Neogic) F wrote: > > Hello all - hope everyone's well? > > I've been away from the forum since mid-July .. Freelancers.net > doesn't have > SPF set-up, which...

FN-FORUM: What did I miss!

date posted 4th September 2007 21:37

Hello all - hope everyone's well? I've been away from the forum since mid-July .. Freelancers.net doesn't = have SPF set-up, which has resulted in some ISPs (e.g., GoDaddy) blacklisting = the domain....

Re: FN-FORUM: SQL SELECT DISTINCT with INNER JOIN

date posted 4th September 2007 17:22

Thanks Dai / Gidon. I added ... GROUP BY tblCourses.ID ... and it's behaving how I want....

Re: FN-FORUM: ippimail.com needs an admin

date posted 4th September 2007 16:56

Tony, On 4 Sep 2007, at 17:19, Tony Crockford wrote: >> >> What is/are your contact details? I'm probably being dim, but >> don't see an email address :-) > > if you're reading the website, you won...

Re: FN-FORUM: ippimail.com needs an admin

date posted 4th September 2007 16:44

On 4 Sep 2007, at 17:13, Dominic Raywood wrote: > > Hi Simon, > > What is/are your contact details? I'm probably being dim, but > don't see an email address :-) if you're reading the website, yo...

Re: FN-FORUM: ippimail.com needs an admin

date posted 4th September 2007 16:44

Okay, okay - I am being dim :) I've gone to the ippimail.com website and found you there. Dominic Dominic Raywood wrote: > > Hi Simon, > > What is/are your contact details? I'm probably being d...

RE: FN-FORUM: SQL SELECT DISTINCT with INNER JOIN

date posted 4th September 2007 16:43

Paul Cooper wrote: > My search works OK using . > > strSQL1 = "SELECT tblCourses.Title AS Title, tblCourses.ID, > tblCourses.Description AS Description, tblCourses.Active, > tblCourseListings.CourseI...

Re: FN-FORUM: ippimail.com needs an admin

date posted 4th September 2007 16:39

Hi Simon, What is/are your contact details? I'm probably being dim, but don't see an email address :-) Dominic -- Dominic Raywood Rubicon Computer Services Limited W: http://rubiconcsl.com E: [E...

FN-FORUM: ippimail.com needs an admin

date posted 4th September 2007 16:24

Hi, We need someone to sort a few bits of Linux admin stuff out, fixing some scripts to do with our anti-spam rules etc. This would be ideal for Alan in Watford but I can never get an email to...

Re: FN-FORUM: SQL SELECT DISTINCT with INNER JOIN

date posted 4th September 2007 15:52

DISTINCT is like uniq in Unix - it will remove only exactly duplicate rows in the returned tuples. Seeing as you have both tblCourses.ID and tblCourseListings.ID returned, you will get the unique p...

FN-FORUM: SQL SELECT DISTINCT with INNER JOIN

date posted 4th September 2007 15:30

Hi I'm adding a search function to a site that searches through the titles of courses in my table tblCourses. However also have a table called tblCourseListings so that courses can belong to more th...

Re: FN-FORUM: php, XML, content and searching

date posted 4th September 2007 11:39

> Hi Guys > > Looking for some advice regarding using XML as a data source for website/s. > > Currently all site data for a site builder CMS I have developed is held in > mySQL but I would prefer i...

Re: FN-FORUM: Css horizontal alignment (mark II)

date posted 4th September 2007 10:59

Thanks again everyone - I think a lot of the problems will be sorted out by simply starting from the beginning rather than modifying some older code...

Re: FN-FORUM: php, XML, content and searching

date posted 4th September 2007 10:46

Some of the points to be aware of: (may be biased towads java programming language). Please be aware that they are based on my experiences, (and experiences differ). > In my opinion, XML is good if...

Re: FN-FORUM: php, XML, content and searching

date posted 4th September 2007 09:15

kujo wrote: > > Hi > > You could still be using a main database for all the websites and pull > the data out of it into static XML files on a regular basis or when some > data is changed via your...

RE: FN-FORUM: php, XML, content and searching

date posted 4th September 2007 09:14

> -----Original Message----- > From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Fiaz > Khan > Sent: Tuesday, September 04, 2007 10:29 AM > To: FN-FORUM / [EMAIL REMOVED] > Subject: Re: FN-FORUM: php...

Re: FN-FORUM: php, XML, content and searching

date posted 4th September 2007 09:12

Sam M - www.wiredeyes.com wrote: > Hi Guys > My question is about searching the xml data, the sites have a search > facility using php/mySQL but I know very little about how to search through > an XM...

Re: FN-FORUM: php, XML, content and searching

date posted 4th September 2007 09:07

Hi You could still be using a main database for all the websites and pull the data out of it into static XML files on a regular basis or when some data is changed via your CMS and parse the XML rem...

Re: FN-FORUM: php, XML, content and searching

date posted 4th September 2007 08:55

> I'm just researching options ATM so if anyone has any other cool ideas about > how to do this then I'm open to suggestions. I needed to index a site that had data in mysql and xml, i ended up usin...

Re: FN-FORUM: php, XML, content and searching

date posted 4th September 2007 08:39

On 4 Sep 2007, at 09:06, Sam M - www.wiredeyes.com wrote: > > 1. Easy backup, user simply downloads their xml files and can re- > upload them > to restore their content. > 2. A lot less database tra...

RE: FN-FORUM: php, XML, content and searching

date posted 4th September 2007 08:32

> -----Original Message----- > > On 4 Sep 2007, at 08:28, Sam M - www.wiredeyes.com wrote: > > > > > Hi Guys > > > > Looking for some advice regarding using XML as a data source for > > website/s. >...

Re: FN-FORUM: php, XML, content and searching

date posted 4th September 2007 08:08

On 4 Sep 2007, at 08:28, Sam M - www.wiredeyes.com wrote: > > Hi Guys > > Looking for some advice regarding using XML as a data source for > website/s. > > Currently all site data for a site build...

FN-FORUM: php, XML, content and searching

date posted 4th September 2007 07:54

Hi Guys Looking for some advice regarding using XML as a data source for website/s. Currently all site data for a site builder CMS I have developed is held in mySQL but I would prefer if it was stor...

Re: FN-FORUM: Timesheet software

date posted 4th September 2007 00:14

On Monday 03 September 2007 18:33:50 Anthony Cartmell wrote: > I was reliably informed in my last "proper" job that it was possible to > work for a large well-known American car company (beginning wi...



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


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


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