Freelancers Forum Messages on Wednesday August 29th 2007
Re: FN-FORUM: Explorer (5.5, 6 and 7) caching Ajax requests
date posted 29th August 2007 19:59
Apologies if there were multiple replies just then, the FN mailing
list told me my message was rejected because it wasn't plain text -
but then I received several copies of it anyway.
D'oh...
Re: FN-FORUM: Explorer (5.5, 6 and 7) caching Ajax requests
date posted 29th August 2007 19:39
Hey, I think part of your problem may be that AJAX requests are
usually POST and not GET (since caching servers and clients are free
to cache GET if they wish, but not POST). Try switching your reque...
Re: FN-FORUM: UK2.net
date posted 29th August 2007 17:14
Yeah tbh, you get a server to yourself for £39 per month. *shrug* You're
not exactly paying for much.
One of my clients spend 50k for a 3 year contract at another company
(multiple boxes) but they...
Re: FN-FORUM: UK2.net
date posted 29th August 2007 17:11
> Heck, with service like that I'm surprised that UK2 are still viable!
Nah, it's OK, they were like that between September 2000 and March 2004
when I left them. They're fine :)
You only find out...
Re: FN-FORUM: UK2.net
date posted 29th August 2007 16:57
Absolutely - this took place in April this year, and proved to be an
ongoing saga. Basically, we ordered a server on a 'two for one'
offer. They took well over ten days to actually get it set up...
Re: FN-FORUM: UK2.net
date posted 29th August 2007 16:43
Hal,
Can you put a time-frame on this? I've not really had a response time
issue in the last couple of years.
Adam
Hal MacLean wrote:
>
> We've had extremely poor service from UK2 and now no longer...
Re: FN-FORUM: UK2.net
date posted 29th August 2007 16:37
We've had extremely poor service from UK2 and now no longer use them
at all. They offer really good deals, fail to live up to the offer
and then never answer the phone.
We emailed their MD direct...
Re: FN-FORUM: UK2.net
date posted 29th August 2007 15:29
I just contact them via [EMAIL REMOVED]
I usually get a good response. Have a feeling it's major holiday week so
may be light on staff.
Adam
Tony Crockford wrote:
>
> anyone got any direct contact...
FN-FORUM: Explorer (5.5, 6 and 7) caching Ajax requests
date posted 29th August 2007 15:13
I've got a real puzzler here and it's driving me nuts. I've got some
dynamic links on a page which change when the user selects them via ajax.
In firefox, opera, safari and avant the site works perf...
Re: FN-FORUM: MySQL database - one or many?
date posted 29th August 2007 14:43
On 29 Aug 2007, at 14:21, Juraj Seffer wrote:
>
> Working on a project which will be used by several clients. It is
> based on PHP & MySQL.
>
> My question is:
> Should I use one database for all cli...
Re: FN-FORUM: MySQL database - one or many?
date posted 29th August 2007 14:43
Hello Jay,
This sounds like a (sort of) Software as a Service (Saas) implementation.
One of the principles of SaaS is single instance multiple tenancy. That is
to say you have a single instance of...
FN-FORUM: MySQL database - one or many?
date posted 29th August 2007 13:47
Hi all,
Working on a project which will be used by several clients. It is
based on PHP & MySQL.
My question is:
Should I use one database for all clients? The database structure
would hopefully fit...
FN-FORUM: UK2.net
date posted 29th August 2007 12:18
anyone got any direct contact details for UK2.net?
they've screwed up a clients mail config somehow but they're not
answering their support lines or their 0800 numbers...
;(
anyone heard anything...
RE: FN-FORUM: OT - any one know about football?
date posted 29th August 2007 10:05
Most premier league clubs operate a membership scheme where you become a
member and this allows you to buy tickets via the club when they go on sale
(roughly six weeks before the game). Season ticke...
RE: FN-FORUM: Image showing borders
date posted 29th August 2007 08:53
Or simply apply a style to all images in the site
img {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
Regards
Sam Morgan
WiredEyes Media /...