Re: [nyphp-talk] Two part question: Shopping carts & E-commerce

2008-01-29 Thread inforequest
Cliff Hirsch cliff-at-pinestream.com |nyphp dev/internal group use| wrote: On 9/17/07 11:09 AM, "Mitch Pirtle" <[EMAIL PROTECTED]> wrote: I can't believe nobody's mentioned Magento yet: http://www.magentocommerce.com/ That's the one I'm taking a very very close look at... Not produc

[nyphp-talk] Text versioning/manipulation caching architecture suggestions

2008-01-29 Thread dann
Hi Max, I had a similar situation in the past involving a single table of Content Items which evolved from simple strings to elaborate objects with branching / staging, localization, history, and cached processing. The solution I implemented involved three tables: 1. Content Items: a plac

RE: [nyphp-talk] WYSIWYG editors

2008-01-29 Thread Rothe, Robert
I use tinyMCE. There is a "Paste from Word" plug-in (available as part of the base install), that addresses this issue. Add "paste" to the plugin line and "pasteword" to the theme_advanced_buttons?_add config directive. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

Re: [nyphp-talk] Charsets revisited -- good book

2008-01-29 Thread Ben Sgro
+1, yes good book, lots of detail and source provided. Cliff Hirsch wrote: Revisiting charset, take a look at “Building Scalable Website” by Cal Henderson of Flickr fame. He has a good chapter of internationalization & localization, along with another chapter on filtering utf-8, etc. Cliff -

RE: [nyphp-talk] deleting cookies

2008-01-29 Thread Peter Sawczynec
You should take a look at php.net setcookie remarks from users. There are other unusual caveats both for Firefox (doesn't like blank/empty string value in setcookie func) and IE (7?) has issues with how a setcookie time is set in the past. There are apparently one or two tricks for expiring a cooki

Re: [nyphp-talk] deleting cookies

2008-01-29 Thread Michael Southwell
Peter Sawczynec wrote: Try setting the cookie cancellation time to something more extreme like: This sounds promising; it is quite true that there is often a time disparity between the server (which may be geographically distant) and the client. But it still doesn't work. setcookie( 'logi

[nyphp-talk] Charsets revisited -- good book

2008-01-29 Thread Cliff Hirsch
Revisiting charset, take a look at ³Building Scalable Website² by Cal Henderson of Flickr fame. He has a good chapter of internationalization & localization, along with another chapter on filtering utf-8, etc. Cliff ___ New York PHP Community Talk Mailin

[nyphp-talk] Please help me sir

2008-01-29 Thread karthik k
I need to update table2 with data from table1 the mysql4 code would be: update table2,table1 set table2.field = table1.field where table2.id = table1.id how is this done in mysql 3.x ? Don't limit your challenges.Challenge your limits. Urs Always , K.

Re: [nyphp-talk] RE: IE Error - The security certificate presented by this website

2008-01-29 Thread shaiju davis
Hi All Thanks for your reply. We use VeriSign Certificate and Certificate type is "Shared". I think I have to use the URL with the servername for the Certificate provider and userid. How can I check it ? Thanks in advance, Shaiju Davis. ___ New