[nyphp-talk] need help about cms design

2008-06-04 Thread birgunj birgunj
Dear All, i am learning how to design and develop cms(content management system).i need help regarding this.i need a book or tutorial which explain step by step procedure with example.if any body has any material or ebook or idea please share with me. thanks humayoo David Krings <[EM

[nyphp-talk] RESOLVED: Error Trapping Code problem

2008-06-04 Thread Kristina Anderson
figured out why it wasn't working...this only works when the form is posting to itself...lucky thing we had that thread on 'two forms on a page' a few weeks ago !! -- Kristina - Forwarded message follows - I set up a stripped down test page and it's working fine so it mu

Fw: Re: [nyphp-talk] Error Trapping Code problem

2008-06-04 Thread Kristina Anderson
I set up a stripped down test page and it's working fine so it must be something else on the particular page interfering with it... - Forwarded message follows - Hmmmit has that in the working code too...any suggestions how I can test this thing? > On Wed, Jun 4, 20

Fw: Re: [nyphp-talk] Error Trapping Code problem

2008-06-04 Thread Kristina Anderson
I set up a stripped down test page and it's working fine so it must be something else on the particular page interfering with it... - Forwarded message follows - Hmmmit has that in the working code too...any suggestions how I can test this thing? > On Wed, Jun 4, 20

Re: [nyphp-talk] Error Trapping Code problem

2008-06-04 Thread Kristina Anderson
Hmmmit has that in the working code too...any suggestions how I can test this thing? > On Wed, Jun 4, 2008 at 6:32 PM, Kristina Anderson > <[EMAIL PROTECTED]> wrote: > > Hi everyone, this is probably something really dumb that I am missing, > > but I need help. This code upon submit calls t

Re: [nyphp-talk] Error Trapping Code problem

2008-06-04 Thread John Campbell
On Wed, Jun 4, 2008 at 6:32 PM, Kristina Anderson <[EMAIL PROTECTED]> wrote: > Hi everyone, this is probably something really dumb that I am missing, > but I need help. This code upon submit calls this error trapping > function (to test for duplicate usernames). There is a hidden field > named "s

Re: [nyphp-talk] MSSQL, PDO & Unicode

2008-06-04 Thread Justin Dearing
On Wed, Jun 4, 2008 at 2:59 PM, David Hauenstein <[EMAIL PROTECTED]> wrote: > FreeTDS is a library that allows Linux to talk to mssql. Ben needs his app > to work on a production server that runs Windows, so FreeTDS has nothing to > do with the solution, unfortunately. Dave, I think I've been mak

Re: [nyphp-talk] 3D ANIMATION

2008-06-04 Thread selyah
thanks bruce, but isn't Quicktime VR for apple computers..i am using windows (don't laugh) - Original Message From: Bruce Martin <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Wednesday, June 4, 2008 3:55:45 PM Subject: Re: [nyphp-talk] 3D ANIMATION The best software for virtual tours

[nyphp-talk] Error Trapping Code problem

2008-06-04 Thread Kristina Anderson
Hi everyone, this is probably something really dumb that I am missing, but I need help. This code upon submit calls this error trapping function (to test for duplicate usernames). There is a hidden field named "step" that has a value of "1". It is working on another page but I am trying to use

Re: [nyphp-talk] PHP 6

2008-06-04 Thread y2rob
awesome!!! thanks, ~rob -Original Message- From: Hans Zaunere <[EMAIL PROTECTED]> To: 'NYPHP Talk' Sent: Sun, 1 Jun 2008 4:03 pm Subject: [nyphp-talk] PHP 6 Hello everyone, I came across this article and thought it would be useful to pass along: http://www.ibm.com/d

Re: [nyphp-talk] 3D ANIMATION

2008-06-04 Thread Bruce Martin
The best software for virtual tours is Quicktime VR movies, you can hotlink within a VR movie to, for example, open a door or walk down the stairs. Bruce Martin The Martin Solution [EMAIL PROTECTED] http://www.martinsolution.com http://externals.martinsolution.com On Jun 4, 2008, at 4:46 P

Re: [nyphp-talk] 3D ANIMATION

