Freelancers Forum Messages on Wednesday June 20th 2007
FN-FORUM: Hiring: Junior PHP Dev SW London
date posted 20th June 2007 18:19
Hey All,
I'm at the point where i need to expand and take on someone to help me
with the high load of work i have on right now. So i'm on the lookout
for a Junior PHP Dev, someone at the start of the...
RE: FN-FORUM: massive flash page problem
date posted 20th June 2007 17:46
[EMAIL REMOVED] wrote:
* THE PROBLEM *
...is that browser sometimes collapses when trying to open it. I =
couldn't
find any obvious error in ActionScript or some .swf , but problem exsits
(even if do...
RE: FN-FORUM: Reg Expr: any character conundrum!
date posted 20th June 2007 17:36
> Is it a DOS-style (and HTTP header-style) \r\n newline?
Nope - in JavaScript, newlines normalised to just "\n". This is =
confirmed by
the fact that the following DOES work (i.e., matches all chars...
Re: FN-FORUM: REPOST Site Check
date posted 20th June 2007 16:31
>
Thanks for all the Feedback everyone, especially the stuff about
client relationships and expectations, going from working on sites as
an underling and doing whatever was put in front of me to...
RE: FN-FORUM: client question of the day.
date posted 20th June 2007 16:22
As Mike said, make sure it's all UTF-8. I've worked on Multi-language =
Flash content reading in all content from XML, granted you've got a =
different delivery but same hurdles.
Most common Chinese...
Re: FN-FORUM: client question of the day.
date posted 20th June 2007 16:07
I've done this - have a lot to do with China.
You need to use UTF-8 for pages and database. A native Chinese translator is
a must (I have some who can help if needed). There are several variations o...
RE: FN-FORUM: client question of the day.
date posted 20th June 2007 16:05
Hi Derek
Done this before and to be honest it's a nightmare, unless the clients wants
to use Pinyin (http://en.wikipedia.org/wiki/Pinyin) which uses Roman letters
to represent sounds in Standard Mand...
FN-FORUM: client question of the day.
date posted 20th June 2007 15:29
I'm currently part way through a full site rebuild for a client, and just
had this sent to me
"quick question - if I wanted to turn our website in to Chinese - would it
be possible? Would it be somet...
FN-FORUM: IP / On Demand TV (Platform needed)
date posted 20th June 2007 11:36
Hi all,
A client of mine is in the market for an IP / On Demand TV. Not much
details are known to me at this time but they are looking for a
software platform (preferably with stream servers hosting)...
Re: FN-FORUM: Hosting opinions
date posted 20th June 2007 11:03
>
> Hi all,
>
> A client is considering these two hosting companies
>
> http://www.mediatemple.net
> http://karovahost.com
>
> does anyone have any inside track on either that would help me advise...
FN-FORUM: Hosting opinions: mediatemple and karovahost
date posted 20th June 2007 10:55
> A client is considering these two hosting companies
>
> http://www.mediatemple.net
> http://karovahost.com
>
> does anyone have any inside track on either that would help me advise
> him..?
Sorr...
FN-FORUM: Hosting opinions
date posted 20th June 2007 10:13
Hi all,
A client is considering these two hosting companies
http://www.mediatemple.net
http://karovahost.com
does anyone have any inside track on either that would help me advise him..?
TIA,
Dai...
FN-FORUM: massive flash page problem
date posted 20th June 2007 10:05
Hallo to everybody!
It was a while since I needed help from this forum, and this time I can't
think of asking anywhere else...
For the company that I work at, I made WEB and Flash for
http://www.mtsm...
Re: FN-FORUM: [OT] Tony Blair Sings The Clash
date posted 20th June 2007 08:53
Carrie wrote:
>
> Hi all,
>
> I couldn't resist posting this a mashed up Tony singing should I stay
> or should I go.
>
> stay with it the last bit is brilliant
>
> http://www.break.com/index/tony_bl...
Re: FN-FORUM: Reg Expr: any character conundrum!
date posted 20th June 2007 08:38
----- Original Message -----
From: "Ben Johnson (Neogic) F" [EMAIL REMOVED]
DOES match anything across multiple lines. Both that and /[\s\S]+/ achieve
this (so I'm not stuck on a particular problem...
Re: FN-FORUM: Easyspace DNS, anyone use them?
date posted 20th June 2007 08:11
Never mind about this post, I've just made my mind up that easyspace are a
pile of tosh!!
4 domain names suddenly stopped working and lost all their DNS details
within the system, tried changing th...
RE: FN-FORUM: ActionScript LoadMovie, then SetMask to Perform Gradient Mask technique
date posted 20th June 2007 08:11
Daniel,
I assume the "Graphic" that's appearing is the mask...?
2 things sound wrong - your positioning of MovieClips is out and if the =
mask MC is visible, then your mask is not working - which wi...
RE: FN-FORUM: Reg Expr: any character conundrum!
date posted 20th June 2007 05:57
Hi Matt - thanks for replying.
Ben Johnson (Neogic) F wrote:
> /[.\n]+/ Match a mix of one or more chars incl. newlines (i.e., ANY
char)?
> Wrong! The final example will not match across newlines. T...
Re: FN-FORUM: Reg Expr: any character conundrum!
date posted 20th June 2007 00:31
----- Original Message -----
From: "Ben Johnson (Neogic) F" [EMAIL REMOVED]
/[.\n]+/ Match a mix of one or more chars incl. newlines (i.e., ANY
char)?
Wrong! The final example will not match acr...