RE: [nyphp-talk] Table Indexes

2008-09-28 Thread Hans Zaunere
> > It's all about what's available left-to-right. MySQL can't - still AFAIK - > > use parts of an index that are not sequential when using it left-to-right. > > See: > > > > http://dev.mysql.com/doc/refman/5.0/en/mysql-indexes.html > > > > And use EXPLAIN a lot. > > I think I'm starting to under

RE: [nyphp-talk] 3.0.1 Support

2008-09-28 Thread (Margaret) Michele Waldman
Thank you. Browershots is much better as far as views go. M* -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Crawford Sent: Sunday, September 28, 2008 7:20 PM To: NYPHP Talk Subject: Re: [nyphp-talk] 3.0.1 Support I am not sure if they do mobile

Re: [nyphp-talk] 3.0.1 Support

2008-09-28 Thread Joseph Crawford
I am not sure if they do mobile devices (i'm sure it would not be difficult) but www.browsershots.org is a free service that I have used in the past. Looking at them now they are quick as they also support Google's new Chrome browser. why spend $40/mo when other places have it free? On S

RE: [nyphp-talk] 3.0.1 Support

2008-09-28 Thread (Margaret) Michele Waldman
Browsercam just shows the upper left hand view, not practical enough. Michele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of (Margaret) Michele Waldman Sent: Sunday, September 28, 2008 6:42 PM To: 'NYPHP Talk' Subject: RE: [nyphp-talk] 3.0.1 Support I d

RE: [nyphp-talk] 3.0.1 Support

2008-09-28 Thread (Margaret) Michele Waldman
I don't need to go into details. All is good on my front. Browsercam.com kicks *ss. I gave them m $40/month and they earned it. Michele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Krings Sent: Sunday, September 28, 2008 6:29 PM To: NYPHP Talk

Re: [nyphp-talk] 3.0.1 Support

2008-09-28 Thread David Krings
(Margaret) Michele Waldman wrote: Is anyone office Firefox 3.0.1 support? Huh? I can only guess that this has something to do with Firefox 3.0.1, but no idea whatother than that 3.0.3 is available. My client is on it and “everything is screwed up”. Well not everything, just one thing.

Re: [nyphp-talk] Table Indexes

2008-09-28 Thread Michael B Allen
On Sun, Sep 28, 2008 at 3:02 PM, Hans Zaunere <[EMAIL PROTECTED]> wrote: >> > So is the first column of a primary key always also an index? I >> > thought I read somewhere that the columns are concatenated together to >> > form one index? >> >> I don't think they're actually concatenated. The manu

[nyphp-talk] 3.0.1 Support

2008-09-28 Thread (Margaret) Michele Waldman
Is anyone office Firefox 3.0.1 support? My client is on it and "everything is screwed up". Well not everything, just one thing. Michele ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 P

RE: [nyphp-talk] Off the topic

2008-09-28 Thread (Margaret) Michele Waldman
Cool. Thanks to the tip. I'll try Multiple_IE cause I don't like virtual pc, but I found one of the websites browsercam. They was $50/month roughly following the 24-hour free trial. More website will be appreciated. Margaret -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Re: [nyphp-talk] Off the topic

2008-09-28 Thread David Krings
(Margaret) Michele Waldman wrote: I’m looking for one of those websites that will show you screen shots of your css in different browsers. My work looks perfect from my end, but my client is saying there’s an alignment problem. I have that at work, but use the bative browsers. The problem

[nyphp-talk] Off the topic

2008-09-28 Thread (Margaret) Michele Waldman
I'm looking for one of those websites that will show you screen shots of your css in different browsers. My work looks perfect from my end, but my client is saying there's an alignment problem. ___ New York PHP Community Talk Mailing List http://list

RE: [nyphp-talk] Table Indexes

2008-09-28 Thread Hans Zaunere
> > So is the first column of a primary key always also an index? I > > thought I read somewhere that the columns are concatenated together to > > form one index? > > I don't think they're actually concatenated. The manual says: > >A multiple-column index can be _considered_ a sorted array >

Re: [nyphp-talk] Table Indexes

2008-09-28 Thread Daniel Convissor
On Sat, Sep 27, 2008 at 08:54:10PM -0400, Michael B Allen wrote: > > So is the first column of a primary key always also an index? I > thought I read somewhere that the columns are concatenated together to > form one index? I don't think they're actually concatenated. The manual says: A mult