Re: [nyphp-talk] Java Script

2008-02-11 Thread Greg Rundlett
On Feb 11, 2008 9:50 PM, Urb LeJeune <[EMAIL PROTECTED]> wrote: > My knowledge of Java Script is limited to taking someone else's > script and making very minor changes. I would like to replicate PHP > ability to have an include file located somewhere that is not in the > normal web space.

Re: [nyphp-talk] Favorite js tooltip?

2008-02-11 Thread Edward Potter
I think jquery pretty much took over in the JS world (IMHO), just google that with tool tips, you'll find lots of examples. :-) ed On Feb 11, 2008 6:16 PM, Cliff Hirsch <[EMAIL PROTECTED]> wrote: > > Does anyone have a favorite javascript tooltip utility? Ideally, something > based on jQuery.

Re: [nyphp-talk] Java Script

2008-02-11 Thread Scott Trudeau
Urb, Short answer: no. Javascript loaded from a remote file has to available via a URL accessible to any browser; since the browser downloads and runs the script itself. It's often good practice to concatenate any external script files used across most of your site and use a javascript "minify"

Re: [nyphp-talk] WYSIWYG editors

2008-02-11 Thread Austin Smith
A company I worked for until last July used Innova. It's not the *best* but it's alright I suppose. I don't see why it's better than FCKeditor or TinyMCE. I like WYMeditor for it's structure-over-presentation attitude, but if giving your clients access to colors, fonts, etc., is important you can't

Re: [nyphp-talk] Addcslashes bug

2008-02-11 Thread Daniel Convissor
Hi Cliff: > The logs picked up the error after the damage was done: "PHP Parse error: > syntax error, unexpected T_STRING". But the logs don't indicate why > addcslashes failed to slash a single quote in this one instance. Are you eval()'ing code? If so, _that's_ your problem, not the inability

[nyphp-talk] WYSIWYG editors

2008-02-11 Thread Urb LeJeune
A few week back I had asked for any suggestions for a WYSIWYG editor and received many good suggestions. It was also suggested that I evaluate the suggestions and report back. After looking at a lot of WYSIWYG editors I have settled on the Innova Studio editor. http://www.innovas

[nyphp-talk] Java Script

2008-02-11 Thread Urb LeJeune
My knowledge of Java Script is limited to taking someone else's script and making very minor changes. I would like to replicate PHP ability to have an include file located somewhere that is not in the normal web space. My clients have a document root of: /home/domain-name/htdocs

Re: [nyphp-talk] Addcslashes bug

2008-02-11 Thread John Campbell
> The logs picked up the error after the damage was done: "PHP Parse error: > syntax error, unexpected T_STRING". But the logs don't indicate why > addcslashes failed to slash a single quote in this one instance. This doesn't make sense. How would a slashing failure lead to a parse error? Parsin

Re: [nyphp-talk] Addcslashes bug

2008-02-11 Thread Cliff Hirsch
>> On Feb 11, 2008 6:40 PM, Cliff Hirsch <[EMAIL PROTECTED]> wrote: >>> I had a very strange error, catastrophic yesterday. addcslashes failed to >>> put a slash in front of a single quote. Can anyone imagine how this could >>> happen? Is it possible it didn't catch a multi-byte character? Am I ba

Re: [nyphp-talk] Addcslashes bug

2008-02-11 Thread Matteo Rinaudo
> Hi - do the Apache logs show you something (if you log them via > php.ini) like warning or errors related to this issue? Sorry, I meant `if you log the PHP errors using the log_errors directive in php.ini'. Matteo Rinaudo > On Feb 11, 2008 6:40 PM, Cliff Hirsch <[EMAIL PROTECTED]> wrote: > > >

Re: [nyphp-talk] Addcslashes bug

2008-02-11 Thread Matteo Rinaudo
Hi - do the Apache logs show you something (if you log them via php.ini) like warning or errors related to this issue? Matteo Rinaudo On Feb 11, 2008 6:40 PM, Cliff Hirsch <[EMAIL PROTECTED]> wrote: > > I had a very strange error, catastrophic yesterday. addcslashes failed to > put a slash in fro

[nyphp-talk] Addcslashes bug

2008-02-11 Thread Cliff Hirsch
I had a very strange error, catastrophic yesterday. addcslashes failed to put a slash in front of a single quote. Can anyone imagine how this could happen? Is it possible it didn¹t catch a multi-byte character? Am I back to charset issues? Unfortunately, I can¹t reproduce the error. Cliff

[nyphp-talk] Favorite js tooltip?

2008-02-11 Thread Cliff Hirsch
Does anyone have a favorite javascript tooltip utility? Ideally, something based on jQuery. Cliff ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show

RE: [nyphp-talk] SoapClient - Worthless?

2008-02-11 Thread Hans Zaunere
> On Feb 10, 2008, at 9:04 AM, Hans Zaunere wrote: > > This isn't the first time odd symbol conflicts have happened with > > libmysqlclient. I can't pin it down now, but I do remember a very > > similar issue not long ago. Hopefully Sun can push some testing > > practices, even if it is for PHP.