Freelancers Forum Messages on Monday December 31st 2007
Re: FN-FORUM: Getting BT ADSL to work - need help
date posted 31st December 2007 18:58
Easiest solution, get a wireless router for about 30 quid and connect
everyone on the same line either with ethernet or wireless.
Alex Townsend wrote:
>
> Nicholas Smith wrote:
>> Hi guys,
>>
>> A...
Re: FN-FORUM: SQL Question
date posted 31st December 2007 14:22
On 30 Dec 2007 23:55:01 -0000, Rob Colton [EMAIL REMOVED] wrote:
> select distinct sku, pvID from pageview where sku is not null and sku !=0
> and AID = '#cookie.AID#' and sku != #sku# order by pvID d...
Re: FN-FORUM: YUI rich text editor in Safari 3
date posted 31st December 2007 13:54
Sorry, it's http://developer.yahoo.com/ . My bad.
On 31 Dec 2007 14:49:21 -0000, Craig [EMAIL REMOVED] wrote:
>
> Thanks for that. The link just redirects me to uk.yahoo.com. No link to anything dev...
RE: FN-FORUM: YUI rich text editor in Safari 3
date posted 31st December 2007 13:45
Thanks for that. The link just redirects me to uk.yahoo.com. No link to =
anything developerish. Do you have to sign up for something, if so, what =
and where?
Cheers,
Craig
-----Original Message--...
Re: FN-FORUM: YUI rich text editor in Safari 3
date posted 31st December 2007 13:19
http://developer.yahoo.co.uk/ It's in the left-hand navigation under
Yahoo User Interface, or similar. The RTE's semi-experimental at the
moment, but seems to work quite nicely. :) Well, in everyth...
RE: FN-FORUM: YUI rich text editor in Safari 3
date posted 31st December 2007 12:33
I must admit, I've just used TinyMCE in a CMS project and have been =
disappointed. It claims to be up to the minute and XHMTL compliant but =
it puts out tags, for god's sake. Do you have a good re...
Re: FN-FORUM: YUI rich text editor in Safari 3
date posted 31st December 2007 12:23
TinyMCE's rubbish. :) We used to use it elsewhere, and the code it
generated was abysmal (, for instance, and even
sometimes).
YUI seems to be the best one I've found so far, and it's released
unde...
Re: FN-FORUM: YUI rich text editor in Safari 3
date posted 31st December 2007 11:22
> > I'm working on a CMS system at the moment, and have been testing it
> > out in various browsers. When I load it up in Safari 3, most of it
> > seems to work fine, but when it tries to load the Ya...
RE: FN-FORUM: YUI rich text editor in Safari 3
date posted 31st December 2007 10:39
>
> I'm working on a CMS system at the moment, and have been testing it
> out in various browsers. When I load it up in Safari 3, most of it
> seems to work fine, but when it tries to load the Yahoo...
FN-FORUM: YUI rich text editor in Safari 3
date posted 31st December 2007 10:05
Hiya,
I'm working on a CMS system at the moment, and have been testing it
out in various browsers. When I load it up in Safari 3, most of it
seems to work fine, but when it tries to load the Yahoo U...
Re: FN-FORUM: SQL Question
date posted 31st December 2007 09:53
On Sun, 2007-12-30 at 23:55 +0000, Rob Colton wrote:
> Hi all
>
> Happy Nearly New Year.
>
> I have an SQL statement, a really simple one, which selects the distinct
> product numbers (SKU) from...
RE: FN-FORUM: SQL Question
date posted 31st December 2007 08:12
>How can I force the query to start at the bottom of the table (ie most
>recent views)?
Are you storing a date viewed anywhere. That would be the only reliable way
to get the newest first.
Personall...