Freelancers Forum Messages on Friday October 12th 2007
Re: FN-FORUM: problem with Firefox
date posted 12th October 2007 20:39
The site works fine for me in firefox (same version) the message you
reffered to sounds like firefox javascript is turned off, In firefox you
need to go to:
Tools> Options> Content(Top Tab)> and ch...
Re: FN-FORUM: Another lightbox question
date posted 12th October 2007 20:19
To move the image and its container down change the following style in the
div with the id "lightbox" from:-
top: 55.8px;
to:-
top: 100px; //or what ever the distance from the top of the page you...
Re: FN-FORUM: problem with Firefox
date posted 12th October 2007 19:09
Hi Carrie, I am using Firefox 2.0.0.7, but I think the problem happened
on the previous version as well. I've had a few pages I couldn't fully
access over the past few months, the latest one is http...
FN-FORUM: Flash developer required
date posted 12th October 2007 18:46
Hello people,
This is a call for flash developers in this list. I have a project that
requires flash work to be performed on the homepage of a website. Due to the
work load required to develop the re...
Re: FN-FORUM: button action : getURL Flash8 ?
date posted 12th October 2007 18:36
I've created a button (red rectangle) which I have then
> just set on top layer of a simple FLASH timeline... and made Alpha =0
> to make it invisible... added the following action to the INSTANCE of...
Re: FN-FORUM: PHP and Chinese Characters
date posted 12th October 2007 18:35
Thanks Craig,
Finally got it working by doing what you suggested.
With PHP you have to use the SET NAMES = utf8 because you are connecting
directly to the database and not using an ODBC driver or d...
Re: FN-FORUM: problem with Firefox
date posted 12th October 2007 18:33
cedric wrote:
>
> Hi there,
>
> I am having a little issue with firefox. I don't seem to read some
> javascript although I have enabled it by default. Has anyone encountered
> the same issue and m...
FN-FORUM: problem with Firefox
date posted 12th October 2007 16:12
Hi there,
I am having a little issue with firefox. I don't seem to read some
javascript although I have enabled it by default. Has anyone encountered
the same issue and managed to solve it?
Thanks...
RE: FN-FORUM: PHP and Chinese Characters
date posted 12th October 2007 15:33
Hi Rob,
I've just been through this converting an ASP.NET 1.1 VB/MySQL 5.0 site from
Latin to UTF-8 to allow entry and display of Chinese characters. It wasn't
pleasant.
Your page encoding in (X)HTM...
Re: FN-FORUM: PHP and Chinese Characters
date posted 12th October 2007 15:23
Thanks Anthony, you are a star.
I added
mysql_query("SET NAMES utf8");
before connecting to the database and it worked a treat.
Regards
Rob
----- Original Message -----
From: "Anthony Cartmell"...
Re: FN-FORUM: PHP and Chinese Characters
date posted 12th October 2007 15:10
I get the same
ISO-8859-1,utf-8;q=0.7,*;q=0.7
----- Original Message -----
From: [EMAIL REMOVED] [EMAIL REMOVED] [EMAIL REMOVED]
[EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Friday, October 12, 2007...
Re: FN-FORUM: Inbound Link Counter
date posted 12th October 2007 15:07
On 12 Oct 2007 14:37:58 -0000, cedric [EMAIL REMOVED] wrote:
>
> I use a Firefox toolbar: http://www.quirk.biz/searchstatus/ they've just
> updated it and it has become a little quirky now, but it doe...
Re: FN-FORUM: PHP and Chinese Characters
date posted 12th October 2007 15:02
> I have set the encodong type on the database to
> utf8_general_ci and the document encoding to utf-8
>
> The characters display correctly in phpmyadmin but not when I try to =
> output them from a...
RE: FN-FORUM: PHP and Chinese Characters
date posted 12th October 2007 14:59
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Rob
> Owen
> Sent: 12 October 2007 15:35
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: Re: FN-FORUM: PHP and Chinese Cha...
Re: FN-FORUM: PHP and Chinese Characters
date posted 12th October 2007 14:58
Hi Mike,
I have set both the database and page encoding to utf-8
I was reading something about mbstring settings in the php.ini
----- Original Message -----
From: "Mike A" [EMAIL REMOVED]
To: [EMA...
Re: FN-FORUM: Inbound Link Counter
date posted 12th October 2007 14:53
I use a Firefox toolbar: http://www.quirk.biz/searchstatus/ they've just
updated it and it has become a little quirky now, but it does work and
gives you a number of useful information about your si...
Re: FN-FORUM: PHP and Chinese Characters
date posted 12th October 2007 14:51
From: "Rob Owen" [EMAIL REMOVED]
>
> Can anyone help?
>
> I am having problems outputting chinese characters from a MySQL database.
>
> I have set the encodong type on the database to
> utf8_general_c...
Re: FN-FORUM: PHP and Chinese Characters
date posted 12th October 2007 14:50
Hi,
This is what I get from Tamper Data
ISO-8859-1,utf-8;q=0.7,*;q=0.7
----- Original Message -----
From: [EMAIL REMOVED] [EMAIL REMOVED] [EMAIL REMOVED]
[EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent...
RE: FN-FORUM: PHP and Chinese Characters
date posted 12th October 2007 14:44
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Rob Owen
Sent: 12 October 2007 15:20
To: FN-FORUM / [EMAIL REMOVED]
Subject: FN-FORUM: PHP and Chinese Characters
Can an...
Re: FN-FORUM: button action : getURL Flash8 ?
date posted 12th October 2007 14:36
On 12 Oct 2007 13:47:30 -0000, Adam Mould [EMAIL REMOVED] wrote:
>
> arrgh... anyone out there help a poor soul who's a bit rusty with the
> ol' FLASH... I've created a button (red rectangle) which I...
FN-FORUM: PHP and Chinese Characters
date posted 12th October 2007 14:35
Can anyone help?
I am having problems outputting chinese characters from a MySQL database.
I have set the encodong type on the database to
utf8_general_ci and the document encoding to utf-8
The cha...
Re: FN-FORUM: button action : getURL Flash8 ?
date posted 12th October 2007 14:33
you got the .fla at hand??
i've just made the same simple button with the following and it =20
worked fine??
on (release) {
getURL("http://www.spaceandtimedesign.com", "_blank");
}
=00
Si
On 12...
FN-FORUM: button action : getURL Flash8 ?
date posted 12th October 2007 14:03
arrgh... anyone out there help a poor soul who's a bit rusty with the
ol' FLASH... I've created a button (red rectangle) which I have then
just set on top layer of a simple FLASH timeline... and m...
Re: FN-FORUM: Inbound Link Counter
date posted 12th October 2007 11:38
On 12 Oct 2007, at 12:17, Phillip Healey wrote:
>
> This one is just Yahoo, im really looking for one that does at
> least most of
> the major players.
one of these:
http://tools.seobook.com/link...
RE: FN-FORUM: Inbound Link Counter
date posted 12th October 2007 11:33
This one is just Yahoo, im really looking for one that does at least most of
the major players.
Thanks.
http://www.online-utility.org/webmaster/backlink_host_ip_analyzer.jsp
> Hi,
>
> A while back I...
Re: FN-FORUM: Inbound Link Counter
date posted 12th October 2007 11:21
On 12 Oct 2007 10:10:06 -0000, Phillip Healey
[EMAIL REMOVED] wrote:
>
> Hi,
>
> A while back I used free software app that would check various search
> engines to determine how many inbound links a w...
Re: FN-FORUM: Inbound Link Counter
date posted 12th October 2007 10:42
http://www.online-utility.org/webmaster/backlink_host_ip_analyzer.jsp
> Hi,
>
> A while back I used free software app that would check various search
> engines to determine how many inbound links a we...
FN-FORUM: Inbound Link Counter
date posted 12th October 2007 10:25
Hi,
A while back I used free software app that would check various search
engines to determine how many inbound links a website had. Ive since =
lost
this programme and was hoping someone might know...
Re: FN-FORUM: Re: High Performance Web Sites
date posted 12th October 2007 01:03
From: "kujo" [EMAIL REMOVED]
>
> Bumped into this video through Slashdot. It might be inspiring for you
> developers out there.
>
> http://www.oreillynet.com/fyi/blog/2007/09/steve_souders_high_perfo...
Re: FN-FORUM: Re: High Performance Web Sites
date posted 12th October 2007 00:31
On 11 Oct 2007 23:07:56 -0000, kujo [EMAIL REMOVED] wrote:
>
> Bumped into this video through Slashdot. It might be inspiring for you
> developers out there.
>
> http://www.oreillynet.com/fyi/blog/200...