Re: [nyphp-talk] Fix for IE Security Alert " You are about to be redirected to a connection that is not secure"

2007-06-15 Thread Allen Shaw
Cliff Hirsch wrote: When redirecting from a secure login page to a non-secure page after logging in, Internet Explore pops up the following security alert: ³You are about to be redirected to a connection that is not secure" Doe anyone know how to prevent this? Hi Cliff, I'm pretty sure thi

[nyphp-talk] Fix for IE Security Alert " You are about to be redirected to a connection that is not secure"

2007-06-15 Thread Cliff Hirsch
When redirecting from a secure login page to a non-secure page after logging in, Internet Explore pops up the following security alert: ³You are about to be redirected to a connection that is not secure" Doe anyone know how to prevent this? Cliff ___

Re: [nyphp-talk] Sorry

2007-06-15 Thread David Krings
Aaron Fischer wrote: +1. All of the lists that I am on (except one) have the reply set to go to the list. The one list that sends replies to the person who posts is annoying and (to me) does not seem to be a logical process. -Aaron +1 as well. The worst solution is the MUG list I am on.

Re: [nyphp-talk] Sorry

2007-06-15 Thread Mark Armendariz
On 6/15/07, Aaron Fischer <[EMAIL PROTECTED]> wrote: All of the lists that I am on (except one) have the reply set to go to the list. The one list that sends replies to the person who posts is annoying and (to me) does not seem to be a logical process. I definitely feel that "Reply" should go

Re: [nyphp-talk] Sorry

2007-06-15 Thread csnyder
On 6/15/07, Allen Shaw <[EMAIL PROTECTED]> wrote: I hope nobody's trying to change this list to work like that. Nope. Others appreciate this behavior as well. -- Chris Snyder http://chxo.com/ ___ New York PHP Community Talk Mailing List http://list

Re: [nyphp-talk] Sorry

2007-06-15 Thread Aaron Fischer
+1. All of the lists that I am on (except one) have the reply set to go to the list. The one list that sends replies to the person who posts is annoying and (to me) does not seem to be a logical process. -Aaron On Jun 15, 2007, at 3:41 PM, Allen Shaw wrote: Actually, I like the fact that

Re: [nyphp-talk] Sorry

2007-06-15 Thread Allen Shaw
Chris Shiflett wrote: Reply should work correctly. Actually, I like the fact that Reply goes to the list. Usually if I'm replying I want it to go to the group, and it kind of seems like that's how a group should work: by default you send to the group, and sending off-list is a special case

Re: [nyphp-talk] Sorry

2007-06-15 Thread Allen Shaw
Chris Shiflett wrote: Reply should work correctly. Actually, I like the fact that Reply goes to the list. Usually if I'm replying I want it to go to the group, and it kind of seems like that's how a group should work: by default you send to the group, and sending off-list is a special case

Re: [nyphp-talk] Form PRG revisited -- again

2007-06-15 Thread Cliff Hirsch
>> Interesting. This indicates that you are not doing a redirect to display >> form errors, or are you? To eliminate the back/reload problem, shouldn't all >> views be redirected after a post, whether a success or error? > > I'm not sure that you have a back/reload problem. Since the POST > didn't

Re: [nyphp-talk] Form PRG revisited -- again

2007-06-15 Thread csnyder
On 6/15/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: Interesting. This indicates that you are not doing a redirect to display form errors, or are you? To eliminate the back/reload problem, shouldn't all views be redirected after a post, whether a success or error? I'm not sure that you have a b

Re: [nyphp-talk] Sorry

2007-06-15 Thread Chris Shiflett
Anthony wrote: > Accidentally sent a private email down the public list. My > apologies. No worries. It's our fault, not yours. Reply should work correctly. Chris -- Chris Shiflett http://shiflett.org/ ___ New York PHP Community Talk Mailing List http

[nyphp-talk] Sorry

2007-06-15 Thread Anthony
Accidentally sent a private email down the public list. My apologies. Anthony___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in

Re: [nyphp-talk] E-Commerce Freelances

2007-06-15 Thread Anthony
Hi Ben, I'm interested in knowing more and I've got a ton of e-commerce and PHP experience. Can you tell me more about the positions or contracts you ned help with? Thanks, Anthony - Original Message - From: Ben Sgro (ProjectSkyline) To: NYPHP Talk Sent: Friday, June 15, 2007

[nyphp-talk] E-Commerce Freelances

2007-06-15 Thread Ben Sgro \(ProjectSkyline\)
Hello, I realize there is a PHP Job list, but I dont' know anyone on it, nor do I subscribe to it. In hopes of getting some valid responses, I decided to post here first. I run a small web dev shop and I'm looking for someone with e-commerce experiance to aid in some future work. This is a pa

Re: [nyphp-talk] Form PRG revisited -- again

2007-06-15 Thread Cliff Hirsch
> The pattern I use goes something like: > > load request subject > define form (allowed values, expected types) > if POST, get form values from POST (validating/filtering on the way) > else get default form values from subject > if POST and no validation errors { > use form values to update sub