Re[2]: [nyphp-talk] Hi from Russia

2007-02-28 Thread sergey-ru
Здравствуйте, Соколов. Вы писали 1 марта 2007 г., 9:27:44: > Привет! А меня Женя (22). > Я занимаюсь PHP тоже достаточно давно, но не сетевыми взаимодействиями > (хотелось бы узнать что ты имеешь ввиду под этим термином), я занимаюсь > разработкой сайтов. > Мой ICQ: 344899633 > Skype Login: ewgr

Re: [nyphp-talk] Hi from Russia

2007-02-28 Thread Соколов Евгений
Привет! А меня Женя (22). Я занимаюсь PHP тоже достаточно давно, но не сетевыми взаимодействиями (хотелось бы узнать что ты имеешь ввиду под этим термином), я занимаюсь разработкой сайтов. Мой ICQ: 344899633 Skype Login: ewgra_ * [EMAIL PROTECTED] [Thu, 1 Mar 2007 07:34:51 +0300]: Здравству

Re: [nyphp-talk] Hi from Russia

2007-02-28 Thread sergey-ru
Здравствуйте, Соколов. Вы писали 28 февраля 2007 г., 16:38:41: > Any body here from Russia? or speek on russian? (my English is not good) > i want introduce with people from other country and talk with Instant > Messenger client - ICQ or Skype > ___ >

Re: [nyphp-talk] Thoughts on using JavaScript withno progressivefall-back

2007-02-28 Thread inforequest
Peter Sawczynec ps-at-sun-code.com |nyphp dev/internal group use| wrote: Gaining and maintaining good search engine results is important. I'd refer that judgement to the specific web site / page. The importance varies by project. But, personally (and I'm stressing the all out subjectivi

RE: [nyphp-talk] Thoughts on using JavaScript withno progressivefall-back

2007-02-28 Thread Peter Sawczynec
Gaining and maintaining good search engine results is important. But, personally (and I'm stressing the all out subjectivity) I would not press a client to compromise or shelve one iota of cutting edge, involving, striking, memorable, convenient, effective, versatile, cost-effective, meaningful, p

Re: [nyphp-talk] Thoughts on using JavaScript with no progressivefall-back

2007-02-28 Thread inforequest
Peter Sawczynec ps-at-sun-code.com |nyphp dev/internal group use| wrote: It is interesting to note here that iframes have a history. If I recall correctly: Originally, iframes were an IE only gambit and served to sidestep the more routinely employed numbingly complex of framesets, divs, layer

RE: [nyphp-talk] Thoughts on using JavaScript with no progressivefall-back

2007-02-28 Thread Peter Sawczynec
It is interesting to note here that iframes have a history. If I recall correctly: Originally, iframes were an IE only gambit and served to sidestep the more routinely employed numbingly complex of framesets, divs, layers and ilayers. Then iframes were a security issue. Today iframes are a ver

Re: [nyphp-talk] Thoughts on using JavaScript with no progressive fall-back

2007-02-28 Thread csnyder
On 2/26/07, Chris Shiflett <[EMAIL PROTECTED]> wrote: What's the best-of-breed solution for changing a regular form submission button to initiate an Ajax call instead of submitting the form? I've got a hacky solution that involves rewriting the button, adding an onsubmit() action, and trying to

Re: [nyphp-talk] [OT] MySQL Tuning.

2007-02-28 Thread Hans C. Kaspersetz
I moved it to OT because it is not directly PHP related, except that PHP is driving all the SQL. ALTER TABLE DISABLE KEYS; before import and ALTER TABLE ENABLE KEYS; after import. I am going to look at using DISABLE/ENABLE instead of dropping and adding. if the cardinality is this high, t

Re: [nyphp-talk] MySQL Tuning.

2007-02-28 Thread Jiju Thomas Mathew
There were two indexes: Primary and a compound index of two string columns (32bit String MD5 + varchar50). The combination has a cardinality of about 400,000. Dropping the indexes before we started This is quite okay.. and this is how it is designed.. actually mysql tries to update the indexe

Re: [nyphp-talk] MySQL Tuning.

2007-02-28 Thread Carlos A Hoyos
[EMAIL PROTECTED] wrote on 02/28/2007 11:39:25 AM: > There was some intense discussion last night at TGIF about MySQL tuning > and some problems my group has been having with inserts into InnoDB > tables. I was asked to provide our my.cnf for review. Indeed it was. Funny how things seem more int

Re: [nyphp-talk] MySQL Tuning.

2007-02-28 Thread Kenneth Downs
Hans C. Kaspersetz wrote: There was some intense discussion last night at TGIF about MySQL tuning and some problems my group has been having with inserts into InnoDB tables. I was asked to provide our my.cnf for review. We are doing a big data import and the problem was inserts were taking u

Re: [nyphp-talk] MySQL Tuning.

2007-02-28 Thread tedd
At 11:39 AM -0500 2/28/07, Hans C. Kaspersetz wrote: There was some intense discussion last night at TGIF about MySQL tuning and some problems my group has been having with inserts into InnoDB tables. I was asked to provide our my.cnf for review. We are doing a big data import and the problem

[nyphp-talk] MySQL Tuning.

2007-02-28 Thread Hans C. Kaspersetz
There was some intense discussion last night at TGIF about MySQL tuning and some problems my group has been having with inserts into InnoDB tables. I was asked to provide our my.cnf for review. We are doing a big data import and the problem was inserts were taking up to 20 seconds on a table