[PHP] Communicated-Key/Token for SOAP Authentication

2008-06-22 Thread Steve Finkelstein
Hi all, I'm working on a relatively straight forward Web API that'll have a SOAP presence. The most secure way of going about doing authentication would be undoubtedly client-certificate authentication. I have been able to implement such a service straight forward as there is plenty of

[PHP] Using SVN w/ Zend Studio for Eclipse

2008-05-14 Thread Steve Finkelstein
Hey all, Apologies ahead of time if this isn't the appropriate forum for my inquiry. I'm evaluating Zend Studio for Eclipse and it's certainly making some features that I'd hope would be trivial, extremely onerous. I'm simply trying to take an existing project which I started in TextMate and

[PHP] PHP CLI neat errors!

2008-03-12 Thread Steve Finkelstein
So, I use a Mac to develop with. I used to host Zend Core on my box, until I switched to the MAMP PRO framework. Unfortunately somewhere in between, this lovely issue started occuring with my CLI binary of PHP: foo:~ sf$ php -l dyld: NSLinkModule() error dyld: Symbol not found: _zend_extensions

Re: [PHP] Weird Zend IDE Issue

2008-03-03 Thread Steve Finkelstein
: Steve Finkelstein schreef: Hi all, I know this isn't a forum for Zend IDE, but since there's probably a decent population here using it, I figured I'd ask away. I'm using 5.5.1 Professional on Mac OSX 10.5.2. My issue here is that all left brackets, (eg: [ ) are not showing up

Re: [PHP] Weird Zend IDE Issue

2008-03-03 Thread Steve Finkelstein
PROTECTED] wrote: Richard Lynch schrieb: On Sun, March 2, 2008 11:07 pm, Steve Finkelstein wrote: Hi all, I know this isn't a forum for Zend IDE, but since there's probably a decent population here using it, I figured I'd ask away. I'm using 5.5.1 Professional on Mac OSX

Re: [PHP] Weird Zend IDE Issue

2008-03-03 Thread Steve Finkelstein
It required creating my own 'Custom Profile' which allowed me to manipulate the Font and/or Size. As soon as I modified those, it worked fine. Thanks for the assistance all. Pain in the butt issue! /sf On 3/3/08, Sancar Saran [EMAIL PROTECTED] wrote: On Monday 03 March 2008 07:07:18 Steve

[PHP] Weird Zend IDE Issue

2008-03-02 Thread Steve Finkelstein
Hi all, I know this isn't a forum for Zend IDE, but since there's probably a decent population here using it, I figured I'd ask away. I'm using 5.5.1 Professional on Mac OSX 10.5.2. My issue here is that all left brackets, (eg: [ ) are not showing up in the code editor. I have a screenshot of

[PHP] Anyone jump from Studio 5.5.x - Zend Eclipse?

2008-03-01 Thread Steve Finkelstein
Hi all, I've tried googling around to find some blogs with decent information on whether Zend Eclipse is mature enough to make the jump over from 5.5.x just yet. Admittedly, I've dropped Zend Studio as of late and been writing all of my code in TextMate -- but at the end of the day when a

[PHP] Storing user ID in a cookie security precautions

2008-02-25 Thread Steve Finkelstein
Hi folks, I just completed my first reading of Advanced PHP Programming by George Schlossnagle and was very impressed and thankful for the wealth of information with examples provided by George. With that said, there is a chapter dedicated to Authentication using client-side cookies and

[PHP] iphone.facebook.com PHP inquiry

2008-01-07 Thread Steve Finkelstein
Hi folks, Probably the most impressive application I've run into for the iPhone has to be Facebook's implementation. I'm looking for ways to improve my application to be as responsive as theirs. Unfortunately it has quite a way to go. Does anyone know how this form of 'routing' works? For

Re: [PHP] iphone.facebook.com PHP inquiry

2008-01-07 Thread Steve Finkelstein
trickery with CSS that works great on Safari browsers (and works almost identical actually now in Firefox...) It's very easy to implement, I had some initial confusion too how it routes the requests but I think I figured it out there ^^ On 1/7/08, Steve Finkelstein [EMAIL PROTECTED] wrote

Re: [PHP] Incorporating a PHP/MySQL based search

2007-12-12 Thread Steve Finkelstein
Thanks Tedd... looks like a promising link. I'll take a look! On 12/12/07, tedd [EMAIL PROTECTED] wrote: At 5:36 PM -0500 12/8/07, Steve Finkelstein wrote: Hey folks, One area I lack experience in is writting a solution to index/search on a site. Would anyone be kind enough and point me

[PHP] Advice with some code

2007-12-10 Thread Steve Finkelstein
Hi all, I'm having a brain freeze with some simple code that I wrote and now trying to refactor. I have a block of code that looks like this: public function backup() { $fname = $this-dbName.sql.$this-zip; $this-cmd = mysqldump -Q -u $this-dbUser -p$this-dbPass

[PHP] Heritage web solutions

2007-12-10 Thread Steve Finkelstein
Hi everyone, I was curious if anyone has had the opportunity to work with or for heritage web solutions? If so, would you be able to share your two cents with any experience with them? Thanks! - sf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Incorporating a PHP/MySQL based search

2007-12-08 Thread Steve Finkelstein
Hey folks, One area I lack experience in is writting a solution to index/search on a site. Would anyone be kind enough and point me in the right direction as far as any books which discuss some simple solutions or articles/blogs on the web? Clearly I'm not looking for anything as complex as

Re: [PHP] Professional inquiry for you freelancers

2007-12-06 Thread Steve Finkelstein
[EMAIL PROTECTED] wrote: On Dec 6, 2007 3:23 AM, Jochem Maas [EMAIL PROTECTED] wrote: Steve Finkelstein wrote: Thanks for your humble opinions. Appreciate the feedback! humble? People on this list are anything BUT humble, Steve. Now, as for my own petty opinion I

[PHP] Professional inquiry for you freelancers

2007-12-05 Thread Steve Finkelstein
Hi all, Going to cut it short and to the point. Do most of you freelancers get by with enough work that does not require front-end UI/design? Do you find it easier to get more work when you're strengths in design are just as creative as your programming capabilities? These are questions I'm

[PHP] Handling profile view counters

2007-10-06 Thread Steve Finkelstein
Hi all, I'm contemplating on a proper way of handling a counter for profile views on my auto dealership website. I'm currently confused with the type of algorithm to approach this with. Say a user has a registered session, and views profile a). I can increment the counter for that vehicle. The