2008-06-04 Thread selyah
thanks Chris, i hard about google sketch up, but forgot about it.   i will give that a try   - Original Message From: csnyder <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Wednesday, June 4, 2008 12:23:26 PM Subject: Re: [nyphp-talk] 3D ANIMATION On Wed, Jun 4, 2008 at 1:02 PM,  <[EMAIL P

Re: [nyphp-talk] 3D ANIMATION

2008-06-04 Thread selyah
  actually, it is seperate from the web page.  what i am doing is from the webpage, customers click on a link that will send them to a page where they are able to enter a "3-D world'.  on such is for those who are buying houses.  the home buyer will be taken "taken into the home" via a camera t

Re: [nyphp-talk] 3D ANIMATION

2008-06-04 Thread Webmaster
I have been doing graphic art for a number of years, and I can't recommend DAZ(Hexagon, Studio, Carrara) enough... http://www.daz3d.com http://www.daz3d.com/i.x/software/studio/-/?&_m=d http://www.daz3d.com/i.x/software/hexagon/-/?&_m=d http://www.daz3d.com/i.x/software/carrara/-/?&_m=d -Ed

Re: [nyphp-talk] 3D ANIMATION

2008-06-04 Thread Mark Armendariz
csnyder wrote: On Wed, Jun 4, 2008 at 1:02 PM, <[EMAIL PROTECTED]> wrote: I'm a visual artist not a coder. I dabble in PHP. I haven't looked in a while but I have not really found an good easy to understand and use 3D rendering program. Does Google Sketchup count? http://sketchup.go

Re: [nyphp-talk] MSSQL, PDO & Unicode

2008-06-04 Thread David Hauenstein
Justin, FreeTDS is a library that allows Linux to talk to mssql. Ben needs his app to work on a production server that runs Windows, so FreeTDS has nothing to do with the solution, unfortunately. -Dave Justin Dearing wrote: Ben, Ah I see. The send framework has a wrapper around that you ar

Re: [nyphp-talk] MSSQL, PDO & Unicode

2008-06-04 Thread David Hauenstein
Justin, FreeTDS is a library that allows Linux to talk to mssql. Ben needs this to work on a production Windows environment, so FreeTDS has nothing to do with the solution. -Dave Justin Dearing wrote: Ben, Ah I see. The send framework has a wrapper around that you are using, and the ODBC s

Re: [nyphp-talk] MSSQL, PDO & Unicode

2008-06-04 Thread Justin Dearing
Ben, Ah I see. The send framework has a wrapper around that you are using, and the ODBC support is not fully functional. At least that's what I gather from Jira: http://framework.zend.com/issues/browse/ZF-905 That being said, since the mssql PDO driver uses FreeTDS, I'd spend some time researchin

Re: [nyphp-talk] MSSQL, PDO & Unicode

2008-06-04 Thread Ben Sgro
Hello Justin, A few weeks ago I build the driver for linux and got it working. My problems are w/the pdo driver it self, not being able to work correctly. Also that and Zend doesn't have a SQLSERVER driver (besides pdo). - Ben Justin Dearing wrote: On Wed, Jun 4, 2008 at 1:20 PM, Ben Sgro <[E

[nyphp-talk] Etsy Hiring PHP Devs in NYC

2008-06-04 Thread Jorge Lopez
Hello all, If anyone is interested, we're hiring for PHP developers at Etsy.com. Here is the job listing: http://fix.etsy.com/jobs/job_Eng_PHP.html Send your resume and code samples over to: [EMAIL PROTECTED] Feel free to hit me up with any questions -Jorge ___

Re: [nyphp-talk] MSSQL, PDO & Unicode

2008-06-04 Thread Justin Dearing
On Wed, Jun 4, 2008 at 1:20 PM, Ben Sgro <[EMAIL PROTECTED]> wrote: > The problem does not go away on Windows: > > SQLSTATE[HY000]: General error: 10007 Unicode data in a Unicode-only > collation or ntext data cannot be sent to clients using DB-Library (such as > ISQL) or ODBC version 3.7 or earlie

Re: [nyphp-talk] 3D ANIMATION

2008-06-04 Thread csnyder
On Wed, Jun 4, 2008 at 1:02 PM, <[EMAIL PROTECTED]> wrote: > I'm a visual artist not a coder. I dabble in PHP. I haven't looked in a > while but I have not really found an good easy to understand and use 3D > rendering program. Does Google Sketchup count? http://sketchup.google.com/ I've heard

Re: [nyphp-talk] MSSQL, PDO & Unicode

2008-06-04 Thread Ben Sgro
Hello Justin, The problem does not go away on Windows: SQLSTATE[HY000]: General error: 10007 Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. [10007] (severity 5) [(null)] - Ben Justin Dearing wr

Re: [nyphp-talk] 3D ANIMATION

2008-06-04 Thread Rolan Yang
selyah wrote: Hello: This request is a bit off topic, but i was wondering if anyone know or have information on a 3-D program that can be downloaded from the net and also have a easy to follow tutorial. I have to combine a web page and an animation/rendering of solids into a projec. Thanks in

Re: [nyphp-talk] 3D ANIMATION

2008-06-04 Thread paul
I'm a visual artist not a coder. I dabble in PHP. I haven't looked in a while but I have not really found an good easy to understand and use 3D rendering program. You might find one of those but not all or them. That said you might rather look to find someone to do this part of the proj

Re: [nyphp-talk] 3D ANIMATION

2008-06-04 Thread Sarath chandra
HI Selyah This is a bit interesting..i think for rendering 3D objects on web there are some technologies like flash, .Net enable you to some extent . other possibility could be to uploading the video content of the animation/rendering. -- Regards, Sarath Chandra. On Wed, Jun 4, 2008 at 9:

Re: [nyphp-talk] MSSQL, PDO & Unicode

2008-06-04 Thread Justin Dearing
Ben, Your problems will magically go away if you use php on windows. The freetds driver that linux uses and I assume your linux odbc driver either uses or stole code from has issues with certain things like varchar above 255. Check the freeTDS website for details. The microsoft odbc driver just wo

[nyphp-talk] MSSQL, PDO & Unicode

2008-06-04 Thread Ben Sgro
Hello All, So, here's the issue I'm stuck against: We are currently developing on Linux and then deploying to Test, Staging and Production on Windows. We are using the Zend framework, with the PDO driver. (config.ini: database.adapter = "pdo_mssql"). The original issue is that when storing