Re: [nyphp-talk] Re: [nyphp-jobs] I am seeking job on PHP MySQL Web Development in NY

2008-03-06 Thread David Krings
Webmaster wrote: Brother Baltz... didn't you JUST blog on this very topic? LOL http://www.jbaltz.com/weblog/ Too funny. Or is is Two funny? -Ed And he could have at least spell checked and proof read his post... ___ New York PHP Community Talk Mailin

Re: [nyphp-talk] Charsets are still driving me nuts

2008-03-06 Thread csnyder
I just found another potential gotcha when using Unicode throughout your application: byte order marks in uploaded text files. http://en.wikipedia.org/wiki/Byte_Order_Mark Turns out Word puts a byte order mark (BOM) at the beginning of all Unicode files. Unicode-friendly tools ignore it. PHP's fge

Re: [nyphp-talk] Charsets are still driving me nuts

2008-03-06 Thread tedd
Does anyone have experience with using the the "accept-charset" attribute on FORMs? http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accept-charset I read this, but I am not sure what the net result is: "The client

Re: [nyphp-talk] Re: [nyphp-jobs] I am seeking job on PHP MySQL Web Development in NY

2008-03-06 Thread Webmaster
Brother Baltz... didn't you JUST blog on this very topic? LOL http://www.jbaltz.com/weblog/ Too funny. Or is is Two funny? -Ed Kristina Anderson wrote: Or, he could end up building something that doesn't work right, take 80% of the budget, and leave me to reengineer it for the crumbs in the bu

Re: [nyphp-talk] Re: [nyphp-jobs] I am seeking job on PHP MySQL Web Development in NY

2008-03-06 Thread Tim Sailer
On Thu, Mar 06, 2008 at 03:28:22PM -0500, csnyder wrote: > On Thu, Mar 6, 2008 at 2:48 PM, Tim Sailer <[EMAIL PROTECTED]> wrote: > > > Clearly defined specs, phases, payment based on the passing of the > > predefined unit testing... final payment after documentation is > > finished and delivere

Re: [nyphp-talk] Charsets are still driving me nuts

2008-03-06 Thread csnyder
On Thu, Mar 6, 2008 at 3:10 PM, Dan Cech <[EMAIL PROTECTED]> wrote: > I'm not sure if it might be useful as a way of hinting to modern clients > that you would like input in utf-8 (or another character set), though I > believe that most browsers will attempt to provide form data in the same >

Re: [nyphp-talk] Re: [nyphp-jobs] I am seeking job on PHP MySQL Web Development in NY

2008-03-06 Thread csnyder
On Thu, Mar 6, 2008 at 2:48 PM, Tim Sailer <[EMAIL PROTECTED]> wrote: > Clearly defined specs, phases, payment based on the passing of the > predefined unit testing... final payment after documentation is > finished and delivered. Those days are gone forever... Welcome to the World On Rails.

Re: [nyphp-talk] Charsets are still driving me nuts

2008-03-06 Thread Dan Cech
Wellington Fan wrote: Does anyone have experience with using the the "accept-charset" attribute on FORMs? http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accept-charset I read this, but I am not sure what the net result is: "The client must interpret this list as an exclusive-or list,

Re: [nyphp-talk] Charsets are still driving me nuts

2008-03-06 Thread Wellington Fan
Does anyone have experience with using the the "accept-charset" attribute on FORMs? http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accept-charset I read this, but I am not sure what the net result is: "The client must interpret this list as an exclusive-or list, i.e., the server is able

Re: [nyphp-talk] Re: [nyphp-jobs] I am seeking job on PHP MySQL Web Development in NY

2008-03-06 Thread Tim Sailer
On Thu, Mar 06, 2008 at 11:36:05AM -0800, Kristina Anderson wrote: > Or, he could end up building something that doesn't work right, take > 80% of the budget, and leave me to reengineer it for the crumbs in the > budget that are left? /me yearns for the days where Information Engineering was

Re: [nyphp-talk] Re: [nyphp-jobs] I am seeking job on PHP MySQL Web Development in NY

2008-03-06 Thread Kristina Anderson
Or, he could end up building something that doesn't work right, take 80% of the budget, and leave me to reengineer it for the crumbs in the budget that are left? ! > on 2008-03-06 13:55 Kristina Anderson said the following: > > Hiring the outsourcing programmers with the cheap rates and the

Re: [nyphp-talk] Re: [nyphp-jobs] I am seeking job on PHP MySQL Web Development in NY

2008-03-06 Thread Jerry B. Altzman
on 2008-03-06 13:55 Kristina Anderson said the following: Hiring the outsourcing programmers with the cheap rates and the poorish skills in English may be leading to coding errors and redo of website ? :0) It's too much to ask people to READ things, much less to write well any more. Nobody

Re: [nyphp-talk] Re: [nyphp-jobs] I am seeking job on PHP MySQL Web Development in NY

2008-03-06 Thread Webmaster
Heh, Almost Scary. -Edward Kristina Anderson wrote: Hiring the outsourcing programmers with the cheap rates and the poorish skills in English may be leading to coding errors and redo of website ? :0) > I am seeking job on PHP MySQL Web Development in NY > I am 6 years experienced in

[nyphp-talk] Re: [nyphp-jobs] I am seeking job on PHP MySQL Web Development in NY

2008-03-06 Thread Kristina Anderson
Hiring the outsourcing programmers with the cheap rates and the poorish skills in English may be leading to coding errors and redo of website ? :0) > > I am seeking job on PHP MySQL Web Development in NY > > I am 6 years experienced in PHP MySQL > > wat? > > webseos SEO Consultancy Services

[nyphp-talk] displaying error messages from PHP 5.2.4

2008-03-06 Thread alexey tkachenko
Could anyone explain to me how my php.ini file needs to be configured so that can see PHP errors and warnings during script execution? Right now, if access a PHP script with a syntax error, all I see is a blank page in the browser. Here's the error section of my php.ini file: error_reporting

Re: [nyphp-talk] Charsets are still driving me nuts

2008-03-06 Thread Brian D.
Same thing goes for strlen(). It won't break, but it reports bytes, so be aware any validation you're doing using strlen may break. Check out mb_strlen() for an alternative. http://us2.php.net/manual/en/function.mb-strlen.php On Wed, Mar 5, 2008 at 7:25 PM, John Campbell <[EMAIL PROTECTED]> wrote

Re: Re: [nyphp-talk] Charsets are still driving me nuts

2008-03-06 Thread tedd
At 12:38 PM -0600 3/5/08, Bob/Jules wrote: Where is the code for the function? Just for you. http://www.webbytedd.com/b1/char-replace1/index.php Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com ___ Ne