[PHP] Dealing with auto-increment in MySQL

2007-09-03 Thread Steve Finkelstein
How're you folks dealing with records that are auto incremented in MySQL after a delete is made? I've noticed the only way to get a sequential order back is to truncate the table completely. Do you use logic in your code to find a missing ID and insert new records based on that? Or do you just

[PHP] Photo upload framework/library for PHP

2007-08-18 Thread Steve Finkelstein
Hi all, Can anyone suggest a photo upload/framework type library I can incorporate seamlessly into a PHP project I'm working on? I'd like for users to have an elegant UI to upload photos of their vehicles into my application. Mutli-file and progress bars would be a plus. I'm looking to integrate

[PHP] Code Igniter for 'novices' ?

2007-08-09 Thread Steve Finkelstein
Hi all, This isn't a 'which framework is better than the other' question. I'm a novice developer and I'm looking to conform to an MVC model for my applications. I was wondering if anyone would be kind enough and has used code igniter, to respond to me and let me know their thoughts on it, and if

[PHP] include_path issue

2007-08-08 Thread Steve Finkelstein
Hi all, I have rudimentary application which has an index.php that looks like this: ini_set( 'display_errors', true ); require_once'include/Model.php'; Immediately after that include/Model.php is processed, Model.php consists of this: require_once 'DB/DataObject.php';

[PHP] XHTML/CSS templates for developers

2007-08-04 Thread Steve Finkelstein
Hi all, I was curious if anyone could provide some insight on tools which allow developers who strictly focus on server-side programming and not UI, to quickly implement XHTML/HTML templates with proper div placement. Drag and drop would be preferable. I'm currently working on a project which no

[PHP] Strategy when working with designer(s)?

2007-07-23 Thread Steve Finkelstein
Hi all, This is more of a conceptual based inquiry. I'm currently working on some projects which require me to build system 'X' prior to any (X)HTML/CSS/graphics are available to me. A lot of the time, I just garble up default tables/forms/images to replace what the designer will be

[PHP] Symfony versus CakePHP?

2007-07-20 Thread Steve Finkelstein
All, I'm terribly sorry if this is a redundant inquiry. I'm a rather inexperienced developer who's catching on quickly, and looking for a framework to build out a project I've been assigned. I'm more of a read a book and try things out type of learner. My question to those with more

[PHP] PHP tailing a log

2007-06-07 Thread Steve Finkelstein
Hi all, Does PHP happen to have something similar to Perl's File::Tail - http://search.cpan.org/~mgrabnar/File-Tail-0.99.3/Tail.pm? I'm looking to be able to tail a file on the server side and somehow figure out how to use AJAX to keep the file consistently updated through to the client. Any

[PHP] Web Application Design Literature

2007-05-28 Thread Steve Finkelstein
Hello - I'm looking for recommendations on literature which will give me ideas on best practices for design and implementation of web applications, with if possible, PHP as its core reference language. Syntax has never been the challenge for me, like for most, it's always been the most practical

Re: [PHP] help with multi dimensional arrays

2007-05-23 Thread Steve Finkelstein
Might I suggest using an IDE to develop your code in. It would be able to spot simple oversights such as syntax errors. I personally use Zend Studio, however if you aren't looking to invest in a license, there are plenty of open source solutions out there. Cheers, - sf James Lockie wrote: Paul