Freelancers Forum Messages on Thursday May 1st 2008
RE: FN-FORUM: bug in MSIE 7 Windows XP
date posted 1st May 2008 23:13
What's the website address?
David Clough
mobile: 07789 220 931
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Debi Sykes
Sent: 01 May 2008 11:52 PM
To: FN-FORUM / [E...
FN-FORUM: bug in MSIE 7 Windows XP
date posted 1st May 2008 22:16
Hi all,
Hope you don't mind me popping in not been on the forum for a while.
I would really appreciate any help on this issue even if you are only
able to point me in the direction on a good website...
FN-FORUM: Accessing traveller flight itinerary data (GDS PNR)
date posted 1st May 2008 21:16
Hello all - hope enjoyed the sun/rain today .. usual UK weather!
One side of Neogic is travel security solutions (personnel tracking,
incident response, etc). We are looking to extend our systems to...
RE: FN-FORUM: Site Review
date posted 1st May 2008 20:53
Hi Tony,
I've had a look - I hope the below might help with some ideas:
1. The site is very flat - my first idea with this was that it is almost
crying out for something like Wordpress. This will al...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 19:51
On Thu, 2008-05-01 at 19:10 +0000, Dom Latter wrote:
> On Thursday 01 May 2008 20:17:56 Graham Stark wrote:
>
> > What's the alternative? There's no timestamp field there, so far as I
> > can see, so...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 18:35
On Thursday 01 May 2008 20:17:56 Graham Stark wrote:
> What's the alternative? There's no timestamp field there, so far as I
> can see, so you can't pick the entry that's actually the latest, if for...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 17:43
On Thu, 2008-05-01 at 17:19 +0000, Dom Latter wrote:
> On Thursday 01 May 2008 18:37:17 Graham Stark wrote:
>
> > Is id always greater for later entries? (You'd get that if you had set
> > the autoin...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 16:44
On Thursday 01 May 2008 18:37:17 Graham Stark wrote:
> Is id always greater for later entries? (You'd get that if you had set
> the autoincrement attribute on that field). If so then you'd get what...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 16:40
On Thursday 01 May 2008 18:39:15 Alex Townsend wrote:
> Oops (and in my response that said the same thing) - Using Limit and
> the offset, record #1 is actually offset 0, so you need
>
> LIMIT 1,3 ,...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 16:32
many thanks to all.
...LIMIT 1,3;
is correct....
RE: FN-FORUM: Mysql syntax help
date posted 1st May 2008 16:16
>> >
>> > is there a way to order them whilst omitting the single most recent
>> > entry ie
>> >
>> > 2,3,4 rather than 1,2,3
>> >
>>
Look at the limit clause limit 1,3 will return 3 rows after t...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 16:11
> On Thu, 2008-05-01 at 16:17 +0000, Nigel Rogers wrote:
> > Hi, I think this is a simple question:
> >
> >
> > I have a simple query that requests the 3 most recent album entries
> > from a mysq...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 16:04
Quoting Nigel Page [EMAIL REMOVED]
>
> Try SELECT * FROM albumlist ORDER BY id DESC LIMIT 2,3
>
> 2 is the start row, 3 is the rows to return.
>
> Nigel.
Oops (and in my response that said the same...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 16:02
On Thu, 2008-05-01 at 16:17 +0000, Nigel Rogers wrote:
> Hi, I think this is a simple question:
>
>
> I have a simple query that requests the 3 most recent album entries
> from a mysql database
>...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 15:57
Try SELECT * FROM albumlist ORDER BY id DESC LIMIT 2,3
2 is the start row, 3 is the rows to return.
Nigel.
----- Original Message -----
From: "Nigel Rogers" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 15:52
Quoting Nigel Rogers [EMAIL REMOVED]
>
> $maxRows_Albums = 3;
>
>
> which i order by recent first...
>
> $query_Albums = "SELECT * FROM albumlist ORDER BY id DESC";
>
>
> is there a way to order them...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 15:50
I'd personally do the simple option of sticking LIMIT 4 on the end and
just ignoring the first row.
Martin
On 01/05/2008 17:17, Nigel Rogers wrote:
>
> Hi, I think this is a simple question:
>
>...
Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 15:49
Quoting Nigel Rogers [EMAIL REMOVED]
>
> Hi, I think this is a simple question:
>
>
> I have a simple query that requests the 3 most recent album entries
> from a mysql database
>
> $maxRows_Albums =...
FN-FORUM: Mysql syntax help
date posted 1st May 2008 15:41
Hi, I think this is a simple question:
I have a simple query that requests the 3 most recent album entries
from a mysql database
$maxRows_Albums = 3;
which i order by recent first...
$query_Al...
Re: FN-FORUM: Site Review
date posted 1st May 2008 12:29
Functionally it is good. But visually very boring. It needs a visual
redesign.
The following are not great design either really but at least move
away from the very box feel of bcim
http://www...
FN-FORUM: Site Review
date posted 1st May 2008 11:53
Client has asked for a design refresh and minor structural changes for
http://www.bclm.co.uk
any suggestions for things you'd change, add, or take away, most welcome.
TIA for your feedback.
;o)...
RE: FN-FORUM: QT not pre loading
date posted 1st May 2008 09:24
Hi Jules, cheers for that,
Yes a colleague mentioned that yesterday, I am looking into the QT or FLV
route,
Cheers fella,
Mark
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED...
RE: FN-FORUM: QT not pre loading
date posted 1st May 2008 09:15
> > it has loaded some 13 MB which is stupid as nobody is going to hang
> around
> > long enough to wait!
It sounds like the QT is not streaming. Buy Quicktime Pro, there is an
option to package for...